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

Anthony Rayner-Oracle

Hi,
Thanks for reporting this. I was able to reproduce it and have filed bug #32808045.
I'm afraid the only workaround I can offer (and something that it looks like you've tried already yourself on the test page), is to switch to using the 'Popup LOV', and set 'Search as you type' for a somewhat similar user experience.
Hope that helps,
Anthony

Leon_M

@anthony-rayner-oracle
Thank you for your suggestion. Unfortunately we can't use Popup LOV either as it has another issue in Interactive grid.
The issue was reported here:
https://community.oracle.com/tech/developers/discussion/4340268/apex-20-1-popup-lov-in-interactive-grid-causing-issue/p1?new=1
The bug #31689248 was opened for this issue. Unfortunately the bug was not resolved in Apex 21.1 release.
Hopefully the bug #32808045 that you filed will be resolved soon.
We prefer to use Autocomplete as it is already implemented in our Apps.
Thanks again,
Leon

Anthony Rayner-Oracle

Hi Leon,
I'm sorry about this, and also the blocking bug with regards using Popup LOV, I was not aware of that.
I have raised the severity of the autocomplete bug, so it will be prioritised for the next release. I'm sorry I can't give you a better answer than this today. I've also made a note of this thread in the bug, so we can provide any updates here.
Regards,
Anthony

fzdev

I am using text field with auto complete on oracle cloud service.
my list is from a table containing 90k rows. Chrome seems to hang when trying to autocomplete.
is there anything I can do to prevent the page busy error in chrome?

RobDavis

Is there any progress on solving bug #31689248 or bug #32808045? Is either still open? This is still an issue in 21.2

1 - 5
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
676 views