Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle 11g: stack trace misses first line

Yoeri LensOct 4 2013

Hi,

I am working with an Oracle 11g database and trying to make a Java file work. I get an error when I try to run it (using SQL developer), and when I output the stack trace it is not complete.

My stack trace is:

java.lang.NoSuchMethodError

  at oracle.security.xmlsec.wss.WSSecurity.sign(WSSecurity.java:1169)

  at Discimus.generateSoapMessage(DISCIMUS:176)

I have a library issue somewhere, but I can't figure out where it is if I can't get a full stack trace. The sign method is large, so I need to know where the error is thrown.

Any ideas?

Thanks in advance!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 1 2013
Added on Oct 4 2013
0 comments
870 views