hi,
i've done all the steps which are in the forum,i've also created the directories:bin,lib,log,conf but i haven't find the file include.conf,so i didn't put it in the conf directory,so this is my log file:
STATUS | wrapper | 2006/04/26 11:07:44 | --> Wrapper Started as Console
STATUS | wrapper | 2006/04/26 11:07:45 | Launching a JVM...
INFO | jvm 1 | 2006/04/26 11:07:45 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 1 | 2006/04/26 11:07:45 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:07:45 | JVM exited while loading the application.
STATUS | wrapper | 2006/04/26 11:07:49 | Launching a JVM...
INFO | jvm 2 | 2006/04/26 11:07:49 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 2 | 2006/04/26 11:07:49 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:07:49 | JVM exited while loading the application.
STATUS | wrapper | 2006/04/26 11:07:53 | Launching a JVM...
INFO | jvm 3 | 2006/04/26 11:07:54 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 3 | 2006/04/26 11:07:54 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:07:54 | JVM exited while loading the application.
STATUS | wrapper | 2006/04/26 11:07:58 | Launching a JVM...
INFO | jvm 4 | 2006/04/26 11:07:58 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 4 | 2006/04/26 11:07:58 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:07:58 | JVM exited while loading the application.
STATUS | wrapper | 2006/04/26 11:08:02 | Launching a JVM...
INFO | jvm 5 | 2006/04/26 11:08:02 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 5 | 2006/04/26 11:08:03 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:08:03 | JVM exited while loading the application.
FATAL | wrapper | 2006/04/26 11:08:03 | There were 5 failed launches in a row, each lasting less than
300 seconds. Giving up.
FATAL | wrapper | 2006/04/26 11:08:03 | There may be a configuration problem: please check the logs.
STATUS | wrapper | 2006/04/26 11:08:03 | <-- Wrapper Stopped
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is your problem:
java.lang.NoClassDefFoundError: AgentExtraction
Your classpath is not set up correctly. You also most likely do not have your main class set up correctly unless you are using the advanced integration method 3.
i have created a service using an jar executable but when i start the service,the error 1067 appears,what can i do to resolve this problem?
thank you!
net helpmsg 1067
That means that the service did not start up correctly. Most likely this is a configuration problem. What is in your wrapper.log file?
Cheers,
Leif
hi,
i've done all the steps which are in the forum,i've also created the directories:bin,lib,log,conf but i haven't find the file include.conf,so i didn't put it in the conf directory,so this is my log file:
STATUS | wrapper | 2006/04/26 11:07:44 | --> Wrapper Started as Console
STATUS | wrapper | 2006/04/26 11:07:45 | Launching a JVM...
INFO | jvm 1 | 2006/04/26 11:07:45 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 1 | 2006/04/26 11:07:45 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:07:45 | JVM exited while loading the application.
STATUS | wrapper | 2006/04/26 11:07:49 | Launching a JVM...
INFO | jvm 2 | 2006/04/26 11:07:49 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 2 | 2006/04/26 11:07:49 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:07:49 | JVM exited while loading the application.
STATUS | wrapper | 2006/04/26 11:07:53 | Launching a JVM...
INFO | jvm 3 | 2006/04/26 11:07:54 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 3 | 2006/04/26 11:07:54 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:07:54 | JVM exited while loading the application.
STATUS | wrapper | 2006/04/26 11:07:58 | Launching a JVM...
INFO | jvm 4 | 2006/04/26 11:07:58 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 4 | 2006/04/26 11:07:58 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:07:58 | JVM exited while loading the application.
STATUS | wrapper | 2006/04/26 11:08:02 | Launching a JVM...
INFO | jvm 5 | 2006/04/26 11:08:02 | java.lang.NoClassDefFoundError: AgentExtraction
INFO | jvm 5 | 2006/04/26 11:08:03 | Exception in thread "main"
ERROR | wrapper | 2006/04/26 11:08:03 | JVM exited while loading the application.
FATAL | wrapper | 2006/04/26 11:08:03 | There were 5 failed launches in a row, each lasting less than
300 seconds. Giving up.
FATAL | wrapper | 2006/04/26 11:08:03 | There may be a configuration problem: please check the logs.
STATUS | wrapper | 2006/04/26 11:08:03 | <-- Wrapper Stopped
This is your problem:
java.lang.NoClassDefFoundError: AgentExtraction
Your classpath is not set up correctly. You also most likely do not have your main class set up correctly unless you are using the advanced integration method 3.
Have you read over this page:
http://wrapper.tanukisoftware.org/doc/english/integrate.html
For most cases, you should start with integration Method #1.
If you are still not able to get things working, I will need to see your wrapper.conf file.
Cheers,
Leif