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

Error Starting The Developer (From TN Processing Rule)

  • 1.  Error Starting The Developer (From TN Processing Rule)

    Posted Mon August 02, 2004 07:08 AM

    Hi,

    When I am trying to assign a service to execute in a Processing Rule, TN is not able to launch the Developer. It is trying to read a ini.cnf file. Somehow the Developer Directory (IS_INSTALLATION_DIR/Developer) is not getting passed. Hence the FileNotFoundException as below. If anyone has faced this problem and resolved it, please let me know asap.

    ErrorMessage:
    TRNCONS.000000.000013
    ERROR






    TNMainFrame
    openB2BDeveloper
    Mon Aug 02 17:13:28 IST 2004
    Error starting The Developer.

    See system administrator.

    com.wm.ui2.UiException: null\config\ini.cnf (The system cannot find the path specified)::java.io.FileNotFoundException: null\config\ini.cnf (The system cannot find the path specified)

    at java.io.FileInputStream.open(Native Method)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:64)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:95)
    
    at com.wm.app.tn.ui.TNMainFrame.openB2BDeveloper(TNMainFrame.java:1435)
    
    at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1405)
    
    at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1500)
    
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
    
    at java.awt.Component.processMouseEvent(Component.java:3715)
    
    at java.awt.Component.processEvent(Component.java:3544)
    
    at java.awt.Container.processEvent(Container.java:1164)
    
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    
    at java.awt.Window.dispatchEventImpl(Window.java:914)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    
    java.lang.Exception: null\config\ini.cnf (The system cannot find the path specified)::java.io.FileNotFoundException: null\config\ini.cnf (The system cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:64)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:95)
    
    at com.wm.app.tn.ui.TNMainFrame.openB2BDeveloper(TNMainFrame.java:1435)
    
    at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1405)
    
    at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1500)
    
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
    
    at java.awt.Component.processMouseEvent(Component.java:3715)
    
    at java.awt.Component.processEvent(Component.java:3544)
    
    at java.awt.Container.processEvent(Container.java:1164)
    
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    
    at java.awt.Window.dispatchEventImpl(Window.java:914)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    
    null null\config\ini.cnf (The system cannot find the path specified)::java.io.FileNotFoundException: null\config\ini.cnf (The system cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:64)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:95)
    
    at com.wm.app.tn.ui.TNMainFrame.openB2BDeveloper(TNMainFrame.java:1435)
    
    at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1405)
    
    at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1500)
    
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
    
    at java.awt.Component.processMouseEvent(Component.java:3715)
    
    at java.awt.Component.processEvent(Component.java:3544)
    
    at java.awt.Container.processEvent(Container.java:1164)
    
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    
    at java.awt.Window.dispatchEventImpl(Window.java:914)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    
    null
    null null

    com.wm.ui2.UiException: null\config\ini.cnf (The system cannot find the path specified)::java.io.FileNotFoundException: null\config\ini.cnf (The system cannot find the path specified)

    at java.io.FileInputStream.open(Native Method)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:64)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:95)
    
    at com.wm.app.tn.ui.TNMainFrame.openB2BDeveloper(TNMainFrame.java:1435)
    
    at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1405)
    
    at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1500)
    
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
    
    at java.awt.Component.processMouseEvent(Component.java:3715)
    
    at java.awt.Component.processEvent(Component.java:3544)
    
    at java.awt.Container.processEvent(Container.java:1164)
    
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    
    at java.awt.Window.dispatchEventImpl(Window.java:914)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    
    
    
    at com.wm.app.tn.ui.TNMainFrame.openB2BDeveloper(TNMainFrame.java:1467)
    
    at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1405)
    
    at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1500)
    
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
    
    at java.awt.Component.processMouseEvent(Component.java:3715)
    
    at java.awt.Component.processEvent(Component.java:3544)
    
    at java.awt.Container.processEvent(Container.java:1164)
    
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    
    at java.awt.Window.dispatchEventImpl(Window.java:914)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    

    java.lang.Exception: null\config\ini.cnf (The system cannot find the path specified)::java.io.FileNotFoundException: null\config\ini.cnf (The system cannot find the path specified)

    at java.io.FileInputStream.open(Native Method)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:64)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:95)
    
    at com.wm.app.tn.ui.TNMainFrame.openB2BDeveloper(TNMainFrame.java:1435)
    
    at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1405)
    
    at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1500)
    
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
    
    at java.awt.Component.processMouseEvent(Component.java:3715)
    
    at java.awt.Component.processEvent(Component.java:3544)
    
    at java.awt.Container.processEvent(Container.java:1164)
    
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    
    at java.awt.Window.dispatchEventImpl(Window.java:914)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    

    java.lang.Exception: null\config\ini.cnf (The system cannot find the path specified)::java.io.FileNotFoundException: null\config\ini.cnf (The system cannot find the path specified)

    at java.io.FileInputStream.open(Native Method)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:64)
    
    at java.io.FileInputStream.<init>(FileInputStream.java:95)
    
    at com.wm.app.tn.ui.TNMainFrame.openB2BDeveloper(TNMainFrame.java:1435)
    
    at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1405)
    
    at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1500)
    
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
    
    at java.awt.Component.processMouseEvent(Component.java:3715)
    
    at java.awt.Component.processEvent(Component.java:3544)
    
    at java.awt.Container.processEvent(Container.java:1164)
    
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    
    at java.awt.Window.dispatchEventImpl(Window.java:914)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    
    
    
    at com.wm.app.tn.ui.TNMainFrame.openB2BDeveloper(TNMainFrame.java:1466)
    
    at com.wm.app.tn.ui.TNMainFrame.showDevNSNameSelector(TNMainFrame.java:1405)
    
    at com.wm.app.tn.ui.route.ActionPanel$ServicePanel.actionPerformed(ActionPanel.java:1500)
    
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
    
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
    
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
    
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
    
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
    
    at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
    
    at java.awt.Component.processMouseEvent(Component.java:3715)
    
    at java.awt.Component.processEvent(Component.java:3544)
    
    at java.awt.Container.processEvent(Container.java:1164)
    
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1213)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
    
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
    
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
    
    at java.awt.Container.dispatchEventImpl(Container.java:1200)
    
    at java.awt.Window.dispatchEventImpl(Window.java:914)
    
    at java.awt.Component.dispatchEvent(Component.java:2497)
    
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
    
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
    
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    

    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 2.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Fri August 13, 2004 08:11 AM

    Looks like the webMethods/TNConsole/config/console.cnf file got messed up. This file contains system properties that the Console uses. One of them is “dev.installrootpath”. Make sure this property is present, its value points to the directory where Developer is installed and the backslashes are escaped (if running on Windows).

    For example, if developer is installed at C:\webMethods\Developer, this line in the console.cnf should like like:
    dev.installrootpath=C:\webMethods\Developer

    michael


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 3.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Mon August 16, 2004 03:40 AM

    Hi michael,
    This does not work. I added the dev.installrootpath property but I am still getting the same error. I reloaded TN package, restarted the IS but neither worked. I wonder how this stopped working all of a sudden. Any help will be appreciated.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Mon August 16, 2004 10:21 AM

    Are you still getting the exact same exception… “java.io.FileNotFoundException: null\config\ini.cnf (The system cannot find the path specified)”?

    The bit that’s showing up as null is the value of the dev.installrootpath property. If you feel certain that you’ve set this property correctly, the thing to do next is to gather all information that could be helpful for debugging, such as the console.cnf, ini.cnf and any log files you have, and send them in to webMethods Technical Support.

    Another option would be to just uninstall/reinstall the Console on the box that is giving you trouble.

    michael


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 5.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Wed August 18, 2004 08:18 AM

    Hi,

    Do you resolve your problem : I am the same problem of you.

    Isabelle
    PS : I try to change the dev.installrootpath but it changes nothing.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 6.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Thu August 19, 2004 04:44 AM

    Yes I am getting the exact same exception. For now I am connecting to my webMethods TN from a remote TN Console and getting my job done. Let me know if you have anything more to add.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 7.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Fri August 20, 2004 10:07 AM

    I asked around and learned that the Developer 6.1 Feature Pack 1 affects the launching of Developer from TN Console and from Modeler. If you have installed Developer 6.1 Feature Pack 1, please take the following corrective action.

    HTH,
    m.


    To launch webMethods Developer 6.1 Feature Pack 1 from webMethods Trading Networks, you need to modify the console.bat file (Windows environment) or the console.sh file (UNIX environment).

    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.

    Similar instructions apply when launching Developer from Modeler.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 8.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Tue August 24, 2004 05:54 AM

    My Developer, IS are all 6.0.1. I dont have the fabricClient.jar file in my webMethods installation folder. Please add if you have anything more to.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 9.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Tue July 26, 2005 09:01 AM

    I’ve added this line to the console.cnf file:

    dev.installrootpath=C:\webMethods61\Developer

    initialize again the TN console and it works! (There is no need of restarting the IS).

    P.S: Take care that there is no white spaces at the end of the line, so that the path is right.

    Cristina.


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 10.  RE: Error Starting The Developer (From TN Processing Rule)

    Posted Thu April 10, 2008 12:09 AM

    Hi, i am facing same problem with TN 7.1. I reintalled the TN,then also the same problem which is above mentioned.But in the specified folder mentioned


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods