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.  My weMethods server not getting started

    Posted Sun February 13, 2011 04:21 AM

    Hello All,

    i installed my webMethods server on my windows vista 32 bit. it worked good for couple of months.

    After a month gap when i start my my webMethods server, but its not getting started. Its not writing any log file too.

    when i run.bat file in cmd …it is giving below message

    [B]C:\webMethods711\MWS\server\default\bin>run.bat

    JAVA_HOME: C:\webMethods711\jvm\win150
    MWS_HOME: C:\webMethods711\MWS
    Error occured during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.[/b]

    I re-installed my webMethods server, its still giving me the below error.

    Please help, Thanks in Advance.


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 2.  RE: My weMethods server not getting started

    Posted Mon February 14, 2011 02:08 PM

    What are the JVM parameters you are using in run.bat,
    make sure that amount you are allocating is availabel on your system.


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 3.  RE: My weMethods server not getting started

    Posted Tue February 15, 2011 01:15 PM

    Hi,

    thanks for your response, there is enough memory available on machine.
    below are the settings…

    serverproperties.bat:

    rem JVM configuration
    rem You can customize this if you need
    set JVM_OPTS=-Xms32m -Xmx1024m -XX:MaxPermSize=128m

    rem Custom java parameters, use -Doption=value format
    set CMD_OPTIONS=

    run.bat:

    @echo off

    SETLOCAL

    set SERVER_NAME=%~p0
    set SERVER_NAME=%SERVER_NAME:\bin=%
    call :justFileName “%SERVER_NAME%”

    pushd
    cd …....\bin
    call mws -s %SERVER_NAME% %* run
    popd
    goto end

    :justFileName
    set SERVER_NAME=%~n1
    goto :EOF

    :end
    if ERRORLEVEL 1 exit /B %ERRORLEVEL%

    ENDLOCAL


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 4.  RE: My weMethods server not getting started

    Posted Tue February 15, 2011 01:30 PM

    i reduced the jvm settings .
    jvm min to 256M
    Jvm max to 512M

    this time its writing logs, but throwing below error and before shutdown.

    2011-02-15 06:52:52 CST (Framework : FATAL) - [POP.005.0021] Attempting to use non empty My webMethods Server database for fresh deployment. Please make sure to create new empty My webMethods Server database
    com.webMethods.portal.PortalException: [POP.005.0021] Attempting to use non empty My webMethods Server database for fresh deployment. Please make sure to create new empty My webMethods Server database

    Thanks…


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 5.  RE: My weMethods server not getting started

    Posted Wed February 16, 2011 01:01 AM

    Did you reinstall MWS? If yes, did you wipe out the DB components and reinstall them?


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 6.  RE: My weMethods server not getting started

    Posted Wed February 16, 2011 04:57 AM

    Hi,

    Yes, i m re-installing MWS.

    Is there any tool to remove all the DB entries?

    Thanks.


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 7.  RE: My weMethods server not getting started

    Posted Wed February 16, 2011 05:03 AM

    Easiest way would be to ask your DBA to wipe it out. Else, you will have to drop all the tables, views and stored procedures. I believe WM also provides scripts to drop them, you can try using DB Configurator for this and see if there is option to drop.

    -Jay


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 8.  RE: My weMethods server not getting started

    Posted Wed February 16, 2011 02:24 PM

    Ravinder, Using the db configurator tool you can drop, recreate or create all the database objects regarding MWS.

    Regards,


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine