cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Rehosting PDMLink 9.0 M060 :Failure to start manager wt.audit.StandardAuditService

pshinde
1-Visitor

Rehosting PDMLink 9.0 M060 :Failure to start manager wt.audit.StandardAuditService

Hi ,

I have completed the rehosting steps on PDMLink 9.0 M060 as per rehosting guide , I am not sure where the issue is, I get following error message when the Method server is coming up:

wt.method.server.startup.services - Failure to start manager wt.audit.StandardAuditService
wt.services.ManagerException: Could not initialize Auditing service.
at wt.audit.StandardAuditService.performStartupProcess(StandardAuditService.java:359)
at wt.services.StandardManager.startup(StandardManager.java:631)
at wt.services.ManagerImplementation.startup(ManagerImplementation.java:477)
at wt.services.DefaultStartupHandler.startup(DefaultStartupHandler.java:206)
at wt.services.StandardManagerService.performStartupProcess(StandardManagerService.java:216)
at wt.services.StandardManager.startup(StandardManager.java:631)
at wt.services.StandardServicesHandler.start(StandardServicesHandler.java:44)
at wt.method.MethodServerMain.run(MethodServerMain.java:346)
at wt.method.MethodServerMain.start(MethodServerMain.java:241)
at wt.method.MethodServerMain.main(MethodServerMain.java:208)
2010-03-26 14:19:08,201 INFO [main] wt.method.server.shutdown.services - All managers shut down.
2010-03-26 14:19:08,201 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:

2 REPLIES 2
MikeLockwood
22-Sapphire I
(To:pshinde)

Windchill can't find Oracle.

Hey Pradeep,

A couple of things to check:

  • Is there a WCAudit tablespace?
  • Is cognos running? Did you import the user for cognos to have it running?
  • IfWindchill is not connected to the database, you would of see some POM/sql errors.

You can try to disable the audit service then restart the method servers:

wt.audit.users.enabled=false in site.xconf then xconfmanager -p

you can also increase these values by a factor of 10

<property name="wt.queue.max.processQueues" overridable="true"&lt;br"/> targetFile="codebase/wt.properties"
value="200"/>

<property name="wt.queue.max.scheduleQueues" overridable="true"&lt;br"/> targetFile="codebase/wt.properties"
value="200"/>

These values should not really need to change, but it does help you system going from one version to another.

Announcements


Top Tags