[kepler-dev] I am getting this error while I am running KeplerWebService Module.

Jianwu Wang jianwu at sdsc.edu
Mon Feb 23 20:09:12 PST 2009


That is because tomcat didn't find needed jars. Please check the 
directory $CATALINA_HOME\webapps\axis2\WEB-INF\lib\. Make sure the jars 
listed at 
https://code.kepler-project.org/code/kepler/trunk/modules/webservice/KeplerWebService/lib/kepler/ 
are put in the directory.

I reproduced your exception by deleting ptolemy.jar from the directory.

Best wishes

Sincerely yours

Jianwu Wang
jianwu at sdsc.edu
http://users.sdsc.edu/~jianwu/

Scientific Workflow Automation Technologies (SWAT) Laboratory
San Diego Supercomputer Center 
University of California, San Diego
San Diego, CA, U.S.A. 



Rajan Saminathan wrote:
>
> Dear Sir,
>
>  
>
>       I am getting this error while I am running KeplerWebService 
> Module.  Please any help me what shall I do.
>
>  
>
> This is eclipse console error.
>
>  
>
> Feb 24, 2009 9:08:27 AM 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\Java\jdk1.5.0_17\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program 
> Files\Java\jdk1.5.0_17\jre\bin;C:/Installations/eclipse_gaynemede/eclipse/jre/bin/client;C:/Installations/eclipse_gaynemede/eclipse/jre/bin;C:\WINDOWS\system32;C:\Program 
> Files\Java\jdk1.5.0_17\bin;C:\Program Files\Apache Software 
> Foundation\Tomcat 6.0\bin
>
> Feb 24, 2009 9:08:27 AM org.apache.coyote.http11.Http11Protocol init
>
> INFO: Initializing Coyote HTTP/1.1 on http-8080
>
> Feb 24, 2009 9:08:27 AM org.apache.catalina.startup.Catalina load
>
> INFO: Initialization processed in 806 ms
>
> Feb 24, 2009 9:08:27 AM org.apache.catalina.core.StandardService start
>
> INFO: Starting service Catalina
>
> Feb 24, 2009 9:08:27 AM org.apache.catalina.core.StandardEngine start
>
> INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
>
> Feb 24, 2009 9:08:27 AM org.apache.catalina.startup.HostConfig deployWAR
>
> INFO: Deploying web application archive axis2.war
>
> [INFO] Deploying module: addressing - file:/C:/Program Files/Apache 
> Software Foundation/Tomcat 
> 6.0/webapps/axis2/WEB-INF/modules/addressing-1.4.1.mar
>
> [INFO] Deploying module: script-1.41 - file:/C:/Program Files/Apache 
> Software Foundation/Tomcat 
> 6.0/webapps/axis2/WEB-INF/modules/axis2-scripting-1.41.mar
>
> [INFO] Deploying module: metadataExchange-1.41 - file:/C:/Program 
> Files/Apache Software Foundation/Tomcat 
> 6.0/webapps/axis2/WEB-INF/modules/mex-1.41.mar
>
> [INFO] Deploying module: soapmonitor-1.41 - file:/C:/Program 
> Files/Apache Software Foundation/Tomcat 
> 6.0/webapps/axis2/WEB-INF/modules/soapmonitor-1.41.mar
>
> [INFO] Deploying module: ping-1.41 - file:/C:/Program Files/Apache 
> Software Foundation/Tomcat 6.0/webapps/axis2/WEB-INF/modules/ping-1.41.mar
>
> [INFO] Deploying Web service: version-1.4.1.aar - file:/C:/Program 
> Files/Apache Software Foundation/Tomcat 
> 6.0/webapps/axis2/WEB-INF/services/version-1.4.1.aar
>
> [INFO] The KeplerWebService.aar service, which is not valid, caused 
> java.lang.NoClassDefFoundError: ptolemy/kernel/util/NamedObj
>
>       at java.lang.Class.forName0(_Native Method_)
>
>       at java.lang.Class.forName(_Class.java:242_)
>
>       at 
> org.apache.axis2.description.java2wsdl.DefaultSchemaGenerator.<init>(_DefaultSchemaGenerator.java:157_)
>
>       at 
> org.apache.axis2.deployment.util.Utils.fillAxisService(_Utils.java:524_)
>
>       at 
> org.apache.axis2.deployment.ServiceBuilder.populateService(_ServiceBuilder.java:390_)
>
>       at 
> org.apache.axis2.deployment.repository.util.ArchiveReader.buildServiceGroup(_ArchiveReader.java:102_)
>
>       at 
> org.apache.axis2.deployment.repository.util.ArchiveReader.processServiceGroup(_ArchiveReader.java:144_)
>
>       at 
> org.apache.axis2.deployment.ServiceDeployer.deploy(_ServiceDeployer.java:81_)
>
>       at 
> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(_DeploymentFileData.java:136_)
>
>       at 
> org.apache.axis2.deployment.DeploymentEngine.doDeploy(_DeploymentEngine.java:597_)
>
>       at 
> org.apache.axis2.deployment.repository.util.WSInfoList.update(_WSInfoList.java:144_)
>
>       at 
> org.apache.axis2.deployment.RepositoryListener.update(_RepositoryListener.java:330_)
>
>       at 
> org.apache.axis2.deployment.RepositoryListener.checkServices(_RepositoryListener.java:227_)
>
>       at 
> org.apache.axis2.deployment.DeploymentEngine.loadServices(_DeploymentEngine.java:131_)
>
>       at 
> org.apache.axis2.deployment.WarBasedAxisConfigurator.loadServices(_WarBasedAxisConfigurator.java:284_)
>
>       at 
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(_ConfigurationContextFactory.java:82_)
>
>       at 
> org.apache.axis2.transport.http.AxisServlet.initConfigContext(_AxisServlet.java:516_)
>
>       at 
> org.apache.axis2.transport.http.AxisServlet.init(_AxisServlet.java:436_)
>
>       at 
> org.apache.catalina.core.StandardWrapper.loadServlet(_StandardWrapper.java:1172_)
>
>       at 
> org.apache.catalina.core.StandardWrapper.load(_StandardWrapper.java:992_)
>
>       at 
> org.apache.catalina.core.StandardContext.loadOnStartup(_StandardContext.java:4058_)
>
>       at 
> org.apache.catalina.core.StandardContext.start(_StandardContext.java:4371_)
>
>       at 
> org.apache.catalina.core.ContainerBase.addChildInternal(_ContainerBase.java:791_)
>
>       at 
> org.apache.catalina.core.ContainerBase.addChild(_ContainerBase.java:771_)
>
>       at 
> org.apache.catalina.core.StandardHost.addChild(_StandardHost.java:525_)
>
>       at 
> org.apache.catalina.startup.HostConfig.deployWAR(_HostConfig.java:830_)
>
>       at 
> org.apache.catalina.startup.HostConfig.deployWARs(_HostConfig.java:719_)
>
>       at 
> org.apache.catalina.startup.HostConfig.deployApps(_HostConfig.java:490_)
>
>       at 
> org.apache.catalina.startup.HostConfig.start(_HostConfig.java:1149_)
>
>       at 
> org.apache.catalina.startup.HostConfig.lifecycleEvent(_HostConfig.java:311_)
>
>       at 
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(_LifecycleSupport.java:117_)
>
>       at 
> org.apache.catalina.core.ContainerBase.start(_ContainerBase.java:1053_)
>
>       at 
> org.apache.catalina.core.StandardHost.start(_StandardHost.java:719_)
>
>       at 
> org.apache.catalina.core.ContainerBase.start(_ContainerBase.java:1045_)
>
>       at 
> org.apache.catalina.core.StandardEngine.start(_StandardEngine.java:443_)
>
>       at 
> org.apache.catalina.core.StandardService.start(_StandardService.java:516_)
>
>       at 
> org.apache.catalina.core.StandardServer.start(_StandardServer.java:710_)
>
>       at org.apache.catalina.startup.Catalina.start(_Catalina.java:578_)
>
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(_Native Method_)
>
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(_NativeMethodAccessorImpl.java:39_)
>
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(_DelegatingMethodAccessorImpl.java:25_)
>
>       at java.lang.reflect.Method.invoke(_Method.java:585_)
>
>       at org.apache.catalina.startup.Bootstrap.start(_Bootstrap.java:288_)
>
>       at org.apache.catalina.startup.Bootstrap.main(_Bootstrap.java:413_)
>
>  
>
> [INFO] _org.apache.axis2.deployment.DeploymentException_: 
> java.lang.NoClassDefFoundError: ptolemy/kernel/util/NamedObj
>
> Feb 24, 2009 9:08:31 AM org.apache.catalina.core.ApplicationContext log
>
> INFO: ContextListener: contextInitialized()
>
> Feb 24, 2009 9:08:31 AM org.apache.catalina.core.ApplicationContext log
>
> INFO: SessionListener: contextInitialized()
>
> Feb 24, 2009 9:08:31 AM org.apache.coyote.http11.Http11Protocol start
>
> INFO: Starting Coyote HTTP/1.1 on http-8080
>
> Feb 24, 2009 9:08:31 AM org.apache.jk.common.ChannelSocket init
>
> INFO: JK: ajp13 listening on /0.0.0.0:8009
>
> Feb 24, 2009 9:08:31 AM org.apache.jk.server.JkMain start
>
> INFO: Jk running ID=0 time=0/62  config=null
>
> Feb 24, 2009 9:08:31 AM org.apache.catalina.startup.Catalina start
>
> INFO: Server startup in 4396 ms
>
>  
>
>  
>
>  
>
> This is Browser Error.
>
>  
>
>  
>
>  
>
>  
>
> Thank you!
>
>  
>
> With Regards,
>
>            Rajan S.
>
> ------------------------------------------------------------------
> -
> -
> DISCLAIMER:
>
> This e-mail (including any attachments) may contain confidential
> information.
> If you are not the intended recipient, you are hereby notified that any
> dealing,
> review, distribution, printing, copying or use of this e-mail is
> strictly prohibited.
> If you have received this email in error, please notify the sender or
> MIMOS Berhad
> immediately and delete the original message. Opinions, conclusions and
> other
> information in this e-mail that do not relate to the official business
> of MIMOS Berhad
> and/or its subsidiaries shall be understood as neither given nor
> endorsed by MIMOS
> Berhad and/or its subsidiaries and neither MIMOS Berhad nor its
> subsidiaries accepts
> responsibility for the same. All liability arising from or in connection
> with computer
> viruses and/or corrupted e-mails is excluded to the fullest extent
> permitted by law.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Kepler-dev mailing list
> Kepler-dev at kepler-project.org
> http://mercury.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-dev
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20090223/c3e7a8f0/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 141446 bytes
Desc: not available
URL: <http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20090223/c3e7a8f0/attachment-0001.png>


More information about the Kepler-dev mailing list