Discussion:
Poor error handling
Jackson, Douglas
2010-09-15 21:55:50 UTC
Permalink
FATAL] 2010-09-15 16:45:06,569 org.apache.ode.axis2.deploy.DeploymentPoller:120 - Encountered an unexpected error. Exiting poller...
java.lang.RuntimeException: java.lang.NullPointerException
at org.apache.ode.utils.WatchDog.check(WatchDog.java:163)
at org.apache.ode.axis2.deploy.DeploymentPoller.checkDeployXmlWatchDog(DeploymentPoller.java:198)
at org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:142)
at org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:60)
at org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:251)
Caused by: java.lang.NullPointerException
at org.apache.ode.store.ProcessStoreImpl.refreshSchedules(ProcessStoreImpl.java:873)
at org.apache.ode.axis2.deploy.DeploymentPoller$DDWatchDogObserver.init(DeploymentPoller.java:296)
at org.apache.ode.utils.WatchDog$DefaultObserver.onUpdate(WatchDog.java:318)
at org.apache.ode.utils.WatchDog.check(WatchDog.java:132)
... 4 more
Antoine Toulme
2010-09-15 22:13:44 UTC
Permalink
Do you mind filing a bug ?

Also this doesn't seem to be in sync with the current trunk:
http://github.com/apache/ode/blob/trunk/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java#L873

<http://github.com/apache/ode/blob/trunk/bpel-store/src/main/java/org/apache/ode/store/ProcessStoreImpl.java#L873>What
version of ODE are you running and can you attach a reproducible test
scenario ?

All that information should be filed on the bug as well.

Thanks,

Antoine

On Wed, Sep 15, 2010 at 14:55, Jackson, Douglas <
Post by Jackson, Douglas
FATAL] 2010-09-15 16:45:06,569
org.apache.ode.axis2.deploy.DeploymentPoller:120 - Encountered an unexpected
error. Exiting poller...
java.lang.RuntimeException: java.lang.NullPointerException
at org.apache.ode.utils.WatchDog.check(WatchDog.java:163)
at
org.apache.ode.axis2.deploy.DeploymentPoller.checkDeployXmlWatchDog(DeploymentPoller.java:198)
at
org.apache.ode.axis2.deploy.DeploymentPoller.check(DeploymentPoller.java:142)
at
org.apache.ode.axis2.deploy.DeploymentPoller.access$300(DeploymentPoller.java:60)
at
org.apache.ode.axis2.deploy.DeploymentPoller$PollingThread.run(DeploymentPoller.java:251)
Caused by: java.lang.NullPointerException
at
org.apache.ode.store.ProcessStoreImpl.refreshSchedules(ProcessStoreImpl.java:873)
at
org.apache.ode.axis2.deploy.DeploymentPoller$DDWatchDogObserver.init(DeploymentPoller.java:296)
at
org.apache.ode.utils.WatchDog$DefaultObserver.onUpdate(WatchDog.java:318)
at org.apache.ode.utils.WatchDog.check(WatchDog.java:132)
... 4 more
Loading...