cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Exception

Former Member
0 Kudos

Hi All,

Am getting error when i deploying a WDJ Application. I`m using NWDS 7.11 sp04.

Thanks,

Arun

Error as follows

Status ERROR

Plugin : com.sap.ide.tools.services

code=0

Deployment problems

children=[

Status ERROR

Plugin : com.sap.ide.tools.services

code=0

Deployment failed

com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=[ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.

Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.

at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:70)

at com.sap.ide.eclipse.deployer.dc.DCClientFactoryImpl.createClient(DCClientFactoryImpl.java:89)

at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:176)

at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:158)

at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:84)

at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$3.run(DcDeployAction.java:224)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Nested exceptions :com.sap.engine.services.dc.api.ConnectionException: [ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.

Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.

atcom.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:204)

atcom.sap.engine.services.dc.api.session.impl.SessionImpl.<init>(SessionImpl.java:129)

atcom.sap.engine.services.dc.api.session.impl.SessionFactoryImpl.newSession(SessionFactoryImpl.java:38)

atcom.sap.engine.services.dc.api.impl.ClientFactoryImpl.createClient(ClientFactoryImpl.java:118)

atcom.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:67)

atcom.sap.ide.eclipse.deployer.dc.DCClientFactoryImpl.createClient(DCClientFactoryImpl.java:89)

atcom.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:176)

atcom.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:158)

atcom.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:84)

atcom.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$3.run(DcDeployAction.java:224)

atorg.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Nested exceptions :com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception during getInitialContext operation. Cannot establish connection to the remote server. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Exception in creating new RemoteLoginContext instance.]

atcom.sap.engine.services.jndi.InitialContextFactoryImpl.handleConnectionPropblem(InitialContextFactoryImpl.java:519)

atcom.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:380)

atjavax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)

atjavax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)

atjavax.naming.InitialContext.init(InitialContext.java:223)

atjavax.naming.InitialContext.<init>(InitialContext.java:197)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

chcek line Number 55 in Worker.java File .

its causing the exception.

Regards,

Govindu

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

seems server is down.

or set proxy if required

Former Member
0 Kudos

Hi John/Govind,

Thanks.Now its working fine. I didnt change any thing.

Thanks,

Arun

Former Member
0 Kudos

Hi,

even if u don't change try to comment that line and deploy the app and see.

Regards,

Govindu

junwu
Active Contributor
0 Kudos

buddy, please check it carefully, it's eclipse's code......

Former Member
0 Kudos

Am also wondering. Actually BASIS team restarted the server & now its working fine.

Thanks John/Govind.

Cheers,

Arun