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
Expand all | Collapse all

In TradingNetwork Console Window Developer Window not opened?

  • 1.  In TradingNetwork Console Window Developer Window not opened?

    Posted Wed January 02, 2008 12:10 PM

    Plz help me!

      In Trading Network Console Window The developer window not opened? why, Can any one tell me About this Error.
    

    The error is like below!

         Error Message : [TRNCONS.000000.000013]
    Error Starting The Developer.
    See system Administrator
    
    
    plz send me reply?
    bye.................
    

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


  • 2.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Wed January 02, 2008 09:16 PM

    There is a TN fix for this… search in the Advantage.webmethods.com.

    BTW,what is your IS/TN version and their SP’s??

    HTH,
    RMg


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


  • 3.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Thu January 03, 2008 05:18 AM


  • 4.  RE: In TradingNetwork Console Window Developer Window not opened?



  • 5.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Fri September 03, 2010 02:46 PM

    Hello,

    I have the same problem using TN Console 6.5. I tried to register myself somehow at advantage, but it seems I am not allowed to. Can you please provide me with the resolution here ? We’re in the project and the time counts :slight_smile:

    Regards,
    Adam


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


  • 6.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Tue September 07, 2010 11:26 PM

    Resolution:

    If you are running Windows:
    1 Navigate to the <TNConsole_directory>\bin directory and open the console.bat file.
    2 Scroll down to approximately line 16, where you find the “SET CLASSPATH=…” line. At this line, add the following after %SSL_PATH%:
    ;%B2BDEVDIR%..\common\lib\fabricClient.jar
    3 Save console.bat.

    If you are running UNIX:
    1 Navigate to the <TNConsole_directory>/bin directory and open the console.sh file.
    2 Scroll down to approximately line 87, where you find the “CLASSPATH=${CLASSPATH}:${DEV_JAR}” line. Insert the following line above that line:
    CLASSPATH=${CLASSPATH}:${B2BDEVDIR}/…/common/lib/fabricClient.jar
    3 Save console.sh.

    HTH,
    RMG


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


  • 7.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Wed September 08, 2010 11:14 AM

    Hi Rmg,

    Unfortunately, the solution provided doesn’t work. Indeed I was missing mentioned line, so I added it, restarted trading networks console and tried to do the same (associating action to new processing rule, but the error message is the same…This instance is run on Windows environment but it is connecting to IS run on UNIX server.

    my console.bat looks like this:

    @echo off

    REM save old classpath
    SET SAVEDCP=%CLASSPATH%

    SET CONSOLEDIR=E:\software\wM\wM65Dev\TNConsole
    SET B2BDEVDIR=E:\software\wM\wM65Dev\Developer
    rem SET JAVA_ROOT=E:\software\wM\wM65Dev\jvm\win142
    SET JAVA_ROOT=E:\software\java\j2sdk1.4.2_13

    SET ADDCLASSES=
    SET SSL_DIR=%B2BDEVDIR%\LIB\entrust
    SET SSL_PATH=%SSL_DIR%\enttoolkit.jar

    SET CLASSPATH=“%B2BDEVDIR%\lib\proxy.jar;%JAVA_ROOT%\lib\rt.jar;%CONSOLEDIR%\lib\tnproxy.jar;%SSL_PATH%;%B2BDEVDIR%..\common\lib\fabricClient.jar”

    rem ================================================================
    rem LAUNCH
    rem ================================================================

    :start
    cd %CONSOLEDIR%
    “%JAVA_ROOT%\bin\java” -Xms24M -Xmx256M -Xincgc -Dconsole.lookAndFeel=com.webMethods.caffeine.plaf.CaffeineLookAndFeelII -classpath %CLASSPATH% com.wm.app.tn.ui.Main “%CONSOLEDIR%\config\ini.cnf” %1 %2 %3 %4 %5 %6 %7 %8 %9
    goto done

    rem ================================================================
    rem HELPER FUNCTIONS
    rem ================================================================

    rem ================================================================
    rem CLEANUP
    rem ================================================================

    :done
    REM restore old classpath
    SET CLASSPATH=%SAVEDCP%

    Regards,
    Adam Hertyk


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


  • 8.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Wed September 08, 2010 03:12 PM

    The above setting should work…please check the developer path and see if the jar exists in the path you mentioned:

    E:\software\wM\common\lib\fabricClient.jar

    If not replace with this line:

    SET CLASSPATH=“%B2BDEVDIR%\lib\proxy.jar;%JAVA_ROOT%\lib\rt.jar;%CONSOLEDIR%\lib\tnproxy.jar;%SSL_PATH%;%WmInstallRoot%\common\lib\fabricClient.jar”

    HTH,
    RMG


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


  • 9.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Wed September 08, 2010 04:31 PM

    Hi,

    The file is in the directory. I have replaced the lines as per your request, but the issue stays still.

    Regards,
    Adam Hertyk


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


  • 10.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Wed September 08, 2010 07:06 PM

    What is the exact error you are experiencing with?


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


  • 11.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Thu September 09, 2010 02:22 PM

    Please find the error in text attachment.
    errConsole.txt (18.7 KB)


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


  • 12.  RE: In TradingNetwork Console Window Developer Window not opened?

    Posted Thu September 09, 2010 03:18 PM

    Your error details looks little different than it was:

    OK try this it resolution per your install:

    dev.installrootpath=C:\webMethods65\Developer

    into
    C:\webMethods6\TNConsole\config\console.cnf

    and it should resolve.
    [URL]http://advantage.webmethods.com/article/?id=SR-1-101808244[/URL]

    If not Reinstall the developer and the TN console could resolve this issue.

    HTH,
    RMG


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