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

IS server errors - [ISS.0014.0054C] Error occurred while initializing server

  • 1.  IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Wed June 26, 2013 05:21 PM

    Integration server hangs on the error at the bottom of this post. Any thoughts on the cause?

    2013-06-26 18:39:21 GMT [ISS.0025.0001C] Integration Server 7.1.2.0 Build 124
    2013-06-26 18:39:21 GMT [ISS.0025.0006I] License Manager started

    2013-06-26 18:39:43 GMT [ISS.0025.0004I] Flow Service Manager started
    2013-06-26 18:39:43 GMT [ISS.0025.0002I] Package Manager started
    2013-06-26 18:39:43 GMT [ISS.0025.0011I] Package Replicator Manager started
    2013-06-26 18:39:43 GMT [ISS.0028.0001I] Loading packages
    2013-06-26 18:39:43 GMT [ISS.0014.0054C] Error occurred while initializing server: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.io.PushbackInputStream.unread(PushbackInputStream.java:207) at com.wm.lang.xml.token.WmDocReader.removeUTF8BOM(WmDocReader.java:406) at com.wm.lang.xml.token.WmDocReader.(WmDocReader.java:213) at com.wm.lang.xml.token.WmDocReader.create(WmDocReader.java:172) at com.wm.lang.xml.Document.getReader(Document.java:1988) at com.wm.lang.xml.Document.(Document.java:1061) at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:276) at com.wm.util.coder.Coder.readFromFile(Coder.java:149) at com.wm.app.b2b.server.PackageManager.getManifest(PackageManager.java:2546) at com.wm.app.b2b.server.PackageManager.getManifest(PackageManager.java:2507) at com.wm.app.b2b.server.PackageManager.getAllManifests(PackageManager.java:2482) at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:399) at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:289) at com.wm.app.b2b.server.Server.run(Server.java:458)

    Thanks


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


  • 2.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Wed June 26, 2013 05:47 PM

    the first package that should be loaded is the WmRoot package, it’s even failing there. pls check the packages dir is there.
    you may want to reinstall it.


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


  • 3.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Mon July 01, 2013 10:33 AM

    Thanks for your response. The wmroot package is present, I also reinstalled it. Still the same issue. I wonder if there may be corrupt config files. I’ve checked the dispatch.cnf and server.cnf. They all checked out.
    Regards


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


  • 4.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue July 02, 2013 07:11 AM

    Try restoring the config file from backup directory. Also, check the manifest.v3 file of WmRoot for its correctness.

    -Senthil


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


  • 5.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue July 09, 2013 01:59 PM

    Thanks, the manifest file seems correct, I replaced the WMRoot package earlier when i thought it may have been corrupted. I still get the same error. I’ve increased the log level, but no additional messages to help diagnose this issue. I’ve pasted the error below. From the error, i can’t tell much.

    Here is the manifest file:

    yes yes 7.1.2.0.124 124 1.5 Software AG Developer tool and Administration support services Administrators

    Here is the section of output that contains the error:
    2013-07-09 15:53:15 GMT [ISS.0025.0055I] Lock Manager initialized
    2013-07-09 15:53:16 GMT [ISS.0025.0004I] Flow Service Manager started
    2013-07-09 15:53:16 GMT [ISS.0025.0002I] Package Manager started
    2013-07-09 15:53:16 GMT [ISS.0025.0011I] Package Replicator Manager started
    2013-07-09 15:53:16 GMT [ISS.0028.0001I] Loading packages
    2013-07-09 15:53:16 GMT [ISS.0014.0054C] Error occurred while initializing server: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.io.PushbackInputStream.unread(PushbackInputStream.java:207) at com.wm.lang.xml.token.WmDocReader.removeUTF8BOM(WmDocReader.java:406) at com.wm.lang.xml.token.WmDocReader.(WmDocReader.java:213) at com.wm.lang.xml.token.WmDocReader.create(WmDocReader.java:172) at com.wm.lang.xml.Document.getReader(Document.java:1988) at com.wm.lang.xml.Document.(Document.java:1061) at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:276) at com.wm.util.coder.Coder.readFromFile(Coder.java:149) at com.wm.app.b2b.server.PackageManager.getManifest(PackageManager.java:2546) at com.wm.app.b2b.server.PackageManager.getManifest(PackageManager.java:2507) at com.wm.app.b2b.server.PackageManager.getAllManifests(PackageManager.java:2482) at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:399) at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:289) at com.wm.app.b2b.server.Server.run(Server.java:458)


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


  • 6.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue July 09, 2013 02:32 PM

    what’s the first line of your manifest file? it should have:

    <?xml version="1.0" encoding="UTF-8"?>


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


  • 7.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue July 09, 2013 02:58 PM

    yes, lost in translation. it has:

    <?xml version="1.0" encoding="UTF-8"?>
    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 8.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Thu August 07, 2014 07:24 AM

    Hello,
    can anyone tell me what ws done to resolve this issue.
    am also facing same problem with my webMethods. please see the error below.

    Error occurred while initializing server: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at java.io.PushbackInputStream.unread(PushbackInputStream.java:207) at com.wm.lang.xml.token.WmDocReader.removeUTF8BOM(WmDocReader.java:406) at com.wm.lang.xml.token.WmDocReader.(WmDocReader.java:213) at com.wm.lang.xml.token.WmDocReader.create(WmDocReader.java:172) at com.wm.lang.xml.Document.getReader(Document.java:1988) at com.wm.lang.xml.Document.(Document.java:1061) at com.wm.util.coder.XMLCoder.decode(XMLCoder.java:276) at com.wm.util.coder.Coder.readFromFile(Coder.java:149) at com.wm.app.b2b.server.PackageManager.getManifest(PackageManager.java:2546) at com.wm.app.b2b.server.PackageManager.getManifest(PackageManager.java:2507) at com.wm.app.b2b.server.PackageManager.getAllManifests(PackageManager.java:2482) at com.wm.app.b2b.server.PackageManager.loadPackages(PackageManager.java:399) at com.wm.app.b2b.server.PackageManager.init(PackageManager.java:289) at com.wm.app.b2b.server.Server.run(Server.java:458)


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


  • 9.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Sun August 10, 2014 11:59 AM

    Hi There,
    If you have valid manifest.v3 file, kindly take the existing one’s backup, replace existing one with valid one, give a restart. Kindly let us know if you still face this issue.

    Thanks,


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


  • 10.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue August 12, 2014 04:07 AM

    Kindly share the error code something like ISS.XXXX


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


  • 11.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Thu August 14, 2014 03:06 PM

    Can you share the Java version you are running your IS on?

    There was an issue when runnging IS 7.1.x on Java 1.6.

    There is an additional parameter which need to be set in server.sh.

    Unfortunately I do not remember its name as we are still running IS 7.1.3 on Java 1.5.

    Regards,
    Holger


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


  • 12.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue April 07, 2020 04:52 AM

    Hi There,

    ISSERVER|| 2020-04-07 10:17:20 IST [ISS.0014.0054C] Error occurred while initializing server: java.lang.ClassCastException: com.wm.data.BasicIDataCodable cannot be cast to com.wm.util.event.EventQueue at com.wm.app.b2b.server.event.EventManager.getEventQueue(EventManager.java:471) at com.wm.app.b2b.server.event.EventManager.updateQueue(EventManager.java:256) at com.wm.app.b2b.server.event.EventManager.init(EventManager.java:102) at com.wm.app.b2b.server.Server.run(Server.java:639)

    I get this error while starting server in designer.

    Can any one help.

    Thanks


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


  • 13.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue April 07, 2020 09:04 AM

    Hi Tirumala,

    please provide your current wM version as well as the Fixes applied to your environment.

    Looks like you have missed a common part of a Fix causing the ClassCastException.

    Regards,
    Holger


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


  • 14.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue April 07, 2020 10:20 AM

    Hi Holger,

    I use webMethods 10.5 version.


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


  • 15.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Tue April 07, 2020 12:29 PM

    Hi Tirumala,

    is this a ServiceDesigner installation with bundled IS Runtime or is this a regular webMethods 10.5 installation?

    Regards,
    Holger


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


  • 16.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Wed April 08, 2020 03:55 AM

    It is a regular webMethods 10.5


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


  • 17.  RE: IS server errors - [ISS.0014.0054C] Error occurred while initializing server

    Posted Wed April 08, 2020 12:25 PM

    Hi Tirumala,

    in this case you should check for any Fixes with UpdateManager and apply them, esp. for IS Core and PRT.

    wM 10.5 has several known issues which makes it nearly impossible to operate it in plain GA state.
    Applying latest fixes is strongly recommended.

    Regards,
    Holger


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