Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » BPEL Designer » NPE in org.apache.ode.store.ProcessStoreImpl.refreshSchedules
NPE in org.apache.ode.store.ProcessStoreImpl.refreshSchedules [message #644893] Tue, 14 December 2010 16:12
Federico Tomassetti is currently offline Federico TomassettiFriend
Messages: 190
Registered: July 2009
Location: Dublin
Senior Member

Hi,
I am using BPEL Designer 0.5,
I created a Synchronous process and I didn't modify the example.

I obtained an error indicating that the name of the port should by in the form http://hostname/ode/processes/portName

I modified it and now I get an NPE:

Dec 14, 2010 5:07:34 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files (x86)\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files (x86)/Java/jre6/bin/client;C:/Program Files (x86)/Java/jre6/bin;C:/Program Files (x86)/Java/jre6/lib/i386;C:\Program Files (x86)\MiKTeX 2.8\miktex\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\OpenSSH\bin;C:\Program Files (x86)\Java\jdk1.6.0_20\bin;C:\Program Files (x86)\gs\gs8.71\bin;D:\tools\apache-ant-1.8.1\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\CVSNT\
Dec 14, 2010 5:07:34 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Dec 14, 2010 5:07:34 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1082 ms
Dec 14, 2010 5:07:35 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Dec 14, 2010 5:07:35 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
Dec 14, 2010 5:07:35 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
Dec 14, 2010 5:07:36 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
Dec 14, 2010 5:07:36 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor WebApplication1.xml
Dec 14, 2010 5:07:43 PM com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized
INFO: WSSERVLET12: JAX-WS context listener initializing
Dec 14, 2010 5:07:50 PM com.sun.xml.ws.server.MonitorBase createRoot
INFO: Metro monitoring rootname successfully set to: com.sun.metro:pp=/,type=WSEndpoint,name=/WebApplication1-CalcServiceService-CalcServicePort
Dec 14, 2010 5:07:51 PM com.sun.xml.ws.transport.http.servlet.WSServletDelegate <init>
INFO: WSSERVLET14: JAX-WS servlet initializing
Dec 14, 2010 5:07:51 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive ode.war
17:07:56,118 WARN  [ODEServer] Config file D:\tools\apache-tomcat-6.0.29\webapps\ode\WEB-INF\conf\ode-axis2.properties not found, default values will be used.
17:07:57,236 INFO  [ODEServer] Using DAO Connection Factory class org.apache.ode.dao.jpa.BPELDAOConnectionFactoryImpl.
17:08:05,266 INFO  [BpelServerImpl] BPEL Server Started.
17:08:05,278 INFO  [SystemSchedulesConfig] SYSTEM CRON configuration: D:\tools\apache-tomcat-6.0.29\webapps\ode\WEB-INF\conf\schedules.xml
17:08:08,153 INFO  [DeploymentPoller] Poller started.
17:08:08,154 INFO  [ODEServer] Process deployment polling started on path D:\tools\apache-tomcat-6.0.29\webapps\ode\WEB-INF\processes.
17:08:08,154 INFO  [ODEServer] ODE Service Engine has been started.
Dec 14, 2010 5:08:08 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
17:08:08,168 FATAL [DeploymentPoller] 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
Dec 14, 2010 5:08:08 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
Dec 14, 2010 5:08:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Dec 14, 2010 5:08:08 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
Dec 14, 2010 5:08:08 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
Dec 14, 2010 5:08:08 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Dec 14, 2010 5:08:09 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Dec 14, 2010 5:08:09 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/494  config=null
Dec 14, 2010 5:08:09 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 34652 ms



Previous Topic:Model change doesn't yield notification
Next Topic:Missing attribute in EMF model for FROM element
Goto Forum:
  


Current Time: Fri Apr 26 12:22:55 GMT 2024

Powered by FUDForum. Page generated in 0.03097 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top