webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Integration Server does not start

    Posted Tue April 15, 2003 04:31 PM

    I donwloaded evaluation copy of Integration Server and Developer and installed them in window 2000. Installation was pretty smooth and no error message appearred. All of default options of installtion were followed.

    After installation, starting Integration server from start menu. No error message but did not see server up because developer complained that ‘Can not open session to host “localhost:5555”’. So go to command line and run server.bat, go error message
    Exception in thread “main” java.lang.NoClassDefFoundError: Files\webMethods\Inte
    grationServer4\jvm\lib\rt/jar;C:\Program

    Any suggestion or clue to resolve the problem?

    Thanks


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: Integration Server does not start

    Posted Wed April 16, 2003 12:20 AM

    If you have a file in the server root i.e. C:\webMethods\IntegrationServer4
    that is only one character delete or move it.

    This has caused my IS server to not startup before.

    Good luck


    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Integration Server does not start

    Posted Wed April 16, 2003 09:07 AM

    Thanks!
    It is not the my case. The server has only a log file and some pdf file. Any other ideas?


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 4.  RE: Integration Server does not start

    Posted Wed April 16, 2003 09:15 AM

    Look in server.bat for the classpath definition that includes the string:

    "Program Files\webMethods\IntegrationServer4\jvm\lib\rt/jar;C:\Program

    There should be double quotes around the entire classpath in order to keep the classpath with embedded white space as one parameter to the JRE.

    Is this the EWS Bundle eval?
    Did you just download it?
    Strange that this bug wouldn’t have been found by every user.


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 5.  RE: Integration Server does not start

    Posted Wed April 16, 2003 05:15 PM

    Hi,
    Generally you will get this error"Exception in thread “main” java.lang.NoClassDefFoundError:"
    when the Java Classpath is not set properly,we got this kind of error in Enterprise Server,if you go to CLASSPATH,ALTCLASSPATH and set the Location of JDK kit/bin directory it should solve thee problem.
    Example:CLASSPATH :: C:\jdk1.3.1_02\bin
    -SUDHAKAR PUTTA


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods