Menu

what does the error 1067 mean????

Help
getelk
2006-04-25
2012-12-11
  • getelk

    getelk - 2006-04-25

    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!

     
    • Leif Mortenson

      Leif Mortenson - 2006-04-25

      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

       
    • getelk

      getelk - 2006-04-26

      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

       
      • Leif Mortenson

        Leif Mortenson - 2006-04-27

        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

         

Log in to post a comment.

MongoDB Logo MongoDB