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

Tablespace not found - dbconfigurator error

  • 1.  Tablespace not found - dbconfigurator error

    Posted Wed November 09, 2022 10:03 AM

    Hi Guys

    I am trying to create MWS schema but getting following error

    this is my command
    ./dbConfigurator.sh -a create -d oracle -c mws -v 46 -l “jdbc:wm:oracle://p1OraCloud17-scan.dc01.net:1521;serviceName=entp” -u MWS -p %23Jun2016 -t /opt/webMethods/common/db

    Error
    Executing script : /opt/webMethods/common/db/scripts/oracle/componenttracker/25/create/ora_ctr_c_ddl.sql
    Error: [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-00959: tablespace ‘WEBMDATA’ does not exist

    CREATE COMPONENTTRACKER [25.0] FAILED
    CDC ERROR [SoftwareAG][Oracle JDBC Driver][Oracle]ORA-00959: tablespace ‘WEBMDATA’ does not exist
    ORA-06512: at line 13


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Tablespace not found - dbconfigurator error

    Posted Wed November 09, 2022 11:05 AM


  • 3.  RE: Tablespace not found - dbconfigurator error

    Posted Wed November 09, 2022 01:36 PM

    Hi Farooq,

    or you can extend the command to create the storage in the same run.
    For this you will need to provide SYSTEM user (DBA) and passwort as well as the path where the tablespaces should be created.
    Parameters -au and -ap needs to be added to your command line.
    Parameter -t is referring to the base dir where the tablespaces should be created.
    Parameter -v should be set to “latest” so you dont need to know latest version of the db scripts.

    See the Installing webMethods Products Guide, Chapter 6 for further informations.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Tablespace not found - dbconfigurator error

    Posted Wed November 09, 2022 02:09 PM

    Thanks I will try and let you know


    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Tablespace not found - dbconfigurator error

    Posted Thu November 10, 2022 11:38 AM

    Hi All
    I have created the table space and its worked but now i am getting following error

    Error initializing component [Relation Service] for provider [default]

    No registered exception delegate
    jvm 1 | 2022-11-10 16:33:32 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.NullPointerException” occurred with the Message “at com.webMethods.portal.service.meta2.impl.MetaManager.setPortalSystemState(MetaManager.java:190)”


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: Tablespace not found - dbconfigurator error

    Posted Thu November 10, 2022 12:20 PM

    Hi Farooq,

    Is this happening during startup of MWS?
    In this case can you use “mws.bat -s default init” and try again?
    mws.sh should be used on Unix systems instead of mws.bat and replace default with the correct value if you have used another name for your MWS instance.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: Tablespace not found - dbconfigurator error

    Posted Mon November 14, 2022 10:52 AM

    Hi @Holger_von_Thomsen

    I got following exception while initializing MWS

    is waiting for unsatisfied dependencies [[&eventRouting]]
    jvm 1 | 2022-11-14 15:41:40 UTC (dataAccess:WARN) - getXTypeID Failed on wm_xt_handlerdata
    jvm 1 | 2022-11-14 15:41:40 UTC (Framework:INFO) - No registered exception delegate
    jvm 1 | 2022-11-14 15:41:40 UTC (Framework:WARN) - Error upgrading componentData for: {name=initialize, class=com.webMethods.portal.framework.session.handlers.Initialize, enabled=true}
    jvm 1 | 2022-11-14 15:41:40 UTC (Framework:FATAL) - [POP.003.0137] Unable to create with unknown type: “0”.
    jvm 1 | com.webMethods.portal.PortalException: [POP.003.0137] Unable to create with unknown type: “0”.
    jvm 1 | at com.webMethods.portal.mech.storage.impl.ContainerMechanics.createChild(ContainerMechanics.java:1218)
    jvm 1 | at com.webMethods.portal.mech.storage.impl.ContainerMechanics.createChild(ContainerMechanics.java:1234)
    jvm 1 | at com.webMethods.portal.system.impl.ThingComponentProvider.createComponentDataID(ThingComponentProvider.java:420)
    jvm 1 | at com.webMethods.portal.system.impl.ThingComponentProvider.upgradeComponentDataFromBootstrapComponentData(ThingComponentProvider.java:222)
    jvm 1 | at com.webMethods.portal.bizPolicy.impl.UpgradeComponentData.init(UpgradeComponentData.java:40)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase$InitializableWrapper.init(DefaultPhase.java:136)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.bizPolicy.impl.BootstrapPhase.init(BootstrapPhase.java:51)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    j

    DB team created two tables spaces for me which are different than default so I changed all scripts with my tables spaces but when I run catalog got following output


    • Executing action
    • Action : catalog
    • Database : Oracle
    • URL : jdbc:wm:oracle://p1OraCloud17-scan.net:1521;serviceName=oi_app
    • User : OIS99MWS1


    •  Installed Components      *
      

    • CCS 27 Central Configuration WEBMDATA,WEBMINDX
    • MWS 46 My webMethods Server WEBMDATA,WEBMINDX

    is there still somewhere I need to change the table spaces.


    #webMethods
    #Integration-Server-and-ESB


  • 8.  RE: Tablespace not found - dbconfigurator error

    Posted Tue November 15, 2022 10:57 AM

    Hi @Holger_von_Thomsen

    I fixed all dbconfigurator issues, I can see the version and correct table space as catalog output. But when I try to Initialize MWS got the following errors

    JAVA_HOME: /opt/webMethods/jvm/jvm
    MWS_HOME: /opt/webMethods/MWS
    Initializing MWS…
    Starting console mode using Tanuki Wrapper…
    Running Software AG My webMethods Server 9.9 (default)…
    wrapper | Base configuration file is /opt/mount1/webMethods/profiles/MWS_default/configuration/wrapper.conf
    wrapper | Found #include file in /opt/mount1/webMethods/profiles/MWS_default/configuration/wrapper.conf: /opt/webMethods/MWS/bin/wrapper-license.conf
    wrapper | Reading included configuration file, /opt/mount1/webMethods/MWS/bin/wrapper-license.conf
    wrapper | Found #include file in /opt/mount1/webMethods/profiles/MWS_default/configuration/wrapper.conf: /opt/webMethods/profiles/MWS_default/configuration/custom_wrapper.conf
    wrapper | Reading included configuration file, /opt/mount1/webMethods/profiles/MWS_default/configuration/custom_wrapper.conf
    wrapper | → Wrapper Started as Console
    wrapper | Java Service Wrapper Standard Edition 64-bit 3.5.25
    wrapper | Copyright (C) 1999-2014 Tanuki Software, Ltd. All Rights Reserved.
    wrapper | http://wrapper.tanukisoftware.com
    wrapper | Licensed to Software AG for Software AG My webMethods Server
    wrapper |
    wrapper | Launching a JVM…
    jvm 1 | Java HotSpot™ 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
    jvm 1 | WrapperManager: Initializing…
    jvm 1 | Debug options:
    jvm 1 | file:/opt/mount1/webMethods/common/bin/.options not found
    jvm 1 | Registering the mirror bundle management hooks.
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.console.internal.LocalConsoleManager open
    jvm 1 | INFO: Local JLine console flag: com.softwareag.platform.console.local.enabled=auto
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.console.internal.LocalConsoleManager open
    jvm 1 | INFO: Local JLine console disabled: JVM not attached to a terminal.
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.shutdown.internal.Activator start
    jvm 1 | INFO: Shutdown port listener disabled: Required property “com.softwareag.platform.shutdown.port” is not set or empty.
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.Activator$1 addingService
    jvm 1 | INFO: Discovered location: osgi.user.area=file:/home/ois/user/
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.Activator$1 addingService
    jvm 1 | INFO: Discovered location: osgi.instance.area=file:/opt/mount1/webMethods/profiles/MWS_default/workspace/
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.Activator$1 addingService
    jvm 1 | INFO: Discovered location: osgi.configuration.area=file:/opt/mount1/webMethods/profiles/MWS_default/configuration/
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.Activator$1 addingService
    jvm 1 | INFO: Discovered location: osgi.install.area=file:/opt/mount1/webMethods/profiles/MWS_default/
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.Activator$1 addingService
    jvm 1 | INFO: Discovered location: eclipse.home.location=file:/opt/mount1/webMethods/profiles/MWS_default/
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.Activator replaceSystemPropertyLocations
    jvm 1 | INFO: Replacing system property java.security.auth.login.config->@url:osgi.configuration.area/jaas.config with java.security.auth.login.config->file:/opt/mount1/webMethods/profiles/MWS_default/configuration/jaas.config
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.Activator replaceSystemPropertyLocations
    jvm 1 | INFO: Replacing system property sag.install.area->@url:osgi.install.area/…/… with sag.install.area->file:/opt/mount1/webMethods/
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.Activator$1 addingService
    jvm 1 | INFO: Discovered location: sag.install.area=file:/opt/mount1/webMethods/
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.startup.internal.LocationRegistry open
    jvm 1 | INFO: Registered location sag.install.area=file:/opt/mount1/webMethods/
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.logging.init.internal.Activator start
    jvm 1 | INFO: Setting configuration directory to /opt/webMethods/profiles/MWS_default/configuration
    jvm 1 | Nov 15, 2022 3:45:14 PM com.webMethods.sc.config.ConfigurationLogger log
    jvm 1 | INFO: Out-of-band file changes will be monitored every ‘60000’ milliseconds
    jvm 1 | Nov 15, 2022 3:45:14 PM com.softwareag.platform.logging.init.internal.Activator start
    jvm 1 | INFO: Initializing Jorunal Logger with the greedy JUL bridge
    jvm 1 | [STARTUP] Glue 8.0 Fix 8 build 2
    jvm 1 | 2022-11-15 15:45:17 UTC (com.softwareag.wsstack.osgi.axis2.setup.internal.TransportListenerRegistryManager:INFO) - WSSOGI0030: updated( null )
    jvm 1 | 2022-11-15 15:45:17 UTC (com.softwareag.eda.nerv.admin.impl.NervRouteBundleFactoryImpl:INFO) - NervRouteBundleFactoryImpl constructor
    jvm 1 | !SESSION 2022-11-15 15:45:13.652 -----------------------------------------------
    jvm 1 | eclipse.buildId=unknown
    jvm 1 | java.version=1.8.0_51
    jvm 1 | java.vendor=Oracle Corporation
    jvm 1 | BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
    jvm 1 |
    jvm 1 | !ENTRY org.eclipse.equinox.ds 4 0 2022-11-15 15:45:17.155
    jvm 1 | !MESSAGE Could not bind a reference of component com.softwareag.eda.nerv.admin.impl.NervRouteBundleFactoryImpl. The reference is: Reference[name = TextEncrypterService, interface = com.softwareag.event.routing.encryption.NervTextEncryptor, policy = dynamic, cardinality = 0…1, target = null, bind = setTextEncryptor, unbind = unsetTextEncryptor]
    jvm 1 |
    jvm 1 | !ENTRY org.eclipse.equinox.ds 4 0 2022-11-15 15:45:17.155
    jvm 1 | !MESSAGE Could not bind a reference of component com.softwareag.eda.nerv.admin.impl.NervRouteBundleFactoryImpl. The reference is: Reference[name = TextEncrypterService, interface = com.softwareag.event.routing.encryption.NervTextEncryptor, policy = dynamic, cardinality = 0…1, target = null, bind = setTextEncryptor, unbind = unsetTextEncryptor]
    jvm 1 | 2022-11-15 15:45:17 UTC (Osgi.Platform.Logger:ERROR) - [org.eclipse.equinox.ds:1.4.100.v20130515-2026 (363)] Could not bind a reference of component com.softwareag.eda.nerv.admin.impl.NervRouteBundleFactoryImpl. The reference is: Reference[name = TextEncrypterService, interface = com.softwareag.event.routing.encryption.NervTextEncryptor, policy = dynamic, cardinality = 0…1, target = null, bind = setTextEncryptor, unbind = unsetTextEncryptor]
    jvm 1 | 2022-11-15 15:45:17 UTC (Osgi.Platform.Logger:ERROR) - [org.eclipse.equinox.ds:1.4.100.v20130515-2026 (363)] Could not bind a reference of component com.softwareag.eda.nerv.admin.impl.NervRouteBundleFactoryImpl. The reference is: Reference[name = TextEncrypterService, interface = com.softwareag.event.routing.encryption.NervTextEncryptor, policy = dynamic, cardinality = 0…1, target = null, bind = setTextEncryptor, unbind = unsetTextEncryptor]
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Obtained cluster bootstrap lock
    jvm 1 | 2022-11-15 15:45:17 UTC (com.webMethods.portal.system.impl.BuildVersion:INFO) - MWS BuildVersion: 0.0.0.0.0
    jvm 1 | 2022-11-15 15:45:17 UTC (com.webMethods.portal.system.impl.BuildVersion:INFO) - MWS InstalledVersion: 9.9.0.0000-0221
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.ObjectUtil
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.ThreadUtil
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.FileUtil
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.SystemPaths
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.Debug
    jvm 1 | 2022-11-15 15:45:17 UTC (install:INFO) - My webMethods Server 9.9.0.0000-0221
    jvm 1 | 2022-11-15 15:45:17 UTC (webm.caf:INFO) - My webMethods Server 9.9.0.0000-0221
    jvm 1 | 2022-11-15 15:45:17 UTC (com.webMethods.rtl.util.Debug:INFO) - Started sending JDK log messages to Log4J
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.io.FileIOManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.xml.XMLUtil
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.xml.XSLProcessorFactory
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.memory.MemoryMonitor
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [miePhaseTwo, miePhaseTwo]
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: miePhaseTwo
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.system.boot.StartupManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Current DB component level is 46
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.system.cluster.impl.ClusterProvider
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: cluster
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - JMS ClientID: p1lg506524.dc01.its.hpecorp.net.mws.node.default.1812994788469241856
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: null
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing server: default
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - The hostname for the SOAP Monitor is not specified, using defaults.
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - The hostname for the JCR Remoting is not specified, using defaults.
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.event.ecs.ECSInitializer
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.classmanager.impl.ComponentClassManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: classManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.bundle.impl.BundleManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: bundleManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.global.impl.GlobalProvider
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: global
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: languagePackManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.mail.MailUtil
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.MimeUtil
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.rtl.util.IconMapUtil
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [DataPhaseOne, DataPhaseOne]
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: DataPhaseOne
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.event.EventDeliveryInitializer
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.event.EventDeliveryInitializer
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.sql.core.JNDIDataSourceFactory
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.sql.core.ConnectionManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.event.EventDeliveryInitializer
    jvm 1 | 2022-11-15 15:45:17 UTC (org.eclipse.gemini.blueprint.extender.internal.boot.ChainActivator:INFO) - Blueprint API detected; enabling Blueprint Container functionality
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.sql.DataManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.jms.JMSPhaseProvider
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.cache.impl.CacheManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Cache Invalidation Thread started with sleep of 60000ms
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: cache
    jvm 1 | 2022-11-15 15:45:17 UTC (org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener:INFO) - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[1.0.2.RELEASE]
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - defaultCacheTimeout: + 3600000(sec) roleCacheLifecyle: 0 (0=FLUSH_EVERY_LOGIN 1=FLUSH_ROLE_OR_GROUP_CHANGE)
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - defaultCacheTimeout: + 3600000(sec) groupCacheLifecycle: 1 (0=FLUSH_EVERY_LOGIN 1=FLUSH_ROLE_OR_GROUP_CHANGE)
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.meta2.impl.MetaManager
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: meta
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing components of: default
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.ThingIDService
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.XTypeService
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.ThingService
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.dbo.DBOStorageService
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.MetaQueryService
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.WatchService
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.TypeService
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.UserService
    jvm 1 | 2022-11-15 15:45:17 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.RelationService
    jvm 1 | 2022-11-15 15:45:17 UTC (org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener:INFO) - Detected extender custom configurations at {bundleentry://124.fwk1632696562/META-INF/spring/extender/blueprint.xml}
    jvm 1 | 2022-11-15 15:45:17 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://124.fwk1632696562/META-INF/spring/extender/blueprint.xml): startup date [Tue Nov 15 15:45:17 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.MetaEventService
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.MetaViewService
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.AccessService
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.ServiceThingService
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.subscription.impl.SubscriptionService
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.ScheduleService
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.mech.alias.impl.AliasMechanics
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.system.boot.PortalBootManager
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.jackrabbit.spi2mws.RepositoryInitializer
    jvm 1 | 2022-11-15 15:45:18 UTC (com.webMethods.jackrabbit.spi2mws.MwsRepositoryService:WARN) - repository.events.async: false
    jvm 1 | 2022-11-15 15:45:18 UTC (com.webMethods.jackrabbit.spi2mws.MwsRepositoryService:WARN) - repository.events.delay.test: false
    jvm 1 | 2022-11-15 15:45:18 UTC (com.webMethods.jackrabbit.spi2mws.MwsRepositoryService:WARN) - repository.events.delay.time: 0
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [CoreServices, CoreServices]
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: CoreServices
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.content.impl.ContentManager
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.dir.impl.DirSystem
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: directory
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.install.impl.InstallProvider
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: install
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=1.0.2.RELEASE}
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.portlet.impl.PortletProvider
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: portlet
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[1.0.2.RELEASE]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Detected extender custom configurations at {bundleentry://124.fwk1632696562/META-INF/spring/extender/blueprint.xml}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://124.fwk1632696562/META-INF/spring/extender/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=1.0.2.RELEASE}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://59.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [EDA Common Library (com.softwareag.eda.common)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.eda.common, config=bundleentry://59.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.eda.common, config=bundleentry://59.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.osgi.framework.ServiceListener}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.osgi.service.cm.ManagedService}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.eda.common, Bundle-Version=9.9.0.0000-0259, osgi.blueprint.container.version=9.9.0.0000-0259, osgi.blueprint.container.symbolicname=com.softwareag.eda.common}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.eda.common, org.springframework.context.service.name=com.softwareag.eda.common, Bundle-SymbolicName=com.softwareag.eda.common, Bundle-Version=9.9.0.0000-0259}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.eda.common, config=bundleentry://59.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://62.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [EventType Store Implementation (com.softwareag.eda.eventtypestore.impl)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.eda.eventtypestore.impl, config=bundleentry://62.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.eda.eventtypestore.impl, config=bundleentry://62.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.eda.store.API.EDAEventTypeStoreManager}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.eda.common.osgi.EDAPropertiesListener}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.eda.store.API.xsdconverter.XsdConverterFactory}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.eda.store.API.parser.EventParser}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.eda.eventtypestore.impl, Bundle-Version=9.9.0.0000-0259, osgi.blueprint.container.version=9.9.0.0000-0259, osgi.blueprint.container.symbolicname=com.softwareag.eda.eventtypestore.impl}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.eda.eventtypestore.impl, org.springframework.context.service.name=com.softwareag.eda.eventtypestore.impl, Bundle-SymbolicName=com.softwareag.eda.eventtypestore.impl, Bundle-Version=9.9.0.0000-0259}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.eda.eventtypestore.impl, config=bundleentry://62.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://65.fwk1632696562/OSGI-INF/blueprint/spring.xml, bundleentry://65.fwk1632696562/OSGI-INF/blueprint/osgi.xml} in bundle [event-routing (com.softwareag.event.routing)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing, config=bundleentry://65.fwk1632696562/OSGI-INF/blueprint/spring.xml,bundleentry://65.fwk1632696562/OSGI-INF/blueprint/osgi.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - Adding OSGi service dependency for importer [&watchdogService] matching OSGi filter [(&(objectClass=com.softwareag.platform.bundle.watchdog.BundleWatchdog)(bundle.watchdog.name=EventRouting))]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - Adding OSGi service dependency for importer [&serviceTypeProvider] matching OSGi filter [(objectClass=com.softwareag.event.routing.servicetype.provider.API.impl.ServiceTypeProvider)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing, config=bundleentry://65.fwk1632696562/OSGI-INF/blueprint/spring.xml,bundleentry://65.fwk1632696562/OSGI-INF/blueprint/osgi.xml) is waiting for unsatisfied dependencies [[&serviceTypeProvider, &watchdogService]]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://66.fwk1632696562/OSGI-INF/blueprint/osgi.xml} in bundle [Event Routing Basic Configuration (com.softwareag.event.routing.basic.configuration)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.basic.configuration, config=bundleentry://66.fwk1632696562/OSGI-INF/blueprint/osgi.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.basic.configuration, config=bundleentry://66.fwk1632696562/OSGI-INF/blueprint/osgi.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.event.routing.servicetype.provider.API.impl.ServiceTypeProvider}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.event.routing.basic.configuration, Bundle-Version=9.9.0.0000-0259, osgi.blueprint.container.version=9.9.0.0000-0259, osgi.blueprint.container.symbolicname=com.softwareag.event.routing.basic.configuration}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.event.routing.basic.configuration, org.springframework.context.service.name=com.softwareag.event.routing.basic.configuration, Bundle-SymbolicName=com.softwareag.event.routing.basic.configuration, Bundle-Version=9.9.0.0000-0259}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.basic.configuration, config=bundleentry://66.fwk1632696562/OSGI-INF/blueprint/osgi.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://68.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Event Routing Encryption (com.softwareag.event.routing.encryption)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.encryption, config=bundleentry://68.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.encryption, config=bundleentry://68.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.eda.common.osgi.EDAPropertiesListener}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.event.routing.encryption, Bundle-Version=9.9.0.0000-0259, osgi.blueprint.container.version=9.9.0.0000-0259, osgi.blueprint.container.symbolicname=com.softwareag.event.routing.encryption}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.event.routing.encryption, org.springframework.context.service.name=com.softwareag.event.routing.encryption, Bundle-SymbolicName=com.softwareag.event.routing.encryption, Bundle-Version=9.9.0.0000-0259}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.encryption, config=bundleentry://68.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://70.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [event-routing-evp-common (com.softwareag.event.routing.evp.common)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.evp.common, config=bundleentry://70.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - Adding OSGi service dependency for importer [&adminSessionFactory] matching OSGi filter [(objectClass=com.softwareag.eda.estore.admin.API.AdminSessionFactory)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.evp.common, config=bundleentry://70.fwk1632696562/OSGI-INF/blueprint/blueprint.xml) is waiting for unsatisfied dependencies [[&adminSessionFactory]]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://75.fwk1632696562/OSGI-INF/blueprint/service-type-common.xml, bundleentry://75.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [event-routing-evp-shared (com.softwareag.event.routing.evp.shared)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.evp.shared, config=bundleentry://75.fwk1632696562/OSGI-INF/blueprint/service-type-common.xml,bundleentry://75.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.evp.shared, config=bundleentry://75.fwk1632696562/OSGI-INF/blueprint/service-type-common.xml,bundleentry://75.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.event.routing.evp.shared, Bundle-Version=9.9.0.0000-0087, osgi.blueprint.container.version=9.9.0.0000-0087, osgi.blueprint.container.symbolicname=com.softwareag.event.routing.evp.shared}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.event.routing.evp.shared, org.springframework.context.service.name=com.softwareag.event.routing.evp.shared, Bundle-SymbolicName=com.softwareag.event.routing.evp.shared, Bundle-Version=9.9.0.0000-0087}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.evp.shared, config=bundleentry://75.fwk1632696562/OSGI-INF/blueprint/service-type-common.xml,bundleentry://75.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://76.fwk1632696562/OSGI-INF/blueprint/service-type-common.xml, bundleentry://76.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Event Routing Service Type Universal Messaging (com.softwareag.event.routing.service.configuration.um)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.service.configuration.um, config=bundleentry://76.fwk1632696562/OSGI-INF/blueprint/service-type-common.xml,bundleentry://76.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.service.configuration.um, config=bundleentry://76.fwk1632696562/OSGI-INF/blueprint/service-type-common.xml,bundleentry://76.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - No registered exception delegate
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.ClassNotFoundException” occurred with the Message “com.webMethods.portal.portlet.impl.wm_listoflinks.ListOfLinks”
    jvm 1 | java.lang.ClassNotFoundException: com.webMethods.portal.portlet.impl.wm_listoflinks.ListOfLinks
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.findClass(ComponentClassManager.java:949)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.loadClass(ComponentClassManager.java:933)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    jvm 1 | at com.webMethods.rtl.util.ObjectUtil.getClass(ObjectUtil.java:243)
    jvm 1 | at com.webMethods.portal.system.pool.impl.DefaultPooledObjectManager.initialize(DefaultPooledObjectManager.java:37)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType$PortletBeanPoolManager.initialize(PortletType.java:509)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType.init(PortletType.java:88)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponent(PortletProvider.java:885)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponents(PortletProvider.java:786)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.init(PortletProvider.java:364)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.event.routing.configuration.ServiceType}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.event.routing.service.configuration.um, Bundle-Version=9.9.0.0000-0259, osgi.blueprint.container.version=9.9.0.0000-0259, osgi.blueprint.container.symbolicname=com.softwareag.event.routing.service.configuration.um}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.event.routing.service.configuration.um, org.springframework.context.service.name=com.softwareag.event.routing.service.configuration.um, Bundle-SymbolicName=com.softwareag.event.routing.service.configuration.um, Bundle-Version=9.9.0.0000-0259}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.service.configuration.um, config=bundleentry://76.fwk1632696562/OSGI-INF/blueprint/service-type-common.xml,bundleentry://76.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://78.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [evp-admin-API (com.softwareag.evp.admin.API)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.admin.API, config=bundleentry://78.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.admin.API, config=bundleentry://78.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.eda.estore.admin.API.AdminSessionFactory}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.evp.common, config=bundleentry://70.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.event.routing.evp.common, Bundle-Version=9.9.0.0000-0087, osgi.blueprint.container.version=9.9.0.0000-0087, osgi.blueprint.container.symbolicname=com.softwareag.event.routing.evp.common}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.event.routing.evp.common, org.springframework.context.service.name=com.softwareag.event.routing.evp.common, Bundle-SymbolicName=com.softwareag.event.routing.evp.common, Bundle-Version=9.9.0.0000-0087}
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.ClassNotFoundException” occurred with the Message “com.webMethods.portal.portlet.wm_xt_authscheme.Authscheme”
    jvm 1 | java.lang.ClassNotFoundException: com.webMethods.portal.portlet.wm_xt_authscheme.Authscheme
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.findClass(ComponentClassManager.java:949)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.loadClass(ComponentClassManager.java:933)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    jvm 1 | at com.webMethods.rtl.util.ObjectUtil.getClass(ObjectUtil.java:243)
    jvm 1 | at com.webMethods.portal.system.pool.impl.DefaultPooledObjectManager.initialize(DefaultPooledObjectManager.java:37)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType$PortletBeanPoolManager.initialize(PortletType.java:509)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType.init(PortletType.java:88)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponent(PortletProvider.java:885)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponents(PortletProvider.java:786)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.init(PortletProvider.java:364)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.ClassNotFoundException” occurred with the Message “com.webMethods.portal.portlet.wm_ntlmauthadmin.Ntlmauthadmin”
    jvm 1 | java.lang.ClassNotFoundException: com.webMethods.portal.portlet.wm_ntlmauthadmin.Ntlmauthadmin
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.findClass(ComponentClassManager.java:949)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.loadClass(ComponentClassManager.java:933)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    jvm 1 | at com.webMethods.rtl.util.ObjectUtil.getClass(ObjectUtil.java:243)
    jvm 1 | at com.webMethods.portal.system.pool.impl.DefaultPooledObjectManager.initialize(DefaultPooledObjectManager.java:37)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType$PortletBeanPoolManager.initialize(PortletType.java:509)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType.init(PortletType.java:88)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponent(PortletProvider.java:885)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponents(PortletProvider.java:786)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.init(PortletProvider.java:364)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.ClassNotFoundException” occurred with the Message “com.webMethods.portal.portlet.impl.wm_xt_rule.Rule”
    jvm 1 | java.lang.ClassNotFoundException: com.webMethods.portal.portlet.impl.wm_xt_rule.Rule
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.findClass(ComponentClassManager.java:949)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.loadClass(ComponentClassManager.java:933)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    jvm 1 | at com.webMethods.rtl.util.ObjectUtil.getClass(ObjectUtil.java:243)
    jvm 1 | at com.webMethods.portal.system.pool.impl.DefaultPooledObjectManager.initialize(DefaultPooledObjectManager.java:37)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType$PortletBeanPoolManager.initialize(PortletType.java:509)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType.init(PortletType.java:88)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponent(PortletProvider.java:885)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponents(PortletProvider.java:786)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.init(PortletProvider.java:364)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.event.routing.evp.common, config=bundleentry://70.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.eda.estore.admin.API.AdminSessionFactoryRegistry}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.evp.admin.API, Bundle-Version=9.9.0.0000-0087, osgi.blueprint.container.version=9.9.0.0000-0087, osgi.blueprint.container.symbolicname=com.softwareag.evp.admin.API}
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.ClassNotFoundException” occurred with the Message “com.webMethods.portal.portlet.wm_xt_localepropstorage.Localepropstorage”
    jvm 1 | java.lang.ClassNotFoundException: com.webMethods.portal.portlet.wm_xt_localepropstorage.Localepropstorage
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.findClass(ComponentClassManager.java:949)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.loadClass(ComponentClassManager.java:933)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    jvm 1 | at com.webMethods.rtl.util.ObjectUtil.getClass(ObjectUtil.java:243)
    jvm 1 | at com.webMethods.portal.system.pool.impl.DefaultPooledObjectManager.initialize(DefaultPooledObjectManager.java:37)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType$PortletBeanPoolManager.initialize(PortletType.java:509)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType.init(PortletType.java:88)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponent(PortletProvider.java:885)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponents(PortletProvider.java:786)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.init(PortletProvider.java:364)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.evp.admin.API, org.springframework.context.service.name=com.softwareag.evp.admin.API, Bundle-SymbolicName=com.softwareag.evp.admin.API, Bundle-Version=9.9.0.0000-0087}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.admin.API, config=bundleentry://78.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://79.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [evp-eda-schema (com.softwareag.evp.eda.schema)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.eda.schema, config=bundleentry://79.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.ClassNotFoundException” occurred with the Message “com.webMethods.portal.portlet.impl.wm_htmltext.Htmltext”
    jvm 1 | java.lang.ClassNotFoundException: com.webMethods.portal.portlet.impl.wm_htmltext.Htmltext
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.findClass(ComponentClassManager.java:949)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.loadClass(ComponentClassManager.java:933)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    jvm 1 | at com.webMethods.rtl.util.ObjectUtil.getClass(ObjectUtil.java:243)
    jvm 1 | at com.webMethods.portal.system.pool.impl.DefaultPooledObjectManager.initialize(DefaultPooledObjectManager.java:37)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType$PortletBeanPoolManager.initialize(PortletType.java:509)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType.init(PortletType.java:88)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponent(PortletProvider.java:885)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponents(PortletProvider.java:786)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.init(PortletProvider.java:364)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.ClassNotFoundException” occurred with the Message “com.webMethods.portal.portlet.wm_sortorder.SortOrder”
    jvm 1 | java.lang.ClassNotFoundException: com.webMethods.portal.portlet.wm_sortorder.SortOrder
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.findClass(ComponentClassManager.java:949)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    jvm 1 | at com.webMethods.portal.service.classmanager.impl.ComponentClassManager$ManagerClassLoader.loadClass(ComponentClassManager.java:933)
    jvm 1 | at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    jvm 1 | at com.webMethods.rtl.util.ObjectUtil.getClass(ObjectUtil.java:243)
    jvm 1 | at com.webMethods.portal.system.pool.impl.DefaultPooledObjectManager.initialize(DefaultPooledObjectManager.java:37)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType$PortletBeanPoolManager.initialize(PortletType.java:509)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletType.init(PortletType.java:88)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponent(PortletProvider.java:885)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.initComponents(PortletProvider.java:786)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.portlet.impl.PortletProvider.init(PortletProvider.java:364)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.event.EventDeliveryInitializer
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.notification.delivery.PortletNotificationInitializer
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.notification.delivery.AlertNotificationInitializer
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.notification.GeneralEmailServiceInitializer
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.bizPolicy.impl.ContextProvider
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: context
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.license.impl.LicenseSystem
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: license
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [DeployableServices, DeployableServices]
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: DeployableServices
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - Adding OSGi service dependency for importer [&eventTypeStore] matching OSGi filter [(&(objectClass=com.softwareag.eda.store.API.EDAEventTypeStore)(configName=etsDefaultConfiguration))]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - Adding OSGi service dependency for importer [&eventTypeSchemaParser] matching OSGi filter [(objectClass=com.softwareag.eda.store.API.parser.XSDParser)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.eda.schema, config=bundleentry://79.fwk1632696562/OSGI-INF/blueprint/blueprint.xml) is waiting for unsatisfied dependencies [[&eventTypeStore, &eventTypeSchemaParser]]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://82.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [evp-hive-admin-impl (com.softwareag.evp.hive.admin.impl)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.hive.admin.impl, config=bundleentry://82.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.hive.admin.impl, config=bundleentry://82.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.version.impl.VersionSystem
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: version
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.evp.hive.admin.impl, Bundle-Version=9.9.0.0000-0087, osgi.blueprint.container.version=9.9.0.0000-0087, osgi.blueprint.container.symbolicname=com.softwareag.evp.hive.admin.impl}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.evp.hive.admin.impl, org.springframework.context.service.name=com.softwareag.evp.hive.admin.impl, Bundle-SymbolicName=com.softwareag.evp.hive.admin.impl, Bundle-Version=9.9.0.0000-0087}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.hive.admin.impl, config=bundleentry://82.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://83.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [evp-jdbc-admin-impl (com.softwareag.evp.jdbc.admin.impl)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.jdbc.admin.impl, config=bundleentry://83.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.jdbc.admin.impl, config=bundleentry://83.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.evp.jdbc.admin.impl, Bundle-Version=9.9.0.0000-0087, osgi.blueprint.container.version=9.9.0.0000-0087, osgi.blueprint.container.symbolicname=com.softwareag.evp.jdbc.admin.impl}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.evp.jdbc.admin.impl, org.springframework.context.service.name=com.softwareag.evp.jdbc.admin.impl, Bundle-SymbolicName=com.softwareag.evp.jdbc.admin.impl, Bundle-Version=9.9.0.0000-0087}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.jdbc.admin.impl, config=bundleentry://83.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://85.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [evp-parstream-admin-impl (com.softwareag.evp.parstream.admin.impl)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.parstream.admin.impl, config=bundleentry://85.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.parstream.admin.impl, config=bundleentry://85.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.evp.parstream.admin.impl, Bundle-Version=9.9.0.0000-0087, osgi.blueprint.container.version=9.9.0.0000-0087, osgi.blueprint.container.symbolicname=com.softwareag.evp.parstream.admin.impl}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.evp.parstream.admin.impl, org.springframework.context.service.name=com.softwareag.evp.parstream.admin.impl, Bundle-SymbolicName=com.softwareag.evp.parstream.admin.impl, Bundle-Version=9.9.0.0000-0087}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.evp.parstream.admin.impl, config=bundleentry://85.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://120.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [app-deployer-bundle (com.softwareag.platform.app.deployer.bundle)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.bundle, config=bundleentry://120.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - Adding OSGi service dependency for importer [.org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] matching OSGi filter [(&(objectClass=com.softwareag.platform.bundle.watchdog.BundleWatchdog)(bundle.watchdog.name=AppPlatform))]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.bundle, config=bundleentry://120.fwk1632696562/OSGI-INF/blueprint/blueprint.xml) is waiting for unsatisfied dependencies [[.org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0]]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://121.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [app-deployer-config (com.softwareag.platform.app.deployer.config)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.config, config=bundleentry://121.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - Adding OSGi service dependency for importer [.org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0] matching OSGi filter [(&(objectClass=com.softwareag.platform.config.store.ConfigurationStore)(service.pid=file.property.loader))]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.config, config=bundleentry://121.fwk1632696562/OSGI-INF/blueprint/blueprint.xml) is waiting for unsatisfied dependencies [[.org.eclipse.gemini.blueprint.service.importer.support.OsgiServiceProxyFactoryBean#0]]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://127.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [bundle-watchdog-console (com.softwareag.platform.bundle.watchdog.console)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.bundle.watchdog.console, config=bundleentry://127.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.bundle.watchdog.console, config=bundleentry://127.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{java.lang.Object}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.bundle.watchdog.console, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.bundle.watchdog.console}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.bundle.watchdog.console, org.springframework.context.service.name=com.softwareag.platform.bundle.watchdog.console, Bundle-SymbolicName=com.softwareag.platform.bundle.watchdog.console, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.bundle.watchdog.console, config=bundleentry://127.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://130.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Config Loader Console (com.softwareag.platform.config.console)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.console, config=bundleentry://130.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.console, config=bundleentry://130.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.eclipse.osgi.framework.console.CommandProvider}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.eclipse.osgi.framework.console.CommandProvider}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.config.console, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.config.console}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.config.console, org.springframework.context.service.name=com.softwareag.platform.config.console, Bundle-SymbolicName=com.softwareag.platform.config.console, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.console, config=bundleentry://130.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://131.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Location Token Configuration Filter (com.softwareag.platform.config.filter.locations)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.filter.locations, config=bundleentry://131.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.filter.locations, config=bundleentry://131.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.osgi.service.cm.ConfigurationPlugin}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.config.filter.locations, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.config.filter.locations}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.config.filter.locations, org.springframework.context.service.name=com.softwareag.platform.config.filter.locations, Bundle-SymbolicName=com.softwareag.platform.config.filter.locations, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.filter.locations, config=bundleentry://131.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://132.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Secure Token Configuration Filter (com.softwareag.platform.config.filter.securetokens)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.filter.securetokens, config=bundleentry://132.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.filter.securetokens, config=bundleentry://132.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.osgi.service.cm.ConfigurationPlugin}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.config.filter.securetokens, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.config.filter.securetokens}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.config.filter.securetokens, org.springframework.context.service.name=com.softwareag.platform.config.filter.securetokens, Bundle-SymbolicName=com.softwareag.platform.config.filter.securetokens, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.filter.securetokens, config=bundleentry://132.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://133.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [config-jmx (com.softwareag.platform.config.jmx)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.jmx, config=bundleentry://133.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.jmx, config=bundleentry://133.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{javax.management.DynamicMBean}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{javax.management.DynamicMBean}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.config.jmx, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.config.jmx}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.config.jmx, org.springframework.context.service.name=com.softwareag.platform.config.jmx, Bundle-SymbolicName=com.softwareag.platform.config.jmx, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.jmx, config=bundleentry://133.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://134.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Jaas Configuration Store (com.softwareag.platform.config.store.jaas)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.store.jaas, config=bundleentry://134.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.store.jaas, config=bundleentry://134.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.platform.config.store.ConfigurationStore}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.config.store.jaas, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.config.store.jaas}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.config.store.jaas, org.springframework.context.service.name=com.softwareag.platform.config.store.jaas, Bundle-SymbolicName=com.softwareag.platform.config.store.jaas, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.store.jaas, config=bundleentry://134.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://135.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Property Config Store (com.softwareag.platform.config.store.props)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.store.props, config=bundleentry://135.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.store.props, config=bundleentry://135.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (com.softwareag.platform.config.store.props.internal.ExtenderConfigurationStore:INFO) - Processing bundle com.softwareag.applatform.pls.bundle.deployer;bundle-version=“9.9.0.0000-0184”
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.platform.config.store.ConfigurationStore}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.config, config=bundleentry://121.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.platform.app.deployer.AssetCompositeDeployer}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.app.deployer.config, Bundle-Version=9.9.0.0000-0024, osgi.blueprint.container.version=9.9.0.0000-0024, osgi.blueprint.container.symbolicname=com.softwareag.platform.app.deployer.config}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.app.deployer.config, org.springframework.context.service.name=com.softwareag.platform.app.deployer.config, Bundle-SymbolicName=com.softwareag.platform.app.deployer.config, Bundle-Version=9.9.0.0000-0024}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.config, config=bundleentry://121.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.platform.config.store.ConfigurationStore}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.config.store.props, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.config.store.props}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.config.store.props, org.springframework.context.service.name=com.softwareag.platform.config.store.props, Bundle-SymbolicName=com.softwareag.platform.config.store.props, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.store.props, config=bundleentry://135.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://136.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Configuration Store Watchdog (com.softwareag.platform.config.watchdog)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.watchdog, config=bundleentry://136.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.watchdog, config=bundleentry://136.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.task.impl.TaskSystem
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: task
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.osgi.service.cm.ManagedService}]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.config.watchdog, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.config.watchdog}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.config.watchdog, org.springframework.context.service.name=com.softwareag.platform.config.watchdog, Bundle-SymbolicName=com.softwareag.platform.config.watchdog, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.watchdog, config=bundleentry://136.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://140.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [JaasLibraryExtender (com.softwareag.platform.jaas.extender)]
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jaas.extender, config=bundleentry://140.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [mechanics, mechanics]
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: mechanics
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.mech.impl.MechanicsManager
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: mechanics
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Tasks preloading skipped
    jvm 1 | 2022-11-15 15:45:18 UTC (dataAccess:WARN) - getXTypeID Failed on wm_xt_mechanicsdata
    jvm 1 | 2022-11-15 15:45:18 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jaas.extender, config=bundleentry://140.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:18 UTC (dataAccess:WARN) - xType not found: 0
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:WARN) - Factory is not available for xtypeID: 0
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [bizPolicy, bizPolicy]
    jvm 1 | 2022-11-15 15:45:18 UTC (Framework:INFO) - Initializing components of: bizPolicy
    jvm 1 | 2022-11-15 15:45:18 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Processing bundle com.softwareag.security.authz.store(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:18 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Processing bundle com.softwareag.security.sin.common(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:18 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Processing bundle com.softwareag.security.sin.idp.saml.lm(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Processing bundle com.softwareag.security.sin.is.ldap(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Processing bundle com.softwareag.security.sin.misc(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.bizPolicy.biz.impl.BizPolicyManager
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Processing bundle com.softwareag.security.sin.ssx(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: bizPolicy
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Processing bundle com.softwareag.security.web.sso.saml2(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Processing bundle com.webMethods.caf.server(9.9.0.0000-0221)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.jaas.extender, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.jaas.extender}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.jaas.extender, org.springframework.context.service.name=com.softwareag.platform.jaas.extender, Bundle-SymbolicName=com.softwareag.platform.jaas.extender, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jaas.extender, config=bundleentry://140.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (dataAccess:WARN) - getXTypeID Failed on wm_xt_bizpolicydata
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://143.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [jmx-framework (com.softwareag.platform.jmx.framework)]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.framework, config=bundleentry://143.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.internal.ManagedConfiguration:INFO) - created LoginRealm[ PlatformManagement ]
    jvm 1 | 2022-11-15 15:45:19 UTC (dataAccess:WARN) - xType not found: 0
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:WARN) - Factory is not available for xtypeID: 0
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.internal.ManagedConfiguration:INFO) - created LoginRealm[ Default ]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.bizPolicy.command.impl.CommandManager
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: command
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.framework, config=bundleentry://143.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [webApplication, webApplication]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: webApplication
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{javax.management.DynamicMBean, javax.management.NotificationBroadcaster}]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.framework.impl.WebApplication
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: webApp
    jvm 1 | 2022-11-15 15:45:19 UTC (dataAccess:WARN) - getXTypeID Failed on wm_xt_handlerdata
    jvm 1 | 2022-11-15 15:45:19 UTC (dataAccess:WARN) - xType not found: 0
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:WARN) - Factory is not available for xtypeID: 0
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{javax.management.DynamicMBean, javax.management.NotificationBroadcaster}]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: authManager
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{javax.management.DynamicMBean}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{javax.management.DynamicMBean}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.jmx.framework, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.jmx.framework}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.jmx.framework, org.springframework.context.service.name=com.softwareag.platform.jmx.framework, Bundle-SymbolicName=com.softwareag.platform.jmx.framework, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.framework, config=bundleentry://143.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.internal.ManagedConfiguration:INFO) - created LoginRealm[ Rest ]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://144.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [OSGi Subsystems (com.softwareag.platform.jmx.subsystems.osgi)]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.subsystems.osgi, config=bundleentry://144.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.subsystems.osgi, config=bundleentry://144.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.internal.ManagedConfiguration:INFO) - created LoginRealm[ PluggableUI ]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: sessionManager
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jmx.subsystems.osgi.internal.OsgiSubsystemsRegistry:INFO) - Registering subsystem com.softwareag:type=subsystem,symbolicName=com.softwareag.event.routing.feature,version=9.9.0.0000-0259,name=Event Routing,subsystemId=EventRouting
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.jmx.subsystems.osgi, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.jmx.subsystems.osgi}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.jmx.subsystems.osgi, org.springframework.context.service.name=com.softwareag.platform.jmx.subsystems.osgi, Bundle-SymbolicName=com.softwareag.platform.jmx.subsystems.osgi, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.subsystems.osgi, config=bundleentry://144.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://149.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Passman MBean (com.softwareag.platform.passman.mbean)]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.passman.mbean, config=bundleentry://149.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - No unsatisfied OSGi service dependencies; completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.bundle, config=bundleentry://120.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: dispatchManager
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.passman.mbean, config=bundleentry://149.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: presManager
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: propertyEditorManager
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: errorManager
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: portletWebManager
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{javax.management.DynamicMBean}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.passman.mbean, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.platform.passman.mbean}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.passman.mbean, org.springframework.context.service.name=com.softwareag.platform.passman.mbean, Bundle-SymbolicName=com.softwareag.platform.passman.mbean, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.passman.mbean, config=bundleentry://149.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://161.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Deployer Common Persistance Filesystem Implementation (com.softwareag.plm.deployer.common.persistence.file)]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.plm.deployer.common.persistence.file, config=bundleentry://161.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: legacy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.plm.deployer.common.persistence.file, config=bundleentry://161.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.osgi.service.cm.ManagedServiceFactory}]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: webAppRuntimeConfigManager
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{com.softwareag.platform.app.deployer.AssetCompositeDeployer}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.plm.deployer.common.persistence.file, Bundle-Version=9.9.0.0000-0173, osgi.blueprint.container.version=9.9.0.0000-0173, osgi.blueprint.container.symbolicname=com.softwareag.plm.deployer.common.persistence.file}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.plm.deployer.common.persistence.file, org.springframework.context.service.name=com.softwareag.plm.deployer.common.persistence.file, Bundle-SymbolicName=com.softwareag.plm.deployer.common.persistence.file, Bundle-Version=9.9.0.0000-0173}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.plm.deployer.common.persistence.file, config=bundleentry://161.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://171.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [authz-cli (com.softwareag.security.authz.cli)]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.security.authz.cli, config=bundleentry://171.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.platform.app.deployer.bundle, Bundle-Version=9.9.0.0000-0024, osgi.blueprint.container.version=9.9.0.0000-0024, osgi.blueprint.container.symbolicname=com.softwareag.platform.app.deployer.bundle}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.platform.app.deployer.bundle, org.springframework.context.service.name=com.softwareag.platform.app.deployer.bundle, Bundle-SymbolicName=com.softwareag.platform.app.deployer.bundle, Bundle-Version=9.9.0.0000-0024}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.bundle, config=bundleentry://120.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing component: com.webMethods.portal.service.scheduler.Scheduler
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [bootstrap, bootstrap]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Loading phase: [phaseID, phaseName] [bootstrapComponents, bootstrapComponents]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Initializing components of: bootstrapComponents
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - Adding OSGi service dependency for importer [&authzService] matching OSGi filter [(objectClass=com.softwareag.security.authz.AuthorizationService)]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyServiceManager:INFO) - OsgiBundleXmlApplicationContext(bundle=com.softwareag.security.authz.cli, config=bundleentry://171.fwk1632696562/OSGI-INF/blueprint/blueprint.xml) is waiting for unsatisfied dependencies [[&authzService]]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://172.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [authz-shiro (com.softwareag.security.authz.shiro)]
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:WARN) - Error initializing component [unknown] for provider [bootstrapComponents]
    jvm 1 | java.lang.ClassCastException: com.webMethods.portal.mech.storage.impl.BootstrapContainerMechanics cannot be cast to com.webMethods.portal.mech.alias.IAliasMechanics
    jvm 1 | at com.webMethods.portal.bizPolicy.impl.BootstrapPhase.createAlias(BootstrapPhase.java:98)
    jvm 1 | at com.webMethods.portal.bizPolicy.impl.BootstrapPhase.createComponentData(BootstrapPhase.java:85)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:631)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.bizPolicy.impl.BootstrapPhase.init(BootstrapPhase.java:51)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.security.authz.shiro, config=bundleentry://172.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.ClassCastException” occurred with the Message “com.webMethods.portal.mech.storage.impl.BootstrapContainerMechanics cannot be cast to com.webMethods.portal.mech.alias.IAliasMechanics”
    jvm 1 | java.lang.ClassCastException: com.webMethods.portal.mech.storage.impl.BootstrapContainerMechanics cannot be cast to com.webMethods.portal.mech.alias.IAliasMechanics
    jvm 1 | at com.webMethods.portal.bizPolicy.impl.BootstrapPhase.createAlias(BootstrapPhase.java:98)
    jvm 1 | at com.webMethods.portal.bizPolicy.impl.BootstrapPhase.init(BootstrapPhase.java:52)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-15 15:45:19 UTC (Framework:INFO) - Shutdown Manager running all shutdown hooks.
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.deployer.common.persistence.file.internal.FilePersistenceManagerManagedServiceFactory:INFO) - Published PersistenceManager as OSGi service with properties {persistence.manager.name=AppPlatform, service.pid=com.softwareag.deployer.common.persistence.file.pid-1668527119124-5, file.persistence.manager.baseDir=/opt/mount1/webMethods/profiles/MWS_default/workspace/app-platform/deployer/cache}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.activator.ContextLoaderListener:INFO) - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[1.0.2.RELEASE]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.DependencyWaiterApplicationContextExecutor:INFO) - No outstanding OSGi service dependencies, completing initialization for OsgiBundleXmlApplicationContext(bundle=com.softwareag.security.authz.shiro, config=bundleentry://172.fwk1632696562/OSGI-INF/blueprint/blueprint.xml)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.bundle.watchdog.internal.BundleWatchdogImpl:INFO) - Bundle for file /opt/mount1/webMethods/profiles/MWS_default/configuration/event/routing/bundles/UniversalMessaging.jar was un-installed by an unknown party during initialization. Scheduling for re-install.
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.bundle.watchdog.internal.BundleWatchdogImpl:INFO) - ADDED bundle for file /opt/mount1/webMethods/profiles/MWS_default/configuration/event/routing/bundles/UniversalMessaging.jar
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Publishing service under classes [{org.osgi.service.cm.ManagedService}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.blueprint.container.support.BlueprintContainerServicePublisher:INFO) - Publishing BlueprintContainer as OSGi service with properties {Bundle-SymbolicName=com.softwareag.security.authz.shiro, Bundle-Version=9.9.0.0000-0294, osgi.blueprint.container.version=9.9.0.0000-0294, osgi.blueprint.container.symbolicname=com.softwareag.security.authz.shiro}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=com.softwareag.security.authz.shiro, org.springframework.context.service.name=com.softwareag.security.authz.shiro, Bundle-SymbolicName=com.softwareag.security.authz.shiro, Bundle-Version=9.9.0.0000-0294}
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context successfully refreshed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.security.authz.shiro, config=bundleentry://172.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support.BlueprintContainerCreator:INFO) - Discovered configurations {bundleentry://175.fwk1632696562/OSGI-INF/blueprint/blueprint.xml} in bundle [Config Filter JAAS LDAP Plug-in (com.softwareag.security.config.filter.jaas.ldap.lm)]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Refreshing OsgiBundleXmlApplicationContext(bundle=com.softwareag.security.config.filter.jaas.ldap.lm, config=bundleentry://175.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Unpublishing application context OSGi service for bundle gemini-blueprint-extender (org.eclipse.gemini.blueprint.extender)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Closing OsgiBundleXmlApplicationContext(bundle=org.eclipse.gemini.blueprint.extender, config=bundleentry://124.fwk1632696562/META-INF/spring/extender/blueprint.xml): startup date [Tue Nov 15 15:45:17 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Stopping [org.eclipse.gemini.blueprint.extender] bundle v.[1.0.2.RELEASE]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Unpublishing application context OSGi service for bundle Passman MBean (com.softwareag.platform.passman.mbean)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Closing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.passman.mbean, config=bundleentry://149.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Unregistered service [ServiceRegistrationWrapper for {javax.management.DynamicMBean}={com.softwareag.jmx.objectname=com.softwareag:type=passman,version=1.0, org.eclipse.gemini.blueprint.bean.name=passmanMBean, org.springframework.osgi.bean.name=passmanMBean, osgi.service.blueprint.compname=passmanMBean, Bundle-SymbolicName=com.softwareag.platform.passman.mbean, Bundle-Version=9.9.0.0000-0294, service.id=369}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context succesfully closed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.passman.mbean, config=bundleentry://149.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Unpublishing application context OSGi service for bundle OSGi Subsystems (com.softwareag.platform.jmx.subsystems.osgi)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Closing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.subsystems.osgi, config=bundleentry://144.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jmx.subsystems.osgi.internal.OsgiSubsystemsRegistry:INFO) - Unregistering subsystem com.softwareag:type=subsystem,symbolicName=com.softwareag.event.routing.feature,version=9.9.0.0000-0259,name=Event Routing,subsystemId=EventRouting
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context succesfully closed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.subsystems.osgi, config=bundleentry://144.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Unpublishing application context OSGi service for bundle jmx-framework (com.softwareag.platform.jmx.framework)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Closing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.framework, config=bundleentry://143.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:19 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Unregistered service [ServiceRegistrationWrapper for {javax.management.DynamicMBean}={com.softwareag.jmx.objectname=osgi.core:type=framework,version=1.5, org.eclipse.gemini.blueprint.bean.name=framework, org.springframework.osgi.bean.name=framework, osgi.service.blueprint.compname=framework, Bundle-SymbolicName=com.softwareag.platform.jmx.framework, Bundle-Version=9.9.0.0000-0294, service.id=361}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Unregistered service [ServiceRegistrationWrapper for {javax.management.DynamicMBean}={com.softwareag.jmx.objectname=osgi.core:type=packageState,version=1.5, org.eclipse.gemini.blueprint.bean.name=packageState, org.springframework.osgi.bean.name=packageState, osgi.service.blueprint.compname=packageState, Bundle-SymbolicName=com.softwareag.platform.jmx.framework, Bundle-Version=9.9.0.0000-0294, service.id=360}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Unregistered service [ServiceRegistrationWrapper for {javax.management.DynamicMBean, javax.management.NotificationBroadcaster}={com.softwareag.jmx.objectname=osgi.core:type=serviceState,version=1.5, org.eclipse.gemini.blueprint.bean.name=serviceState, org.springframework.osgi.bean.name=serviceState, osgi.service.blueprint.compname=serviceState, Bundle-SymbolicName=com.softwareag.platform.jmx.framework, Bundle-Version=9.9.0.0000-0294, service.id=359}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Unregistered service [ServiceRegistrationWrapper for {javax.management.DynamicMBean, javax.management.NotificationBroadcaster}={com.softwareag.jmx.objectname=osgi.core:type=bundleState,version=1.5, org.eclipse.gemini.blueprint.bean.name=bundleState, org.springframework.osgi.bean.name=bundleState, osgi.service.blueprint.compname=bundleState, Bundle-SymbolicName=com.softwareag.platform.jmx.framework, Bundle-Version=9.9.0.0000-0294, service.id=357}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context succesfully closed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jmx.framework, config=bundleentry://143.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Unpublishing application context OSGi service for bundle JaasLibraryExtender (com.softwareag.platform.jaas.extender)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Closing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jaas.extender, config=bundleentry://140.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Unprocessing bundle com.softwareag.security.sin.idp.saml.lm(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Unprocessing bundle com.softwareag.security.sin.common(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Unprocessing bundle com.webMethods.caf.server(9.9.0.0000-0221)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Unprocessing bundle com.softwareag.security.sin.is.ldap(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Unprocessing bundle com.softwareag.security.sin.misc(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Unprocessing bundle com.softwareag.security.sin.ssx(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Unprocessing bundle com.softwareag.security.web.sso.saml2(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (com.softwareag.platform.jaas.extender.internal.LoginModuleBundleTracker:INFO) - Unprocessing bundle com.softwareag.security.authz.store(9.9.0.0000-0184)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context succesfully closed (OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.jaas.extender, config=bundleentry://140.fwk1632696562/OSGI-INF/blueprint/blueprint.xml))
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Unpublishing application context OSGi service for bundle config-jmx (com.softwareag.platform.config.jmx)
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Closing OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.config.jmx, config=bundleentry://133.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Unregistered service [ServiceRegistrationWrapper for {javax.management.DynamicMBean}={com.softwareag.jmx.objectname=osgi.compendium:service=cm,version=1.3, org.eclipse.gemini.blueprint.bean.name=configAdminMBean, org.springframework.osgi.bean.name=configAdminMBean, osgi.service.blueprint.compname=configAdminMBean, Bundle-SymbolicName=com.softwareag.platform.config.jmx, Bundle-Version=9.9.0.0000-0294, service.id=314}]
    jvm 1 | 2022-11-15 15:45:19 UTC (org.eclipse.gemini.blueprint.service.exporter.support.OsgiServiceFactoryBean:INFO) - Unregistered service [ServiceRegistrationWrapper for {javax.management.DynamicMBean}={com.softwareag.jmx.objectname=com.softwareag:service=configLoader,version=1.0, org.eclipse.gemini.blueprint.bean.name=configLoaderMBean, org.springframework.osgi.bean.name=configLoaderMBean, osgi.service.blueprint.compname=configLoaderMBean, Bundle-SymbolicName=com.softwareag.platform.config.jmx, Bundle-Version=9.9.0.0000-0294, service.id=313}]
    OsgiBundleXmlApplicationContext(bundle=com.softwareag.platform.app.deployer.config, config=bundleentry://121.fwk1632696562/OSGI-INF/blueprint/blueprint.xml): startup date [Tue Nov 15 15:45:18 UTC 2022]; root of context hierarchy
    org.eclipse.gemini.blueprint.bean.name=store, org.springframework.osgi.bean.name=store,
    (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Application context succesfully closed
    jvm 1 | Bootstrap: Remote shutdown functionality is disabled. It can be configured in the custom_wrapper.conf.
    wrapper | ← Wrapper Stopped


    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: Tablespace not found - dbconfigurator error

    Posted Thu November 17, 2022 08:36 AM

    Dears

    This is what I am getting now

    jvm 1 | 2022-11-17 13:33:09 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Application Context service already unpublished
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.ThingService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.dbo.DBOStorageService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.MetaQueryService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.WatchService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.TypeService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.UserService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.RelationService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:WARN) - Error initializing component [Relation Service] for provider [default]
    jvm 1 | java.lang.NullPointerException
    jvm 1 | at com.webMethods.portal.service.meta2.impl.RelationService.loadRelations(RelationService.java:67)
    jvm 1 | at com.webMethods.portal.service.meta2.impl.RelationService.init(RelationService.java:44)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponent(BaseProvider.java:825)
    jvm 1 | at com.webMethods.portal.service.meta2.impl.MetaContext.initComponent(MetaContext.java:128)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.meta2.impl.MetaContext.init(MetaContext.java:105)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponent(BaseProvider.java:825)
    jvm 1 | at com.webMethods.portal.service.meta2.impl.MetaManager.initComponent(MetaManager.java:94)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.service.meta2.impl.MetaManager.init(MetaManager.java:58)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.MetaEventService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.MetaViewService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.AccessService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.ServiceThingService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.subscription.impl.SubscriptionService
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Initializing com.webMethods.portal.service.meta2.impl.ScheduleService
    jvm 1 | getXTypeID Failed on topic
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - No registered exception delegate
    jvm 1 | 2022-11-17 13:33:09 UTC (org.eclipse.gemini.blueprint.context.support.OsgiBundleXmlApplicationContext:INFO) - Publishing application context as OSGi service with properties {org.eclipse.gemini.blueprint.context.service.name=org.eclipse.gemini.blueprint.extender, org.springframework.context.service.name=org.eclipse.gemini.blueprint.extender, Bundle-SymbolicName=org.eclipse.gemini.blueprint.extender, Bundle-Version=1.0.2.RELEASE}
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:FATAL) - [POP.001.0002] A “java.lang.NullPointerException” occurred with the Message “at com.webMethods.portal.service.meta2.impl.MetaManager.setPortalSystemState(MetaManager.java:190)”
    jvm 1 | java.lang.NullPointerException
    jvm 1 | at com.webMethods.portal.service.meta2.impl.MetaManager.setPortalSystemState(MetaManager.java:190)
    jvm 1 | at com.webMethods.portal.service.meta2.impl.MetaManager.init(MetaManager.java:60)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.initComponent(DefaultPhase.java:117)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhase.init(DefaultPhase.java:49)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initComponent(DefaultPhaseProvider.java:266)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.initComponents(BaseProvider.java:639)
    jvm 1 | at com.webMethods.portal.system.impl.BaseProvider.init(BaseProvider.java:175)
    jvm 1 | at com.webMethods.portal.system.init.impl.DefaultPhaseProvider.initializePhases(DefaultPhaseProvider.java:91)
    jvm 1 | at com.webMethods.portal.system.init.impl.ClusterPhaseProvider.initializePhases(ClusterPhaseProvider.java:114)
    jvm 1 | at com.webMethods.portal.system.init.impl.PartitionPhaseProvider.initializePhases(PartitionPhaseProvider.java:59)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.init(PortalSystem.java:922)
    jvm 1 | at com.webMethods.portal.system.PortalSystem.main(PortalSystem.java:858)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:56)
    jvm 1 | at com.webMethods.portal.system.PortalSystemActivator$1.call(PortalSystemActivator.java:53)
    jvm 1 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    jvm 1 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    jvm 1 | at java.lang.Thread.run(Thread.java:745)
    jvm 1 | 2022-11-17 13:33:09 UTC (com.softwareag.platform.shutdown.internal.ShutdownAction:INFO) - Starting shutdown of OSGi framework with: poll 1000, timeout 120000
    jvm 1 | 2022-11-17 13:33:09 UTC (com.softwareag.platform.shutdown.internal.ShutdownAction:INFO) - Stopping the OSGi framework
    jvm 1 | 2022-11-17 13:33:09 UTC (Framework:INFO) - Shutdown Manager running all shutdown hooks.
    jvm 1 | 2022-11-17 13:33:09 UTC (org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.BlueprintLoaderListener:INFO) - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[1.0.2.RELEASE]


    #webMethods
    #Integration-Server-and-ESB