Skip to main content



      Home
Home » Modeling » BPEL Designer » Problem adding Apache ODE v1.x server in eclipse
Re: Problem adding Apache ODE v1.x server in eclipse [message #627087 is a reply to message #626681] Wed, 22 September 2010 16:35 Go to previous messageGo to next message
Eclipse UserFriend
Oops, my mistake Smile I should have looked at the stack trace from your first post.
It looks like your CLASSPATH is missing the logging classes. Make sure you have tomcat-juli.jar somewhere in your CLASSPATH - your $CATALINA_HOME/bin should have this jar.

BTW, I haven't tried using Tomcat 7 yet - I'm still on 6.0.26 and maybe that's the problem. Try asking on the Tomcat forum for help.

Sorry if I couldn't help you...

Bob
Re: Problem adding Apache ODE v1.x server in eclipse [message #627995 is a reply to message #627087] Thu, 23 September 2010 04:22 Go to previous messageGo to next message
Eclipse UserFriend
Bob,

I already have tomcat-juli.jar file in $Catalina_home/bin directory, and i have set the Classpath till $Catalina_home/bin.


should i add $Catalina_Home/bin/tomcat-juli.jar in Classpath to avoid this error?. Sad
Re: Problem adding Apache ODE v1.x server in eclipse [message #628490 is a reply to message #627995] Thu, 23 September 2010 09:00 Go to previous messageGo to next message
Eclipse UserFriend
Hmm, ok try this:

1. double-click on the ODE server entry in the Servers view; this should open the server configuration editor

http://wiki.eclipse.org/images/0/0b/Server-config-editor.png

2. in the configuration editor, click the "Open launch configuration" link
3. select "Classpath" in the launch configuration dialog and then "Add externals jars..."
4. navigate to your $CATALINA_HOME/bin and select the tomcat-juli.jar

http://wiki.eclipse.org/images/thumb/7/77/Launch-config.png/583px-Launch-config.png

Hope that helps
Bob
icon14.gif  Re: Problem adding Apache ODE v1.x server in eclipse [message #628660 is a reply to message #628490] Thu, 23 September 2010 11:14 Go to previous messageGo to next message
Eclipse UserFriend
Thanks Bob,

now it works fine, thanks for the help. Surprised
Re: Problem adding Apache ODE v1.x server in eclipse [message #760341 is a reply to message #628660] Thu, 01 December 2011 20:29 Go to previous messageGo to next message
Eclipse UserFriend
Hey guys,

thanks for this. I had the same problem and you guys helped me a lot !

Cheers,
-Anand
Re: Problem adding Apache ODE v1.x server in eclipse [message #986922 is a reply to message #560000] Thu, 22 November 2012 06:27 Go to previous messageGo to next message
Eclipse UserFriend
Thanks so much Bob,

that helped me a lot too.
Re: Problem adding Apache ODE v1.x server in eclipse [message #998410 is a reply to message #628490] Wed, 09 January 2013 18:35 Go to previous messageGo to next message
Eclipse UserFriend
Thank's a million. You saved me. Very Happy
Re: Problem adding Apache ODE v1.x server in eclipse [message #1225644 is a reply to message #998410] Mon, 30 December 2013 06:27 Go to previous message
Eclipse UserFriend
I could not solve the problem still. I changed the server.xml file and port number in the "Server / Runtime Environment". Also enter the tomcat-juli.jar in Classpath, but I have the following problem:

Dez 30, 2013 9:14:23 AM org.apache.coyote.http11.Http11Protocol pause
Informações: Pausing Coyote HTTP/1.1 on http-8080
Dez 30, 2013 9:14:24 AM org.apache.catalina.core.StandardService stop
Informações: Stopping service Catalina
Dez 30, 2013 9:14:24 AM org.apache.catalina.core.ApplicationContext log
Informações: SessionListener: contextDestroyed()
Dez 30, 2013 9:14:24 AM org.apache.catalina.core.ApplicationContext log
Informações: ContextListener: contextDestroyed()
09:14:24,385 INFO [BpelServerImpl] BPEL Server Stopped.

2013-12-30 11:14:24.388 GMT:
Shutting down instance a816c00e-0143-4336-2842-00000603e350
----------------------------------------------------------------
09:14:24,404 INFO [ODEServer] Shutdown completed.
Dez 30, 2013 9:14:24 AM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
Grave: The web application [/ode] registered the JDBC driver [org.apache.derby.jdbc.AutoloadedDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Dez 30, 2013 9:14:24 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
Grave: The web application [/ode] appears to have started a thread named [Timer-1] but has failed to stop it. This is very likely to create a memory leak.
Dez 30, 2013 9:14:24 AM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
Grave: The web application [/ode] created a ThreadLocal with key of type [org.apache.derby.iapi.sql.dictionary.TableDescriptor$1] (value [org.apache.derby.iapi.sql.dictionary.TableDescriptor$1@1fb4a983]) and a value of type [java.util.WeakHashMap] (value [{={1}, ={3}}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
Dez 30, 2013 9:14:25 AM org.apache.coyote.http11.Http11Protocol destroy
Informações: Stopping Coyote HTTP/1.1 on http-8080

What do I do to solve it?
Previous Topic:Problem with running the PingPong Example with We Services Explorer
Next Topic:cannot deploy HelloWorld from within eclipse - only manually
Goto Forum:
  


Current Time: Sat Jun 28 21:50:58 EDT 2025

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

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

Back to the top