Using Netty from within an Oracle Database
Norman Maurer
norman.maurer at googlemail.com
Tue Oct 18 08:18:00 EDT 2011
Show us your code...
Bye,
Norman
2011/10/18 Adrian Nakon <a_p_nakon at hotmail.com>:
> 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 a
> small Netty service I've written. This service is running on the same
> machine as the DB, so can be
> considered 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 PlainDatagramSocketImp
> Socket operation on non-socket
> ORA-06512: at "COHERENCE.NETTYCLIENT", line 3
> ORA-06512: at line 12
> ----------------
> Many Thanks,
> Adrian.
>
>
>
> =====================
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>
More information about the netty-users
mailing list