Weblogic fails to start after upgrading obi from 11.1.1.5 to 11.1.1.6

Hi,
I performed an in-place upgrade on a 64 bit windows box from 11.1.1.5 to 11.1.1.6.
Installation was complete without any errors. Also, the RCU is upgraded.
When i start the weblogic server, it throws the following error:
at weblogic.t3.srvr.BootService.start(BootService.java:55)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesM
ager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerSe
icesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
at weblogic.Server.main(Server.java:71)
>
The WebLogic Server encountered a critical failure
Reason: Assertion violated
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initializ
class weblogic.protocol.ServerIdentityManager$Initializer
at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerId
tityManager.java:64)
at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:
3)
at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote
erverLifeCycleRuntime.java:1078)
at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime
ava:431)
at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:41
at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:206)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:482)
at weblogic.Server.main(Server.java:71)
Appreciate you help in resolving this.
Thanks,
Vineeth

Hi,
after upgrade did you rebooted your pc? try to reboot and double confirm below steps,
1) Once complete obiee11gv6 product installer
2) you need to run psa.cmd run as administrator (the two schema need to be upgraded :MDS & BIPLATFORM)
3) upgradenonj2eeapp.bat need complete for more refer my blog
http://obieeelegant.blogspot.com/2012/07/in-place-upgrading-of-obiee-111150-to.html
Thanks
Deva

Similar Messages

  • Caldavd failing to start after upgrade to Server 3.2.1

    This problem, caldavd not starting after upgrading to Server 3.2.1, is a variation on the theme of PostgresQL not starting.  It too boils down to a postgres database not having been updated properly.  Below are the steps needed to fix this problem:
    sudo su -
    # Change to the directory with the postgres database for the calendars and contacts
    cd /Library/Server/Calendar\ and\ Contacts/Data/Database.xpg
    # Disable caldavd for now
    launchctl unload -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/org.c alendarserver.calendarserver.plist
    # move the broken database out of the way and build a new empty one
    mv cluster.pg broken-cluster.pg
    mkdir cluster.pg && chmod 700 cluster.pg && chown _calendar:_calendar cluster.pg
    sudo -u _calendar /Applications/Server.app/Contents/ServerRoot/usr/bin/initdb "/Library/Server/Calendar and Contacts/Data/Database.xpg/cluster.pg" -E utf8 --lc-ctype=C
    # Finish the upgrade job that never completed by explicitly invoking the previous version of postgres:
    sudo -u _calendar /Applications/Server.app/Contents/ServerRoot/usr/bin/pg_upgrade -b /Applications/Server.app/Contents/ServerRoot/usr/libexec/postgresql9.2 -B /Applications/Server.app/Contents/ServerRoot/usr/bin -d /Library/Server/Calendar\ and\ Contacts/Data/Database.xpg/cluster.pg.original_for_upgrade/ -D /Library/Server/Calendar\ and\ Contacts/Data/Database.xpg/cluster.pg
    # Mark the newly upgraded database as no longer in need of an upgrade
    sudo -u _calendar touch cluster.pg/.NoRestoreNeeded
    # Start caldavd back up
    launchctl load -w /Applications/Server.app/Contents/ServerRoot/System/Library/LaunchDaemons/org.c alendarserver.calendarserver.plist
    And everything should be the way it should have been in the first place!

    Hi, I have the same issue and Linc Davis pointed me to this thread from Re: Server Calendar migration failed.
    Your solution already got me somewhere, so thanks for that
    I need to note that my machine is on Yosemite (10.10.1) and I'm running Server 4.
    The only issue I have is that I get an error message when running pg_upgrade, the log says:
      pg_upgrade run on Fri Jan 23 09:31:30 2015
    command: "/Applications/Server.app/Contents/ServerRoot/usr/libexec/postgresql9.2/pg_ctl" -w -l "pg_upgrade_server.log" -D "/Library/Server/Calendar and Contacts/Data/Database.xpg/b$
    waiting for server to start....LOG:  database system was interrupted; last known up at 2013-11-02 12:21:52 CET
    LOG:  creating missing WAL directory "pg_xlog/archive_status"
    LOG:  starting archive recovery
    LOG:  restored log file "000000010000000000000002" from archive
    LOG:  invalid magic number D075 in log file 0, segment 2, offset 0
    LOG:  invalid checkpoint record
    FATAL:  could not locate required checkpoint record
    HINT:  If you are not restoring from a backup, try removing the file "/Library/Server/Calendar and Contacts/Data/Database.xpg/broken-cluster.pg/backup_label".
    LOG:  startup process (PID 12315) exited with exit code 1
    LOG:  aborting startup due to startup process failure
    ........................................................... stopped waiting
    pg_ctl: could not start server
    Examine the log output.
    The log talks about removing the backup_label file. When I do that the log says the following:
      pg_upgrade run on Fri Jan 23 09:41:34 2015
    command: "/Applications/Server.app/Contents/ServerRoot/usr/libexec/postgresql9.2/pg_ctl" -w -l "pg_upgrade_server.log" -D "/Library/Server/Calendar and Contacts/Data/Database.xpg/b$
    waiting for server to start....LOG:  database system was interrupted; last known up at 2013-11-02 12:21:52 CET
    LOG:  starting archive recovery
    LOG:  invalid magic number D075 in log file 0, segment 2, offset 0
    LOG:  invalid primary checkpoint record
    LOG:  could not open file "pg_xlog/000000010000000000000001" (log file 0, segment 1): No such file or directory
    LOG:  invalid secondary checkpoint record
    PANIC:  could not locate a valid checkpoint record
    FATAL:  the database system is starting up
    .LOG:  startup process (PID 15068) was terminated by signal 6: Abort trap
    LOG:  aborting startup due to startup process failure
    stopped waiting
    pg_ctl: could not start server
    Examine the log output.
    Thanks already for the help

  • Ldmd fails to start after upgrading from RC3 to RR.

    I followed instructions to a T, still have issues with ldmd starting. I made sure that old configs were removed and that /var/opt/SUNWldm was removed as instructions specifiy. I read on a previous post that resetting ALOM configs to default worked, any more information on what others have done to work around this would be appreciated.
    Thanks.

    Hi,
    after upgrade did you rebooted your pc? try to reboot and double confirm below steps,
    1) Once complete obiee11gv6 product installer
    2) you need to run psa.cmd run as administrator (the two schema need to be upgraded :MDS & BIPLATFORM)
    3) upgradenonj2eeapp.bat need complete for more refer my blog
    http://obieeelegant.blogspot.com/2012/07/in-place-upgrading-of-obiee-111150-to.html
    Thanks
    Deva

  • Dashboard Design Cache Server failed to start after upgrade to BOBJ 4.0 SP09 Patch 3

    Hi Friends,
    We have upgraded our BOBJ 4.0 server from SP04 Patch 8 to SP09 patch 3.
    After upgrade completed "Dashboard Design Cache Server" Failed to start. other servers are running fine.
    xccache_<hostname>.DashboardDesignCacheServer_trace.000003.glf Error Log:
    |c24257f2-85df-0f2b-efe2-d7cfe59df826|2014 06 19 14:04:21:444|-0400|Information|Information|>=|S| |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200||{|0|1|0|1|-|-|-|-|-|-||||||||||||SessionManagerFactory::createInstance
    -:0:-: TraceLog message 1241
    |84f9fa46-c9ce-d9c4-fb5b-a08e6b6c1fea|2014 06 19 14:04:21:451|-0400|Debug| |<<| | |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200|| |0|1|0|1|-|-|-|-|-|-||||||||||com.businessobjects.dsl.commons.platform.OsgiPlatform||using OSGi emulation; cause: java.lang.ClassNotFoundException: org.eclipse.core.runtime.Platform
    -:0:-: TraceLog message 1242
    |2eb28d2c-acaa-e2ff-26de-0ce297ad41e5|2014 06 19 14:04:21:502|-0400|Debug| |<<| | |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200|| |0|1|0|1|-|-|-|-|-|-||||||||||com.businessobjects.dsl.commons.platform.OsgiPlatform||adding contributions from "jar:file:/bobje/sap_bobj/enterprise_xi40/java/lib/dsl_engine.jar!/META-INF/DSLContributions/DSLContributions.properties": DSL-Contribution = com.sap.sl.sdk.datasource.strategy.DataSourceStrategyContribution,com.sap.sl.sdk.services.session.BridgeSessionContribution,com.sap.sl.sdk.session.cms.BridgeCmsSessionContribution,com.sap.sl.sdk.session.filesystem.BridgeFileSystemSessionContribution,com.sap.sl.contributions.EPackageContribution,com.businessobjects.dsl.framework.session.SessionContribution,com.sap.sl.core.emf.registry.GeneratedPackageContribution,com.businessobjects.dsl.services.JavaDPContribution,com.businessobjects.dsl.services.repository.RepositoryServicesContribution,com.businessobjects.dsl.services.olap.sapbw.SapBwBrowsingServicesContribution,com.businessobjects.dsl.services.universe.UniverseServicesContribution,com.businessobjects.dsl.services.security.SecurityServicesContribution,com.businessobjects.mds.consumption.ConsumptionContribution,com.businessobjects.mds.consumption.SecurityKeyServiceContribution,com.businessobjects.mds.olap.protocol.bics.BICSClientContribution,com.businessobjects.mds.olap.protocol.ess_japi.EssJapiClientContribution,com.businessobjects.mds.olap.protocol.sapbapi.SapRfcClientContribution,com.businessobjects.mds.olap.protocol.xmla.XMLAClientContribution,com.businessobjects.mds.olap.OlapClientContribution,com.businessobjects.mds.publishing.PublishingContribution,com.businessobjects.mds.repository.cms.CMSSessionContribution,com.businessobjects.mds.repository.filesystem.FSSessionContribution,com.businessobjects.mds.repository.memory.MemorySessionContribution,com.businessobjects.mds.securedconnection.services.SecuredConnectionContribution,com.businessobjects.mds.security.cms.CMSSecurityContribution,com.businessobjects.mds.security.SecurityContribution,com.businessobjects.mds.services.internal.MdsModelContribution,com.sap.sl.edp.dataprovider.bics.BicsDataProviderBuilderContribution,com.sap.sl.edp.dataprovider.olap.OlapDataProviderBuilderContribution,com.sap.sl.edp.dataprovider.relational.RelationalDataProviderBuilderContribution,com.sap.sl.pquery.PQueryServiceContribution
    jvm/Bootstrap.cpp:146:-: TraceLog message 1243
    |9992bc42-cf8b-51bd-739f-ee471da81b76|2014 06 19 14:04:22:292|-0400|Debug| |<<| | |xccache_halsapad12.DashboardDesignCacheServer|16574|47600550826240|| ||||||||||||||||||||||ras21-core: CBootstrap::getSLUserSecurity starting wait loop[3], timeout[119]
    -:0:-: TraceLog message 1244
    |762aa011-8afb-af8d-6bd6-a61be1be142d|2014 06 19 14:04:22:399|-0400|Error| |>>| | |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200|| |0|1|0|1|-|-|-|-|-|-||||||||||com.businessobjects.dsl.commons.platform.OsgiPlatform||java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContribution(OsgiPlatform.java:646)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromProperty(OsgiPlatform.java:622)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromProperties(OsgiPlatform.java:580)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromPropertiesFile(OsgiPlatform.java:326)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsInternal(OsgiPlatform.java:281)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributions(OsgiPlatform.java:239)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.<clinit>(OsgiPlatform.java:109)
            at com.businessobjects.dsl.framework.session.SessionContribution.register(SessionContribution.java:71)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.initializeExtensionPoint(SessionManagerFactory.java:377)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.createInstance(SessionManagerFactory.java:340)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.getInstance(SessionManagerFactory.java:205)
            at com.businessobjects.ras21.servercore.externalservicessubsystem.UserSecurityCalculator.<clinit>(UserSecurityCalculator.java:38)
            at com.businessobjects.ras21.servercore.externalservicessubsystem.SecurityCalculator.<init>(SecurityCalculator.java:89)
            at com.businessobjects.ras21.servercore.bridge.servant.SLUserSecurityServant.<init>(SLUserSecurityServant.java:125)
            at com.businessobjects.ras21.servercore.bridge.JavaBridgeMain.runServants(JavaBridgeMain.java:224)
            at com.businessobjects.ras21.servercore.bridge.JavaBridgeMain.runAdapter(JavaBridgeMain.java:56)
            at com.businessobjects.ras21.servercore.servercontainer.ProcChildMain.main(ProcChildMain.java:141)
    Caused by: java.lang.NoClassDefFoundError: sun/awt/SunToolkit : cannot initialize class because prior initialization attempt failed
            at sun.awt.AppContext$2.run(AppContext.java:237)
            at sun.awt.AppContext$2.run(AppContext.java:226)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.initMainAppContext(AppContext.java:226)
            at sun.awt.AppContext.access$200(AppContext.java:112)
            at sun.awt.AppContext$3.run(AppContext.java:294)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.getAppContext(AppContext.java:275)
            at sun.awt.AppContext$6.getContext(AppContext.java:822)
            at sun.misc.SharedSecrets.getJavaAWTAccess(SharedSecrets.java:144)
            at java.util.TimeZone.getDefaultInAppContext(TimeZone.java:635)
            at java.util.TimeZone.getDefaultRef(TimeZone.java:523)
            at java.util.TimeZone.getDefault(TimeZone.java:515)
            at java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:598)
            at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:496)
            at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:712)
            at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:730)
            at com.businessobjects.mds.universe.UniverseFactory.<clinit>(UniverseFactory.java:26)
            at com.businessobjects.mds.universe.impl.UniversePackageImpl.<init>(UniversePackageImpl.java:106)
            at com.businessobjects.mds.universe.impl.UniversePackageImpl.init(UniversePackageImpl.java:142)
            at com.businessobjects.mds.universe.UniversePackage.<clinit>(UniversePackage.java:62)
            at com.businessobjects.mds.services.internal.MdsModelContribution.register(MdsModelContribution.java:14)
            ... 21 more
    Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /bobje/sap_bobj/enterprise_xi40/linux_x64/headless/libmawt.so
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1807)
            at java.lang.Runtime.load0(Runtime.java:770)
            at java.lang.System.load(System.java:1011)
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1922)
            at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1846)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
            at java.lang.Runtime.loadLibrary0(Runtime.java:823)
            at java.lang.System.loadLibrary(System.java:1036)
            at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)
            at java.awt.Toolkit.<clinit>(Toolkit.java:1627)
            at sun.awt.AppContext$2.run(AppContext.java:237)
            at sun.awt.AppContext$2.run(AppContext.java:226)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.initMainAppContext(AppContext.java:226)
            at sun.awt.AppContext.access$200(AppContext.java:112)
            at sun.awt.AppContext$3.run(AppContext.java:294)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.getAppContext(AppContext.java:275)
            at com.sun.jmx.trace.Trace.out(Trace.java:180)
            at com.sun.jmx.trace.Trace.isSelected(Trace.java:88)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.isTraceOn(DefaultMBeanServerInterceptor.java:1830)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:929)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:916)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
            at com.sun.jmx.mbeanserver.JmxMBeanServer$2.run(JmxMBeanServer.java:1195)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.initialize(JmxMBeanServer.java:1193)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.<init>(JmxMBeanServer.java:225)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.<init>(JmxMBeanServer.java:170)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.newMBeanServer(JmxMBeanServer.java:1401)
            at javax.management.MBeanServerBuilder.newMBeanServer(MBeanServerBuilder.java:93)
            at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:311)
            at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:214)
            at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:175)
            at sun.management.ManagementFactory.createPlatformMBeanServer(ManagementFactory.java:302)
            at java.lang.management.ManagementFactory.getPlatformMBeanServer(ManagementFactory.java:504)
            at com.sap.sup.wily.agent.service.PlatformMBeanPoller.launchPoller(PlatformMBeanPoller.java:73)
            at com.sap.sup.wily.agent.service.PlatformMBeanPoller.IAgentService_startService(PlatformMBeanPoller.java:65)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.startService(ServiceAdministrator.java:432)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.startServiceSafe(ServiceAdministrator.java:446)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.IExecutableItem_execute(ServiceAdministrator.java:310)
            at com.wily.util.task.AsynchExecutionQueue$WrapperItem.IExecutableItem_execute(AsynchExecutionQueue.java:414)
            at com.wily.util.task.AsynchExecutionQueue.doTask(AsynchExecutionQueue.java:205)
            at com.wily.util.task.ATask$CoreTask.run(ATask.java:132)
            at java.lang.Thread.run(Thread.java:743)
    -:0:-: TraceLog message 1245
    |4ab25da4-f37d-97ff-b2ad-a97877076bb3|2014 06 19 14:04:22:399|-0400|Information|Information|>=|S| |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200||}|0|1|0|1|-|-|-|-|-|-||||||||||||SessionManagerFactory::createInstance: 00.957
    -:0:-: TraceLog message 1246
    |d3abc036-3e0f-728a-7dba-e3b540d39fe6|2014 06 19 14:04:22:451|-0400|Error| |>>| | |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200|| ||||||||||||||||||||com.businessobjects.ras21.servercore.bridge.JavaBridgeMain||Could not initialize processing subsystem
    java.lang.ExceptionInInitializerError
            at com.businessobjects.dsl.framework.session.SessionContribution.register(SessionContribution.java:71)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.initializeExtensionPoint(SessionManagerFactory.java:377)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.createInstance(SessionManagerFactory.java:340)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.getInstance(SessionManagerFactory.java:205)
            at com.businessobjects.ras21.servercore.externalservicessubsystem.UserSecurityCalculator.<clinit>(UserSecurityCalculator.java:38)
            at com.businessobjects.ras21.servercore.externalservicessubsystem.SecurityCalculator.<init>(SecurityCalculator.java:89)
            at com.businessobjects.ras21.servercore.bridge.servant.SLUserSecurityServant.<init>(SLUserSecurityServant.java:125)
            at com.businessobjects.ras21.servercore.bridge.JavaBridgeMain.runServants(JavaBridgeMain.java:224)
            at com.businessobjects.ras21.servercore.bridge.JavaBridgeMain.runAdapter(JavaBridgeMain.java:56)
            at com.businessobjects.ras21.servercore.servercontainer.ProcChildMain.main(ProcChildMain.java:141)
    Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributions(OsgiPlatform.java:243)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.<clinit>(OsgiPlatform.java:109)
            ... 10 more
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContribution(OsgiPlatform.java:646)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromProperty(OsgiPlatform.java:622)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromProperties(OsgiPlatform.java:580)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromPropertiesFile(OsgiPlatform.java:326)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsInternal(OsgiPlatform.java:281)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributions(OsgiPlatform.java:239)
            ... 11 more
    Caused by: java.lang.NoClassDefFoundError: sun/awt/SunToolkit : cannot initialize class because prior initialization attempt failed
            at sun.awt.AppContext$2.run(AppContext.java:237)
            at sun.awt.AppContext$2.run(AppContext.java:226)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.initMainAppContext(AppContext.java:226)
            at sun.awt.AppContext.access$200(AppContext.java:112)
            at sun.awt.AppContext$3.run(AppContext.java:294)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.getAppContext(AppContext.java:275)
            at sun.awt.AppContext$6.getContext(AppContext.java:822)
            at sun.misc.SharedSecrets.getJavaAWTAccess(SharedSecrets.java:144)
            at java.util.TimeZone.getDefaultInAppContext(TimeZone.java:635)
            at java.util.TimeZone.getDefaultRef(TimeZone.java:523)
            at java.util.TimeZone.getDefault(TimeZone.java:515)
            at java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:598)
            at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:496)
            at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:712)
            at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:730)
            at com.businessobjects.mds.universe.UniverseFactory.<clinit>(UniverseFactory.java:26)
            at com.businessobjects.mds.universe.impl.UniversePackageImpl.<init>(UniversePackageImpl.java:106)
            at com.businessobjects.mds.universe.impl.UniversePackageImpl.init(UniversePackageImpl.java:142)
            at com.businessobjects.mds.universe.UniversePackage.<clinit>(UniversePackage.java:62)
            at com.businessobjects.mds.services.internal.MdsModelContribution.register(MdsModelContribution.java:14)
            ... 21 more
    Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /bobje/sap_bobj/enterprise_xi40/linux_x64/headless/libmawt.so
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1807)
            at java.lang.Runtime.load0(Runtime.java:770)
            at java.lang.System.load(System.java:1011)
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1922)
            at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1846)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
            at java.lang.Runtime.loadLibrary0(Runtime.java:823)
            at java.lang.System.loadLibrary(System.java:1036)
            at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)
            at java.awt.Toolkit.<clinit>(Toolkit.java:1627)
            at sun.awt.AppContext$2.run(AppContext.java:237)
            at sun.awt.AppContext$2.run(AppContext.java:226)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.initMainAppContext(AppContext.java:226)
            at sun.awt.AppContext.access$200(AppContext.java:112)
            at sun.awt.AppContext$3.run(AppContext.java:294)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.getAppContext(AppContext.java:275)
            at com.sun.jmx.trace.Trace.out(Trace.java:180)
            at com.sun.jmx.trace.Trace.isSelected(Trace.java:88)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.isTraceOn(DefaultMBeanServerInterceptor.java:1830)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:929)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:916)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
            at com.sun.jmx.mbeanserver.JmxMBeanServer$2.run(JmxMBeanServer.java:1195)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.initialize(JmxMBeanServer.java:1193)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.<init>(JmxMBeanServer.java:225)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.<init>(JmxMBeanServer.java:170)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.newMBeanServer(JmxMBeanServer.java:1401)
            at javax.management.MBeanServerBuilder.newMBeanServer(MBeanServerBuilder.java:93)
            at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:311)
            at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:214)
            at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:175)
            at sun.management.ManagementFactory.createPlatformMBeanServer(ManagementFactory.java:302)
            at java.lang.management.ManagementFactory.getPlatformMBeanServer(ManagementFactory.java:504)
            at com.sap.sup.wily.agent.service.PlatformMBeanPoller.launchPoller(PlatformMBeanPoller.java:73)
            at com.sap.sup.wily.agent.service.PlatformMBeanPoller.IAgentService_startService(PlatformMBeanPoller.java:65)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.startService(ServiceAdministrator.java:432)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.startServiceSafe(ServiceAdministrator.java:446)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.IExecutableItem_execute(ServiceAdministrator.java:310)
            at com.wily.util.task.AsynchExecutionQueue$WrapperItem.IExecutableItem_execute(AsynchExecutionQueue.java:414)
            at com.wily.util.task.AsynchExecutionQueue.doTask(AsynchExecutionQueue.java:205)
            at com.wily.util.task.ATask$CoreTask.run(ATask.java:132)
            at java.lang.Thread.run(Thread.java:743)
    -:0:-: TraceLog message 1247
    |7fad3c80-8dfb-1944-911f-4d98498f150a|2014 06 19 14:04:22:491|-0400| |Fatal|  |F| |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200|| ||||||||||||||||||||com.businessobjects.ras21.servercore.servercontainer.ProcChildMain||Caught Error at top level
    java.lang.ExceptionInInitializerError
            at com.businessobjects.dsl.framework.session.SessionContribution.register(SessionContribution.java:71)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.initializeExtensionPoint(SessionManagerFactory.java:377)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.createInstance(SessionManagerFactory.java:340)
            at com.businessobjects.dsl.framework.session.SessionManagerFactory.getInstance(SessionManagerFactory.java:205)
            at com.businessobjects.ras21.servercore.externalservicessubsystem.UserSecurityCalculator.<clinit>(UserSecurityCalculator.java:38)
            at com.businessobjects.ras21.servercore.externalservicessubsystem.SecurityCalculator.<init>(SecurityCalculator.java:89)
            at com.businessobjects.ras21.servercore.bridge.servant.SLUserSecurityServant.<init>(SLUserSecurityServant.java:125)
            at com.businessobjects.ras21.servercore.bridge.JavaBridgeMain.runServants(JavaBridgeMain.java:224)
            at com.businessobjects.ras21.servercore.bridge.JavaBridgeMain.runAdapter(JavaBridgeMain.java:56)
            at com.businessobjects.ras21.servercore.servercontainer.ProcChildMain.main(ProcChildMain.java:141)
    Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributions(OsgiPlatform.java:243)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.<clinit>(OsgiPlatform.java:109)
            ... 10 more
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContribution(OsgiPlatform.java:646)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromProperty(OsgiPlatform.java:622)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromProperties(OsgiPlatform.java:580)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsFromPropertiesFile(OsgiPlatform.java:326)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributionsInternal(OsgiPlatform.java:281)
            at com.businessobjects.dsl.commons.platform.OsgiPlatform.addContributions(OsgiPlatform.java:239)
            ... 11 more
    Caused by: java.lang.NoClassDefFoundError: sun/awt/SunToolkit : cannot initialize class because prior initialization attempt failed
            at sun.awt.AppContext$2.run(AppContext.java:237)
            at sun.awt.AppContext$2.run(AppContext.java:226)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.initMainAppContext(AppContext.java:226)
            at sun.awt.AppContext.access$200(AppContext.java:112)
            at sun.awt.AppContext$3.run(AppContext.java:294)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.getAppContext(AppContext.java:275)
            at sun.awt.AppContext$6.getContext(AppContext.java:822)
            at sun.misc.SharedSecrets.getJavaAWTAccess(SharedSecrets.java:144)
            at java.util.TimeZone.getDefaultInAppContext(TimeZone.java:635)
            at java.util.TimeZone.getDefaultRef(TimeZone.java:523)
            at java.util.TimeZone.getDefault(TimeZone.java:515)
            at java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:598)
            at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:496)
            at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:712)
            at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:730)
            at com.businessobjects.mds.universe.UniverseFactory.<clinit>(UniverseFactory.java:26)
            at com.businessobjects.mds.universe.impl.UniversePackageImpl.<init>(UniversePackageImpl.java:106)
            at com.businessobjects.mds.universe.impl.UniversePackageImpl.init(UniversePackageImpl.java:142)
            at com.businessobjects.mds.universe.UniversePackage.<clinit>(UniversePackage.java:62)
            at com.businessobjects.mds.services.internal.MdsModelContribution.register(MdsModelContribution.java:14)
            ... 21 more
    Caused by: java.lang.UnsatisfiedLinkError: Can't load library: /bobje/sap_bobj/enterprise_xi40/linux_x64/headless/libmawt.so
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1807)
            at java.lang.Runtime.load0(Runtime.java:770)
            at java.lang.System.load(System.java:1011)
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1922)
            at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1846)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1825)
            at java.lang.Runtime.loadLibrary0(Runtime.java:823)
            at java.lang.System.loadLibrary(System.java:1036)
            at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Toolkit.loadLibraries(Toolkit.java:1605)
            at java.awt.Toolkit.<clinit>(Toolkit.java:1627)
            at sun.awt.AppContext$2.run(AppContext.java:237)
            at sun.awt.AppContext$2.run(AppContext.java:226)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.initMainAppContext(AppContext.java:226)
            at sun.awt.AppContext.access$200(AppContext.java:112)
            at sun.awt.AppContext$3.run(AppContext.java:294)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.AppContext.getAppContext(AppContext.java:275)
            at com.sun.jmx.trace.Trace.out(Trace.java:180)
            at com.sun.jmx.trace.Trace.isSelected(Trace.java:88)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.isTraceOn(DefaultMBeanServerInterceptor.java:1830)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:929)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:916)
            at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:312)
            at com.sun.jmx.mbeanserver.JmxMBeanServer$2.run(JmxMBeanServer.java:1195)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.initialize(JmxMBeanServer.java:1193)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.<init>(JmxMBeanServer.java:225)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.<init>(JmxMBeanServer.java:170)
            at com.sun.jmx.mbeanserver.JmxMBeanServer.newMBeanServer(JmxMBeanServer.java:1401)
            at javax.management.MBeanServerBuilder.newMBeanServer(MBeanServerBuilder.java:93)
            at javax.management.MBeanServerFactory.newMBeanServer(MBeanServerFactory.java:311)
            at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:214)
            at javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:175)
            at sun.management.ManagementFactory.createPlatformMBeanServer(ManagementFactory.java:302)
            at java.lang.management.ManagementFactory.getPlatformMBeanServer(ManagementFactory.java:504)
            at com.sap.sup.wily.agent.service.PlatformMBeanPoller.launchPoller(PlatformMBeanPoller.java:73)
            at com.sap.sup.wily.agent.service.PlatformMBeanPoller.IAgentService_startService(PlatformMBeanPoller.java:65)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.startService(ServiceAdministrator.java:432)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.startServiceSafe(ServiceAdministrator.java:446)
            at com.wily.introscope.agent.service.ServiceAdministrator$ServiceInitializer.IExecutableItem_execute(ServiceAdministrator.java:310)
            at com.wily.util.task.AsynchExecutionQueue$WrapperItem.IExecutableItem_execute(AsynchExecutionQueue.java:414)
            at com.wily.util.task.AsynchExecutionQueue.doTask(AsynchExecutionQueue.java:205)
            at com.wily.util.task.ATask$CoreTask.run(ATask.java:132)
            at java.lang.Thread.run(Thread.java:743)
    -:0:-: TraceLog message 1248
    |dd2a290d-c8ad-ebea-d1b5-3ebe783e598b|2014 06 19 14:04:22:491|-0400| |Fatal|  |F| |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200|| ||||||||||||||||||||com.businessobjects.ras21.servercore.servercontainer.ProcChildMain||BEGIN TRACING JVM PROPERTIES
    java.vendor = <SAP AG>
    sun.management.compiler = <HotSpot 64-Bit Tiered Compilers>
    os.name = <Linux>
    sun.boot.class.path = </bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/sapjvm-alt-rt.jar:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/resources.jar:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/rt.jar:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/sunrsasign.jar:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/jsse.jar:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/jce.jar:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/charsets.jar:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/jfr.jar:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/classes:/bobje/sap_bobj/enterprise_xi40/java/wily/Agent.jar>
    ooc.orb.oa.thread_pool = <64>
    java.vm.specification.vendor = <Sun Microsystems Inc.>
    businessobjects.server.friendlyname = <halsapad12.DashboardDesignCacheServer>
    businessobjects.logs.home = </bobje/sap_bobj/logging/>
    java.runtime.version = <6.1.055>
    com.sap.vm.version = <10>
    businessobjects.ns = <hal-sapa-d12.dc.fmcna.com:6400>
    com.wily.log4j.defaultInitOverride = <true>
    user.name = <cbi>
    user.language = <en>
    sun.boot.library.path = </bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/amd64>
    java.version = <1.6.0_51>
    user.timezone = <America/New_York>
    java.net.preferIPv4Stack = <false>
    sun.arch.data.model = <64>
    java.endorsed.dirs = </bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/endorsed>
    sun.cpu.isalist = <>
    sun.jnu.encoding = <UTF-8>
    file.encoding.pkg = <sun.io>
    file.separator = </>
    java.specification.name = <Java Platform API Specification>
    com.wily.introscope.agent.agentName = <xccache_halsapad12.DashboardDesignCacheServer_java>
    java.class.version = <50.0>
    user.country = <US>
    java.home = </bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre>
    com.sap.vm.compressedoops = <true>
    java.vm.info = <Aug 12 2013 00:30:55 - 61_REL - optU - linux amd64 - 6 - bas2:201693 (mixed mode)>
    os.version = <2.6.18-128.el5>
    path.separator = <:>
    businessobjects.enterprise.orb.threadmodel = <threaded>
    java.vm.version = <6.1.055 23.5-b02>
    com.sap.vm.type = <opt>
    introscope.enterprisemanager.serversockets.reuseaddr = <false>
    java.awt.printerjob = <sun.print.PSPrinterJob>
    sun.io.unicode.encoding = <UnicodeLittle>
    com.sap.vm.codeline = <61_REL>
    user.home = </sapmnt/CBP/cbi>
    java.specification.vendor = <Sun Microsystems Inc.>
    tracelog.logdir = </bobje/sap_bobj/logging/>
    java.library.path = </bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/amd64/server:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/amd64:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/../lib/amd64:/bobje/sap_bobj/enterprise_xi40/linux_x64/:/bobje/sap_bobj/enterprise_xi40/linux_x86/:/bobje/sap_bobj/enterprise_xi40/linux_x64/wcs/components/:/bobje/sap_bobj/enterprise_xi40/linux_x64/plugins//auth/secEnterprise:/bobje/sap_bobj/enterprise_xi40/linux_x64/crpe/:/bobje/sap_bobj/enterprise_xi40/linux_x86/crpe/:/bobje/sap_bobj/enterprise_xi40/linux_x86/crpe/mw/:/bobje/sap_bobj/enterprise_xi40/linux_x64/plugins//desktop/CrystalEnterprise.Report:/bobje/sap_bobj/enterprise_xi40/linux_x86/ras:/bobje/sap_bobj/mysql/lib:/bobje/sap_bobj/enterprise_xi40/dataAccess/connectionServer/drivers/lib64:/bobje/perl/lib/5.8.0/i386-linux-thread-multi/CORE:/bobje/sap_bobj/enterprise_xi40/linux_x64//sapjvm/jre/lib/amd64/server:/bobje/sap_bobj/enterprise_xi40/linux_x64//sapjvm/jre/lib/amd64:/bobje/sap_bobj/enterprise_xi40/linux_x86/crpe/mw/lib-i86_linux/X11:/bobje/sap_bobj/enterprise_xi40/linux_x86/crpe/mw//lib-linux:/bobje/sap_bobj/enterprise_xi40/linux_x86/crpe/mw//lib-linux_optimized:/bobje/oracle/CBI/db_home/lib:/home/db2cbi/sqllib/lib64:/home/db2cbi/sqllib/lib32:/bobje/sap_bobj/enterprise_xi40/linux_x86:/sapmnt/CBP/db2cbi/sqllib/lib64:/sapmnt/CBP/db2cbi/sqllib/lib32:/usr/X11R6/lib:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib>
    java.vendor.url = <http://www.sap.com/>
    businessobjects.enterprise.orb.thread_pool_size = <5>
    java.vm.vendor = <SAP AG>
    java.runtime.name = <Java(TM) SE Runtime Environment>
    java.class.path = <:/bobje/sap_bobj/enterprise_xi40/java/lib//XcelsiusServer.jar:/sapmnt/CBP/db2cbi/sqllib/java/db2jcc_license_cu.jar:/sapmnt/CBP/db2cbi/sqllib/java/db2java.zip:/sapmnt/CBP/db2cbi/sqllib/java/db2jcc.jar:.::/bobje/sap_bobj/enterprise_xi40//java/wily/Agent.jar>
    tracelog.jni = <1>
    bobj.enterprise.home = </bobje/sap_bobj/enterprise_xi40/>
    businessobjects.enterprise.orb.request_timeout = <3600000>
    java.vm.specification.name = <Java Virtual Machine Specification>
    java.vm.specification.version = <1.0>
    sun.cpu.endian = <little>
    sun.os.patch.level = <unknown>
    java.awt.headless = <true>
    java.io.tmpdir = </tmp>
    java.vendor.url.bug = <http://service.sap.com/support>
    businessobjects.enterprise.orb.client_timeout = <0>
    ooc.orb.oa.conc_model = <thread_pool>
    os.arch = <amd64>
    java.awt.graphicsenv = <sun.awt.X11GraphicsEnvironment>
    java.ext.dirs = </bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/ext-sap:/bobje/sap_bobj/enterprise_xi40/linux_x64/sapjvm/jre/lib/ext:/usr/java/packages/lib/ext>
    user.dir = </bobje/sap_bobj/enterprise_xi40/linux_x64>
    bobj.logging = <true>
    line.separator = <
    >
    java.vm.name = <SAP Java Server VM>
    file.encoding = <UTF-8>
    tracelog.process = <xccache_halsapad12.DashboardDesignCacheServer_java>
    com.sap.vm.profilingserver = <true>
    java.specification.version = <1.6>
    com.wily.introscope.agentProfile = </bobje/sap_bobj/enterprise_xi40//java/wily/halsapad12.DashboardDesignCacheServer.profile>
    END TRACING JVM PROPERTIES
    -:0:-: TraceLog message 1249
    |a79b935e-9c92-9957-35bf-2c937079beb8|2014 06 19 14:04:22:492|-0400| |Fatal|  |F| |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200|| ||||||||||||||||||||com.businessobjects.ras21.servercore.servercontainer.ProcChildMain||BEGIN TRACING COMMAND LINE
      -loggingPath
      /bobje/sap_bobj/logging/
      -cache
      -documentType
      CrystalEnterprise.XL.Query
      -nops
      -restart
      -fg
      -name
      halsapad12.DashboardDesignCacheServer
      -pidfile
      /bobje/sap_bobj/serverpids/halsapad12_halsapad12.DashboardDesignCacheServer.pid
      -ns
      hal-sapa-d12.dc.fmcna.com:6400
      -procParentIOR
      IOR:010000002500000049444c3a4a6176614272696467652f4941646170746572426f6f7473747261703a312e300000000001000000000000005a000000010101ca1a00000068616c2d736170612d6431322e64632e666d636e612e636f6d006cbd10000000000000001c26a353bb16050003000000010000000100000014000000011af5ca010001000000000000010100000000000200
      -libraryName
      XcelsiusServer
      -useSLUS
    END TRACING COMMAND LINE
    -:0:-: TraceLog message 1250
    |088b0565-be95-fe7f-e474-4e3c45773bbc|2014 06 19 14:04:22:492|-0400| |Fatal|  |F| |xccache_halsapad12.DashboardDesignCacheServer|16574|1098107200|| ||||||||||||||||||||com.businessobjects.ras21.servercore.servercontainer.ProcChildMain||11 threads are still alive in this JVM
    Thread 'Thread[main,5,main]' is still alive
    Thread 'Thread[Business Objects - Sessions Clean up,5,main]' is still alive
    Thread 'Thread[Thread-2,5,main]' is still alive
    Thread 'Thread[Configuration Watch Heartbeat Heartbeat,5,Agent]' is still alive
    Thread 'Thread[Remove Metric Data Watch Heartbeat Heartbeat,5,Agent]' is still alive
    Thread 'Thread[Agent Heartbeat,5,Agent]' is still alive
    Thread 'Thread[Agent Execution,5,Agent]' is still alive
    Thread 'Thread[Agent ServerConnection,5,Agent]' is still alive
    Thread 'Thread[UnknownHub Hub Transmit 1,5,Agent]' is still alive
    Thread 'Thread[UnknownHub Hub Receive 1,5,Agent]' is still alive
    Thread 'Thread[PO:client_main Mailman 1,5,Agent]' is still alive
    Regards
    Kannan K

    Kannan,
    the error in your logs like "NoClassDefFoundError" etc. point us towards issues with jar files. either they are missing or not the correct ones.
    A general practice in such situation is to
    stop all servers except CMS,IFRS,OFRS > repair the base installation
    OR
    If you have a working environment with the exact same patch, copy the 'lib' folder from "/bobje/sap_bobj/enterprise_xi40/java/" to the non-working server.
    PS: please attach the logs to the thread instead of pasting the content.
    -Nikhil Nair

  • Unknown Status: the dependency service or group failed to start AFTER upgrading to WIN10

    EDITED: Need some help with SATELLITE P50-BP/N: PSPNSU-00M004  First, after upgrading to win10, the bluetooth stopped working.did play around the device manager, checked the intel wireless 7260 driver and found a USB decriptor error.after thinking and eating and drinking, I thought that maybe I need to install the latest chipset driver for win8.Download the driver from intel's website. . . . . . then pooof bluetooth started to work again..... NOW..... Another problem came in, function keys stopped working but only from f1-f4. I reinstalled TVAP and good, my keys are back. Then another one came in, my wifi stopped working saying it has Unknown Status. so I see now this message that the dependency failed to start. tried to runnetsh winsock reset

    EDITED: Need some help with SATELLITE P50-BP/N: PSPNSU-00M004  First, after upgrading to win10, the bluetooth stopped working.did play around the device manager, checked the intel wireless 7260 driver and found a USB decriptor error.after thinking and eating and drinking, I thought that maybe I need to install the latest chipset driver for win8.Download the driver from intel's website. . . . . . then pooof bluetooth started to work again..... NOW..... Another problem came in, function keys stopped working but only from f1-f4. I reinstalled TVAP and good, my keys are back. Then another one came in, my wifi stopped working saying it has Unknown Status. so I see now this message that the dependency failed to start. tried to runnetsh winsock reset

  • Weblogic fails to start after Configuring Agent Authenticator Provider

    Hi
    I have installed the Sun One Policy Agent for Weblogic.After making changes to the Security Realm, the weblogic server does not start.Following is the stack trace seen on the console.
    The WebLogic Server did not start up properly.
    java.lang.ExceptionInInitializerError
    at com.sun.identity.agents.weblogic.AmAuthProvider.getRealmInstance(Unknown Source)
    at com.sun.identity.agents.weblogic.AmAuthProvider.initialize(Unknown Source)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(SecurityServiceManagerDelegateImpl.java:242)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:939)
    at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:257)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:698)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:731)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:874)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:717)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:822)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
    at weblogic.Server.main(Server.java:32)
    Caused by: java.lang.RuntimeException: Exception caught in AmRealmManager initializer: AmRealm: Unable to create store connection
    at com.sun.identity.agents.realm.AmRealmManager.<clinit>(Unknown Source)
    Can anyone help regarding this.Its Urgent

    Hi all
    I am also getting the same error
    CLASSPATH=C:\bea\JDK141~1\lib\tools.jar;C:\bea\WEBLOG~1\server\lib\weblogic_sp.j
    ar;C:\bea\WEBLOG~1\server\lib\weblogic.jar;C:\bea\WEBLOG~1\server\lib\ojdbc14.ja
    r;C:\bea\WEBLOG~1\common\eval\pointbase\lib\pbserver44.jar;C:\bea\WEBLOG~1\commo
    n\eval\pointbase\lib\pbclient44.jar;C:\bea\JDK141~1\jre\lib\rt.jar;C:\bea\WEBLOG
    ~1\server\lib\webservices.jar;C:\Agent\IdentityServer\j2ee_agents\lib\agent_tool
    s_2_1.jar;C:\Agent\IdentityServer\j2ee_agents\config\C__bea_user_projects_domain
    s_NewFuelPricingDomain;C:\Agent\IdentityServer\j2ee_agents\locale;C:\Agent\Ident
    ityServer\j2ee_agents\lib\am_agent_sdk_2_1.jar;C:\Agent\IdentityServer\j2ee_agen
    ts\lib\am_agent_filter_2_1.jar;C:\Agent\IdentityServer\j2ee_agents\lib\am_sdk.ja
    r;C:\Agent\IdentityServer\j2ee_agents\lib\am_services.jar;C:\Agent\IdentityServe
    r\j2ee_agents\lib\am_sso_provider.jar;C:\Agent\IdentityServer\j2ee_agents\lib\am
    logging.jar;C:\Agent\IdentityServer\j2eeagents\lib\am_wl70_agent_2_1.jar;extli
    b\log4j-1.2.8.jar;C:\bea\appsettings;C:\projects\resources\terajdbc4.jar;C:\proj
    ects\resources\tdgssjava.jar;.\log4j.xml
    PATH=C:\bea\WEBLOG~1\server\bin;C:\bea\JDK141~1\jre\bin;C:\bea\JDK141~1\bin;C:\P
    rogram Files\NCR\Teradata Client\Bin;C:\Program Files\CA\Dcs\DMScripting\;C:\Pro
    gram Files\CA\DCS\CAWIN\;c:\reskit;c:\winnt;c:\winnt\system32;c:\winnt\system32\
    wbem;C:\Program Files\Common Files\OpSession\Shared;C:\Program Files\Common File
    s\OpSession\Viewer Shared;N:\;c:\orant\bin;C:\Program Files\CA\Unicenter Softwar
    e Delivery\BIN;C:\orant\bin;C:\Program Files\Hewlett-Packard\OpenView\service de
    sk 4.5\client\bin;C:\ant\bin;.;C:\j2sdk1.4.2_16\bin;C:\Documents and Settings\dp
    sdazk;C:\java\javasoft\java1.42\bin;C:\java\apache\jakarta-ant-1.5.1\bin;C:\Prog
    ram Files\NCR\TeraJDBC\bin;;C:\bea\WEBLOG~1\server\bin\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\[hostname]:[port]\console *
    Bad level value for property: com.iplanet.services.debug.level
    Bad level value for property: com.sun.identity.agents.logging.level
    Bad level value for property: com.sun.am.policy.amFilter.audit.level
    <Feb 13, 2008 1:34:09 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Java HotSpot(TM) Client VM Version 1.4.1_05-b01 from Sun Micro
    systems Inc.>
    <Feb 13, 2008 1:34:09 PM EST> <Info> <Configuration Management> <BEA-150016> <Th
    is server is being started as the administration server.>
    <Feb 13, 2008 1:34:09 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
    <Feb 13, 2008 1:34:09 PM EST> <Notice> <Management> <BEA-140005> <Loading domain
    configuration from configuration repository at C:\bea\user_projects\domains\New
    FuelPricingDomain\.\config.xml.>
    <Feb 13, 2008 1:34:12 PM EST> <Notice> <Log Management> <BEA-170019> <The server
    log file C:\bea\user_projects\domains\NewFuelPricingDomain\myserver\myserver.lo
    g is opened. All server side log events will be written to this file.>
    The WebLogic Server did not start up properly.
    java.lang.ExceptionInInitializerError
    at com.sun.identity.agents.weblogic.AmAuthProvider.getRealmInstance(Unkn
    own Source)
    at com.sun.identity.agents.weblogic.AmAuthProvider.initialize(Unknown So
    urce)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSe
    curityProvider(SecurityServiceManagerDelegateImpl.java:241)
    at weblogic.security.service.SecurityServiceManager.createSecurityProvid
    er(SecurityServiceManager.java:929)
    at weblogic.security.service.PrincipalAuthenticator.initialize(Principal
    Authenticator.java:151)
    at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuth
    enticator.java:257)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(Se
    curityServiceManagerDelegateImpl.java:580)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
    zeRealm(SecurityServiceManagerDelegateImpl.java:419)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadReal
    m(SecurityServiceManagerDelegateImpl.java:697)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
    zeRealms(SecurityServiceManagerDelegateImpl.java:730)
    at weblogic.security.service.SecurityServiceManagerDelegateImpl.initiali
    ze(SecurityServiceManagerDelegateImpl.java:873)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:719)
    at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:820)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:664)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:342)
    at weblogic.Server.main(Server.java:32)
    Caused by: java.lang.RuntimeException: Exception caught in AmRealmManager initia
    lizer: AmRealm: Unable to create store connection
    at com.sun.identity.agents.realm.AmRealmManager.<clinit>(Unknown Source)
    ... 16 more
    Please help me to resolve this problem.
    Any help will be highly appreciated.

  • TNS Listener Service won't start after upgrading server from NT to 2000

    I am new to Oracle and have worked my way through downloading and installing Oracle Enterprise Edition on an NT 4.0 SP6a server and I believe the installation was successful--I was able to run the Oracle Enterprise Manager successfully and I browsed the Oracle services in NT and they all appeared to be working.
    I upgraded NT to Windows 2000 Server and Service Pack 2 yesterday and after that I am unable to run Oracle Enterprise Manager and have noticed that the TNS Listener will not start. Actually it starts and immediately stops. It does not cause any messages in the Event Viewer.
    Any help on how to proceed would be very gratefully received.
    I am a database administrator with a school district and are evaluating/comparing Oracle vs. SQL Server 2000 for creating a data warehouse.
    Thanks!

    Srinivasa and Allen,
    Thank you very much for your replies. I tried the lsnrctl show connect_timeout command and got a message that connect_timeout was an invalid parameter. Is that true of 9i? However, I used the help show command and tried some of the other parameters and the error messages said something about not being able to locate the host. At that point I recalled that at the same time I was upgrading the server to Windows 2000 I also changed the name of the server from MISNT to just MIS.
    At that point I renamed the server back to MISNT and after rebooting, the TNS listener works fine. I do want to change the server name back to MIS. It appears there is a configuration file somewhere that has the host name in it that I will need to change. It makes me wonder if there are any other places where I am going to need to change this before I'm done. Will I be better off to just completely uninstall Oracle, change the server name and then reinstall?
    Thanks!
    Rick

  • Evolution-3.8.1-1 not starting after upgrading gnome from 3.6.2 to 3.8

    Hello community,
    after updating Gnome to 3.8.1 yesterday, Evolution is not starting. In Terminal i get this output:
    (evolution:969): GLib-GObject-CRITICAL **: g_param_spec_internal: assertion `!(flags & G_PARAM_STATIC_NAME) || is_canonical (name)' failed
    Naruszenie ochrony pamięci (core dumped)
    any ideas, if it has to do with gnome 3.8?

    I've got this bug too.
    Probably it's related to Polish (or foreign) language.
    If I run
    LC_ALL=C evolution
    from Terminal everything works fine (but the program is in English of course).

  • IMac G5 fails to start after upgrading to latest patch

    My iMac G5 will hang every time I start it now since upgrading to Leopard and applying the latest patch. Most of the time I get to the gray apple screen and no further. I have to force a shutdown with the power button and try again. Most of the time it now takes me 2 or 3 tries to get the computer started.
    I hate to say it but since upgrading to Leopard my Windows PC has been more reliable. This is the worst upgrade I've ever been through and that includes Windows upgrades!
    Anybody have any insight as to why this is?
    Thanks

    Try booting from the Leopard DVD. Hold 'c' when the computer starts. You can then go into disk utility and try to repair/reinstall.

  • Weblogic fails to start after new deployment

    Hello,
    We are experiencing problems after a new deployment please see the log snippet below.
    <Jun 14, 2012 4:14:30 PM PDT> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@6248fe00 - appName: 'SPLWeb', name: '/spl', context-path: '/spl'] Root cause of ServletException.
    java.lang.ClassCastException: javelin.java.JavaClassFile
         at javelin.CPL.getJavaFile(CPL.java:698)
         at javelin.java.JavaScope.findType(JavaScope.java:2252)
         at javelin.java.JavaScope$UnitScope.findType(JavaScope.java:390)
         at javelin.java.JavaScope$UnitScope.resolveUnqualifiedTypeName(JavaScope.java:347)
         at javelin.java.JavaScope$UserTypeScope.resolveUnqualifiedTypeName(JavaScope.java:688)
         Truncated. see log file for complete stacktrace
    Thank you,

    Hi,
    Is in your application <prefer-web-inf-classes> is true or false?
    This issue generally occurs when there is double class loaded (duplicate Classloading).
    so, give it a try by setting
    <prefer-web-inf-classes>true</prefer-web-inf-classes> in weblogic.xmlGD,
    Ashish

  • Jabber fails to start after upgrade/migration

    this is a fresh 10.6 server install with just data and service settings migrated from the old 10.5.8 server.
    ichat service looks to be configured like it was in the old install. on service start, i'm getting errors like the following:
    http://pastie.textmate.org/private/jp1xo4rycihyfcew2q5g
    58_jabbermigrator.pl exits with the following message, and i'm not sure it did much:
    Print: Entry, ":Disabled", Does Not Exist
    the service doesn't behave any differently with a stop or start. the server got a fresh 10.6 install, then updated all the way to 10.6.4 current, including security updates.
    any ideas?

    You should find some more helpful information in the log file that is created at the migration was done, here: /Library/Logs/Migration/jabbermigrator.log Anything helpful in there?

  • HT1349 ITunes failed to start after an upgrade, won't allow me to re-install saying "Apple Mobile Device failed to start, check for sufficient priveleges"

    My ITunes library failed to start after an upgrade, now I'm unable to open or re-install.  Receive an error message stating that "apple mobile device failed to start, check to see that you have sufficient priveleges to run system".  Any help with this?  I've tried un-installing and downloading only to get the same message again.

    Thank you to "turingtest2", solution for someone else worked for me as well!

  • Help - Weblogic 6.1 fails to start after SP6 install

    After sucessful installation of SP6 for Weblogic 6.1, weblogic fails to start. After inspecting the logs, I discovered the following message:
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.SecurityException: Authentication for user system denied
    at weblogic.security.SecurityService.initializeSuid(SecurityService.java:432)
    at weblogic.security.SecurityService.initialize(SecurityService.java:120)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:421)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:213)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    please check article-ID [825933.1]
    Grid Control Agent Startup Fails on AIX Server due to Invalid Timezone Setting at the OS [ID 825933.1]
    in MOS...
    HTH
    Edited by: VivaLaVida on 31.05.2011 07:48

  • Random audio interruptions. I'm getting audio snippets, no more than a word or syllable, about 20 times per hour. Emanates from Mac internal speakers. Started after upgrading to OS 10.9.5. What is it? How can I stop it?

    Random audio interruptions. I'm getting audio snippets, no more than a word or syllable, about 20 times per hour. Emanates from Mac internal speakers. Started after upgrading to OS 10.9.5. What is it? How can I stop it?

    Hello Achates:
    I did not read the rather long post. If you wish to reinstall OS X 10.4, use your software install DVD. Backup is essential. To minimize your risk, I would use an archive and install:
    http://docs.info.apple.com/article.html?artnum=107120
    In that way, you will have a fresh copy of OS X and your current settings will be preserved.
    Incidentally, I do not agree that the printer problem is best solved by reinstalling OS X. I have had HP printers for sometime and, on one occasion, had difficulty after an upgrade. HP technical support walked me through uninstalling all traces of the HP driver and then reinstalling.
    Barry

  • Imovie 11 failing to start after 10.6.5 update (same issue with iphoto)

    Hi,
    My imovie 11 is now failing to start after 10.6.5 update, I reinstalled ilife and it's still failing.
    Same issue for iphoto .
    Help
    Benoit

    help help help. imovie 11 works fine until i populate iphoto with any photos what so ever then it just fails to kick off after looking for new video from iphoto. works fine again when i delete the iphoto libary but i don,t want to do this each time i want to use imovie.....very disapointed

Maybe you are looking for

  • Problem restoring my iPod - "Resource was not found"

    My iPod hardrive is a little bit dodgy (to say the least.) When I try to connect it to my computer, it comes up with an error message that says "ITunes has detected an iPod that appears to be corrupted. You may need to restore this iPod before it can

  • Help! my printer no longer works after 10.4.10 upgrade

    I have a canon pixma ip4200 printer, worked fine for 2 years. Since I upgraded to 10.4.10 my ibook can't find it. I've reinstalled the canon latest driver, setup utility, checked my usb ports (both fine) and cable, tried disk utility on my hard drive

  • Iphone 6 restoring issue

    I got a new iphone this morning at 1030 am and it has been restoring from icloud backup for almost 10 hours now.  Is something happening here or does it take this long?

  • Authentication error with shell=/usr/bin/bash

    Hello there, I'm comfortable with linux, but new with Arch Linux. Recently I completed an installation with success but I ran into a strange authentication error at login. Before adding a user I verified the path of the bash shell and 'which bash' re

  • TS3694 Update server not available?

    iOS: Resolving update. I got an Error 1602 message When trying to resolve a got a nother message that stated: Update server not available. I have tried repeated times to reconnect but not go. My 3GS phone will not restore when connecting to my itunes