Using Netty from within an Oracle Database
Adrian Nakon
a_p_nakon at hotmail.com
Tue Oct 18 08:09:48 EDT 2011
Hi Guys,
I am trying to get a Netty based client to run from within an Oracle Database (Oracle DB uses JVM 1.5).
So far things are going well, in that I can get classes / jars loaded into the DB etc. without error.
The next thing I'm trying to do is get a connected out from within the DB (using Netty) to talk to asmall Netty service I've written. This service is running on the same machine as the DB, so can beconsidered local.
I am seeing this error, and would appreciate any input. Does this error indicate a config error (quite possible!),or does it indicate that what I'm trying to do isn't actually possible?
---------------
ORA-29532: Java call terminated by uncaught Java exception: org.jboss.netty.channel.ChannelException: java.net.SocketException: Socket option not supported by PlainDatagramSocketImpSocket operation on non-socketORA-06512: at "COHERENCE.NETTYCLIENT", line 3ORA-06512: at line 12
----------------
Many Thanks,
Adrian.
=====================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20111018/e78d6306/attachment.html
More information about the netty-users
mailing list