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!

Assertion failure at eoxdebug.c due to DatagramSocket

HunssiFeb 2 2018 — edited Feb 14 2018

Hello,

I have a Java stored procedure that has been working well in earlier Oracle Database releases but it doesn't work in Oracle Database 12.2.0.1 (Windows platform).

I've pinpointed the problem into this line:

DatagramSocket ds = new DatagramSocket();

This line causes the following error:

ORA-29516: Aurora assertion failure: Assertion failure at eoxdebug.c:105

jondsp_init_i_ds is not yet implemented

Any ideas how to avoid this? How come it is working on earlier releases but "not yet implemented" now?

Thanks!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2018
Added on Feb 2 2018
1 comment
726 views