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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

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

Hunssi Feb 14 2018

I tested this on Oracle Database 12.2.0.1 in Linux and it works there just fine. So it seems the issue is on the Windows version of the Java VM only.

1 - 1
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
658 views