BAM server does not start after cluster install

Hi All,
BAM server is not starting properly with the below exception. It happens in cluster environment linux 5.5, single node linux 5.5 enviroment. I am using jrockit JDK.
Its Urgent. Please let me know if some one has come across this issue.
<Feb 21, 2012 10:43:54 PM EST> <Error> <oracle.bam.adc.kernel.viewsets.satellite.GenericSatellite> <BEA-000000> <BAM-00553: Resources start operation for destination topic/oracle.bam.messaging.systemobjectnotification failed.. [Ljava.lang.StackTraceElement;@2ab016f>
<Feb 21, 2012 10:43:54 PM EST> <Error> <HTTP> <BEA-101216> <Servlet: "BamServer" failed to preload on startup in Web application: "/oracle/bam".
java.lang.ExceptionInInitializerError
     at oracle.bam.adc.kernel.viewsets.satellite.GenericSatellite.start(GenericSatellite.java:285)
     at oracle.bam.adc.kernel.server.ADCService.startService(ADCService.java:88)
     at oracle.bam.server.BamServer$ServiceEntry$1.run(BamServer.java:1717)
     at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
     at oracle.security.jps.internal.jaas.AccActionExecutor.execute(AccActionExecutor.java:47)
     Truncated. see log file for complete stacktrace
Caused By: oracle.bam.common.messaging.api.exception.StartFailedException: BAM-00553: Resources start operation for destination topic/oracle.bam.messaging.systemobjectnotification failed.
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.onStartFailedException(MessageOperationBase.java:1616)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.start(MessageOperationBase.java:1521)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.start(MessageOperationBase.java:1476)
     at oracle.bam.adc.kernel.viewsets.satellite.GenericSatellite.start(GenericSatellite.java:274)
     at oracle.bam.adc.kernel.server.ADCService.startService(ADCService.java:85)
     Truncated. see log file for complete stacktrace
Caused By: oracle.bam.common.messaging.api.MessageFrameworkException: BAM-00500: exception in messaging framework: BAM-00533: Resource open for destination topic/oracle.bam.messaging.systemobjectnotification failed.
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.onStartException(MessageOperationBase.java:1600)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.performStart(MessageOperationBase.java:1572)
     at oracle.bam.common.messaging.api.jms.JMSMessageProducer.performStart(JMSMessageProducer.java:513)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.start(MessageOperationBase.java:1512)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.start(MessageOperationBase.java:1477)
     Truncated. see log file for complete stacktrace
Caused By: oracle.bam.common.messaging.api.exception.OpenFailedException: BAM-00533: Resource open for destination topic/oracle.bam.messaging.systemobjectnotification failed.
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.waitForOpen(MessageOperationBase.java:1355)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.waitForOpen(MessageOperationBase.java:1290)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.performStart(MessageOperationBase.java:1560)
     at oracle.bam.common.messaging.api.jms.JMSMessageProducer.performStart(JMSMessageProducer.java:513)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.start(MessageOperationBase.java:1512)
     Truncated. see log file for complete stacktrace
Caused By: oracle.bam.common.messaging.api.exception.OpenFailedException: BAM-00533: Resource open for destination topic/oracle.bam.messaging.systemobjectnotification failed.
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.onOpenFailedException(MessageOperationBase.java:1272)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.open(MessageOperationBase.java:1172)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.access$000(MessageOperationBase.java:72)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase$1.performOperation(MessageOperationBase.java:1152)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase$UtilityThread.run(MessageOperationBase.java:2545)
Caused By: oracle.bam.common.messaging.api.exception.RecoveryFailedException: BAM-00523: Resource recovery for destination topic/oracle.bam.messaging.systemobjectnotification failed.
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.onRecoveryFailedException(MessageOperationBase.java:2027)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.recover(MessageOperationBase.java:1865)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.onOpenException(MessageOperationBase.java:1251)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.performOpen(MessageOperationBase.java:1222)
     at oracle.bam.common.messaging.api.invmjms.INVMJMSMessageProducer.performOpen(INVMJMSMessageProducer.java:222)
     Truncated. see log file for complete stacktrace
Caused By: oracle.bam.common.messaging.api.exception.RecoveryFailedException: BAM-00523: Resource recovery for destination topic/oracle.bam.messaging.systemobjectnotification failed.
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.performRecovery(MessageOperationBase.java:1979)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.recover(MessageOperationBase.java:1856)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.onOpenException(MessageOperationBase.java:1252)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.performOpen(MessageOperationBase.java:1222)
     at oracle.bam.common.messaging.api.invmjms.INVMJMSMessageProducer.performOpen(INVMJMSMessageProducer.java:223)
     Truncated. see log file for complete stacktrace
Caused By: oracle.bam.common.messaging.api.MessageFrameworkException: BAM-00500: exception in messaging framework: BAM-00500: exception in messaging framework: null
     at oracle.bam.common.messaging.api.jms.JMSMessageProducer.acquireResources(JMSMessageProducer.java:698)
     at oracle.bam.common.messaging.api.invmjms.INVMJMSMessageProducer.acquireResources(INVMJMSMessageProducer.java:282)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.performOpen(MessageOperationBase.java:1211)
     at oracle.bam.common.messaging.api.invmjms.INVMJMSMessageProducer.performOpen(INVMJMSMessageProducer.java:223)
     at oracle.bam.common.messaging.base.operation.MessageOperationBase.open(MessageOperationBase.java:1163)
     Truncated. see log file for complete stacktrace
Caused By: oracle.bam.common.messaging.api.MessageFrameworkException: BAM-00500: exception in messaging framework: null
     at oracle.bam.common.messaging.base.connection.jms.JMSConnectionFactory.newInstance(JMSConnectionFactory.java:336)
     at oracle.bam.common.messaging.base.connection.jms.JMSSharedConnectionFactory.newInstance(JMSSharedConnectionFactory.java:279)
     at oracle.bam.common.messaging.base.connection.jms.JMSSharedConnectionFactory.newInstance(JMSSharedConnectionFactory.java:55)
     at oracle.bam.common.messaging.base.connection.ConnectionFactoryBase.getInstance(ConnectionFactoryBase.java:84)
     at oracle.bam.common.messaging.base.connection.jms.JMSSharedConnectionFactory.getInstance(JMSSharedConnectionFactory.java:149)
     Truncated. see log file for complete stacktrace
Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://CHAITU-HP:9001: Destination unreachable; nested exception is:
     java.net.ConnectException: Connection refused: connect; No available router to destination]
     at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
     at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
     at weblogic.jndi.Environment.getContext(Environment.java:315)
     at weblogic.jndi.Environment.getContext(Environment.java:285)
     Truncated. see log file for complete stacktrace
Caused By: java.net.ConnectException: t3://CHAITU-HP:9001: Destination unreachable; nested exception is:
     java.net.ConnectException: Connection refused: connect; No available router to destination
     at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
     at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
     at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
     at weblogic.jndi.Environment.getContext(Environment.java:315)
     Truncated. see log file for complete stacktrace
Caused By: java.rmi.ConnectException: Destination unreachable; nested exception is:
     java.net.ConnectException: Connection refused: connect; No available router to destination
     at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
     at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
     at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
     at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
     at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
     Truncated. see log file for complete stacktrace
-Chaitu

The issue was with JMS modules. I missed to identify the subdeployments tab for UMSJMSSystemResource where we had two sub deployments as UMSJMSSubDMSOA and UMSJMSSubDMSOA_auto..
I've removed the second subdeployment and all resources listed against is by following this below path in Admin Console
click JMS Modules -> Click UMSJMSSystemResource -> Click the Subdeployments tab.
Ensure that UMSJMSSubDMSOA is the only subdeployment available. Remove others if listed and all dependant resources as applicable to your environment.
Go back to UMSJMSSystemResource and click Targets.
Deselect BAM_Cluster as target.
Click Save and Activate.
Upon subsequent restart, the Server came up nice and fine.
Regards!
Sarat

Similar Messages

  • The Connection Server does not start after an upgrade to BO4.1 SP3

    Hello guys,
    The Connection Server does not start after an upgrade to BO4.1 SP3
    We are in process to upgrade our Business Objects environments to BO4.1 SP3
    The first 2 environments , the upgrade went fine. But the third environment de connection server won’t start.
    When I always try to start it returns me a failed status and shows me that the server is considered failed because it has stopped 5 time(s) in 60 minute(s).
    Our OS is AIX
    Uncaught Exception in SilentScope: [CS] Ser
    verInitialization::InitManager::Initialize: 0.007^^
    The CS initialization failed within the CS server. Aborting
    trc file: "connectionserver_BIO.ConnectionServer_ncs.trc", trc level: 1, release: "720"
    Gerd

    Hi Amine
    The File seems ok
    File from the failing connection server
    -rw-rw---- 1 bioadm bosys 43993 Apr 11 11:29 boconfig.cfg
    File from our test system
    -rw-rw---- 1 bitadm bosys 43892 Apr 14 10:56 boconfig.cfg
    I created a new connectieserver(by the copy function), but the new server won't start.
    Regards
    Gerd
    Log
    |89d4a6e0-2a89-7a05-3020-a51d517ab872|2014 04 14 11:54:30:113|+0200|Error| |>>|E| |connectionserver_BIO.ConnectionServer|28246236|3097|| |0|0|0|0|-|-|-|-|-|-||||||||||||[CS] Unhandled exception raised during CS initialization.
    init_srv.cpp:95:-: TraceLog message 3
    |4dcf04b1-1e1d-df13-48ad-a67f06e29864|2014 04 14 11:54:30:113|+0200|Error| |<<|E|X|connectionserver_BIO.ConnectionServer|28246236|3097|| |0|0|0|0|-|-|-|-|-|-||||||||||||Uncaught Exception in SilentScope: [CS] ServerInitialization::InitManager::Initialize: 0.003
    |77ad78f4-37f7-3013-3b50-85cce9fbe7b8|2014 04 14 11:54:30:113|+0200|Error| |>>|E| |connectionserver_BIO.ConnectionServer|28246236|3097|| |0|0|0|0|-|-|-|-|-|-||||||||||||[CS] The CS initialization failed within the CS server. Aborting.

  • Server Does not start after backup complition

    Dear All,
    We are facing following problem some times after backup completion.
    Our Setup is : SAP ECC 6, Oracle 10g, HP-UX 11.31.
    We are scheduling the whole database offline + archive log backup during night.
    After completion of backup the SAP does not start. I have checked the following things.
    1. Database is started : OK.
    2. SAP related services at O/S level : OK
    3. Listener is OK
    4. No startup log generated related to SAP
    But I am not able to connect to SAP thru SAP GUI.
    If I tried to start SAP using startsap it will not respond for long time. Even I have tried to startsap after shutting down database, kill all SAP related services at O/S level. But startsap doesn't respond.
    When I restart the server, after that I am able to start SAP.
    Is there any memory fragmentation related problem ?
    Before some time same thing is happened with our production server, but at that time I have deleted Archivelog files manually before tacking backup. In this case if I take backup "whole database offline + archive log " then server doesn't start. At that time also I have to restart the server. So the Problem is identified.
    But in this case i.e on our Quality Server not able to trace out problem.
    Thanks in Advance,
    Nirav

    Hi,
    Yes the problem is related to memory. I think during the backup  memory is allocated but not release after completion of database backup.
    in case of archive log backup what option your are using means are you using save and delete option  or other.
    In the case of the production server archive log backup you to use to the option  save and delete.
    Please also check wheather core file getting gernerated should be deleted frquently from work folder.
    Thanks & Regards,
    Vidyadhar K

  • Game does not start after installing on mac pro

    Game does not start after new install on mac pro ?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • J2EE 5 sneak preview:Server does not start

    Hi,
    I need some help since after installation of the sneak preview 5 I could not start the server.
    The db and the central instance are running but not the server.
    1)I get always time out error"StartWait
    FAIL: process jstart.exe J2EE Server not running
    The WAS is installed on a USB2 hard disk.
    2)Furtheremore I cannot operate on the SAP management Console since I get Authorization error.
    I installed the was with windows user IT/paceg
    which is by Domain IT accessible even if I am not in the Domain.
    Anyone can help me,please?
    thanks
    Bye,
    Giamma
    ===================================================
    ============== Starting System JP1 ================
    ===================================================
    =============== Starting database instance ...
    Servizio richiesto già avviato.
    Ulteriori informazioni sono disponibili digitando NET HELPMSG 2182.
    The MaxDB Database Starter, Version 7.6.00.33
    Copyright 2000-2006 by SAP AG
    OK
    ============== Starting central services instance ...
    09.10.2006 12:37:21
    Start
    OK
    09.10.2006 12:37:21
    StartWait
    OK
    ============== Starting java instance ...
    09.10.2006 12:37:21
    Start
    OK
    09.10.2006 12:38:36
    StartWait
    FAIL: process jstart.exe J2EE Server not running
    ============== Start operation timed out !
    Premere un tasto per continuare . . .

    Just for update:
    The error means that the message server is not able to translate the IP address into the hostname (reverse name lookup). If this fails the Startup Framework cannot connect to the message server and the server does not start. Please check the network setup on this host.
    Replay:
    thanks to all.
    all is done:Just insert my loopback ip 10.10.0.10 in file host resolving on my host name romnb120.
    Regards Galin

  • RAC does not start after trying to move storage

    Hello,
    We have a two nodes RAC Oracle 10g and ASM groups defined on one external storage.
    RAC does not start after we reformated the storage to RAID 10.
    What we did:
    1) deleted the database
    2) reformated the external storage to RAID 10 and defined needed volumes for OCR, VotingDisk and ASM
    3) on both nodes
    - recreated VotingDisk
    node1:root$ /u01/oracle/product/10gr2/crs/bin/crsctl add css votedisk /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3 -force
    Now formatting voting disk: /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3
    successful addition of votedisk /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3.
    node2:root$ /u01/oracle/product/10gr2/crs/bin/crsctl add css votedisk /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3 -force
    Now formatting voting disk: /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3
    successful addition of votedisk /dev/rdsk/c0t600A0B8000347E7D00000EE74A5AF386d0s3.
    - tried to move OCR but was able only on one node:
    /u01/oracle/product/10gr2/crs/bin/ocrconfig -replace ocrmirror /dev/rdsk/c7t30d0s3
    /u01/oracle/product/10gr2/crs/bin/ocrconfig -replace ocr /dev/rdsk/c7t29d0s3
    /u01/oracle/product/10gr2/crs/bin/ocrconfig -replace ocr
    These return ok for both node1 and node2:
    node1:oracle$ cluvfy stage -post hwos -n node1
    node1:oracle$ cluvfy stage -post crsinst -n node1,node2 -verbose
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "node1"
    Destination Node                      Reachable?
    node1                                 yes
    node2                                 yes
    Result: Node reachability check passed from node "node1".
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name                             Comment
    node2                                 passed
    node1                                 passed
    Result: User equivalence check passed for user "oracle".
    Checking Cluster manager integrity...
    Checking CSS daemon...
    Node Name                             Status
    node2                                 not running
    node1                                 not running
    Result: Daemon status check failed for "CSS daemon".
    Cluster manager integrity check failed.
    Checking cluster integrity...
    Cluster is divided into 2 partitions.
    Partition 1 consists of the following members:
    Node Name
    node1
    Partition 2 consists of the following members:
    Node Name
    node1
    node2
    Cluster integrity check failed. Cluster is divided into 2 partition(s).
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    WARNING:
    CSS is probably working with a non-clustered, local-only configuration on nodes:
    node1
    Verification will proceed with nodes:
    node2
    Uniqueness check for OCR device passed.
    Checking the version of OCR...
    OCR of correct Version "2" exists.
    Checking data integrity of OCR...
    Data integrity check for OCR passed.
    OCR integrity check failed.
    Checking CRS integrity...
    Checking daemon liveness...
    Check: Liveness for "CRS daemon"
    Node Name                             Running
    node2                                 no
    node1                                 yes
    Result: Liveness check failed for "CRS daemon".
    Checking daemon liveness...
    Check: Liveness for "CSS daemon"
    Node Name                             Running
    node2                                 no
    node1                                 no
    Result: Liveness check failed for "CSS daemon".
    Checking daemon liveness...
    Check: Liveness for "EVM daemon"
    Node Name                             Running
    node2                                 no
    node1                                 yes
    Result: Liveness check failed for "EVM daemon".
    Liveness of all the daemons
    Node Name     CRS daemon                CSS daemon                EVM daemon
    node2         no                        no                        no
    node1         yes                       no                        yes
    Checking CRS health...
    Check: Health of CRS
    Node Name                             CRS OK?
    node1                                 unknown
    Result: CRS health check failed.
    CRS integrity check failed.
    Post-check for cluster services setup was unsuccessful on all the nodes.
    Please help.

    Thanks for the answer.
    Problem is that the RAC is not healty, I know how to start it but now it doesn't start and I cannot find helpful logs.
    You can see that cluster is not healty from cluvfy output.
    When I tried to start crs whith crsctl start crs but:
    - on node2 none of the demons starts (CSS, CRS or EVM)
    - on node1 CSS and EVM demons start but CRS is not starting and I cannot find helpful logs
    Problem 2: Cannot change OCR location
    node2:root$ cat /var/opt/oracle/ocr.loc
    +#Device/file /dev/rdsk/c7t30d0s3 getting replaced by device /dev/rdsk/c7t30d0s3+
    ocrconfig_loc=/dev/rdsk/c7t30d0s3
    local_only=falsenode2:root$ ocrconfig -replace ocr /dev/rdsk/c0t600A0B8000347EAD00000F314A5AF5B8d0s3
    PROT-1: Failed to initialize ocrconfig
    node1:root$ cat /var/opt/oracle/ocr.loc
    ocrconfig_loc=/u01/oracle/product/10gr2/db/cdata/localhost/local.ocr
    local_only=TRUE
    node1:root$ ocrconfig -replace ocr /dev/rdsk/c0t600A0B8000347EAD00000F314A5AF5B8d0s3
    PROT-1: Failed to initialize ocrconfig
    Problem 3: On node 1 I wrongly issued a command
    node1:root$ /u01/oracle/product/10gr2/db/bin/localconfig reset
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Configuration for local CSS has been initialized
    Adding to inittab
    Startup will be queued to init within 30 seconds.
    Checking the status of new Oracle init process...
    Expecting the CRS daemons to be up within 600 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    Oracle CSS service would not start as installed
    Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started

  • Flash player does not work after I installed it

    Flash player does not work after I installed it

    I'm using Mac Osx and my browser is Safari
    Date: Wed, 5 Feb 2014 00:41:29 -0800
    From: [email protected]
    To: [email protected]
    Subject: Flash player does not work after I installed
        Re: Flash player does not work after I installed it
        created by Mike M in Installing Flash Player - View the full discussion
    This is a user-to-user forum, NOT 24/7 support. You're "lucky" I happen to be up at 1:40 am to answer you.
    What OS are you using?
    http://mmonlinedesigns.com/images/os.png
    What browser?
    http://mmonlinedesigns.com/images/browsers.png
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6087541#6087541
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6087541#6087541
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6087541#6087541. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Installing Flash Player at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Oracle service, Listener and http server does not start automatically

    Hello,
    I have Oracle 9i release 2 installed on Unix HP box if system restart in case of power failure the Oracle service, Listener and http server does not start automatically, is there any ready reference available to check what's wrong is happening(I don't have knowledge of Unix).
    Thanks, Khawar.

    Hi Rajesh,
    Thanks for reply, I will check this link and will be back if facing problem.
    Regards, Khawar.

  • Connection Server does not start

    Hello guys,
    The Connection Server does not start anymore.
    When I always try to start it returns me a failed status and shows me that the server is considered failed because it has stopped 5 time(s) in 60 minute(s).
    It's a BOE XI 3.1 SP2 with IK 3.1 SP2 installed on a Windows 2003 Server.
    BO XI database is on a SQL Server and all tables are there and seems to be OK
    The log file for the connectserver via trace is below :
    2010/01/28 19:06:43.339|>>| | | 4524|4528| |||||||||||||||TraceLog::Admin: logdir ('C:/Program Files/Business Objects/BusinessObjects Enterprise 12.0/Logging/')
    2010/01/28 19:06:43.339|>>| | | 4524|4528| |||||||||||||||TraceLog::Admin: update ()
    2010/01/28 19:06:43.339|==| | | 4524|4528| |||||||||||||||TraceBridge::Initialize: pullable set to 1
    2010/01/28 19:06:43.339|==| | | 4524|4528| |||||||||||||||TraceLog state:
    // device_info
    // process        (process#pid)   = ConnectionServer#4524
    // device         (name#deviceid) = ConnectionServer#MainDevice
    // pull/push      (pullable)      = Pull
    // pull mode settings
    //   configfile   (ini)           = C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\Logging\logConfig\BO_trace.ini
    //   every ... s  (period)        = 60
    // config
    active        = true;
    severity      = 'W';
    importance    = '<<';
    keep          = true;
    always_close  = false;
    log_dir       = "C:/Program Files/Business Objects/BusinessObjects Enterprise 12.0/Logging/";
    2010/01/28 19:06:43.402|==| | | 4524|4528| |||||||||||||||SIServerController:run: Fail to initialize or uninitialize.  Reason is The root server reported an error Unknown.:
    2010/01/28 19:06:43.402|==| | | 4524|4544| |||||||||||||||SIServiceStopThread::run: SIServiceStopThread::run exited
    2010/01/28 19:06:43.402|==| | | 4524|4528| |||||||||||||||CsContainer::uninitialize
    2010/01/28 19:06:43.402|==| | | 4524|4528| |||||||||||||||TransientObjectMonitor stopMonitor()...
    .\siserver.cpp:974: TraceLog message 11
    2010/01/28 19:06:43.402|>>|A| | 4524|4528| |||||||||||||||assert failure: (.\siserver.cpp:974). (false : SIServerController::run: Unknown exception caught in server's uninitialization function).
    Any help please?!
    thank you very much.
    Cesar

    Hello,
    I have the same problem (Connection Server does not start).
    I'am under BOXI R2 SP6 (unix) and i have this error in my log when i want to start ConnectionServer :
    Timestamp       ProcessID       ThreadID        Message
    [Fri May  7 07:37:09 2010]      31154   1103673168      Log: level=3 cat=1 msg=35100 p=ConnectionServer started
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: SIServerController::run: Before initialize
    [Fri May  7 07:37:09 2010]      31154   1103673168      (sidaemon.cpp:416): trace message: SUNIXDaemon::init: starting
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: SUNIXDaemon::init: redirecting stdio to /dev/null
    [Fri May  7 07:37:09 2010]      31154   1103673168      (sidaemon.cpp:209): trace message: installing fg terminiation handler
    [Fri May  7 07:37:09 2010]      31154   1103673168      (sidaemon.cpp:220): trace message: installing abnormal sys handler
    [Fri May  7 07:37:09 2010]      31154   1103673168      (sidaemon.cpp:506): trace message: SUNIXDaemon::init: finished
    [Fri May  7 07:37:09 2010]      31154   1103673168      Log: level=0 cat=14 msg=35101 p=The root server reported an error Unknown.
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: SIServerController:run: Fail to initialize or uninitialize.  Reason is The root server reported an error Un
    known.:
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: CsContainer::uninitialize
    [Fri May  7 07:37:09 2010]      31154   1103673168      trace message: TransientObjectMonitor stopMonitor()...
    [Fri May  7 07:37:09 2010]      31154   1103673168      Log: level=0 cat=14 msg=35101 p=The root server reported an error Internal Error. (Reason: Unknown exception caught in ser
    ver).
    [Fri May  7 07:37:09 2010]      31154   1103673168      assert failure: (siserver.cpp:953). (false : SIServerController::run: Unknown exception caught in server's uninitializatio
    n function
    [Fri May  7 07:37:09 2010]      31154   1103673168      Log: level=3 cat=1 msg=35100 p=ConnectionServer stopped
    Any idea ?
    Thanks.

  • Calendar server does not start

    We installed an OCS onebox 90411 on Win 2000 Server in january. Since last week calendar server does not start:
    D:\ocs_onebox\mtier\ocal\bin\unistart
    unistart: Oracle Calendar Server 9.0.4
    unistart: Copyright (c) 1993, 2003, Oracle.
    unistart: All rights reserved.
    unistart:
    unistart: Starting the Calendar Lock Manager
    unistart [error]: Error starting the Calendar Lock Manager
    unistart [error]: More details can be found in 'D:\ocs_onebox\mtier\ocal\log\unistart.log'
    unistart [error]: and in 'D:\ocs_onebox\mtier\ocal\log\lck.log'.
    Last entry in lck.log is from january.
    Last entries in unistart.log:
    DATE = Wed Apr 14 21:44:02.718 2004
    PID = 5336; TID = 5332
    ERROR CODE -> 0x50B05
    FUNCTION NAME -> ADM_Service::Start()
    SIS_ServerStart failed ((unilckd) SIS_ServerStart: StartService error :1069,Der Dienst konnte wegen einer fehlerhaften Anmeldung nicht gestartet werden. )
    DATE = Wed Apr 14 21:44:02.734 2004
    PID = 5336; TID = 5332
    ERROR CODE -> 0x50B05
    FUNCTION NAME -> Unistart::ProcessLocalStartServer()
    Error starting the Calendar Lock Manager. (unilckd) SIS_ServerStart: StartService error :1069,Der Dienst konnte wegen einer fehlerhaften Anmeldung nicht gestartet werden.
    Any idea ?

    Hi,
    Please log a TAR for this issue.
    Thanks,
    Lily

  • HTTP Server does not start -- 9ias 1.0.2.2.0

    HTTP Server does not start -- 9ias 1.0.2.2.0
    Installed 9iAS Enterprise Edition. Whole installation went well. Finally when I reboot the machine, the HTTP Service does not start.
    When I try to start the service it gives "Could not start OracleiSuitesHTTP server service on \\clwrd1 Error: 2140 An internal Windows NT Error Occured"
    Event log does not show any errors..
    Any help is appreciated.
    Thanks
    Bala

    I have Oracle 9iAS installed but sometimes the HTTP server stops responding. it searches for all the .html files. but it can not find the .jsp files in the specified path. is there anything wrong with the apache configuration?
    httpd.conf is perfectly alright.
    It give the following error
    Request URI:/testFile.jsp
    Exception:
    javax.servlet.ServletException: java.io.FileNotFoundException: ...\testFile.jsp (The system cannot find the file specified)
    now what to do??
    plz help
    thanx
    ketan malekar
    ([email protected])

  • Portal does not start after RI installation

    Hi,
    we installed the EP 6 with the RI. The installation went through all steps without problems.
    At the end, when the portal should come up, the server does not start. The only message I receive in the trace log is:
    arguments   :
        arg[00] : C:\usr\sap\J2E\JC00/j2ee/os_libs/jlaunch.exe
        arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_svrsapep6
        arg[02] : -DSAPINFO=J2E_00_server
        arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC00_svrsapep6
    [Thr 2892] Mon Apr 25 13:41:29 2005
    [Thr 2892] *** ERROR => Invalid property value [box.number/J2EJC00svrsapep6] [jstartxx.c   808]
    [Thr 2892] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   808]
    What may be the reason for this and how can we fix this in a way that the server will startup properly?
    Thanks in advance

    Hi,
    the error message didn't mean anything. The only problem was that the JVM had a to high memory setting. We were running the portal in a VMWare with just 1.5 GB RAM. When we changed the amount of the heap memory size in the configtool, the portal came up.

  • My MacBook Pro, does not start after pushing start button. The side bar starts and stops at half way.

    My MacBook Pro, does not start after pushing start button. The side bar starts and stops at half way.

    Hy myneck,
    Happy Holidays!  The resource below may provide some steps to try if your MacBook Pro won't start.
    Troubleshooting: My computer won't turn on - Apple Support
    http://support.apple.com/en-us/TS1367
    This article discusses what to do if your Mac won't turn on. To differentiate this from a display issue, be sure that when you press the power button:
    You don't hear a startup chime.
    You don't hear any fan or drive noise.
    There is no video on your built-in or external display
    If your computer has power but doesn't display any video, it may have one or more of these similar symptoms when you press the power button:
    You may hear a startup chime.
    You may hear fan or drive noise.
    You may see a light from the Sleep LED (if your Mac has one).
    Pressing the Caps Lock key on the keyboard causes it to light. 
    If any of these display-related conditions occur, see Troubleshooting: My computer has no video instead. Otherwise, continue with this article.
    If your computer won't turn on, try each of these steps:
    Verify you have a good connection from your Mac to the wall outlet by confirming the power cord and adapter if present are securely connected and plugged in. To check if the wall outlet is working, plug in a lamp or other electrical device.
    If the wall outlet is working and you continue to have no power try another power cord or adapter if available. If it works you may need a replacement cord or adapter. 
    Note: See Apple Portables: Troubleshooting MagSafe adapters for further troubleshooting with MagSafe adapters.
    Disconnect all accessories that are plugged in to the computer, such as a printer, hub, or other mobile device.
    If your Mac supports user-installable memory, solid state drive, or hard drive, and you recently installed any of these, make sure they are installed correctly and are compatible with your computer. If possible, reinstall the original memory or drive into the computer to find out if the behavior persists afterwards.
    MacBook Pro: How to remove or install memory
    MacBook: How to remove or install memory
    Mac Pro: How to remove or install memory
    Mac mini: How to remove or install memory
    iMac (27-inch, Late 2012): Installing or replacing memory
    iMac: How to remove or install memory
    Reset the SMC.
    If you are still unable to start up your computer after trying each of these steps, visit an Apple Store or Apple Authorized Service Provider (AASP) for further diagnosis. If you plan to visit an Apple Retail Store, make a reservation at the Genius Bar using http://www.apple.com/retail/geniusbar/ (available in some countries only).Note: Diagnostic fees may apply for issues not covered under warranty or the AppleCare Protection Plan (APP).
    I hope this information helps ....
    - Judy

  • EXE DOES NOT START AFTER DOWNLOADING

    I downloaded lr 4.3 but double clicking it does not open the exe. When I double click older lr downloads they still open normally.Right clicking and open does not work either. What to do?

    Windows Vista Home Premium 6.0.6002 SP2 Build 6002, Intel Core 2 Quad
    Q9300 2.5GHz. When I double click the download, the arrow starts rotaing
    for about 30 seconds and then disappears without any new window opening
    Op 17/12/2012 23:55, Jeff A Wright schreef:
    >
          Re: EXE DOES NOT START AFTER DOWNLOADING
    created by Jeff A Wright
    <http://forums.adobe.com/people/JeffAWright> in /Downloading,
    Installing, Setting Up/ - View the full discussion
    <http://forums.adobe.com/message/4928607#4928607

  • Enqueue replication server does not terminate after failover

    Hi,
    We are trying to setup high availability of enqueue server where in we have running enqueue server on node-A and ERS on node-B all the time.
    Whenever enqueue is stopped on node-A, it automatically failovers on node-B but after replication of lock table, enqueue does not terminate the ERS running on node-B and as a result our enqueue and ERS both keeps running on the same host (Failover node-B) which should not be the case.
    We havenu2019t configured polling in that scenario SAP note-1018968 depicts the same however this is applicable only for version-640 and 700.
    Ideally when enqueue server switches to node-B, it should terminate the ERS on the same node after replication and then HA software would take care of its restart on node -A.
    We have ERS running of version 701; could anyone please let me know if the same behaviour is common for 701 version as well?
    Or there is any additional configuration to be done to make it working.
    Thanks in advance.
    Cheers !!!
    Ashish

    Hi Naveed,
    Stopping ERS is suppose to be taken care by SAP only and not the HA software.
    Once ERS stops on node -B there would be a fault reported and as a result HA software will restart the ERS on node A.
    Please refer to a section of SAP Note 1018968 - 'Enqueue replication server does not terminate after failover'
    "Therefore, the cluster software must only organise the restart of the replication server and does not need to do anything for the shutdown."
    Another blog about the same:
    http://www.symantec.com/connect/blogs/veritas-cluster-server-sap  
    - After the successful lock table takeover, the Enqueue Replication Server will fault on this node (initiated by SAP). Veritas Cluster Server recognizes this failure and initiates a failover to a remaining node to create SAP Enqueue redundancy again. The Enqueue Replication Server will receive the complete Enqueue table from the Enqueue Server (SCS) and later Enqueue lock updates in a synchronous fashion.
    So it is nothing about HA software, it is the SAP which should control ERS on node-B.
    Cheers !!!
    Ashish

Maybe you are looking for

  • AudioUnit/AudioUnit.h file not found error in ipad App?

    Hi Iam using AudioToolbox Frame work in ipad App and i have added all required frameworks. App is running successfully in Ipad Simulator. But in device, AudioUnit/AudioUnit.h file not found error has occurred. i didn't found any solution in net. Plea

  • Solaris 10 06/06 x86 install Unable to run cmd: /usr/sbin/sysidput

    Hello, When I install Solaris 10 06/06 on my x86 machine, I follow all of the prompts. Eventually , I get to a place in the X Windows GUI where I enter my IP, netmask, Router IP, DNS server IPs, domain, and search list. I get an error at the end of t

  • Recommended way for Oracle SDO_GEOMETRY

    I'm going to be using coldfusion<>oracle spatial db to retrieve location data. Oracle does this with an SDO_GEOMETRY data type which holds location data, in my case somewhere in there will be point data which will have a longitude and latitude. since

  • Error DOM_10079 : Unable to start service on any node

    hi i am getting below error after i have created dwh tables using 64 bit data base client . table screated successfully. but when i try to login to informatica and trying to start the repository services i am getting below error Error DOM_10079 : Una

  • Can I use Smiley Central Ap with Firefox 4? I have Mac OS X 10.6.7

    I have a MacBook Pro with Mac OS X 10.6.7. I have downloaded Firefox 4. I tried to download Smiley Central Ap, but was informed it only works with Firefox 3. How can I get Smiley Central to work on my Mac?