cancel
Showing results for 
Search instead for 
Did you mean: 

Strange port in url after deploy of WebDynpro project

Former Member
0 Kudos

Hi all

I try to deploy a simple WebDynpro application from the SAP NetWeaver Developer Studio. Unfortunately it looks like the application never gets deployed on the Java AS. There are two points during the deploy process (right click on the application in the Developer Studio and then "Deploy new archive and run"). First I never had to enter a username and password for the connection to the j2ee server. Is that normal? And also, Eclipse tries to open a web browser which fails on my system. It complains something about missing file handling, and so on. However this is not importent but the strange thing is the title of the popup. There it is stated that the url http://HOSTNAME:-1/webdnypro/dispatcher/local/APP/APP?SAPtestId=1 could not be opened through a missing file handling entry. Why does SAP build an url with a port number of -1 ? That will never work.

Thanks in advance for your help,

Thierry Rietsch

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Can you check whether all the WD services are running properly on the server? Are all WD components from SAP like tc~dispwda (I don't remember the exact component name) are available & started? You can do this through the WD Console or WD Content Administrator on the portal.

Regards,

Satyajit.

Former Member
0 Kudos

Hi

Well I see a lot of tc~wd* entries and all of them are up and running. Where do I get a list of the required components? Isn't there a log or something in which the SAP NetWeaver Developer Studio writes errors during the deployment process?

Kind regards,

Thierry Rietsch

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Thierry,

have you solved this problem? I have exactly the same problem.

thanks,

Jakub

Former Member
0 Kudos

Only deploy to NWDS. I tried to deploy to the netweaver ep server, but of course this will not work

nikhil_bose
Active Contributor
0 Kudos

please try starting SDM in integrated mode

go to j2ee path \SDM\program

stopserver

sdm jstartup "mode=integrated"

nikhil

nikhil_bose
Active Contributor
0 Kudos

is there any error you are getting?

please go through [SDM troubleshooting documentation|http://help.sap.com/saphelp_nw04/helpdata/en/76/fb72ec091f4bf8a2d8ba321bb7e8d9/content.htm]

nikhil

Former Member
0 Kudos

I checked the SDM on the server and it is up and running. Additionally I don't get any error listed in the SAP help. Isn't there any logfile in the SAP NetWeaver Developer Studio where I can see if the deploy was successfull? And is there any application on the server where I can take a look at the "temporary" deployed application from the SAP NetWeaver Development Studio?

When I enter the address with a port number for instance 00 (50000) i get the following error:

  Application error occurred during request processing.
  Details: 	

  com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/SimpleTestWebDynproProject' and application 'SimpleApplication' are not deployed on the server. Please check the used URL for typos.

Exception id: [000C29B6A2ED0062000000250000158C000451BF4C4A2A0A]

Edited by: Thierry Rietsch on Jul 11, 2008 2:51 PM

Edited by: Thierry Rietsch on Jul 11, 2008 3:13 PM

Former Member
0 Kudos

Do I need to run AS ABAP for these WebDynpro GUIs? And shouldn't the SAP NetWeaver Developer Studio ask for a username and password to deploy the application?

Kind regards,

Thierry Rietsch

nikhil_bose
Active Contributor
0 Kudos

error message says that application is not available on j2ee server i.e. not deployed.

plz try above solution and let me know the status.

nikhil

Former Member
0 Kudos

Hi Nikhil

Thanks for your answer. Unfortunately the problem still exists. I've stopped the sdm server and started it from a command line with the integrated parameter. The output was:

<code>Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/7.0014.20071029094708.0000

Initializing Network Manager (50017)

Checking if another SDM is running on port 50018

Operationmode for JStartupFramework has already been set to "integrated".

Successfully executed. Return code: 0</code>

After that I tried to deploy the WebDynpro application again, but it still doesn't work.

Thierry

nikhil_bose
Active Contributor
0 Kudos

are you able to ping J2E server?

make sure that host entry is there in %WINDIR%/system32/drivers/etc/hosts file.

nikhil

Former Member
0 Kudos

Yes I am able to ping the server. I can open the portal page, I can access the webdnypro console on that server and I see it in the SAP NetWeaver Developer Studio. When I enter the url with the correct port number I get a 404 error report. So the question is why SAP generates a port number -1 and what does this indicate? (e.g. wrong deployment of webdynpro application and so on).

Thanks for your help!

Thierry Rietsch

Former Member
0 Kudos

Hi,

Check Message server host & port number in Windows -> Preferences -> SAP J2EE Engine.

Also, is sever up & running? check the status of J2EE engine from NWDS.

Regards,

Apurva

Former Member
0 Kudos

Yes the server is running and the sap java as is configured properly in eclipse.