Java Virtual Machine aborted
843811May 20 2002 — edited May 20 2002i am writing a stored procedure in java in DB2.
this stored procedure of mine is calling the service of an External class.
In this external class i have all my return statements in "finally" blocks.
my problem is:
whenever i compile my external class on java 1.2.2 on solaris and run my stored procedure my procedure works fine. but whenever i complie my external class on java 1.3.0 and then run my stored procedure my procedure never terminates.when i see the log file generated by the procedure it shows me the statement "java virtual machine aborted"
when i removed the return statements from the finally blocks and reran the program it worked fine on boh java 1.2.2 and java 1.3.0
can u plz explain why?