postclone fail

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

postclone fail

Roshan
Hi Erman,

thanks for your support.

I did a clone on a test instance. Postclone failed with error in log. But I can start the application. However, I cannot access same on browser.
ApplyAppsTier_05041237.log
applicationerror.PNG
adstrtal.log

Please advise.

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

Re: postclone fail

ErmanArslansOracleBlog
Administrator
You have the following in your applyappstier log file:


Creating the DBC file...
java.sql.SQLRecoverableException: No more data to read from socket raised validating GUEST_USER_PWD
java.sql.SQLRecoverableException: No more data to read from socket raised getting GUEST_USER_PWD - ignoring
java.sql.SQLRecoverableException: No more data to read from socket- Database error performing ADD

ADD call failed with exit code 1

Updating Server Security Authentication
java.sql.SQLException: Invalid number format for port number
Database connection to jdbc:oracle:thin:@host_name:port_number:database failed
Updating Server Security Authentication failed with exit code 1
Restoring DBC file from backed up location /app/PMTG/inst/apps/PMTG_r12tstdb/appltmp/TXK/PMTG_Thu_May_04_12_47_2017.dbc

adgendbc.sh ended at Thu May  4 12:47:45 WDT 2017

adgendbc.sh exiting with status 1
ERRORCODE = 1 ERRORCODE_END
.end std out.
cp: /app/PMTG/inst/apps/PMTG_r12tstdb/appl/fnd/12.0.0/secure/PMTG.dbc: No such file or directory
java.sql.SQLRecoverableException: No more data to read from socket
        at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1200)
        at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1155)
        at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:279)
        at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
        at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
        at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
        at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
        at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
        at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
        at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4710)
        at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
        at oracle.apps.fnd.security.AdminAppServer.validateGuestUserPwd(AdminAppServer.java:2080)
        at oracle.apps.fnd.security.AdminAppServer.setGuestUserPwdInDB(AdminAppServer.java:1947)
        at oracle.apps.fnd.security.AdminAppServer.addServer(AdminAppServer.java:912)
        at oracle.apps.fnd.security.AdminAppServer.execute(AdminAppServer.java:609)
        at oracle.apps.fnd.security.AdminAppServer.main(AdminAppServer.java:2653)
Unable to update GUEST_USER_PWD in database to GUEST/ORACLE - java.sql.SQLRecoverableException: No more data to read from socket
cp: /app/PMTG/inst/apps/PMTG_r12tstdb/appltmp/TXK/PMTG_Thu_May_04_12_47_2017.dbc: No such file or directory
Reply | Threaded
Open this post in threaded view
|

Re: postclone fail

ErmanArslansOracleBlog
Administrator
Do the following action in the database and retry.

alter system set JAVA_JIT_ENABLED= FALSE scope = both;

Reference: Adgendbc Fails With Database Connection Failure (Doc ID 1302708.1)
Reply | Threaded
Open this post in threaded view
|

Re: postclone fail

Roshan
Thanks. it is working now. I killed all application processes and compiled jsps. Then I rerun post clone script