Quantcast
Channel: SCN : All Content - SAP NetWeaver Application Server
Viewing all articles
Browse latest Browse all 2997

JAVA stack installation failed. Split ABAP+JAVA

$
0
0

Dear All,

 

I'm spiting ABAP+JAVA stack to ABAP and JAVA system.

 

Now i'm installing JAVA failed at final step 'Deploy configuration content for Dual-Stack Split',

 

The error message from sapinst log is as following:

 

Mar 29, 2016 11:22:53... Info: SDA to be deployed: /usr/sap/XC9/JC20/SDM/root/origin/sap.com/tc/lm/config/content/MAIN_NW702S_D/1/5579208/tc~lm~config~content.sda

Mar 29, 2016 11:22:53... Info: Software type of SDA: J2EE

Mar 29, 2016 11:22:53... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****

Mar 29, 2016 11:22:53... Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****

Mar 29, 2016 11:22:53... Error: Aborted: development component 'tc/lm/config/content'/'sap.com'/'MAIN_NW702S_D'/'5579208'/'1':

Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.

com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [MYHOSTNAME] with user name: [J2EE_ADMIN]

                                Check your login information.

                                Exception is:

com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. No server is running. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]

        at com.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:494)

        at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:363)

        at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)

        at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)

        at javax.naming.InitialContext.init(InitialContext.java:219)

        at javax.naming.InitialContext.<init>(InitialContext.java:195)

        at com.sap.engine.deploy.manager.DeployManagerImpl.checkCredentials(DeployManagerImpl.java:2983)

        at com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthMethodInvoker.invokeCheckCredentialsInternal(DeployManagerAuthMethodInvoker.java:53)

        at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:45)

        at com.sap.sdm.serverext.servertype.inqmy.extern.ExternalMethodInvoker.invokeCheckCredentials(ExternalMethodInvoker.java:32)

        at com.sap.sdm.serverext.servertype.inqmy.extern.EngineOnlineDeployerImpl.checkLoginCredentials(EngineOnlineDeployerImpl.java:173)

        at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:168)

        at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:97)

        at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)

        at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)

        at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)

        at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:48)

        at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)

        at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)

        at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)

        at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)

        at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)

        at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:128)

        at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:97)

        at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:68)

        at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:179)

        at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:53)

        at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)

        at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)

        at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)

        at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)

        at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)

        at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)

        at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)

        at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:54)

        at com.sap.sdm.control.command.decorator.SyntaxChecker.execute(SyntaxChecker.java:37)

        at com.sap.sdm.control.command.Command.exec(Command.java:42)

        at SDM.main(SDM.java:21)

Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.

        at com.sap.engine.services.security.remote.login.RemoteLoginContextExt.<init>(RemoteLoginContextExt.java:34)

        at com.sap.engine.services.jndi.implclient.LoginHelper.clientSideLogin(LoginHelper.java:81)

        at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:355)

        ... 36 more

Caused by: com.sap.engine.services.rmi_p4.P4ConnectionException: Possible problem: no available running server node. Check your running servers.

        at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.getException(P4ObjectBrokerClientImpl.java:726)

        at com.sap.engine.services.rmi_p4.P4ObjectBrokerClientImpl.getException(P4ObjectBrokerClientImpl.java:714)

        at com.sap.engine.services.rmi_p4.Parser.newRequest(Parser.java:171)

        at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:486)

        at java.lang.Thread.run(Thread.java:713)

 

 

For more inforation check CSN Note 1313644

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)

Mar 29, 2016 11:22:53... Info: Starting to save the repository

Mar 29, 2016 11:22:53... Info: Finished saving the repository for 129 ms.

Mar 29, 2016 11:22:53... Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.

Mar 29, 2016 11:22:53... Error: ---------------- At least one of the Deployments failed ---------------

Mar 29, 2016 11:22:53... Info: Summarizing the deployment results:

Mar 29, 2016 11:22:53... Error: Aborted: /70SWPM10SP10/COMMON/DSS/tc~lm~config~content.sda

Mar 29, 2016 11:22:53... Error: Admitted: /70SWPM10SP10/COMMON/DSS/tc~lm~ctc~util~basic_ear.sda

Mar 29, 2016 11:22:53... Error: Processing error. Return code: 4

 

 

I already checked note 1313644 but it did not help me out. 

 

1. i can see from MMC,  msg_server, enserver, dispatcher, server0 are all green, but SDM server is stopped.

2. I can start SDM server by the command below

sdm.sh jstartup mode=integrated

StartServer.sh

 

3. no matter SDM started or stopped,  portal still not available.

 

  SAP NetWeaver AS Java is starting...


If this state does not change within a few minutes,

 

 

please contact your system administrator.

Check the recommendations in SAP Notes: 943498, 764417

 

Message: Dispatcher running but no server connected!

 

 

  Details:

  No details available

 

4. If i started SDM in integrated mode, and restart sapinst, during the step 'Deploy configuration content for Dual-Stack Split', SDM will be stopped and set to standalone mode, later then SDM can not be started.

 

5. I checked the log dev_server0, dev_control, dev_dispatcher. there are no obvious errors.

 

 

 

Could you please advise what else should i check?

 

Appreciate.


Viewing all articles
Browse latest Browse all 2997

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>