post clone app

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

post clone app

Roshan
EBS r12.1
AIX
Hello Erman,

I did a clone of EBS. Post clone is successful and I am able to access app. after login as sysadmin I am getting error

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, ohs_admin@mcb.local and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Kindly advise how to proceed.

Thanks,
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: post clone app

Roshan
23/02/21 14:16:30.168 html: Broken pipe
23/02/21 14:16:30.180 html: Broken pipe
23/02/21 14:16:30.181 html: Broken pipe
23/02/21 14:16:30.181 html: Broken pipe
23/02/21 14:16:30.183 html: Servlet error
java.io.IOException: Broken pipe
        at sun.nio.ch.FileDispatcher.write0(Native Method)
        at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:41)
        at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:104)
        at sun.nio.ch.IOUtil.write(IOUtil.java:75)
        at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
        at java.nio.channels.Channels.write(Channels.java:71)
        at java.nio.channels.Channels.access$000(Channels.java:58)
        at java.nio.channels.Channels$1.write(Channels.java:145)
        at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
        at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
        at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
        at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
        at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
        at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
        at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
        at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
        at java.lang.Thread.run(Thread.java:735)
23/02/21 14:23:17.866 html: 10.1.3.5.0 Stopped
23/02/21 14:27:17.423 10.1.3.5.0 Started
23/02/21 14:27:18.256 html: 10.1.3.5.0 Started
23/02/21 14:28:55.269 html: oracle.apps.fnd.security.LeakDetectionFilter.initialized:1676975335269
23/02/21 14:28:55.269 html: LeakSetting:
        global:true,session:false,aggressive:false,stderr:false,appslog:false,corelog:false
        ignoring:null
Reply | Threaded
Open this post in threaded view
|

Re: post clone app

ErmanArslansOracleBlog
Administrator
Probably due to database connection , or something related with your database. Check your database tier, and the things that may prevent successful connections.

A reference (not exactly for the same issue but call stack is similar) ->

Login Page Hangs With Error In oacore Log: There is no process to read data written to a pipe (Doc ID 1459761.1)
Reply | Threaded
Open this post in threaded view
|

Re: post clone app

Roshan
Thanks