IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.  Java Classpath error

    Posted Thu December 03, 2009 02:22 PM

    Hi all,

    We are trying to connect to SingleView using javaservice.

    To connect to SingleView we have used com.adc.eji.tre.TreConnection class.

    While creating the connection object, the constructor TreConnection() looks for the EJIENVFILE in CLASSPATH.

    We are getting ‘Unable to find EJIENVFILE in CLASSPATH’ error.

    I have checked by putting the file EJIENVFILE.dat in

    C:\webMethods7\IntegrationServer\lib
    C:\webMethods7\IntegrationServer\lib\jars
    C:\webMethods7\IntegrationServer\packages\SingleView\code\jars

    I have tried to change the classpath in server.bat and checked

    JAVA_CP=“%IS_DIR%\lib\jdk11x_update.jar;%JAVA_DIR%\lib\classes.zip;%JAVA_DIR%\lib\i18n.jar;%IS_DIR%\lib\EJIENVFILE.jar;%IS_DIR%\lib”

    But still getting the same error. ‘Unable to find EJIENVFILE in CLASSPATH’

    Please provide your suggestions.

    Thanks,
    Ravi Sankara Sastry EVani


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Java Classpath error

    Posted Thu December 03, 2009 05:14 PM

    the default root for IS is:
    C:\webMethods7\IntegrationServer
    you may try there.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Java Classpath error

    Posted Fri December 04, 2009 06:21 AM

    Thanks a lot.

    The issue is solved by keeping the file in ‘IntegrationServer\config\Caching’

    Thanks,
    Ravi Sankara Sastry Evani


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB