Skip to Main Content

ORDS, SODA & JSON 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.

java.io.IOException: Connection reset by peer

CommitManJun 27 2013


Hi

I'm getting a blank page when trying to open the url:

http://apex-listener-srv:7777/apex/f?p=4550

The apex listener still has the APEX_PUBLIC_USER sessions open against the DB (which is on another server)

The apex listener log shows this:

Jun 27, 2013 9:53:51 PM com.sun.grizzly.filter.ReadFilter log

FINE: ReadFilter.execute

java.io.IOException: Connection reset by peer

at sun.nio.ch.FileDispatcherImpl.read0(Native Method)

at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)

at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225)

at sun.nio.ch.IOUtil.read(IOUtil.java:198)

at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:359)

at com.sun.grizzly.filter.ReadFilter.execute(ReadFilter.java:175)

at com.sun.grizzly.filter.ReadFilter.execute(ReadFilter.java:117)

at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)

at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)

at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)

at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)

at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)

at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)

at com.sun.grizzly.ContextTask.run(ContextTask.java:71)

at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)

at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)

at java.lang.Thread.run(Thread.java:722)

Help?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2013
Added on Jun 27 2013
0 comments
904 views