Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.IllegalStateException: El lector debe estar en un evento START_ELEMENT, no en un evento 8. #28

Open
lenis opened this issue May 5, 2022 · 0 comments

Comments

@lenis
Copy link

lenis commented May 5, 2022

Please could you help me to indentify this error , I am trying to implement this client to retrieve some data , please I apreciate your help. I think that could be about format xml.

Exception in thread "main" java.lang.IllegalStateException: El lector debe estar en un evento START_ELEMENT, no en un evento 8.
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:362)
at com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:349)
at com.hashmapinc.tempus.witsml.client.StoreSoapBindingStub.fromOM(StoreSoapBindingStub.java:1441)
at com.hashmapinc.tempus.witsml.client.StoreSoapBindingStub.wMLS_GetVersion(StoreSoapBindingStub.java:503)
at com.hashmapinc.tempus.witsml.client.Client.getVersion(Client.java:166)
at com.hashmapinc.tempus.witsml.client.Client.connect(Client.java:187)
at com.hashmapinc.tempus.witsml.example.MyWitsmlClient.main(MyWitsmlClient.java:64)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant