Hi All,
I've recently installed Windchill 10.1 on a new and clean install of an oracle 11.2.0 database as a test/evaluation sytem. 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"
wcadmin is the username I created when going through the install process for both oracle and WC10.1
The full output of the method server log is below, can anyone shed some light on what might be wrong?
Methodserver log---------------------------------------------------------------------------------------------------------------------------------------------------
2013-03-18 14:00:54,206 INFO [main] wt.system.out - ------------------------------------------------------
2013-03-18 14:00:54,299 INFO [main] wt.method.server.startup - Starting MethodServer
2013-03-18 14:00:54,299 INFO [main] wt.method.server.startup - JVM id: 3932
2013-03-18 14:00:54,299 INFO [main] wt.method.server.startup - JVM: Sun Microsystems Inc., Java HotSpot(TM) Server VM, 1.6.0_35 (20.10-b01), 32-bit
2013-03-18 14:00:54,299 INFO [main] wt.method.server.startup - OS: Windows XP, x86, 5.1
2013-03-18 14:00:54,299 INFO [main] wt.method.server.startup - Host: edl (192.168.244.132)
2013-03-18 14:00:54,299 INFO [main] wt.method.server.startup - Class path =
e:\ptc\Windchill_10.1\Windchill\codebase
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\archiveClientWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\archiveServerWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\archiveWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\CounterPartWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\dpimplWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\dpinfraWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\Gantt.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\ie3rdpartylibs.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\ieWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\install.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\jmxcoreWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\jviews-chart-all.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\jviews-framework-all.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\jviews-gantt-all.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\mylyn-integration.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\pdmlWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\prowtWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\reqlWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\rialtoWeb.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\RMWebServices.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\wc3rdpartylibs.jar
e:\ptc\Windchill_10.1\Windchill\codebase\WEB-INF\lib\wncWeb.jar
e:\ptc\Windchill_10.1\Windchill\lib\pdml.jar
e:\ptc\Windchill_10.1\Windchill\lib\reql.jar
e:\ptc\Windchill_10.1\Windchill\lib\servlet.jar
e:\ptc\Windchill_10.1\Windchill\lib\wnc.jar
e:\ptc\Windchill_10.1\Java\lib\tools.jar
e:\ptc\Windchill_10.1\Windchill\tomcat\bin\bootstrap.jar
e:\ptc\Windchill_10.1\Windchill\tomcat\bin\tomcat-juli.jar
e:\ptc\Windchill_10.1\Windchill\srclib\wnc\WtAsmAgent.jar
2013-03-18 14:00:54,299 INFO [main] wt.method.server.startup - Setting WTContext time zone to Asia/Calcutta; offset: 5.5
2013-03-18 14:00:54,299 INFO [main] wt.method.server.startup - Setting default time zone to GMT; offset: 0.0
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.maxDbConnections= 5
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.minDbConnections= 5
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.dbConnectionsHardLimit= 0
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.dbConnectionsSoftLimitWaitTime= 0
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.dbConnectionsWaitTime= 0
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.connectionCloserThreshold= 0
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.connectionCloserIdleTimeout= 0
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.connectionMonitorSleepInterval= 10
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.lostConnectionCodes= 1012,3113,3114,12571,17002,17401,17008,17410
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.recoverableConnectionCodes= 0,28,1012,17002,17008
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.freeConnectionImmediate= false
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.maxIdleStatementCaches= 0
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.jdbc.driver= oracle.jdbc.OracleDriver
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.jdbc.url= jdbc:oracle:thin:
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.jdbc.host= 192.168.244.132
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.jdbc.port= 1521
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.jdbc.service= wind
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.jdbc.database=
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.dbUser= wcadmin
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.dbSchemaUser= wcadmin
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.dbConnectionPropertiesNameList=
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.dbConnectionPropertiesValueList=
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.dbConnectionRetryCount= 1
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.userDefinedFunctionsFileName= e:\ptc\Windchill_10.1\Windchill\db\userDefinedFunctions.xml
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.rowPrefetchCount= 20
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.statementCacheSize= 50
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.cachedStatementReuseLimit= 50
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.feedbackInterval= 500
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.interruptInterval= 50
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.cachedStatementRSLimit= -1
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.implicitTransactions= false
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.implicitTransactionsRollbackTime= 600
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.navigateDepthThreshold= 4
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.navigateDepthUnionLimit= 10
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.queryDepthThreshold= 3
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.queryDepthInClauseSizeLimit= 50
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.lobChunkSize= 32000
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.log.JDBCStatements= false
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.log.fileJDBC= null
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.log.filterJDBC= null
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.chunk.defaultSize= 50
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.objectReferenceQuerySize= 254
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.objectReferenceQueryChunkSize= 500
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.objectReferenceQueryArrayTableEnabled= true
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inflateHint= RULE
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inflateSingleTableMode= true
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.useBind= true
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inClauseFixedSize= 5
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inClauseSizeLimit= 1000
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inClauseBindLimit= 51
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inClauseUseBindOptimization= true
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inClauseBindOptimizationThreshold=50
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inClauseBindOptimizationTempTableUsePrimaryKey=true
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.inClauseBindOptimizationCardinality=-1
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.cardinalityValueFixedSize= 100
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.tempTableNumberPerThreshold= 5
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.tempTableArraySizeNumberOfThreshold=3
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.tempTableArraySizeThresholdValues=200,1000, 2000
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.tempTable.insertChunkSize=50000
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.startupQueryLimit= -1
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.queryLimit= -1
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.paging.queueInvokeTime= 600
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.paging.sessionCleanupTime= 1800
2013-03-18 14:01:03,096 INFO [main] wt.pom.properties - wt.pom.paging.threshold= -1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.paging.insertChunkSize= 250
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.paging.fetchLimit= 15
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.paging.fetchSleepInterval= 1000
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.paging.closeSleepInterval= 600
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.paging.snapshotQueryLimit= -1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.paging.pagingSessionLimit= 5
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.statementCache.summaryInterval= 2000
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.enableNLSSort= true
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.constantArrayTableLimit= 4000
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.traceTiming.enable= true
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.blobRead.handle620LV= false
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.blobRead.handleOldLV= false
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.blobRewrite.enabled= false
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.selectForUpdateEnabled= false
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.refreshCache.enabled= true
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.refreshCache.summeryInterval= 0
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.refreshCache.size= 100
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.enableSQL99OuterjoinSyntax= false
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.enableInListOptimizationWarning= false
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.refIntegrity.ownerQuery.chunkThreshold=-1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.refIntegrity.ownerQuery.roleChunkSize=-1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.refIntegrity.ownerQuery.objectChunkSize=-1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.refIntegrity.removeOids.objectChunkSize=-1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.spec.tableExpressionThreshold=5
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.spec.useTableType= true
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.spec.useColumnList= true
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.spec.delete.classChunkSize= 2000
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.spec.delete.chunkSize= 5000
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.retry.enable= true
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.closePreparedStatement.threshold=-1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.insert.chunkSize= 100000
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.batch.update.chunkSize= 100000
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.maxQueryRetryCount= 5
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.oracle.blobInlineWriteThreshold= -1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.oracle.disableAlwaysSemiJoin= true
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.oracle.jdbcConnectionMemoryLimit= 48
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.oracle.nlssort.truncateLength= 600
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.emptyTableQueryClassChunkSize = 400
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.resultSetThreadPool.size = 2
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.resultSetThreadPool.queueSize = -1
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.resultSetThreadPool.implicitEnabled=false
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - wt.pom.pdsDecoderBypassUserLoader = true
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - Windchill DataStore: Oracle
2013-03-18 14:01:03,112 INFO [main] wt.pom.properties - JDBC Driver Version: major=11 minor=2
2013-03-18 14:01:04,284 INFO [main] wt.method.server.startup - MethodServer created - port 5003
2013-03-18 14:01:04,284 INFO [main] wt.method.server.startup - Starting services - class = wt.services.StandardServicesHandler
2013-03-18 14:02:22,471 INFO [main] wt.pom.properties - wt.pom.delete.triggerClassNames=
2013-03-18 14:04:02,221 INFO [main] wt.pom.properties - Connection: datastore=Oracle(Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options) jdbcVersion=11.2 driver=Oracle JDBC driver(11.2.0.3.0) driverVersion=11.2
2013-03-18 14:04:03,362 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: WCADMIN.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: WCADMIN.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:458)
at wt.pom.WTConnection.connect(WTConnection.java:311)
at wt.pom.WTConnection.<init>(WTConnection.java:275)
at wt.pom.PersistentObjectManager.connect(PersistentObjectManager.java:313)
at wt.pom.POMHandler.getConnection(POMHandler.java:133)
at wt.method.MethodContext.getConnection(MethodContext.java:2058)
at wt.pom.PersistentObjectManager.getUserConnection(PersistentObjectManager.java:322)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1099)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1015)
at wt.fc.StandardPersistenceManager._query(StandardPersistenceManager.java:1829)
at wt.fc.StandardPersistenceManager._find(StandardPersistenceManager.java:1858)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:675)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:427)
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:1854)
at wt.ufid.FederatableServerHelper.getRepository(FederatableServerHelper.java:228)
at wt.org.StandardOrganizationServicesManager._getRepositoryForService(StandardOrganizationServicesManager.java:9398)
at wt.org.StandardOrganizationServicesManager._getDomainsForPrincipals(StandardOrganizationServicesManager.java:9511)
at wt.org.StandardOrganizationServicesManager.getDomainsForPrincipals(StandardOrganizationServicesManager.java:9428)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7418)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7245)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7221)
at wt.org.StandardOrganizationServicesManager._queryPrincipal(StandardOrganizationServicesManager.java:7166)
at wt.org.StandardOrganizationServicesManager.getAuthenticatedUser(StandardOrganizationServicesManager.java:2213)
at wt.org.StandardOrganizationServicesManager.getUser(StandardOrganizationServicesManager.java:2358)
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 $Proxy20.getUser(Unknown Source)
at wt.session.StandardSessionManager.getUser(StandardSessionManager.java:390)
at wt.session.StandardSessionManager.getAdministrator(StandardSessionManager.java:272)
at wt.session.StandardSessionManager.setAdministrator(StandardSessionManager.java:250)
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 $Proxy19.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:410)
at wt.method.MethodServerMain.main(MethodServerMain.java:257)
2013-03-18 14:04:03,440 INFO [main] wt.method.server.shutdown.services - All managers shut down.
2013-03-18 14:04:03,440 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: WCADMIN.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: WCADMIN.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:458)
at wt.pom.WTConnection.connect(WTConnection.java:311)
at wt.pom.WTConnection.<init>(WTConnection.java:275)
at wt.pom.PersistentObjectManager.connect(PersistentObjectManager.java:313)
at wt.pom.POMHandler.getConnection(POMHandler.java:133)
at wt.method.MethodContext.getConnection(MethodContext.java:2058)
at wt.pom.PersistentObjectManager.getUserConnection(PersistentObjectManager.java:322)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1099)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1015)
at wt.fc.StandardPersistenceManager._query(StandardPersistenceManager.java:1829)
at wt.fc.StandardPersistenceManager._find(StandardPersistenceManager.java:1858)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:675)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:427)
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:1854)
at wt.ufid.FederatableServerHelper.getRepository(FederatableServerHelper.java:228)
at wt.org.StandardOrganizationServicesManager._getRepositoryForService(StandardOrganizationServicesManager.java:9398)
at wt.org.StandardOrganizationServicesManager._getDomainsForPrincipals(StandardOrganizationServicesManager.java:9511)
at wt.org.StandardOrganizationServicesManager.getDomainsForPrincipals(StandardOrganizationServicesManager.java:9428)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7418)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7245)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7221)
at wt.org.StandardOrganizationServicesManager._queryPrincipal(StandardOrganizationServicesManager.java:7166)
at wt.org.StandardOrganizationServicesManager.getAuthenticatedUser(StandardOrganizationServicesManager.java:2213)
at wt.org.StandardOrganizationServicesManager.getUser(StandardOrganizationServicesManager.java:2358)
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 $Proxy20.getUser(Unknown Source)
at wt.session.StandardSessionManager.getUser(StandardSessionManager.java:390)
at wt.session.StandardSessionManager.getAdministrator(StandardSessionManager.java:272)
at wt.session.StandardSessionManager.setAdministrator(StandardSessionManager.java:250)
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 $Proxy19.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:410)
at wt.method.MethodServerMain.main(MethodServerMain.java:257)
2013-03-18 14:04:03,674 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: WCADMIN.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: WCADMIN.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:458)
at wt.pom.WTConnection.connect(WTConnection.java:311)
at wt.pom.WTConnection.<init>(WTConnection.java:275)
at wt.pom.PersistentObjectManager.connect(PersistentObjectManager.java:313)
at wt.pom.POMHandler.getConnection(POMHandler.java:133)
at wt.method.MethodContext.getConnection(MethodContext.java:2058)
at wt.pom.PersistentObjectManager.getUserConnection(PersistentObjectManager.java:322)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1099)
at wt.pom.PersistentObjectManager.query(PersistentObjectManager.java:1015)
at wt.fc.StandardPersistenceManager._query(StandardPersistenceManager.java:1829)
at wt.fc.StandardPersistenceManager._find(StandardPersistenceManager.java:1858)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:675)
at wt.fc.StandardPersistenceManager.find(StandardPersistenceManager.java:427)
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:1854)
at wt.ufid.FederatableServerHelper.getRepository(FederatableServerHelper.java:228)
at wt.org.StandardOrganizationServicesManager._getRepositoryForService(StandardOrganizationServicesManager.java:9398)
at wt.org.StandardOrganizationServicesManager._getDomainsForPrincipals(StandardOrganizationServicesManager.java:9511)
at wt.org.StandardOrganizationServicesManager.getDomainsForPrincipals(StandardOrganizationServicesManager.java:9428)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7418)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7245)
at wt.org.StandardOrganizationServicesManager._queryPrincipals(StandardOrganizationServicesManager.java:7221)
at wt.org.StandardOrganizationServicesManager._queryPrincipal(StandardOrganizationServicesManager.java:7166)
at wt.org.StandardOrganizationServicesManager.getAuthenticatedUser(StandardOrganizationServicesManager.java:2213)
at wt.org.StandardOrganizationServicesManager.getUser(StandardOrganizationServicesManager.java:2358)
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 $Proxy20.getUser(Unknown Source)
at wt.session.StandardSessionManager.getUser(StandardSessionManager.java:390)
at wt.session.StandardSessionManager.getAdministrator(StandardSessionManager.java:272)
at wt.session.StandardSessionManager.setAdministrator(StandardSessionManager.java:250)
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 $Proxy19.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:410)
at wt.method.MethodServerMain.main(MethodServerMain.java:257)
2013-03-18 14:04:03,690 FATAL [main] wt.method.server.shutdown - Stopping services...
2013-03-18 14:04:03,690 INFO [main] wt.method.server.shutdown.services - All managers shut down.
2013-03-18 14:04:03,690 FATAL [main] wt.method.server.shutdown - MethodServer stopped