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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

IS not coming up

  • 1.  IS not coming up

    Posted 07/14/14 02:43 AM

    Hi ,

    Our IS seems to be corrupted and not coming up . It stops with the error

    [ISS.0014.0054C] Error occurred while initializing server: java.lang.NoClassDefFoundError: com/softwareag/eda/utility/log/EDARuntimeException at com.wm.app.b2b.server.Server.run

    Please find the server.log below,

    2014-07-14 14:06:22 EST [ISS.0025.0001C] Integration Server 8.2.2.0 Build 228
    2014-07-14 14:06:22 EST [ISS.0025.0006I] License Manager started
    2014-07-14 14:06:23 EST [ISS.0025.0050W] The JCE Unlimited Strength Jurisdiction Policy File was not found. Please install it.
    2014-07-14 14:06:23 EST [ISS.0025.0041I] FIPS mode not initialized
    2014-07-14 14:06:25 EST [BAS.0123.0001I] FSData full consistency check is being performed. Db:WmRepository4/RepoV4
    2014-07-14 14:06:26 EST [ISS.0025.0017I] Repository Manager started
    2014-07-14 14:06:27 EST [ISS.0025.0024I] JDBC Connection Manager started
    2014-07-14 14:06:28 EST [ISS.0095.0013I] Audit Logging initialized.
    2014-07-14 14:06:29 EST [ISS.0024.0010C] Central User Manager initialization failed with error : com/webMethods/core/util/StringUtils
    2014-07-14 14:06:29 EST [ISS.0024.0001E] Could not initialize User Manager.
    2014-07-14 14:06:29 EST [ISS.0025.0021I] ACL Manager started
    2014-07-14 14:06:29 EST [ISS.0033.0168C] Cluster Node Name: sydlesbd01.casino.internal.
    2014-07-14 14:06:29 EST [ISS.0025.0008I] State Manager started
    2014-07-14 14:06:29 EST [ISS.0025.0010I] Service Manager started
    2014-07-14 14:06:29 EST [ISS.0025.0020I] Validation Processor started
    2014-07-14 14:06:29 EST [ISS.0025.0022I] Statistics Processor started
    2014-07-14 14:06:29 EST [ISS.0025.0018I] Invoke Manager started
    2014-07-14 14:06:29 EST [ISS.0025.0012I] Cache Manager started
    2014-07-14 14:06:29 EST [BAS.0123.0001I] FSData full consistency check is being performed. Db:DocumentStore/ISTransStore
    2014-07-14 14:06:30 EST [ISS.0098.0026I] Document Store DefaultStore initialized
    2014-07-14 14:06:30 EST [BAS.0123.0001I] FSData full consistency check is being performed. Db:DocumentStore/TriggerStore
    2014-07-14 14:06:30 EST [ISS.0098.0026I] Document Store VolatileTriggerStore initialized
    2014-07-14 14:06:30 EST [ISS.0098.0026I] Document Store TriggerStore initialized
    2014-07-14 14:06:30 EST [BAS.0123.0001I] FSData full consistency check is being performed. Db:DocumentStore/ISResubmitStore
    2014-07-14 14:06:30 EST [ISS.0098.0026I] Document Store ResubmitStore initialized
    2014-07-14 14:06:30 EST [ISS.0106.0001I] Join Manager initialized
    2014-07-14 14:06:30 EST [ISS.0025.0032I] Dispatcher initialized
    2014-07-14 14:06:30 EST [ISS.0134.0007I] JMS connection alias “DEFAULT_IS_JMS_CONNECTION” started
    2014-07-14 14:06:30 EST [ISS.0134.0007I] JMS connection alias “PE_NONTRANSACTIONAL_ALIAS” started
    2014-07-14 14:06:30 EST [ISS.0134.0000I] JMS subsystem started
    2014-07-14 14:06:30 EST [BAS.0123.0001I] FSData full consistency check is being performed. Db:XAStore/DefaultXAStore
    2014-07-14 14:06:31 EST [SCC.0121.0093I] XA Recovery Store initialized
    2014-07-14 14:06:31 EST [ISS.0014.0054C] Error occurred while initializing server: java.lang.NoClassDefFoundError: com/softwareag/eda/utility/log/EDARuntimeException at com.wm.app.b2b.server.Server.run(Server.java:411)


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: IS not coming up

    Posted 07/14/14 02:51 AM

    if IS config corrupted , we can restore as follows.

    1. Backup the current \IntegrationServer\config? directory
    2. Restore/copy the content from \IntegrationServer\config\backup? to \IntegrationServer\config? directory
    3. Restart IS

    Naga


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: IS not coming up

    Posted 07/14/14 05:54 PM

    Seems you have corrupted XAstore, try to delete files under:
    /XAStore
    and restart IS


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: IS not coming up

    Posted 07/15/14 12:09 PM

    Seems this not related to XA as it’s init

    2014-07-14 14:06:31 EST [SCC.0121.0093I] XA Recovery Store initialized

    Do you have any EDA related config folders installed and those corrupted can you check?

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: IS not coming up

    Posted 07/15/14 02:09 PM

    Try restoring from the config/backup and then try a restart. Before restart make sure you back the IntegrationServer folder. Please update the thread back with your inputs and results.


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: IS not coming up

    Posted 07/15/14 02:30 PM

    Please try to do this diligently and restart the IS (once you have all the wM_Home/IS folders backed up assuming this is prod)

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: IS not coming up

    Posted 07/16/14 08:51 AM

    Thanks all for your reply.

    The issue is resolved. Found that the “init” file was corrupted and was not loading any of the jars.


    #webMethods
    #Integration-Server-and-ESB


  • 8.  RE: IS not coming up

    Posted 07/17/14 06:39 AM

    Can you please share the location of the init file and how did you fix it?


    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: IS not coming up

    Posted 07/17/14 11:22 AM

    I assume the file location is IS/bin/ini.cnf (which it contains all the jars information).

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 10.  RE: IS not coming up

    Posted 07/17/14 10:36 PM

    rmg is right it is “IS/bin/ini.cnf”, we copied over the ini.cnf file from another IS Server to the problematic server.


    #webMethods
    #Integration-Server-and-ESB


  • 11.  RE: IS not coming up

    Posted 07/24/14 04:36 AM

    Hi All,

    I faces the IS not coming up problem in a different way yesterday.

    I had just tried to create an HTTPS port and after some time the IS got disconnected from Designer.
    We are using webMethods 9.5 . After that, I tried resatrting the IS, the IS came up but on the Designer when trying to connect to it , it showed java.net.socketexception.

    But this morning, even the Is admin page was not coming up even as the IS service was showing as started. I tried restarting and the logs look completely normal.

    Here is the startup log details:

    2014-07-24 08:18:15 CEST [CommonLib.MWS.0002I] Shutdown Manager running all shutdown hooks.
    2014-07-24 08:18:15 CEST [ISC.0088.0032E] Service handler SampleProviderHandler could not be unregistered. A service handler by that name is not registered
    2014-07-24 08:18:15 CEST [ISS.0028.0016E] Shutdown service exited with the following error: com.wm.app.b2b.server.ServiceException: [ISS.0088.9427] Service handler SampleProviderHandler could not be unregistered. A service handler by that name is not registered
    2014-07-24 08:18:16 CEST [ISS.0100.0010C] Web Container shutdown completed
    2014-07-24 08:18:20 CEST [ISS.0097.0003C] Messaging synchronizer shutdown
    2014-07-24 08:22:44 CEST [ISS.0025.0001C] Integration Server 9.5.1.0 Build 202
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.rtl.util.xml.XMLUtil
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Loading phase: [phaseID, phaseName] [miePhaseTwo, miePhaseTwo]
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing components of: miePhaseTwo
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.system.cluster.impl.ClusterProvider
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing components of: cluster
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] JMS ClientID: tbsemun01srv155.mab.trebruk.com.mws.library.5807654841807474688
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing components of: null
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing server: $cds
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Updated the hostname for the RMI server to: tbsemun01srv155.mab.trebruk.com
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.event.ecs.ECSInitializer
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.service.global.impl.GlobalProvider
    2014-07-24 08:22:48 CEST [CommonLib.MWS.0002I] Initializing components of: global
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Loading phase: [phaseID, phaseName] [DataPhaseOne, DataPhaseOne]
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing components of: DataPhaseOne
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.event.EventDeliveryInitializer
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.service.sql.core.ConnectionManager
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.system.impl.BuildVersion
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.event.EventDeliveryInitializer
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.service.sql.DataManager
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.jms.db.DbJMSConnProvider
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] JMSProvider.onReconnect entering for topics
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.service.cache.impl.CacheManager
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Cache Invalidation Thread started with sleep of 60000ms
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing components of: cache
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] defaultCacheTimeout: + 3600000(sec) roleCacheLifecyle: 0 (0=FLUSH_EVERY_LOGIN 1=FLUSH_ROLE_OR_GROUP_CHANGE)
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] defaultCacheTimeout: + 3600000(sec) groupCacheLifecycle: 1 (0=FLUSH_EVERY_LOGIN 1=FLUSH_ROLE_OR_GROUP_CHANGE)
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.service.meta2.impl.MetaManager
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing components of: meta
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing components of: default
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.ThingIDService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.ThingService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.XTypeService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.dbo.DBOStorageService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.MetaQueryService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.TypeService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.UserService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.RelationService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.MetaEventService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.MetaViewService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.AccessService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing com.webMethods.portal.service.meta2.impl.ServiceThingService
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.mech.alias.impl.AliasMechanics
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Loading phase: [phaseID, phaseName] [CoreServices, CoreServices]
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing components of: CoreServices
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.service.dir.impl.DirSystem
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing components of: directory
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.service.portlet.impl.PortletProvider
    2014-07-24 08:22:49 CEST [CommonLib.MWS.0002I] Initializing components of: portlet
    2014-07-24 08:22:50 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.event.EventDeliveryInitializer
    Created New subscription: 20 for tbsemun01srv155.mab.trebruk.com.mws.library.5807654841807474688.com.webMethods.nis.events2014-07-24 08:22:50 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.bizPolicy.impl.ContextProvider
    2014-07-24 08:22:50 CEST [CommonLib.MWS.0002I] Initializing components of: context
    2014-07-24 08:22:50 CEST [CommonLib.MWS.0002I] Loading phase: [phaseID, phaseName] [mechanics, mechanics]
    2014-07-24 08:22:50 CEST [CommonLib.MWS.0002I] Initializing components of: mechanics
    2014-07-24 08:22:50 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.mech.impl.MechanicsManager
    2014-07-24 08:22:50 CEST [CommonLib.MWS.0002I] Initializing components of: mechanics
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Loading phase: [phaseID, phaseName] [bizPolicy, bizPolicy]
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Initializing components of: bizPolicy
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.bizPolicy.biz.impl.BizPolicyManager
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Initializing components of: bizPolicy
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.bizPolicy.command.impl.CommandManager
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Initializing components of: command
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Loading phase: [phaseID, phaseName] [postInit, postInit]
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Initializing components of: postInit
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.service.meta2.dbo.PostInit
    2014-07-24 08:22:51 CEST [CommonLib.MWS.0002I] Initializing component: com.webMethods.portal.bizPolicy.impl.PostInitContextProvider
    2014-07-24 08:22:52 CEST [CommonLib.MWS.0002I] Dir Cache initialized: com.webMethods.portal.portlet.wm_xt_sysdirsvc.service.SystemDirCache:m_cacheEnabled = [true];m_authenticateCacheEnabled = [true];m_dnCacheEnabled = [true];m_queryCacheEnabled = [false];m_uriCacheEnabled = [true];m_timeout = [2147483646];m_authenticateTimeout = [120000];m_capacity = [1000];m_authenticateCapacity = [1000];
    2014-07-24 08:22:52 CEST [CommonLib.MWS.0002I] No registered exception delegate
    2014-07-24 08:22:52 CEST [CommonLib.MWS.0002W] Unable to load logger from: com.webMethods.sc.mws.CDSJournalLogger
    2014-07-24 08:22:52 CEST [ISS.0033.0168C] Cluster Node Name: tbsemun01srv155.mab.trebruk.com.
    2014-07-24 08:22:55 CEST [ISS.0025.0063E] EDA Manager initialization failed: !Cannot find ConfigEDAOrchestrator file located at D:\SoftwareAG\common\conf\ConfigEDAOrchestrator.xml!
    2014-07-24 08:22:55 CEST [agent.load.tartI] Loading registry config file D:\SoftwareAG\IntegrationServer\config\fabric-agent.xml
    2014-07-24 08:22:55 CEST [com.webMethods.fabric.agent.FabricAgent.agent.startI] Starting Fabric Agent
    2014-07-24 08:23:47 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for Practic95.Documents:Invoice
    2014-07-24 08:23:47 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for ResubTest:doc2
    2014-07-24 08:23:47 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for ResubTest:doc1
    2014-07-24 08:23:47 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for ResubTest:ReplyDoc
    Deleting inactive subscription: 182014-07-24 08:23:57 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Maximo:vendorInformation
    2014-07-24 08:23:57 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:ReplyMessage
    2014-07-24 08:23:57 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_CSM_Documents.Documents.OrderStatus:CSM_OrderStatus
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Canonicals:ArcticCreditStatusRespons
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APK_Documents.Documents:APK_IMDoc
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APK_Documents.Documents:APK_ProductionCard
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APK_Documents.Documents:APK_LoadPlan
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APK_Documents.Documents:APK_ProductionCardStatus
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for ResubTest:doc1
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for ResubTest:ReplyDoc
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Maximo:ExchangeRates
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:ReplyMessage
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_CSM_Documents.Documents.SalesFoundation:CSM_SalesFoundation
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Canonicals:ArcticGeneralLedgerExchangeRates_2_0
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Canonicals:ArcticAdapterError
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_CSM_Documents.Documents.InvoiceData:CSMCreditData
    2014-07-24 08:23:59 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_CSM_Documents.Documents.GeneralFoundation:CSM_GeneralFoundation
    2014-07-24 08:24:00 CEST [ISS.0026.0010E] Warning: Flow Branch Operation with no body in service D:\SoftwareAG\IntegrationServer\packages\AP_JDE_Maximo_RecordOfPay_Services\ns\AP_JDE_Maximo_RecordOfPay_Services\main\insertUpdateErrorHandling\flow.xml
    2014-07-24 08:24:00 CEST [ISS.0026.0012E] Warning: Flow Branch Operation must have switch name or use conditional labels in D:\SoftwareAG\IntegrationServer\packages\AP_JDE_Maximo_RecordOfPay_Services\ns\AP_JDE_Maximo_RecordOfPay_Services\main\insertUpdateErrorHandling\flow.xml
    2014-07-24 08:24:00 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Agda:GeneralLedgerJournalEntries
    2014-07-24 08:24:00 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:ReplyMessage
    2014-07-24 08:24:00 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_CSM_Documents.Documents.VIIPData:VIIP_InvNONEUData
    2014-07-24 08:24:01 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_CSM_Documents.Documents.Grycksbo:CSMMessage
    2014-07-24 08:24:01 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_CustomerFile.doc:customerTextFormat
    2014-07-24 08:24:02 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_CSM_Documents.Documents.SalesFoundation:CSM_SalesFoundation
    2014-07-24 08:24:02 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Canonicals:RemittanceAdviceManageNotify_2_0
    2014-07-24 08:24:02 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Maximo:InvoiceVoucher
    2014-07-24 08:24:02 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Canonicals:ArcticGeneralLedgerExchangeRates_2_0
    2014-07-24 08:24:07 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:APM_ReplyMessage
    2014-07-24 08:24:08 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_Documents.Maximo:INVTRANS_GL
    2014-07-24 08:24:08 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:ReplyMessage
    2014-07-24 08:24:08 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:ReplyMessage
    2014-07-24 08:24:09 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for docTypes:CustomerMasterManageNotify_2_1
    2014-07-24 08:24:09 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:ReplyMessage
    2014-07-24 08:24:10 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:ReplyMessage
    2014-07-24 08:24:11 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:APK_ReplyMessage
    2014-07-24 08:24:16 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:BDE_ReplyMessage
    2014-07-24 08:24:20 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:ReplyMessage
    2014-07-24 08:24:20 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for AP_APIX.ReplyMessage:APM_ReplyMessage
    2014-07-24 08:25:06 CEST [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ADA.1.204] Cannot connect to the database with DataSource class “com.microsoft.jdbcx.sqlserver.SQLServerDataSource”.
    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Login failed for user ‘webm’.
    2014-07-24 08:25:15 CEST [ART.0114.1007E] Adapter Runtime: Error Logged. See Error log for details. Error: [ART.114.13] Adapter Runtime: Error occurred while Adapter Runtime was loading adapter type “JDBCAdapter”.
    [ART.114.9] Adapter Runtime: Error(s) while registering adapter type JDBCAdapter.
    2014-07-24 08:25:16 CEST [ISS.0028.0013E] Startup service exited with the following error: com.wm.pkg.art.error.DetailedServiceException: [ART.114.13] Adapter Runtime: Error occurred while Adapter Runtime was loading adapter type “JDBCAdapter”.
    [ART.114.9] Adapter Runtime: Error(s) while registering adapter type JDBCAdapter.
    2014-07-24 08:25:20 CEST [ISS.0100.0001C] Web Container started
    2014-07-24 08:25:21 CEST [ISC.0076.0005E] BinCoder decode error creating Java serialized object. Excpt:java.lang.ClassNotFoundException: headersample.ProviderHandler
    2014-07-24 08:25:21 CEST [ISS.0028.0013E] Startup service exited with the following error: com.wm.app.b2b.server.ServiceException: com.wm.app.b2b.server.ServiceException: java.lang.NullPointerException
    2014-07-24 08:25:22 CEST [ISS.0098.0055E] Exception during attempt to register Trigger: com.wm.app.b2b.server.dispatcher.exceptions.InvalidDocumentException: [ISS.0098.9006] No matching Document Type exists for docTypes:CustomerMasterManageNotify_2_1
    2014-07-24 08:25:23 CEST [ISS.0014.0025C] Master password for outbound password encryption has expired. Password was last changed on 2013-11-29 07:06:08 CET. The current expiration interval is 90 days
    2014-07-24 08:25:23 CEST [ISS.0014.0002C] Initialization completed in 160 seconds.

    Can anybosy pls suggest what could have gone wrong ? Would have that happened because of rying to create an Https port ?

    Regards,
    Priya


    #webMethods
    #Integration-Server-and-ESB