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.  Error showing while creating java service.....

    Posted Mon June 25, 2007 12:28 PM

    Hi to all…
    Iam facing one problem when iam creating java service… iam explaining what i had done…
    1)I set the path in Admin window by going to Settings–> Extended… and in that i set the path to IBM,jvm path… before that i make visible of compiler and unicode keys in show and hide keys…
    2)and coming to developer window when i creating a new java service it is showing error like

         Couldn't compile
    javac: invalid flag: -classpathE:\webMethods61\IntegrationServer\updates\IS_6-1_FP2.jar;
    E:\webMethods61\IntegrationServer\updates\IS_6-1_SP1.jar;
    E:\webMethods61\IntegrationServer\updates\TNS_6-1_Fix15.jar;
    E:\webMethods61\IntegrationServer\lib\classes\;
    E:\webMethods61\IntegrationServer\lib\server.jar;
    E:\webMethods61\IntegrationServer\lib\client.jar;
    E:\webMethods61\IntegrationServer\lib\mail.jar;
    E:\webMethods61\common\lib\client61.jar;
    E:\webMethods61\common\lib\apiutil61.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entbase.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entcertlist.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entcms.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entjsse.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entmisc.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entnsext.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entp10.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entp11.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entp12.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entp5.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entp7.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entserverlogin.jar;
    E:\webMethods61\IntegrationServer\lib\entrust\entsmime.jar;E:\webMethods61\IntegrationServer\lib\entrust\entsmimev3.jar;E:\webMethods61\IntegrationServer\lib\entrust\entssl.jar;E:\webMethods61\IntegrationServer\lib\entrust\enttunnel.jar;E:\webMethods61\IntegrationServer\lib\entrust\entuser.jar;E:\webMethods61\IntegrationServer\lib\entrust\entroaming.jar;E:\webMethods61\IntegrationServer\lib\entrust\entxml.jar;E:\webMethods61\IntegrationServer\lib\jars\sl53_cj33.jar;E:\webMethods61\IntegrationServer\packages\WmART\code\jars\static\wmartbundle.jar;E:\webMethods61\IntegrationServer\packages\WmFlatFile\code\jars\static\ffcore.jar;E:\webMethods61\IntegrationServer\packages\WmFlatFile\code\jars\static\tspace.jar;E:\webMethods61\IntegrationServer\packages\WmMonitor\code\jars\static\jxl.jar;E:\webMethods61\IntegrationServer\packages\WmMonitor\code\jars\static\mIcons.zip;E:\webMethods61\IntegrationServer\packages\WmMonitor\code\jars\static\monitor.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\1jxpathpatch.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\castor-0.9.5.2.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\commons-jxpath-1.1.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\jwsdl-1.0.jar;E:\webMethods61\IntegrationServer\packages\WmPRT\code\jars\static\wmprt.jar;E:\webMethods61\IntegrationServer\packages\WmTN\code\jars\static\tncore.jar;
    E:\webMethods61\IntegrationServer\packages\WmWin32\code\classes\;m;
    C:\Program;;;
    E:\webMethods61\IntegrationServer\jvm\lib\rt.jar;
    E:\webMethods61\IntegrationServer\jvm\lib\i18n.jar;
    E:\webMethods61\IntegrationServer\lib\proxy.jar;;.\packages\Marks\code\classes;
    
    Usage: javac <options> <source files>
    
    where possible options include:
    
    -g                        Generate all debugging info
    
    -g:none                   Generate no debugging info
    
    -g:{lines,vars,source}    Generate only some debugging info
    
    -nowarn                   Generate no warnings
    
    -verbose                  Output messages about what the compiler is doing
    
    -deprecation              Output source locations where deprecated APIs are used
    
    -classpath <path>         Specify where to find user class files
    
    -sourcepath <path>        Specify where to find input source files
    
    -bootclasspath <path>     Override location of bootstrap class files
    
    -extdirs <dirs>           Override location of installed extensions
    
    -d <directory>            Specify where to place generated class files
    
    -encoding <encoding>      Specify character encoding used by source files
    
    -source <release>         Provide source compatibility with specified release
    
    -target <release>         Generate class files for specific VM version
    
    -help                     Print a synopsis of standard options



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


  • 2.  RE: Error showing while creating java service.....

    Posted Mon June 25, 2007 04:57 PM

    Please search the forums for this issue. Also, refer to the wM Fabric installation guide.


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


  • 3.  RE: Error showing while creating java service.....

    Posted Mon June 25, 2007 08:04 PM

    Appears you have a typo in your -classpath parameter. Should be a space after “-classpath”.

    -M


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


  • 4.  RE: Error showing while creating java service.....

    Posted Tue June 26, 2007 06:28 AM

    Hi thanks
    now iam able to work on java service…


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