0
    Java call terminated by uncaught Java exception: java.rmi.RemoteException: 
java.rmi.RemoteException:trailing block elements must have an id attribute; 
nested exception is:  trailing block elements must have an id attributeORA-06512:

what can caouse this error. Web service is onlnine. Is problem that some attribute changed?

2 Answers 2

1

http://www.techonthenet.com/oracle/errors/ora06512.php

It looks like you are supplying an input value to your call that is larger than the underlying PL/SQL procedure on the server can handle.

Sign up to request clarification or add additional context in comments.

Comments

1

Sounds like an exception is thrown by the logic within the web service you are accessing; no one can really help you diagnose this without being familiar with the inner details of the service you are calling (and it's business logic). I would suggest looking further within the stacktrace. The "ORA-06512" snippet may reveal it is an Oracle-related error.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.