PDA

View Full Version : WM 6.5 - Unable to see Process Instances after deployment with WmDeployer


dndoye
07-25-2006, 09:44
Hi,

I have deployed my process models using WmDeployer. On my Devlopment environment i am able to see all my process instances at runtime through Portal (My WebMethods Server).
Unfortunately, once i deployed the process i can any more see the process instance on the deployed Portal server.

I have done the same tasks both on dev and test server :

- Create Modeler Repository, PRT and Process Audit tables (all in the same the schema)
- Configure the Modeler Repository to write in the database
- Configure the IS JDBC Pools
- Configure following Extended fields :
watt.server.auditDBSize=40
watt.server.auditLoadSchema=true
watt.server.auditLog=perSvc
watt.server.auditMaxPool=50
watt.server.auditMinPool=10
watt.server.auditStore=database
watt.server.auditThreshold=150


At runtime is the database WMPROCESS table is populated however PRTINSTANCEITER table remain empty.

I am wondering if :

- Configuration is wrong on test server (in spite of several checks !!!)
- I forgot a specific deployment option in WmDeployer for Modeler
- Or something else ...

Does anyone have an idea ?

Thanks in advance.
Djibril.

dndoye
07-26-2006, 07:19
I resolved my problem by exporting manually my models from DEV and import them to TEST. On TEST i regenerate the models and update them for monitoring.
It is a deployment issue, because Deployer doesn't bring runtime configuration in the deployment set, particularly Process Audit configuration needed to see process instances at runtime.

sumitkhapli
07-26-2006, 10:13
Hi,

You need to remove jaxrpc.jar from /app/wm/webmSFM/IntegrationServer/packages/WmDeployer/code/jars/static

There seems to be conflict in classpath if WmDeployer is used.

Please refer this on advantage:
https://advantage.webmethods.com/advantage?w=0&targChanId=-536884334&oid=1613342301

Let me know if this addresses your issue.

regards,
Sumit

dndoye
07-30-2006, 08:03
Thanks a lot Sumit.
Indeed after removing jaxrpc.jar from @IS/packages/WmDeployer/code/jars/static, it works after a clean deployment .

Regards,
Djibril.