cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy WDJ application get error: Wrong url value in the additional P4 properties

Former Member
0 Kudos

Hello, guys,

   I encounter one problem when deploy WDJ application to Netweaver 7.3 Java Server.  Error log like below:

[#6]: Wrong url value in the additional P4 properties: [192.169.170.2:50004]  [Error: com.sap.ide.eclipse.deployer.dc.DVLog  Thread[Worker-9,5,main]]

[EXCEPTION]

java.net.MalformedURLException: no protocol: 192.169.170.2:50004

at java.net.URL.<init>(URL.java:567)

at com.sap.engine.services.dc.api.session.impl.SessionImpl.<init>(SessionImpl.java:110)

at com.sap.engine.services.dc.api.session.impl.SessionFactoryImpl.newSession(SessionFactoryImpl.java:36)

at com.sap.engine.services.dc.api.impl.ClientFactoryImpl.createClient(ClientFactoryImpl.java:127)

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

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

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

at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:259)

at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:181)

at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:182)

at com.sap.ide.webdynpro.archivebuilder.ActionDeployArchive$DeployJob.run(ActionDeployArchive.java:219)

at com.sap.ide.webdynpro.archivebuilder.ActionDeployAndTestApplication$ArchiveDeployAndRunJob.run(ActionDeployAndTestApplication.java:93)

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

Any suggestions are weclomed, Thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

It is strage, After I restart  AS JAVA, the error disappeared....

SandipAgarwalla
Active Contributor
0 Kudos

Have you mentioned the Server IP address in the NDS config,

java.net.MalformedURLException: no protocol: 192.169.170.2:50004

Suggest you to provide the fully qualified name..And add an entry in the host file with the IP and server host name.

Sandip

junwu
Active Contributor
0 Kudos

are you using right version of nwds?

Former Member
0 Kudos

Hi Justi,

URL seems to be correct. 50004 is the default p4 port.

Please verify this in the system information page under the system information tab corresponding to the instance number.

Regards,

Manoj