cancel
Showing results for 
Search instead for 
Did you mean: 

Webdynpro error 108 ERR_INVALID_ADDRESS

Former Member
0 Kudos

Hi all,

  I just finish to install SAP Netweaver apps. server ABAP 7.03, everything goes well except for one thing.

When I try to test WEBDYNRPO apps. my internet explorer gave me an error 108 ERR_INVALID_ADDRESS.

Also in SICF, I try to test  the services : "/default_host/sap/bc/webdynpro" with same error.

My domain is MCB.

Is this an issue related to my HOST file?

Please help, regard.

this my internet link I try :

http://mbc:0/sap/bc/webdynpro/sap/demo_flash_flight?sap-language=EN

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hello

I have just run into exactly the same problem in Abap 7.03 having just created my first web dynpro application there.

The page http://server2010:0/sap/bc/webdynpro/sap/zwd is not found. Changing the server name to the ip address or to localhost does not help.

In SMICM I have:

icm/server_port_0 = PROT=HTTP,PORT=0,TIMEOUT=60,PROCTIMEOUT=60

and I cannot change these values.

Can anyone tell me the solution ?

0 Kudos

Due to some contributions here in SCN I was able to fix this problem. To be useful to others here is the solution.

My special thanks to Faisal Altaf for his paper http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30129979-011c-2e10-fb9b-a60e0d704...

1. The netweaver trial version I downloaded from SCN and installed a few days ago was version 7.3 (SAPKB73104).

1.1 during the installation on "Windows 7 Home Premium" I got from SAPInst a message of importance HIGH that my operating system was not supported. I was obliged to ignore that message.

1.2 at the same time I got the message that I needed to install multilanguage MUI, also of high importance since I was running a German language version of Windows, not the English International version. However I could find no way to install MUI into Windows 7 and so  had to ignore that too,

1.3 at the same time I got the message that I needed an English language pack, importance medium. Worried about the message 1.2 which I could not see how to deal with, I upgraded to "Windows 7 Ultimate" and was thus able to install Language Pack English which I downloaded from Microsoft.

1.4 The installation via SAPInst finally went very fast.  (I had made a mistake and had to deinstall and then ran a new installation). As a matter of interest I had a USB hard drive plugged in. SAPInst put the data base (folder "sapdb") onto this external hard drive, together with the folder "usr".

1.5 Thus I now have a great running system and should like to say "thank you" for it.

2. I had created in SE80 an Abap Web Dynpro but could not run it. The browser error was 108, as above.

2.1 Reading FaIsal's article I created a ZDEFAULT profile in RZ10. (The procedure is a little different in 7.3 as in his article but in essence the same).

2.2 I added the "icm/host_name_full" parameter in a FullyQualifiedDomainName way : my PC has the host name "server2010" and I called it "server2010.me.com" in that parameter and also in my hosts file (see below). I also made an entry in the table "httpurlloc" as follows:

"SORT KEY      0001,PROTOCOL      HTTP, APPLICATN     *, FOR DOMAIN    *, HOST         SERVER2010.ME.COM, PORT  ". I left the field PORT

empty.

2.3 The "hosts" file (path =C:\Windows\System32\drivers\etc): In Windows 7 I cannot just start the Windows Explorer and change the hosts file. I have to right-click the programm Notepad and choose "run as administrator". There I added the ip address I obtained from running "ipconfig" under "cmd" and thus made the entry: "192.168.1.10    server2010.me.com".

2.4 In the same fashion I added the entry "http            8080/tcp  " to my "services" file.

2.5 I had been puzzled by the fact that, altho I had set the parameter "icm/server_port_0" to changeable (in the profile), and could change it in SMICM->goto->parameters->change, the change did not stick. Immediately after changing it there and saving, I went to SMICM->goto->parameters->display and found it unchanged, still equal to port 0.

I therefore went again to RZ10 and added the parameter "icm/server_port_0" with the value "PROT=HTTP,PORT=8080,TIMEOUT=60,PROCTIMEOUT=60". Again I had to ignore a - warning - message that my operating system was not supported. I could then nonetheless save (and activate) the profile with that value for "icm/server_port_0".

3. Of course, the SICF services that Faisal mentions had to be activated.

4. After this, my WebDynro4Abap ran fine. For the first time I got a logon request in the browser and the rendering of the WD occurred. In this respect I might say that I could also not run any BSP's until all the above was done (including SICF services activation for the BSPs). In addition, my parameter values in SMICM are stable and correct.

I hope this is helpful to others.

chengalarayulu
Active Contributor
0 Kudos

Marco... check the port number which should not be initial..

Former Member
0 Kudos

Hi Chengalarayulu,

 

  Where is this port number = 0 is coming from?

It is automatically generated in my WEB Dynpro URL

Is this any config should I change in SAP or it is in my windows host file ?

Regard.

m_aravindan
Active Participant
0 Kudos

Hi Marco,

                  Its the configuration settings, which has to be done by the  Basis people.

check this link , hope it helps you out.

http://wiki.sdn.sap.com/wiki/display/EP/Change+Portal+URL

Regards

Avnd