Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Active BPEL 3.0 (3.1) plugin - Bruno

Bruno,

I installed the active bpel 3.1 engine on top of tomcat 5.5.x

I installed your plugin to get the runtime into the server framework.

I can start the server from within eclipse, but I never the ack that it had started. That is, I can look at the active bpel admin console via http://localhost:2080/BpelAdmin/,
but cannot deploy anything.

The console log says this:

May 21, 2007 5:20:14 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Portable Runtime which allows optimal performance in production environments was not found on the java.library.path: C:\usr\jdk15_11\bin;.;C:\WINDOWS\system32;C:\WINDOWS;c:\usr\jdk15_11\bin;c:\usr\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\WinZip;C:\Program Files\cvsnt;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Common Files\GTK\2.0\bin
May 21, 2007 5:20:14 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-2080
May 21, 2007 5:20:14 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 829 ms
May 21, 2007 5:20:14 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 21, 2007 5:20:14 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.12
May 21, 2007 5:20:14 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
May 21, 2007 5:20:15 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet init
INFO: ActiveBPEL startup
May 21, 2007 5:20:15 PM org.activebpel.rt.axis.bpel.AeAxisServerFactory initAxisServer
INFO: Initialized Axis Server
May 21, 2007 5:20:15 PM org.activebpel.rt.axis.bpel.AeAxisServerFactory initAxisServer
INFO: Initialized Axis Client Config
May 21, 2007 5:20:15 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger logInfo INFO: Loaded config file from C:\Program Files\Apache Software Foundation\Tomcat 5.5\bpr\aeEngineConfig.xml May 21, 2007 5:20:16 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger logInfo
INFO: ********** ActiveBPEL In-Memory Configuration  Initialized
May 21, 2007 5:20:16 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive BpelAdminHelp.war
May 21, 2007 5:20:17 PM org.apache.catalina.core.ApplicationContext log
INFO: org.apache.webapp.balancer.BalancerFilter: init(): ruleChain: [org.apache.webapp.balancer.RuleChain: [org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: News / Redirect URL: http://www.cnn.com], [org.apache.webapp.balancer.rules.RequestParameterRule: Target param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]]
May 21, 2007 5:20:17 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-2080
May 21, 2007 5:20:17 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:2009
May 21, 2007 5:20:17 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/110  config=null
May 21, 2007 5:20:17 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
May 21, 2007 5:20:17 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3375 ms
May 21, 2007 5:20:31 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger logInfo
INFO: [AeEngineAdmin.wsr] Starting WebServices deployment.
May 21, 2007 5:20:31 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger logInfo
INFO: [AeEngineAdmin.wsr] Deploying META-INF\service.wsdd
May 21, 2007 5:20:31 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger logInfo
INFO: [AeEngineAdmin.wsr] Finished WebServices deployment.
May 21, 2007 5:20:31 PM org.activebpel.rt.axis.bpel.web.AeProcessEngineServlet$AeTomcatLogger logInfo
INFO: ********** ActiveBPEL In-Memory Configuration Started


But the progress monitor keeps going ... that is ... "Starting server - Active BPEL 3.0" and never returns ....

The status column keeps saying "Starting ..."  in the "Servers" view.

So even though I seem to have everything installed, since the server cannot "complete" the start, I don't think it even goes into the deployment code somehow. No process is visible in active bpel runtime.

Any clues ?

--
Michal Chmielewski, CMTS, Oracle Corp, W:650-506-5952 / M:408-209-9321 "Manuals ?! What manuals ? Son, it's Unix, you just gotta know."


Back to the top