Member 2 is not starting on websphere cluster with PT8.49 (Mapping clash)

Hi all,
i am using PeopleTools 8.49 and configured websphere 6.1 ND cluster on two machines named(ibmwas1,ibmwas2). when i try to start both the members of the cluster, member1 starts succesfully but member2 does not start. the deployment manager profile is created on ibmwas1. the exception is
************ Start Display Current Environment ************
WebSphere Platform 6.1 [ND 6.1.0.0 b0620.14] running with process name ibmwas1Cell01\hrcs9Node\member1 and process id 2896
Host Operating System is Windows Server 2003, version 5.2 build 3790 Service Pack 1
Java version = J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223-20060504 (JIT enabled)
J9VM - 20060501_06428_lHdSMR
JIT - 20060428_1800_r8
GC - 20060501_AA, Java Compiler = j9jit23, Java VM name = IBM J9 VM
was.install.root = C:\IBM\WebSphere\AppServer
user.install.root = C:\PT8.49\webserv\hrcs9
Java Home = C:\IBM\WebSphere\AppServer\java\jre
ws.ext.dirs = C:\IBM\WebSphere\AppServer/java/lib;C:\PT8.49\webserv\hrcs9/classes;C:\IBM\WebSphere\AppServer/classes;C:\IBM\WebSphere\AppServer/lib;C:\IBM\WebSphere\AppServer/installedChannels;C:\IBM\WebSphere\AppServer/lib/ext;C:\IBM\WebSphere\AppServer/web/help;C:\IBM\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = C:\PT8.49\webserv\hrcs9/properties;C:\IBM\WebSphere\AppServer/properties;C:\IBM\WebSphere\AppServer/lib/startup.jar;C:\IBM\WebSphere\AppServer/lib/bootstrap.jar;C:\IBM\WebSphere\AppServer/lib/j2ee.jar;C:\IBM\WebSphere\AppServer/lib/lmproxy.jar;C:\IBM\WebSphere\AppServer/lib/urlprotocols.jar;C:\IBM\WebSphere\AppServer/deploytool/itp/batchboot.jar;C:\IBM\WebSphere\AppServer/deploytool/itp/batch2.jar;C:\IBM\WebSphere\AppServer/java/lib/tools.jar
Java Library path = C:\IBM\WebSphere\AppServer\java\jre\bin;.;C:\IBM\WebSphere\AppServer\java\jre\bin;C:\IBM\WebSphere\AppServer\bin;C:\IBM\WebSphere\AppServer\java\bin;C:\IBM\WebSphere\AppServer\java\jre\bin;C:\oracle\product\10.2.0\client_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
************* End Display Current Environment *************
[11/5/08 23:09:23:046 PKT] 0000001b WebApp E Error while adding servlet mapping.
java.lang.Exception: Mapping clash for ServletWrapper[Proxy:[Proxy:/PP/*]]: Target com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionProcessor@61fc61fc already exists at node PP
     at com.ibm.ws.util.ClauseNode.add(ClauseNode.java:59)
     at com.ibm.ws.util.URIMatcher.put(URIMatcher.java:131)
     at com.ibm.ws.util.URIMapper.addMapping(URIMapper.java:47)
     at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:449)
     at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:274)
     at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:271)
     at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
     at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
     at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:653)
     at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:606)
     at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:333)
     at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:549)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1295)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:567)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:948)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2114)
     at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:340)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
[11/5/08 23:09:32:843 PKT] 0000001b WebApp E Error while adding servlet mapping.
java.lang.Exception: Mapping clash for ServletWrapper[PortletContainerServlet:[PortletContainerServlet:/portlet/*]]: Target com.ibm.ws.portletcontainer.webextension.PortletExtensionProcessor@69f269f2 already exists at node portlet
     at com.ibm.ws.util.ClauseNode.add(ClauseNode.java:59)
     at com.ibm.ws.util.URIMatcher.put(URIMatcher.java:131)
     at com.ibm.ws.util.URIMapper.addMapping(URIMapper.java:47)
     at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:449)
     at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:274)
     at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:271)
     at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
     at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
     at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:653)
     at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:606)
     at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:333)
     at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:549)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1295)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:567)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:948)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2114)
     at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:340)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
any help regarding it will be really appreciated.

in addition i also see the logs,
Index Count Time of last Occurrence Exception SourceId ProbeId
---------------------------------------+--------------------------
1 1 11/6/08 0:44:15:562 PKT com.ibm.websphere.management.exception.AdminException com.ibm.ws.management.nodeagent.NodeAgent.launchProcess 298
---------------------------------------+--------------------------
+ 2 1 11/6/08 0:44:15:671 PKT javax.management.MBeanException com.ibm.ws.management.AdminServiceImpl.invoke 679
+ 3 1 11/6/08 0:44:15:749 PKT java.lang.reflect.InvocationTargetException com.ibm.ws.management.connector.soap.SOAPConnector.invoke 351
+ 4 1 11/6/08 0:44:16:030 PKT javax.management.MBeanException com.ibm.ws.management.connector.soap.SOAPConnector.service 212
Index Count Time of last Occurrence Exception SourceId ProbeId
---------------------------------------+--------------------------
1 1 11/6/08 0:43:51:655 PKT com.ibm.ws.dcs.vri.common.DCSDumpException com.ibm.ws.dcs.vri.common.util.DCSDiagnosticModule.causeDump 100
2 2 11/5/08 23:10:26:827 PKT java.util.zip.ZipException com.ibm.ws.classloader.ClassLoaderUtils.addDependents 238
---------------------------------------+--------------------------
------Start of DE processing------ = [11/6/08 0:43:51:655 PKT] , key = com.ibm.ws.dcs.vri.common.DCSDumpException com.ibm.ws.dcs.vri.common.util.DCSDiagnosticModule.causeDump 100
Exception = com.ibm.ws.dcs.vri.common.DCSDumpException
Source = com.ibm.ws.dcs.vri.common.util.DCSDiagnosticModule.causeDump
probeid = 100
Stack Dump = com.ibm.ws.dcs.vri.common.DCSDumpException: Closing the connection because this member did not manage to connect with ibmwas1Cell01\ibmwas2Node01\nodeagent
     at com.ibm.ws.dcs.vri.common.Globals.causeDump(Globals.java:294)
     at com.ibm.ws.dcs.vri.transportAdapter.rmmImpl.ptpDiscovery.DiscoveryServerMgr.reportPing(DiscoveryServerMgr.java:1280)
     at com.ibm.ws.dcs.vri.transportAdapter.rmmImpl.ptpDiscovery.DiscoveryRcv.doMessage(DiscoveryRcv.java:521)
     at com.ibm.ws.dcs.vri.transportAdapter.rmmImpl.ptpDiscovery.DiscoveryRcv.access$600(DiscoveryRcv.java:54)
     at com.ibm.ws.dcs.vri.transportAdapter.rmmImpl.ptpDiscovery.DiscoveryRcv$DiscoverRcvMsgJob.process(DiscoveryRcv.java:690)
     at com.ibm.ws.dcs.vri.common.JobsProcessorThread.executeJob(JobsProcessorThread.java:411)
     at com.ibm.ws.dcs.vri.common.JobsProcessorThread.run(JobsProcessorThread.java:281)
Dump of callerThis =
Object type = com.ibm.ws.dcs.vri.common.util.DCSDiagnosticModule
com.ibm.ws.dcs.vri.common.util.DCSDiagnosticModule@5560556
==> Performing default dump from com.ibm.ws.dcs.vri.common.util.DCSDiagnosticModule = Thu Nov 06 00:43:51 PKT 2008
Reason = com.ibm.ws.dcs.vri.common.DCSDumpException: Closing the connection because this member did not manage to connect with ibmwas1Cell01\ibmwas2Node01\nodeagent
******************* DiscoveryServerMgr::dump() *******************
defined node listeners: PtpRmmNode, PtpRmmNode|ibmwas1Cell01\hrcs9Node\nodeagent|null|1=[DefaultCoreGroup], PtpRmmNode|ibmwas1Cell01\ibmwas2Node01\nodeagent|UnicastConnection@529538960, address: 127.0.0.1:9353 | 2855, isOutbound: true, isValid: true (false false).|1=[DefaultCoreGroup], PtpRmmNode|ibmwas1Cell01\hrcs9Node\server1|null|1=[DefaultCoreGroup], PtpRmmNode|ibmwas1Cell01\ibmwas1CellManager01\dmgr|UnicastConnection@1635541372, address: 192.168.3.51:9352 | 2017, isOutbound: true, isValid: true (false false).|1=[DefaultCoreGroup]}connected nodes: PtpRmmNodeconnected nodes: PtpRmmNodedefined node listeners: PtpRmmNode, PtpRmmNode|ibmwas1Cell01\hrcs9Node\nodeagent|null|1=[DefaultCoreGroup], PtpRmmNode|ibmwas1Cell01\ibmwas2Node01\nodeagent|UnicastConnection@529538960, address: 127.0.0.1:9353 | 2855, isOutbound: true, isValid: true (false false).|1=[DefaultCoreGroup], PtpRmmNode|ibmwas1Cell01\hrcs9Node\server1|null|1=[DefaultCoreGroup], PtpRmmNode|ibmwas1Cell01\ibmwas1CellManager01\dmgr|UnicastConnection@1635541372, address: 192.168.3.51:9352 | 2017, isOutbound: true, isValid: true (false false).|1=[DefaultCoreGroup]}
Defined Nodes Listeners
Node name: ibmwas1Cell01\hrcs9Node\member1, state: RCV_DEAD_TX_LIVE
Node name: ibmwas1Cell01\hrcs9Node\nodeagent, state: RCV_DEAD_TX_DEAD
Node name: ibmwas1Cell01\ibmwas2Node01\nodeagent, state: RCV_LIVE_TX_LIVE
Node name: ibmwas1Cell01\hrcs9Node\server1, state: RCV_DEAD_TX_LIVE
Node name: ibmwas1Cell01\ibmwas1CellManager01\dmgr, state: CONNECTED
****************** DiscoveryRcv::dump() **************************
_liveRcvNodesStreams:
{ibmwas1Cell01\ibmwas2Node01\member2=com.ibm.ws.dcs.vri.transportAdapter.rmmImpl.ptpDiscovery.DiscoveryRcv$InData@d800d8, ibmwas1Cell01\ibmwas2Node01\nodeagent=com.ibm.ws.dcs.vri.transportAdapter.rmmImpl.ptpDiscovery.DiscoveryRcv$InData@2c422c42, ibmwas1Cell01\ibmwas1CellManager01\dmgr=com.ibm.ws.dcs.vri.transportAdapter.rmmImpl.ptpDiscovery.DiscoveryRcv$InData@2d462d46}
rmm Receiver:
RMMSTATS_
RMMSTATS_********* - 1.9.8.13 - 02/05/06 - *********************
RMMSTATS_UnicastPReceiver Status:
RMMSTATS_ HBProc: r1121. PProc: r6640. connections: 5
RMMSTATS_ RejectedStreamSize: 0
RMMSTATS_------------ QueueR: com.ibm.rmm.mtl.receiver.MStreamSetR@5d365d36
RMMSTATS_ Fifo Q size: 0. Msgs Q size: 0
RMMSTATS_------------ QueueR: com.ibm.rmm.mtl.receiver.MStreamSetR@28162816
RMMSTATS_ Fifo Q size: 0. Msgs Q size: 0
RMMSTATS_ Stream: -4216846273238326136 Name: ibmwas1Cell01\ibmwas1CellManager01\dmgr#DCS#PTP#CON#DefaultCoreGroup#PtpRmmNode|ibmwas1Cell01\ibmwas1CellManager01\dmgr|192.168.3.51|9352
RMMSTATS_ Front #: 155. Trail#: -1. Contig #: 155. Processed Packs: 156
RMMSTATS_ Received Msgs: 156. Delivered Msgs: 156
RMMSTATS_------------ QueueR: com.ibm.rmm.mtl.receiver.MStreamSetR@16f416f4
RMMSTATS_ Fifo Q size: 0. Msgs Q size: 0
RMMSTATS_ Stream: -4217127748215036792 Name: ??????115800ae:11d6d5bc626:-8000ibmwas1Cell01\ibmwas1CellManager01\dmgr#DCS#PTP#DISC#DefaultCoreGroup#PtpRmmNode|ibmwas1Cell01\ibmwas1CellManager01\dmgr|192.168.3.51|9352
RMMSTATS_ Front #: 0. Trail#: -1. Contig #: 0. Processed Packs: 1
RMMSTATS_ Received Msgs: 1. Delivered Msgs: 1
RMMSTATS_ Stream: -2190226440921537397 Name: ??????115800ae:11d6d5bc626:-8000ibmwas1Cell01\ibmwas2Node01\member2#DCS#PTP#DISC#DefaultCoreGroup#PtpRmmNode|ibmwas1Cell01\ibmwas2Node01\member2|192.168.3.52|9355
RMMSTATS_ Front #: 2798. Trail#: 1699. Contig #: 2798. Processed Packs: 2799
RMMSTATS_ Received Msgs: 2799. Delivered Msgs: 2799
RMMSTATS_ Stream: -621566395713051511 Name: ??????115800ae:11d6d5bc626:-8000ibmwas1Cell01\ibmwas2Node01\nodeagent#DCS#PTP#DISC#DefaultCoreGroup#PtpRmmNode|ibmwas1Cell01\ibmwas2Node01\nodeagent|192.168.3.52|9353
RMMSTATS_ Front #: 15. Trail#: -1. Contig #: 15. Processed Packs: 16
RMMSTATS_ Received Msgs: 16. Delivered Msgs: 16
RMMSTATS_ Stream: -623255245573315447 Name: ??????115800ae:11d6d5bc626:-8000ibmwas1Cell01\ibmwas2Node01\nodeagent#DCS#PTP#DISC#DefaultCoreGroup#PtpRmmNode|ibmwas1Cell01\ibmwas2Node01\nodeagent|192.168.3.52|9353
RMMSTATS_ Front #: 14. Trail#: -1. Contig #: 14. Processed Packs: 15
RMMSTATS_ Received Msgs: 15. Delivered Msgs: 15
RMMSTATS_********************************
*********************** DiscoverySubServer::dump() *******************
Stack name: DefaultCoreGroup
Defined:
{ibmwas1Cell01\hrcs9Node\member1=PtpRmmNode|ibmwas1Cell01\hrcs9Node\member1|null|1, ibmwas1Cell01\hrcs9Node\nodeagent=PtpRmmNode|ibmwas1Cell01\hrcs9Node\nodeagent|null|1, ibmwas1Cell01\ibmwas2Node01\nodeagent=PtpRmmNode|ibmwas1Cell01\ibmwas2Node01\nodeagent|UnicastConnection@529538960, address: 127.0.0.1:9353 | 2855, isOutbound: true, isValid: true (false false).|1, ibmwas1Cell01\hrcs9Node\server1=PtpRmmNode|ibmwas1Cell01\hrcs9Node\server1|null|1, ibmwas1Cell01\ibmwas1CellManager01\dmgr=PtpRmmNode|ibmwas1Cell01\ibmwas1CellManager01\dmgr|UnicastConnection@1635541372, address: 192.168.3.51:9352 | 2017, isOutbound: true, isValid: true (false false).|1}
****************** DiscoveryTx::dump() ibmwas1Cell01\ibmwas2Node01\member2 *******************
Attempting nodes:
Dead nodes:
PtpRmmNode
Live nodes:
PtpRmmNode
Rmm transmitter:
RMMSTATS_
RMMSTATS_********* - 1.9.8.13 - 02/05/06 | 192.168.3.52:9355 - *********************
RMMSTATS_ EventAnnouncer nRot: 646
RMMSTATS_ Unicast Pending #: 0
RMMSTATS_ UnicastPTransmitter status:
RMMSTATS_Fireout: p3 r12990. HBSender: ccp187 snp59. TimingThrd: p1 r5885. ConnPending: r224 p0 np0
RMMSTATS_------------ QueueT: ibmwas1Cell01\ibmwas2Node01\member2#DCS#PTP#CON#DefaultCoreGroup#PtpRmmNode|ibmwas1Cell01\ibmwas2Node01\member2|192.168.3.52|9355. Stream Id: -2189944965944826741
RMMSTATS_ Messages: 44. Front: 44. Pending: 0. Quarantine: false
RMMSTATS_------------ QueueT: Nameless (ByteArray) Queue[B@a980a98. Stream Id: -2115917047069924213
_RMM_STATS_ Messages: 15. Front: 15. Pending: 0. Quarantine: false
_RMM_STATS_------------ QueueT: Nameless (ByteArray) Queue[B@72927292. Stream Id: -2116198522046634869
_RMM_STATS_ Messages: 0. Front: 0. Pending: 0. Quarantine: false
_RMM_STATS_------------ QueueT: Nameless (ByteArray) Queue[B@2bb82bb8. Stream Id: -2191070865851669365
_RMM_STATS_ Messages: 1. Front: 1. Pending: 0. Quarantine: false
_RMM_STATS_------------ QueueT: Nameless (ByteArray) Queue[B@2320232. Stream Id: -2190226440921537397
_RMM_STATS_ Messages: 2799. Front: 2799. Pending: 0. Quarantine: false
_RMM_STATS_********************************
*********************** DiscoverySubServer::dump() *******************
Stack name: DefaultCoreGroup
Defined:
{ibmwas1Cell01\hrcs9Node\member1=PtpRmmNode|ibmwas1Cell01\hrcs9Node\member1|UnicastConnection@1746429976, address: 127.0.0.1:9355 | 2020, isOutbound: true, isValid: true (false false).|11, ibmwas1Cell01\hrcs9Node\nodeagent=PtpRmmNode|ibmwas1Cell01\hrcs9Node\nodeagent|null|11, ibmwas1Cell01\ibmwas2Node01\nodeagent=PtpRmmNode|ibmwas1Cell01\ibmwas2Node01\nodeagent|UnicastConnection@1819962490, address: 192.168.3.52:9353 | 2854, isOutbound: true, isValid: true (false false).|21, ibmwas1Cell01\hrcs9Node\server1=PtpRmmNode|ibmwas1Cell01\hrcs9Node\server1|UnicastConnection@529538960, address: 127.0.0.1:9353 | 2855, isOutbound: true, isValid: true (false false).|11, ibmwas1Cell01\ibmwas1CellManager01\dmgr=PtpRmmNode|ibmwas1Cell01\ibmwas1CellManager01\dmgr|UnicastConnection@1635541372, address: 192.168.3.51:9352 | 2017, isOutbound: true, isValid: true (false false).|11}
+Data for directive [defaultdcs] obtained. =
==> Dump complete for com.ibm.ws.dcs.vri.common.util.DCSDiagnosticModule = Thu Nov 06 00:43:51 PKT 2008

Similar Messages

  • SDM Deployment Failed--SDM could not start the J2EE cluster on the DB Host

    HI,
    I am trying to deploy ESS packges in EP through SDM.But while deploying I am getting this error in SDM at the start itself:-
    Error: An error occured while starting a cluster instance.
    Oct 14, 2008 5:14:41 PM  Error: There is no clutser control instance running on host SBPEPDB1 which is described in SecureStorage
    Please check if there is an appropriate running cluster instances
    SDM could not start the J2EE cluster on the host SBPEPDB1! The online deployment is terminated.
    There is no clutser control instance running on host SBPEPDB1 which is described in SecureStorage
    I am pasting the full LOG File details:-
    Oct 14, 2008 6:32:00 PM  Info: Starting cluster instance processes.
    Oct 14, 2008 6:32:00 PM  Error: An error occured while starting a cluster instance.
    Oct 14, 2008 6:32:00 PM  Error: There is no clutser control instance running on host SBPEPDB1 which is described in SecureStorage . The instances, returned by MessageServer [MS host: SBPEPCI1; MS port: 3900], are :
    Name:JM_T1223989073901_0_CPCAPP109
    Host:SBPEPCI1
    State:5
    HostAddress:172.17.131.38
    Name:JC_CPCAPP109_EPP_01
    Host:CPCAPP109
    State:5
    HostAddress:172.17.131.31
    Please check if there is an appropriate running cluster instances.
    Oct 14, 2008 6:32:00 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Oct 14, 2008 6:32:00 PM  Error: Aborted: development component 'pcui_gp/isr/cfg'/'sap.com'/'MAIN_ERP05VAL_C'/'2515722'/'0', grouped by software component 'SAPPCUI_GP'/'sap.com'/'MAIN_ERP05VAL_C'/'1000.600.0.13.0.20080516101947''/'0':
    SDM could not start the J2EE cluster on the host SBPEPDB1! The online deployment is terminated.
    There is no clutser control instance running on host SBPEPDB1 which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: SBPEPCI1; MS port: 3900], are :
    Name:JM_T1223989073901_0_CPCAPP109
    Host:SBPEPCI1
    State:5
    HostAddress:172.17.131.38
    Name:JC_CPCAPP109_EPP_01
    Host:CPCAPP109
    State:5
    HostAddress:172.17.131.31
    Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Oct 14, 2008 6:32:04 PM  Info: Starting to save the repository
    Oct 14, 2008 6:32:05 PM  Info: Finished saving the repository
    Oct 14, 2008 6:32:07 PM  Info: Starting: Initial deployment: Selected software component 'SAPPCUI_GP'/'sap.com'/'MAIN_ERP05VAL_C'/'1000.600.0.13.0.20080516101947''/'0' will be deployed.
    Oct 14, 2008 6:32:07 PM  Error: Aborted: software component 'SAPPCUI_GP'/'sap.com'/'MAIN_ERP05VAL_C'/'1000.600.0.13.0.20080516101947''/'0':
    Failed deployment of SDAs:
    development component 'pcui_gp/isr/cfg'/'sap.com'/'MAIN_ERP05VAL_C'/'2515722'/'0' : aborted
    Please, look at error logs above for more information!
    I have checked the CONFIGTOOl and the properties seem to be OK.
    I tried SHUTTING DOWN all APPLICATION servers & Restarting the DEPLOYMENT,but it still Failed
    Pls suggest.
    Regards,
    Abhijeet
    I

    Hi George,
    Thnx for your reply.
    I have stopped all Application servers and kept only the CI-DB instances running.Retried deploying the ESS packages but still getting the same error.
    Have checked the Visual admin,it is not in SAFE mode,it working normally.
    Have alos checked the CLUSTER Manager Property Values in both Visual Admin & Config Tool,they are alright.
    About the Cluster Resources,can you pls specify what exactly do you mean by "Cluster Resources are running or not".
    I think if the application servers are stopped,then the Cluster resources shudnt come into play right?? Correct me if I am wrong.
    Kindly suggest what other steps I shud take.
    Regards,
    Abhijeet

  • Problem with deploying : SDM could not start the J2EE cluster on the host .

    Hello, All
    I have following problem with deploying the aplication I get  this messenger:
    16/09/2008 07:59:44 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : 192.168.0.14
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/PENITU1/LOCALS~1/Temp/temp47114ZChangeRequestDatabase.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/PENITU1/LOCALS~1/Temp/temp47114ZChangeRequestDatabase.ear
    Aborted: development component 'ZChangeRequestDatabase'/'local'/'LOKAL'/'0.2008.05.03.04.24.17'/'0':
    SDM could not start the J2EE cluster on the host Jupiter! The online deployment is terminated. There is no cluster control instance running on host Jupiter which is described in SecureStorage . The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :|Name:JM_T1221612526745_0_penitus15 |Host:PENITUS15 |State:5|HostAddress:192.168.0.205||Name:JM_T1221612357814_0_Jupiter |Host:pfs |State:5|HostAddress:192.168.0.14||Name:JC_Jupiter_JTP_00 |Host:pfs |State:5|HostAddress:192.168.0.14|Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment exception : The deployment of at least one item aborted
    I dont'n know  How do I  solver this error?
    - I reviewed the virtual memory and I increase the virtual memory
    - I restarted the server and  the system
    - I reviwed the parameter in the config tool --> cluster --> security storage it is OK
    Any suggestion for solver this  problem
    Thanks
    Regards
    DS

    I found this messenger in   Additional log information., Please si 
    17/09/2008 03:04:51 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [004]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[C:\usr\sap\JTP\JC00\SDM\program\log\sdmcl20080917200328.log]/>
    <!PATTERN[sdmcl20080917200328.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    Sep 17, 2008 1:04:40 PM  Info: -
    Starting deployment -
    Sep 17, 2008 1:04:40 PM  Info: Error handling strategy: OnErrorStop
    Sep 17, 2008 1:04:40 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Sep 17, 2008 1:04:40 PM  Info: Update strategy: UpdateAllVersions
    Sep 17, 2008 1:04:40 PM  Info: Starting deployment prerequisites:
    Sep 17, 2008 1:04:40 PM  Info: Loading selected archives...
    Sep 17, 2008 1:04:40 PM  Info: Loading archive 'C:\usr\sap\JTP\JC00\SDM\program\temp\temp62604ZIssueDatabase.ear'
    Sep 17, 2008 1:04:41 PM  Info: Selected archives successfully loaded.
    Sep 17, 2008 1:04:41 PM  Info: Actions per selected component:
    Sep 17, 2008 1:04:41 PM  Info: Initial deployment: Selected development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0' will be deployed.
    Sep 17, 2008 1:04:41 PM  Info: Ending deployment prerequisites. All items are correct.
    Sep 17, 2008 1:04:43 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Info: Saved current Engine state.
    Sep 17, 2008 1:04:45 PM  Info: Starting: Initial deployment: Selected development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0' will be deployed.
    Sep 17, 2008 1:04:45 PM  Info: SDA to be deployed: C:\usr\sap\JTP\JC00\SDM\root\origin\local\ZIssueDatabase\LOKAL\0\0.2008.04.17.10.53.03\temp62604ZIssueDatabase.ear
    Sep 17, 2008 1:04:45 PM  Info: Software type of SDA: J2EE
    Sep 17, 2008 1:04:45 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Info: Starting cluster instance processes.
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: An error occured while starting a cluster instance.
    Sep 17, 2008 1:04:45 PM  Error: There is no clutser control instance running on host Jupiter which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :
    Name:JM_T1221672404781_2_penitus15
    Host:PENITUS15
    State:5
    HostAddress:192.168.0.215
    Name:JM_T1221679486171_0_Jupiter
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Name:JC_Jupiter_JTP_00
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Please check if there is an appropriate running cluster instances.
    Sep 17, 2008 1:04:45 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Sep 17, 2008 1:04:45 PM  Error: Aborted: development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0':
    SDM could not start the J2EE cluster on the host Jupiter! The online deployment is terminated.
    There is no clutser control instance running on host Jupiter which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :
    Name:JM_T1221672404781_2_penitus15
    Host:PENITUS15
    State:5
    HostAddress:192.168.0.215
    Name:JM_T1221679486171_0_Jupiter
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Name:JC_Jupiter_JTP_00
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Sep 17, 2008 1:04:45 PM  Info: Starting to save the repository
    Sep 17, 2008 1:04:46 PM  Info: Finished saving the repository
    Sep 17, 2008 1:04:47 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Sep 17, 2008 1:04:47 PM  Error: -
    At least one of the Deployments failed -
    Any help will be well received about this problema
    Thk
    Regards
    DS

  • Deployment SDM could not start the J2EE Cluster on the host nw4host

    Hello,
    I installed the WAS testdrive on Linux SUSE 9.3 and the SNDS on WinXP.
    I am trying to deploy the welcome application from the SNDS and get the following error message:
    SDM could not start the J2ee Cluster on the host nw4host! The online deployment is terminated. JStartup Framework ist not able to deliver an information about the cluster control instances! Please check the status of the J2EE Engine.
    I can start the J2EE Start page on port 50000, the system info shows that dispatcher, server0 and SDM are running. I can start the visual admin with go, the SDM with RemoteGui and the DeployTool.
    The comand startsap check nw4host shows, everythings running:
    nw4host:nw4adm 54> startsap check nw4host
    Checking ADA db Database
    ABAP Database is running
    Checking ADA db Database
    J2EE Database is running
    See logfile JdbcCon.log
    Checking SAP NW4 Instance SCS01
    Instance SCS01 is running
    Checking SAP NW4 Instance DVEBMGS00
    Instance DVEBMGS00 is running
    Logging in to SAP with the Java Gui, the ICM says:
    ABAP Server operational        = TRUE          
    J2EE Server configured         = FALSE         
    J2EE HTTP port                 = 50000         
    J2EE HTTPS port                = 50001         
    J2EE Server operational        = TRUE          
    Default root access handler    = ABAP          
    URL Prefix Table loaded        = TRUE          
    Any idea where the problem could be ?
    Thanks, Manfred.

    changed the ip address for nw4host in etc/hosts to the real ip address of the server where application runs

  • NW4:  SDM could not start the J2EE cluster on the host nw4host

    Hello,
    in NW4 i get this error when i try to deploy the welcome webdynpro:
    SDM could not start the J2EE cluster on the host nw4host! The online deployment is terminated. JStartup Framework is not able to deliver an information about the cluster control instances! Please check the status of the J2EE Engine.
    I am using NW4 (built 28.9.04) on Suse 9.0 and the corresponding IDE (2.04) on Windows 2000.
    In the J2EE view of the IDE everything (SDM, Dispatcher and Server) is green. I can start the examples on port 50000. According to systeminfo everything is running.
    I searched in OSS and found Note 738402. But there is no EOF in the SDM-logfile. And when i started the J2EE-Configtool the value for "admin/host/SID" is not localhost.
    Any hints?
    Regards,
    Nico.

    Hello,
    > Developer Studio -> Preferences -> SAP J2EE Engine ?
    of course. Every icon (SDM, Dispatcher and server) is green in the J22E-View of the IDE. I still get this error message.
    Regards,
    Nico.

  • SDM could not start the J2EE cluster on the host Error on Deployments

    Hi,
    We are sudenly getting this Error when trying to make a Deployment in the NWDE:
    Settings
    SDM host : 10.26.26.198
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/ALMA1.CAR/LOCALS~1/Temp/temp49346WDWFApp.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ALMA1.CAR/LOCALS~1/Temp/temp49346WDWFApp.ear
    Aborted: development component 'WDWFApp'/'local'/'LOKAL'/'0.2007.02.16.15.11.28'/'0':SDM could not start the J2EE cluster on the host vmxtbcsapep01! The online deployment is terminated. There is no clutser control instance running on host vmxtbcsapep01 which is described in SecureStorage . The instances, returned by MessageServer [MS host: vmxtbcsapep01; MS port: 3901], are :|Name:JM_T1171660289517_0_ALMACARVAJAL        |Host:miriamdragustinovis             |State:5|HostAddress:10.21.69.164||Name:JM_T1171656308064_0_vmxtbcsapep01       |Host:cvespinosa                      |State:5|HostAddress:10.26.26.198||Name:JC_vmxtbcsapep01_CPQ_00                 |Host:cvespinosa                      |State:5|HostAddress:10.26.26.198|Please check if there is an appropriate running cluster instances. (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment exception : The deployment of at least one item aborted
    And in the sdm log file we got this kind of errors:
    Feb 16, 2007 2:13:46 PM  Error: Unable to compare host[vmxtbcsapep01] and host[miriamdragustinovis] Throwable: java.net.UnknownHostException Throwable message: miriamdragustinovis
    Feb 16, 2007 2:13:46 PM  Error: Unable to compare host[vmxtbcsapep01] and host[cvespinosa] Throwable: java.net.UnknownHostException Throwable message: cvespinosa
    Feb 16, 2007 2:13:46 PM  Error: Unable to compare host[vmxtbcsapep01] and host[cvespinosa] Throwable: java.net.UnknownHostException Throwable message: cvespinosa
    Feb 16, 2007 2:13:46 PM  Error: An error occured while starting a cluster instance.
    Feb 16, 2007 2:13:46 PM  Error: There is no clutser control instance running on host vmxtbcsapep01 which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: vmxtbcsapep01; MS port: 3901], are :
    Name:JM_T1171656916610_0_ALMACARVAJAL
    Host:miriamdragustinovis
    State:5
    HostAddress:10.21.69.164
    Name:JM_T1171656308064_0_vmxtbcsapep01
    Host:cvespinosa
    State:5
    HostAddress:10.26.26.198
    Name:JC_vmxtbcsapep01_CPQ_00
    Host:cvespinosa
    State:5
    HostAddress:10.26.26.198
    Any Idea what can be wrong? we have even restarted de AIX Server and starting all the services and it is still not working.
    Thanx in Advanced!
    Gerardo J

    Hi Gerardo,
    I encountered exactly the same error, but had a different solution as I was expecting from the error-message.
    In my case I was forced by the Visual Administrator to change the administration password, since the time was up on it. But as the password for the Visual Administrator is saved within the database, the password for the SDM is stored within the secure store (file-system) and changing the password just in VA will not automatically change it also in the secure store. But since both passwords for the internal usage need to be equalized, I encountered problems afterwards when trying to deploy something and I got the same error message. However the sense of restriction is meant here, the solution on it was rather simple as follows (Just note that you need to enter a dummy-password first, before setting the correct one similar to your visual administrator):
    1. create a telnet session to your J2EE using a command line shell
    2. enter "jump 0" to get on the correct node within your J2EE
    3. enter "add user" to gain access to user-specific commands
    4. enter "password <Administrator> <temporarily new password>"
    5. exit
    6. create another telnet session to your J2EE using a command line shell
    7. after succeeded the login, you will now be forced to enter a new password - so enter "password <Administrator> <origin password of the Visual Administrator>"
    8. exit
    9. now start the config-tool of the engine
    10. apply to the DB-default-question with "yes"
    11. select the Secure Store on the left
    12. select the entry "admin/password/..." that you can see it in the bottom lines.
    13. click "Remove" to delete it from the list
    14. set the password similar to the Visual Administrator password within the "Value" line (take care as you can not see the digits).
    15. click "Add" to add it back to the list
    16. click the disc symbol in the top of the UI to save the new password (if you don't get a dialog afterwards that the data has been stored, something may hasn't worked fine when removing/adding the password-entry, in this case repeat the action on it).
    17. After exiting the config-tool, you need to restart the entire J2EE.
    18. Your hopefully finished by success ;o))
    Best regards
    Jochen

  • My iphone 3 will not sync with itunes - it says Apple mobile device is not started, also does it with ipad - any ideas?? thanksple mobile device is not starte

    my iphone 3 will not sync with itunes, it says Apple mobile device is not started, also doing it with ipad - can anyone help??? thanks

    Restart your computer. Run iTunes and check for updates. If there is a later version of iTunes available, download and install it. Then try again. If you still cannot see your iPad listed in iTunes make a list of all the things you have tried so that we can see exactly what steps you have taken.

  • Round Robin was not happening for my cluster with WebLogic Proxy Plugin

              Hi,
              I configured my cluster with software load balancer, HTTPClusterServlet. By default,
              it is load balancing with Round Robin Algorithm. That means one HTTP request
              goes to server1, and the other HTTP request goes to server2. However, it is not
              what I can see no matter for the requests in one HTTP session or not.
              Say I open two browser, and log into my application with two different users,
              one is "cyang", the other is "xpression". Then the HTTP request (for servlet/jsp)
              from two browsers always go to the same server1, server2 is not invoked at all.
              I did see one time, with only one session (one browser with "xPression" user log
              in), the most requests go to server1, suddenly I am brough into log in page, then
              I noticed that the request for "xPression" moved to server2 although server1 is
              still alive. Therefore, at most, I can say it is "Random", rather than "Round
              Robin".
              What is the real meaning for HTTP servlet/jsp load balancing algorithm? Does
              Round Robin mean request go to each server in turns? Does it have to be different
              session or it can be within one session?
              

    It should be sticky. If not, then bug / config error.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com/coherence.jsp
              Tangosol Coherence: Clustered Replicated Cache for Weblogic
              "Carole Yang" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Thanks. Yeh, with two kind of browsers, I do see the request goes to
              different
              > servers.
              >
              > That goes back to the original question. Does "Round Robin" here fall
              into the
              > scope of a HTTP session. However, that is not always true for my tests.
              Sometimes,
              > HTTP request just randomly goes to another server while in the same HTTP
              session.
              > It is not sticky to one particular server during one session.
              >
              >
              >
              > --Carole
              >
              >
              > "Cameron Purdy" <[email protected]> wrote:
              > >Has to be different sessions to go to different machines.
              > >
              > >Best way to test is to run one session in IE and the other in Mozilla
              > >or
              > >Netscape.
              > >
              > >Peace,
              > >
              > >Cameron Purdy
              > >Tangosol, Inc.
              > >http://www.tangosol.com/coherence.jsp
              > >Tangosol Coherence: Clustered Replicated Cache for Weblogic
              > >
              > >
              > >"Carole Yang" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Hi,
              > >>
              > >> I configured my cluster with software load balancer,
              HTTPClusterServlet.
              > >By default,
              > >> it is load balancing with Round Robin Algorithm. That means one HTTP
              > >request
              > >> goes to server1, and the other HTTP request goes to server2. However,
              > >it
              > >is not
              > >> what I can see no matter for the requests in one HTTP session or not.
              > >>
              > >> Say I open two browser, and log into my application with two different
              > >users,
              > >> one is "cyang", the other is "xpression". Then the HTTP request (for
              > >servlet/jsp)
              > >> from two browsers always go to the same server1, server2 is not invoked
              > >at
              > >all.
              > >>
              > >> I did see one time, with only one session (one browser with "xPression"
              > >user log
              > >> in), the most requests go to server1, suddenly I am brough into log
              > >in
              > >page, then
              > >> I noticed that the request for "xPression" moved to server2 although
              > >server1 is
              > >> still alive. Therefore, at most, I can say it is "Random", rather
              > >than
              > >"Round
              > >> Robin".
              > >>
              > >> What is the real meaning for HTTP servlet/jsp load balancing algorithm?
              > >Does
              > >> Round Robin mean request go to each server in turns? Does it have
              > >to be
              > >different
              > >> session or it can be within one session?
              > >
              > >
              >
              

  • SAP not starting after crash: Terminateing With error code 12

    Hi,
    After system crash SAP is not starting normally. When running startsap under SIDadm puts out: /usr/sap/TST/SYS/exe/run/startdb: Terminateing With error code 12
    startdb.log shows that:
    /oracle/TST/102_64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shares object file: No such file or directory
    I have checked - file and directory are present.
    However - when manually starting DB under oraSID and then logging in as SIDadm and starting SAP - everything starts normally.
    (Allthough SID is has been changed before - system also worked normally after SID change) I have checked userrights and groups , also profile - everything seems to be normal. Any ideas?
    Edited by: Kristjan T on Mar 16, 2011 1:16 PM

    Hi,
    1.what UNIX Flavor are we talking about  -> SuSe
    2.What SAP Kernel Release is in place (may be 6.40 non EX2 ?) -> 6.40
    3.What release is the DB suposed to have? -> 10.2.0.2.0 - 64bit Prod
    4.I see, you are calling an sqlplus from a 10.2 ORACLE_HOME.
    Is that the correct HOME the DB is running with ? -> Yes
    5.Can you start the DB with
    brconnect -c -u / -f dbstart  -> NO
    Error is:
    :devadm 51> brconnect -c -u / -f dbstart
    BR0801I BRCONNECT 7.00 (40)
    oracleDEV: error while loading shared libraries: libskgxp10.so: cannot open shared object file: No such file or directory
    BR0278E Command output of '/oracle/DEV/102_64/bin/sqlplus /nolog':
    /oracle/DEV/102_64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
    BR0280I BRCONNECT time stamp: 2011-05-05 15.01.17
    BR0279E Return code from '/oracle/DEV/102_64/bin/sqlplus /nolog': 127
    BR0302E SQLPLUS call for database instance DEV failed
    BR0303E Determination of Oracle version failed
    BR0280I BRCONNECT time stamp: 2011-05-05 15.01.17
    BR0804I BRCONNECT terminated with errors
    (Different machine but same situation)
    6.As already requested, what is the output of:
    6.1.ldd sqlplus
    :devadm 55> ldd sqlplus
    ldd: ./sqlplus: No such file or directory
    in addition:
    6.2. env | grep -i ora
    devadm 56> env | grep -i ora
    PATH=/oracle/DEV/102_64/bin:/opt/IBMJava2-amd64-142/bin:.:/home/devadm:/usr/sap/DEV/SYS/exe/run:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/devadm/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin
    LD_LIBRARY_PATH=/usr/sap/DEV/SYS/exe/run:/oracle/client/10x_64/instantclient
    dbms_type=ORA
    dbs_ora_tnsname=DEV
    dbs_ora_schema=SAPSR3
    ORACLE_SID=DEV
    ORACLE_BASE=/oracle
    TNS_ADMIN=/usr/sap/DEV/SYS/profile/oracle
    ORACLE_HOME=/oracle/DEV/102_64
    SAPDATA_HOME=/oracle/DEV
    6.3 env | grep -i nls
    :devadm 57> env | grep -i nls
    XNLSPATH=/usr/X11R6/lib/X11/nls
    NLS_LANG=AMERICAN_AMERICA.UTF8
    6.4 env | grep -i lib
    devadm 58> env | grep -i lib
    PATH=/oracle/DEV/102_64/bin:/opt/IBMJava2-amd64-142/bin:.:/home/devadm:/usr/sap/DEV/SYS/exe/run:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/devadm/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin
    XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
    XNLSPATH=/usr/X11R6/lib/X11/nls
    PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/opt/kde3/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig
    GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0
    GTK_PATH64=/usr/local/lib64/gtk-2.0:/opt/gnome/lib64/gtk-2.0:/usr/lib64/gtk-2.0
    DIR_LIBRARY=/usr/sap/DEV/SYS/exe/run
    LD_LIBRARY_PATH=/usr/sap/DEV/SYS/exe/run:/oracle/client/10x_64/instantclient
    Any ideas???
    Br,
    Kristjan T.

  • Photoshop does not start, instead, only annoys with CS6 Extended Test Version

    Hello all,
    since today, after a correct start, when starting Photoshop CS6 (Windows), only a dialog stating "Login for CS6 Extended Test Version" (or similar, as the text is in German). Afterwards, Photoshop simply exits. How do I get rid of this and make PS start as usual, as I do not want to test the extended version.
    Thank you and best regards,
    Dirk

    Thank you for this information. I do not use Creative Cloud and just purchased Photoshop CS6 for my laptop. When I install Application Manager as suggested in the link, I get a Creative Cloud icon that -- when clicked -- asks me to enter my Adobe ID. I deliberately do not want to use Creative Cloud, just continue using CS6 on my laptop.
    As the startup screen insists on entering my Adobe ID, I did. And now Photoshop starts as Extended in test mode and does not allow me to (Help ->) Deactivate.
    How do I get rid of this Extended test license (I do not need the "Extended" features) and return to my original one computer CS6 license without having to use Creative Cloud.
    Thank you and best regards
    Dirk

  • Just tried to upgrade to SnowLeopard with new software. iLife failed to download and now the computer will not start up--grey screen with lines going round and round in a circle. What can I do to get it to start up?

    Just tried to upgrade to SnowLeopard with newly purchased software disc. iLife failed to download and when I tried to restart the computer, it will not do so--just get a grey screen with the lines going around and around. Any ideas about how to get it to start?

    Mac Pro - Mid 2010
    Processor  2 x 2.66 GHz 6-Core Intel Xeon
    Memory  8 GB 1333 MHz DDR3 ECC
    Graphics  ATI Radeon HD 5870 1024 MB
    Software  Mac OS X Lion 10.7.2 (11C74)
    This is a brand new machine that I just purchased from Apple. It was delivered yesterday
    The old computer is an old PowerMac G5, but my OS X install disc is a retail version of 10.5.
    I also tried the OS X 10.5 install disc that came with my MacBook Pro (2.6 Ghz Intel Core 2 Dual).
    Same issue - nothing but a grey screen when the system tries to boot from the DVD

  • Active Sync does not start as domain user with no Administrator rights.

    Hi all,
    Searched the forums and the net but can't find anything about this.
    Situation:
    In a domain where users only have standard users rights I installed on a PC as a domain admin Active Sync 4.5
    When I logon as a user the Active Sync software can not be started.
    I disabled the firewall and even set full rights permission on the Active Sync directory both didn't help out.
    When I m logged on as this user I can choose to Start the program as a different user.
    This only works when I Start it with the domain administrator account.
    I hope that I do not have to give that information to this user to make this software work.....
    Anyone had the same problems? Anyone a idea?
    Thx in advance.
    Kind regards,
    Aartjan

    try this:
    1. make sure you install "activesync" from local harddisk (not from network), and do not delete the setup file after
    installation
    2. local in as "local administrator" and connect your PDA and make sure it can sync, I did not create a profile and just leave PDA connect as "guest" for now
    3. log off and re-login as "domain user", connect with USB should work
    4. if they still cannot communicate, run "ActiveSync" from start menu
    it works for me

  • WebLogic does not start due to issues with WLS_DIAGNOSTICS000000.DAT

    My customer is getting the following exception everytime he tries to restart his WebLogic services:
    ####<Jun 16, 2009 9:23:46 AM MST> <Critical> <WebLogicServer> <hqpsfindev> <PIA> <main> <<WLS Kernel>> <> <> <1245169426020> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.diagnostics.lifecycle.DiagnosticComponentLifecycleException: weblogic.store.PersistentStoreException: [Store:280020]There was an error while reading from the log file
         at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:44)
         at weblogic.diagnostics.lifecycle.DiagnosticFoundationService.start(DiagnosticFoundationService.java:107)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: weblogic.store.PersistentStoreException: [Store:280020]There was an error while reading from the log file
         at weblogic.store.io.file.Heap.getNextRecoveryFile(Heap.java:794)
         at weblogic.store.io.file.Heap.open(Heap.java:181)
         at weblogic.store.io.file.FileStoreIO.open(FileStoreIO.java:85)
         at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:353)
         at weblogic.store.PersistentStoreManager.createFileStore(PersistentStoreManager.java:202)
         at weblogic.diagnostics.archive.DiagnosticStoreRepository.getStore(DiagnosticStoreRepository.java:61)
         at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:42)
         ... 4 more
    Caused by: java.io.IOException: Error reading from file, Reached the end of the file., errno=38
         at weblogic.store.io.file.direct.DirectIONative.read(Native Method)
         at weblogic.store.io.file.direct.DirectFileChannel.read(DirectFileChannel.java:133)
         at weblogic.store.io.file.StoreFile.read(StoreFile.java:281)
         at weblogic.store.io.file.Heap.getNextRecoveryFile(Heap.java:792)
         ... 10 more
    He has narrowed this down to the following: He deletes
    ...\domain\servers\WebLogicAdmin (or managed server)\data\store\default\XXXXX.dat (WLS_DIAGNOSTICS000000.DAT). He also deletes the .dat file under diagnostics and then the service starts without issue.
    Can't be doing this every time he bounces his server.
    Does this call stack indicate lack of disk space?
    Caused by: java.io.IOException: Error reading from file, Reached the end of the file., errno=38
    Is there a way to disable diagnostics so this files don't get generated?
    Thanks!

    Diagnostics is normally disabled by default, but I recall that there was a bug a long while back (since fixed) that left it on by default. The following thread might help shed some light on the issue:
    Disable or reduce size of diagnostic archive?
    Regardless, the unexpected low level exception could be an indication of a bug in the WebLogic file store code. The only time I'd expect to see this is if somehow there are two processes that are both using the same file at the same time (on most operating systems the store lock's its files to as a safety precaution to help prevent customers from making this mistake).
    Tom

  • Mac does not start and a cartel with a question mark appears. what does it means?

    it's the second time it happens. I start Mac and a folder with a question mark appears, then I close and restart and Mac opens normally. What's going wrong? Thank you for any help

    Welcome to the Apple Support Communities
    The question mark appears when your Mac can't find a bootable volume to start from, and it may indicate that your hard drive is failing.
    Open Disk Utility, select Macintosh HD in the sidebar and verify the disk. If it finds a problem, you will have to repair the disk, starting your Mac from the Snow Leopard DVD

  • Firefox will not start on MacBook Pro with Snow Leopard.

    Firefox updated and now will not open at all on my MacBook Pro. Just bounces in the tray....Have uninstalled and reinstalled...Have created a new user profile...still will not open.

    Hello w:
    Try trashing a preference file and restarting (com.apple.bluetooth.plist).
    Barry

Maybe you are looking for

  • IPod recognized, but hangs during update

    So my iPod will show up in Finder and in iTunes, and automatic updating will begin. However, at random times during the update, sometimes 4 songs in, sometimes 65, the whole process will just hang. iTunes status screen gets stuck on flashing between

  • SXMB_MONI : Query  XMB

    Dear Collegues,                 In sxmb_moni for the message,in trace i could see this line <u><i><b>XMB was called with external pipeline PID = ENTRY</b></i></u> can any one help me in clarifing me what xmb means? Regards shekar chandra

  • Oracle forms application login cursor problem

    Hi, Goodmorning to all. I've a problem here. I've an application in Forms 6i istalled in my system which has a problem in the Login page where when you press the Tab button, the cursor is moving from one item to another. It is working fine in another

  • How to Extend TableSpace USERS

    Hi, Any good advice on how to extend the table space? Thanks. ORA-01654: unable to extend index <TABLE.Primary Key> by 1024 in tablespace USERS

  • Stopping/starting BO4 via scheduled script (SIA enough?)

    Hi, We are wishing to implement a backup stratgey for our new BO4 deployment running on 2 windows servers against Oracle 11 CMS database. Wish to have cold backups in addition to hot ones. In order to implement cold backups will need to bring the BOE