Hi,
I had installed PTC Windhchill 10.0 using the installer on my machine.
Oracle 11 g express edition is used for the installation.
The install was succesful, however, when I start windchill the methodserver aborts with an error of
"Nested exception is: java.sql.SQLException: invalid name pattern: WCADMIN.INSTANCE_ROW"
Appreciate if any one could point out what could be going wrong.
Thanks in advance.
This is the log file generated during method server startup
2013-06-27 17:31:54,173 INFO [main] wt.method.server.startup - Starting MethodServer
2013-06-27 17:31:54,220 INFO [main] wt.method.server.startup - JVM id: 7824
2013-06-27 17:31:54,220 INFO [main] wt.method.server.startup - JVM: Sun Microsystems Inc., Java HotSpot(TM) Server VM, 1.6.0_31 (20.6-b01), 32-bit
2013-06-27 17:31:54,220 INFO [main] wt.method.server.startup - OS: Windows 7, x86, 6.1
2013-06-27 17:31:54,235 INFO [main] wt.method.server.startup - Host: MUM-18398 (mum-18398.corpnet.liox.org)
2013-06-27 17:31:54,235 INFO [main] wt.method.server.startup - Class path =
D:\CMS\PTC\Windchill_10.0\Windchill\codebase
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\archiveClientWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\archiveServerWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\archiveWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\CounterPartWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\dpimplWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\dpinfraWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\Gantt.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\ie3rdpartylibs.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\ieWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\install.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\jmxcoreWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\jviews-chart-all.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\jviews-framework-all.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\jviews-gantt-all.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\mylyn-integration.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\pdmlWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\prowtWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\wc3rdpartylibs.jar
D:\CMS\PTC\Windchill_10.0\Windchill\codebase\WEB-INF\lib\wncWeb.jar
D:\CMS\PTC\Windchill_10.0\Windchill\lib\pdml.jar
D:\CMS\PTC\Windchill_10.0\Windchill\lib\servlet.jar
D:\CMS\PTC\Windchill_10.0\Windchill\lib\wnc.jar
D:\CMS\PTC\Windchill_10.0\Java\lib\tools.jar
D:\CMS\PTC\Windchill_10.0\Windchill\tomcat\bin\bootstrap.jar
D:\CMS\PTC\Windchill_10.0\Windchill\srclib\wnc\WtAsmAgent.jar
2013-06-27 17:31:54,235 INFO [main] wt.method.server.startup - Setting WTContext time zone to Asia/Calcutta; offset: 5.5
2013-06-27 17:31:54,235 INFO [main] wt.method.server.startup - Setting default time zone to GMT; offset: 0.0
2013-06-27 17:31:54,844 INFO [main] wt.pom.properties - wt.pom.maxDbConnections= 5
2013-06-27 17:31:55,124 INFO [main] wt.pom.properties - wt.pom.minDbConnections= 5
2013-06-27 17:31:55,140 INFO [main] wt.pom.properties - wt.pom.dbConnectionsHardLimits= 0
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.dbConnectionsSoftLimitWaitTime= 0
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.dbConnectionsWaitTime= 0
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.connectionCloserThreshold= 0
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.connectionCloserIdleTimeout= 0
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.connectionMonitorSleepInterval= 10
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.lostConnectionCodes= 1012,3113,3114,12571,17002,17401,17008,17410
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.recoverableConnectionCodes= 28,1012,17002,17008
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.freeConnectionImmediate= false
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.maxIdleStatementCaches= 0
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.jdbc.driver= oracle.jdbc.OracleDriver
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.jdbc.url= jdbc:oracle:thin:
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.jdbc.host= MUM-18398.corpnet.liox.org
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.jdbc.port= 1521
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.jdbc.service= xe
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.jdbc.database=
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.dbUser= windchill
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.dbSchemaUser= windchill
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.dbConnectionPropertiesNameList=
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.dbConnectionPropertiesValueList=
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.userDefinedFunctionsFileName= D:\CMS\PTC\Windchill_10.0\Windchill\db\userDefinedFunctions.xml
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.rowPrefetchCount= 20
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.statementCacheSize= 50
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.cachedStatementReuseLimit= 50
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.feedbackInterval= 500
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.interruptInterval= 50
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.cachedStatementRSLimit= -1
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.implicitTransactions= false
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.implicitTransactionsRollbackTime= 600
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.navigateDepthThreshold= 4
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.navigateDepthUnionLimit= 10
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.queryDepthThreshold= 3
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.queryDepthInClauseSizeLimit= 50
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.lobChunkSize= 32000
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.log.JDBCStatements= false
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.log.fileJDBC= null
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.log.filterJDBC= null
2013-06-27 17:31:55,156 INFO [main] wt.pom.properties - wt.pom.chunk.defaultSize= 50
2013-06-27 17:31:55,171 INFO [main] wt.pom.properties - wt.pom.objectReferenceQuerySize= 254
2013-06-27 17:31:55,171 INFO [main] wt.pom.properties - wt.pom.objectReferenceQueryChunkSize= 500
2013-06-27 17:31:55,202 INFO [main] wt.pom.properties - wt.pom.objectReferenceArrayTableEnabled= true
2013-06-27 17:31:55,202 INFO [main] wt.pom.properties - wt.pom.inflateHint= RULE
2013-06-27 17:31:55,202 INFO [main] wt.pom.properties - wt.pom.inflateSingleTableMode= true
2013-06-27 17:31:55,202 INFO [main] wt.pom.properties - wt.pom.useBind= true
2013-06-27 17:31:55,202 INFO [main] wt.pom.properties - wt.pom.inClauseFixedSize= 5
2013-06-27 17:31:55,202 INFO [main] wt.pom.properties - wt.pom.inClauseSizeLimit= 1000
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.inClauseBindLimit= 51
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.inClauseUseBindOptimization= true
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.inClauseBindOptimizationThreshold=50
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.inClauseBindOptimizationTempTableUsePrimaryKey=true
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.inClauseBindOptimizationCardinality=-1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.cardinalityValueFixedSize= 100
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.tempTableNumberPerThreshold= 5
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.tempTableArraySizeNumberOfThreshold=3
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.tempTableArraySizeThresholdValues=200,1000, 2000
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.tempTable.insertChunkSize=50000
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.startupQueryLimit= -1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.queryLimit= -1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.queueInvokeTime= 600
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.sessionCleanupTime= 1800
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.threshold= -1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.insertChunkSize= 250
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.fetchLimit= 15
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.fetchSleepInterval= 1000
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.closeSleepInterval= 600
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.snapshotQueryLimit= -1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.paging.pagingSessionLimit= 5
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.statementCache.summaryInterval= 2000
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.enableNLSSort= true
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.constantArrayTableLimit= 4000
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.traceTiming.enable= true
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.blobRead.handle620LV= false
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.blobRead.handleOldLV= false
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.blobRewrite.enabled= false
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.selectForUpdateEnabled= false
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.refreshCache.enabled= true
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.refreshCache.summeryInterval= 0
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.refreshCache.size= 100
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.enableSQL99OuterjoinSyntax= false
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.enableInListOptimizationWarning= false
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.refIntegrity.ownerQuery.chunkThreshold=-1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.refIntegrity.ownerQuery.roleChunkSize=-1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.refIntegrity.ownerQuery.objectChunkSize=-1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.refIntegrity.removeOids.objectChunkSize=-1
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.batch.spec.tableExpressionThreshold=5
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.batch.spec.useTableType= true
2013-06-27 17:31:55,249 INFO [main] wt.pom.properties - wt.pom.batch.spec.useColumnList= true
2013-06-27 17:31:55,265 INFO [main] wt.pom.properties - wt.pom.batch.spec.delete.classChunkSize= 2000
2013-06-27 17:31:55,265 INFO [main] wt.pom.properties - wt.pom.batch.spec.delete.chunkSize= 5000
2013-06-27 17:31:55,265 INFO [main] wt.pom.properties - wt.pom.batch.retry.enable= true
2013-06-27 17:31:55,265 INFO [main] wt.pom.properties - wt.pom.batch.closePreparedStatement.threshold=-1
2013-06-27 17:31:55,265 INFO [main] wt.pom.properties - wt.pom.batch.insert.chunkSize= 100000
2013-06-27 17:31:55,265 INFO [main] wt.pom.properties - wt.pom.batch.update.chunkSize= 100000
2013-06-27 17:31:55,265 INFO [main] wt.pom.properties - wt.pom.maxQueryRetryCount= 5
2013-06-27 17:31:55,265 INFO [main] wt.pom.properties - wt.pom.oracle.blobInlineWriteThreshold= -1
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - wt.pom.oracle.disableAlwaysSemiJoin= true
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - wt.pom.oracle.jdbcConnectionMemoryLimit= 48
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - wt.pom.oracle.nlssort.truncateLength= 600
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - wt.pom.emptyTableQueryClassChunkSize = 400
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - wt.pom.resultSetThreadPool.size = 2
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - wt.pom.resultSetThreadPool.queueSize = -1
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - wt.pom.resultSetThreadPool.implicitEnabled=false
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - wt.pom.pdsDecoderBypassUserLoader = true
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - Windchill DataStore: Oracle
2013-06-27 17:31:55,296 INFO [main] wt.pom.properties - JDBC Driver Version: major=11 minor=2
2013-06-27 17:31:55,327 INFO [main] wt.method.server.startup - MethodServer created - port 5003
2013-06-27 17:31:55,327 INFO [main] wt.method.server.startup - Starting services - class = wt.services.StandardServicesHandler
2013-06-27 17:32:21,790 INFO [main] wt.pom.properties - wt.pom.delete.triggerClassNames=
2013-06-27 17:33:38,944 INFO [main] wt.pom.properties - Connection: datastore=Oracle(Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production) jdbcVersion=11.2 driver=Oracle JDBC driver(11.2.0.3.0) driverVersion=11.2
2013-06-27 17:33:41,099 ERROR [main] wt.method.server.startup.services - Failure to start manager wt.audit.StandardAuditService
wt.services.ManagerException: Could not initialize Auditing service.
Nested exception is: wt.ufid.UfidException: wt.pom.DatastoreException: A SQL error has occurred. Database system message follows:
wt.pom.ConnectionException: A SQL error has occurred. Database system message follows:
(wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
Nested exception is: java.sql.SQLException: invalid name pattern: WINDCHILL.INSTANCE_ROW
Nested exception is: wt.pom.DatastoreException: A SQL error has occurred. Database system message follows:
Nested exception is: wt.pom.ConnectionException: A SQL error has occurred. Database system message follows:
Nested exception is: (wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
Nested exception is: java.sql.SQLException: invalid name pattern: WINDCHILL.INSTANCE_ROW
at oracle.jdbc.oracore.OracleTypeADT.initMetadata(OracleTypeADT.java:554)
at oracle.jdbc.oracore.OracleTypeADT.init(OracleTypeADT.java:470)
at oracle.sql.StructDescriptor.initPickler(StructDescriptor.java:324)
at oracle.sql.StructDescriptor.<init>(StructDescriptor.java:254)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:135)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:103)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:72)
at wt.pds.oracle81.OracleStatementParameterFactory.getStructType(OracleStatementParameterFactory.java:160)
at wt.pds.oracle81.OracleStatementParameterFactory.initializeStruct(OracleStatementParameterFactory.java:82)
at wt.pds.StatementParameterFactory.initializeTypes(StatementParameterFactory.java:224)
at wt.pds.oracle81.OracleStatementParameterFactory.initializeTypes(OracleStatementParameterFactory.java:56)
at wt.pds.SQLDatabasePds.initializeConnection(SQLDatabasePds.java:1357)
at wt.pds.OraclePds.initializeConnection(OraclePds.java:467)
at wt.pom.WTConnection.connect(WTConnection.java:302)
at wt.pom.WTConnection.<init>(WTConnection.java:266)
at wt.pom.PersistentObjectManager.connect(PersistentObjectManager.java:313)
at wt.pom.POMHandler.getConnection(POMHandler.java:133)
at wt.method.MethodContext.getConnection(MethodContext.java:2044)
at wt.pom.PersistentObjectManager.getUserConnection(PersistentObjectManager.java:322)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1080)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:996)
at wt.fc.StandardPersistenceManager._query(StandardPersistenceManager.java:1837)
at wt.fc.StandardPersistenceManager._find(StandardPersistenceManager.java:1866)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:683)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:435)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy9.find(Unknown Source)
at wt.ufid.FederatableServerHelper.getRepositoryFromDB(FederatableServerHelper.java:1789)
at wt.ufid.FederatableServerHelper.getRepository(FederatableServerHelper.java:221)
at wt.org.StandardOrganizationServicesManager._getRepositoryForService(StandardOrganizationServicesManager.java:9916)
at wt.org.StandardOrganizationServicesManager._getDomainsForPrincipals(StandardOrganizationServicesManager.java:10041)
at wt.org.StandardOrganizationServicesManager.getDomainsForPrincipals(StandardOrganizationServicesManager.java:9951)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7868)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7675)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7642)
at wt.org.StandardOrganizationServicesManager._queryPrincipal(StandardOrganizationServicesManager.java:7580)
at wt.org.StandardOrganizationServicesManager.getAuthenticatedUser(StandardOrganizationServicesManager.java:2376)
at wt.org.StandardOrganizationServicesManager.getUser(StandardOrganizationServicesManager.java:2528)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy17.getUser(Unknown Source)
at wt.session.StandardSessionManager.getUser(StandardSessionManager.java:393)
at wt.session.StandardSessionManager.getAdministrator(StandardSessionManager.java:290)
at wt.session.StandardSessionManager.setAdministrator(StandardSessionManager.java:268)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy16.setAdministrator(Unknown Source)
at wt.audit.StandardAuditService.performStartupProcess(StandardAuditService.java:297)
at wt.services.StandardManager.startup(StandardManager.java:459)
at wt.services.ManagerImplementation.startup(ManagerImplementation.java:356)
at wt.services.DefaultStartupHandler.startup(DefaultStartupHandler.java:112)
at wt.services.StandardManagerService.performStartupProcess(StandardManagerService.java:166)
at wt.services.StandardManager.startup(StandardManager.java:459)
at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:44)
at wt.method.MethodServerMain.run(MethodServerMain.java:423)
at wt.method.MethodServerMain.main(MethodServerMain.java:274)
2013-06-27 17:33:41,158 INFO [main] wt.method.server.shutdown.services - All managers shut down.
2013-06-27 17:33:41,158 ERROR [main] wt.method.server.startup.services - Unable to start all managers.
(wt.services.servicesResource/21) wt.services.ManagerException: Unable to start manager: "wt.audit.AuditService" with implementation class: "wt.audit.StandardAuditService"
Nested exception is: wt.services.ManagerException: Could not initialize Auditing service.
Nested exception is: wt.ufid.UfidException: wt.pom.DatastoreException: A SQL error has occurred. Database system message follows:
wt.pom.ConnectionException: A SQL error has occurred. Database system message follows:
(wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
Nested exception is: java.sql.SQLException: invalid name pattern: WINDCHILL.INSTANCE_ROW
Nested exception is: wt.pom.DatastoreException: A SQL error has occurred. Database system message follows:
Nested exception is: wt.pom.ConnectionException: A SQL error has occurred. Database system message follows:
Nested exception is: (wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
Nested exception is: java.sql.SQLException: invalid name pattern: WINDCHILL.INSTANCE_ROW
at oracle.jdbc.oracore.OracleTypeADT.initMetadata(OracleTypeADT.java:554)
at oracle.jdbc.oracore.OracleTypeADT.init(OracleTypeADT.java:470)
at oracle.sql.StructDescriptor.initPickler(StructDescriptor.java:324)
at oracle.sql.StructDescriptor.<init>(StructDescriptor.java:254)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:135)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:103)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:72)
at wt.pds.oracle81.OracleStatementParameterFactory.getStructType(OracleStatementParameterFactory.java:160)
at wt.pds.oracle81.OracleStatementParameterFactory.initializeStruct(OracleStatementParameterFactory.java:82)
at wt.pds.StatementParameterFactory.initializeTypes(StatementParameterFactory.java:224)
at wt.pds.oracle81.OracleStatementParameterFactory.initializeTypes(OracleStatementParameterFactory.java:56)
at wt.pds.SQLDatabasePds.initializeConnection(SQLDatabasePds.java:1357)
at wt.pds.OraclePds.initializeConnection(OraclePds.java:467)
at wt.pom.WTConnection.connect(WTConnection.java:302)
at wt.pom.WTConnection.<init>(WTConnection.java:266)
at wt.pom.PersistentObjectManager.connect(PersistentObjectManager.java:313)
at wt.pom.POMHandler.getConnection(POMHandler.java:133)
at wt.method.MethodContext.getConnection(MethodContext.java:2044)
at wt.pom.PersistentObjectManager.getUserConnection(PersistentObjectManager.java:322)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1080)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:996)
at wt.fc.StandardPersistenceManager._query(StandardPersistenceManager.java:1837)
at wt.fc.StandardPersistenceManager._find(StandardPersistenceManager.java:1866)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:683)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:435)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy9.find(Unknown Source)
at wt.ufid.FederatableServerHelper.getRepositoryFromDB(FederatableServerHelper.java:1789)
at wt.ufid.FederatableServerHelper.getRepository(FederatableServerHelper.java:221)
at wt.org.StandardOrganizationServicesManager._getRepositoryForService(StandardOrganizationServicesManager.java:9916)
at wt.org.StandardOrganizationServicesManager._getDomainsForPrincipals(StandardOrganizationServicesManager.java:10041)
at wt.org.StandardOrganizationServicesManager.getDomainsForPrincipals(StandardOrganizationServicesManager.java:9951)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7868)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7675)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7642)
at wt.org.StandardOrganizationServicesManager._queryPrincipal(StandardOrganizationServicesManager.java:7580)
at wt.org.StandardOrganizationServicesManager.getAuthenticatedUser(StandardOrganizationServicesManager.java:2376)
at wt.org.StandardOrganizationServicesManager.getUser(StandardOrganizationServicesManager.java:2528)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy17.getUser(Unknown Source)
at wt.session.StandardSessionManager.getUser(StandardSessionManager.java:393)
at wt.session.StandardSessionManager.getAdministrator(StandardSessionManager.java:290)
at wt.session.StandardSessionManager.setAdministrator(StandardSessionManager.java:268)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy16.setAdministrator(Unknown Source)
at wt.audit.StandardAuditService.performStartupProcess(StandardAuditService.java:297)
at wt.services.StandardManager.startup(StandardManager.java:459)
at wt.services.ManagerImplementation.startup(ManagerImplementation.java:356)
at wt.services.DefaultStartupHandler.startup(DefaultStartupHandler.java:112)
at wt.services.StandardManagerService.performStartupProcess(StandardManagerService.java:166)
at wt.services.StandardManager.startup(StandardManager.java:459)
at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:44)
at wt.method.MethodServerMain.run(MethodServerMain.java:423)
at wt.method.MethodServerMain.main(MethodServerMain.java:274)
2013-06-27 17:33:41,177 FATAL [main] wt.method.server - MethodServerMain abort
wt.services.ManagerException: Unable to start all managers.
Nested exception is: (wt.services.servicesResource/21) wt.services.ManagerException: Unable to start manager: "wt.audit.AuditService" with implementation class: "wt.audit.StandardAuditService"
Nested exception is: wt.services.ManagerException: Could not initialize Auditing service.
Nested exception is: wt.ufid.UfidException: wt.pom.DatastoreException: A SQL error has occurred. Database system message follows:
wt.pom.ConnectionException: A SQL error has occurred. Database system message follows:
(wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
Nested exception is: java.sql.SQLException: invalid name pattern: WINDCHILL.INSTANCE_ROW
Nested exception is: wt.pom.DatastoreException: A SQL error has occurred. Database system message follows:
Nested exception is: wt.pom.ConnectionException: A SQL error has occurred. Database system message follows:
Nested exception is: (wt.pom.pomResource/0) wt.pom.PersistenceException: A persistence error occurred. System message follows:
Nested exception is: java.sql.SQLException: invalid name pattern: WINDCHILL.INSTANCE_ROW
at oracle.jdbc.oracore.OracleTypeADT.initMetadata(OracleTypeADT.java:554)
at oracle.jdbc.oracore.OracleTypeADT.init(OracleTypeADT.java:470)
at oracle.sql.StructDescriptor.initPickler(StructDescriptor.java:324)
at oracle.sql.StructDescriptor.<init>(StructDescriptor.java:254)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:135)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:103)
at oracle.sql.StructDescriptor.createDescriptor(StructDescriptor.java:72)
at wt.pds.oracle81.OracleStatementParameterFactory.getStructType(OracleStatementParameterFactory.java:160)
at wt.pds.oracle81.OracleStatementParameterFactory.initializeStruct(OracleStatementParameterFactory.java:82)
at wt.pds.StatementParameterFactory.initializeTypes(StatementParameterFactory.java:224)
at wt.pds.oracle81.OracleStatementParameterFactory.initializeTypes(OracleStatementParameterFactory.java:56)
at wt.pds.SQLDatabasePds.initializeConnection(SQLDatabasePds.java:1357)
at wt.pds.OraclePds.initializeConnection(OraclePds.java:467)
at wt.pom.WTConnection.connect(WTConnection.java:302)
at wt.pom.WTConnection.<init>(WTConnection.java:266)
at wt.pom.PersistentObjectManager.connect(PersistentObjectManager.java:313)
at wt.pom.POMHandler.getConnection(POMHandler.java:133)
at wt.method.MethodContext.getConnection(MethodContext.java:2044)
at wt.pom.PersistentObjectManager.getUserConnection(PersistentObjectManager.java:322)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1080)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:996)
at wt.fc.StandardPersistenceManager._query(StandardPersistenceManager.java:1837)
at wt.fc.StandardPersistenceManager._find(StandardPersistenceManager.java:1866)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:683)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:435)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy9.find(Unknown Source)
at wt.ufid.FederatableServerHelper.getRepositoryFromDB(FederatableServerHelper.java:1789)
at wt.ufid.FederatableServerHelper.getRepository(FederatableServerHelper.java:221)
at wt.org.StandardOrganizationServicesManager._getRepositoryForService(StandardOrganizationServicesManager.java:9916)
at wt.org.StandardOrganizationServicesManager._getDomainsForPrincipals(StandardOrganizationServicesManager.java:10041)
at wt.org.StandardOrganizationServicesManager.getDomainsForPrincipals(StandardOrganizationServicesManager.java:9951)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7868)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7675)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7642)
at wt.org.StandardOrganizationServicesManager._queryPrincipal(StandardOrganizationServicesManager.java:7580)
at wt.org.StandardOrganizationServicesManager.getAuthenticatedUser(StandardOrganizationServicesManager.java:2376)
at wt.org.StandardOrganizationServicesManager.getUser(StandardOrganizationServicesManager.java:2528)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy17.getUser(Unknown Source)
at wt.session.StandardSessionManager.getUser(StandardSessionManager.java:393)
at wt.session.StandardSessionManager.getAdministrator(StandardSessionManager.java:290)
at wt.session.StandardSessionManager.setAdministrator(StandardSessionManager.java:268)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at wt.services.ServiceFactory$ServerInvocationHandler.invoke(ServiceFactory.java:399)
at $Proxy16.setAdministrator(Unknown Source)
at wt.audit.StandardAuditService.performStartupProcess(StandardAuditService.java:297)
at wt.services.StandardManager.startup(StandardManager.java:459)
at wt.services.ManagerImplementation.startup(ManagerImplementation.java:356)
at wt.services.DefaultStartupHandler.startup(DefaultStartupHandler.java:112)
at wt.services.StandardManagerService.performStartupProcess(StandardManagerService.java:166)
at wt.services.StandardManager.startup(StandardManager.java:459)
at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:44)
at wt.method.MethodServerMain.run(MethodServerMain.java:423)
at wt.method.MethodServerMain.main(MethodServerMain.java:274)
2013-06-27 17:33:41,186 FATAL [main] wt.method.server.shutdown - Stopping services...
2013-06-27 17:33:41,187 INFO [main] wt.method.server.shutdown.services - All managers shut down.
2013-06-27 17:33:41,187 FATAL [main] wt.method.server.shutdown - MethodServer stopped