OWB mapping or process flow hangs while deploying




I faced an issue while deploying mappings and process flow in OWB 11.2.0.3.
Validation and generation end correctly, but when deploying , it just hangs.

OWB log file ([ORACLE_HOME]/owb/logs) showed following:


2013/04/18-16:05:57-EEST [558385E3][] AuditId=20014: Processing unit deployment request
2013/04/18-16:05:57-EEST [558385E3][] Free Memory(bytes)=2220608 Total Memory(bytes)=7995392 Used Memory(bytes)=5774784 Used Memory(percent)=73%
2013/04/18-16:06:01-EEST [290FD7F6][] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
2013/04/18-16:06:01-EEST [290FD7F6][] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
 - ORA-01017: invalid username/password; logon denied

at oracle.wh.runtime.platform.service.controller.PlatformDb.connect(PlatformDb.java:123)
at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:34)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.sql.SQLException: ORA-01017: invalid username/password; logon denied

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:600)
at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:445)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:380)
at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:760)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:401)
at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:546)
at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:236)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:140)
at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.connectUsingNVP(DatabaseConnectionFactory.java:526)
at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.openUsingNVP(DatabaseConnectionFactory.java:583)
at oracle.wh.runtime.platform.service.controller.PlatformDb.connect(PlatformDb.java:107)
... 2 more
java.sql.SQLException: ORA-01017: invalid username/password; logon denied

at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:600)
at oracle.jdbc.driver.T4CTTIoauthenticate.processError(T4CTTIoauthenticate.java:445)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:380)
at oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(T4CTTIoauthenticate.java:760)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:401)
at oracle.jdbc.driver.PhysicalConnection.(PhysicalConnection.java:546)
at oracle.jdbc.driver.T4CConnection.(T4CConnection.java:236)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:521)
at java.sql.DriverManager.getConnection(DriverManager.java:525)
at java.sql.DriverManager.getConnection(DriverManager.java:140)
at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.connectUsingNVP(DatabaseConnectionFactory.java:526)
at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.openUsingNVP(DatabaseConnectionFactory.java:583)
at oracle.wh.runtime.platform.service.controller.PlatformDb.connect(PlatformDb.java:107)
at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:34)
at java.lang.Thread.run(Thread.java:637)

I unregistered and registered all locations used by the builder, but error continued to show up in logs and mappings continued not to deploy.

The issue was that OWBSYS password was changed. I altered the user to set the original password, with which workspace was created with, and deployments were successful

Comments

Popular Posts