loadjava error [message #568532] |
Sat, 13 October 2012 05:36 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/8724e93816e9e3807c5cb5a6545d5292?s=64&d=mm&r=g) |
Maslakos
Messages: 3 Registered: September 2012 Location: Poland
|
Junior Member |
|
|
Hello, im trying to import some classes to my oracle 11g database. I`m loging as sys and calling this :
SQL> call sys.dbms_java.loadjava('administrator/xxxxx -resolve c:\mgr\biojava3-
core-3.0.3.jar');
call sys.dbms_java.loadjava('administrator/xxxxx -resolve c:\mgr\biojava3-core-
3.0.3.jar')
*
BúąD w linii 1:
ORA-29532: wywo│anie Javy zatrzymane przez nieprzechwycony wyj╣tek Javy:
oracle.aurora.server.tools.loadjava.ToolsError:
Error during loadjava: Failures occurred during processing.
Check trace file for details
ORA-06512: przy "SYS.DBMS_JAVA", linia 704
i find that ora-29532 error is:
ORA-29532: Java call terminated by uncaught Java exception: string
Cause: A Java exception or error was signaled and could not be resolved by the Java code.
Action: Modify Java code, if this behavior is not intended.
But this biojava3-core-3.0.2.jar file i downloaded from official biojava website, so that file should be fine.
can someone help me to resolve that problem?
|
|
|
|