Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while deploying WDA application on portal.

Former Member
0 Likes
544

hello Friends,

i am getting this error when eevr i try to check my WDA application on portal.

can you please help me?

note:my its connection is not establishing.

is this the cause of error?

The URL http://duetserver:8006/sap/bc/webdynpro/sap/z57316_portal_event_send/ was not called due to an error.

Note

The following error text was processed in the system EC1 : Die URL enthält keine vollständige Domainangabe (duetserver statt duetserver.).

The error occurred on the application server DuetServer_EC1_06 and in the work process 1 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: CHECK of program CX_FQDN=======================CP

Method: LATE_CONSTRUCTOR of program CL_WDR_UCF====================CP

Method: HANDLE_REQUEST of program CL_WDR_UCF====================CP

Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP

Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP

Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME

Module: %_HTTP_START of program SAPMHTTP

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system EC1 in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server DuetServer_EC1_06 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server DuetServer_EC1_06 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

Error code: ICF-IE-http -c: 100 -u: DEVECC -l: E -s: EC1 -i: DuetServer_EC1_06 -w: 1 -d: 20070614 -t: 142215 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION

HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

thanks,

Nutan.

1 ACCEPTED SOLUTION
Read only

athavanraja
Active Contributor
0 Likes
516

you need to set up FQDN fully qualified domain name.

instead of http://duetserver:8006/....you need to use

http://duetserver.domain.com:8006/.

check

1. whether WAS settings in system definition in portal is with FQDN

2. check whether ABAP system FQDN is done. (its in the profile parameter icm/host_name_full (you can run abap report RSPARAM and check this.)

4 REPLIES 4
Read only

athavanraja
Active Contributor
0 Likes
517

you need to set up FQDN fully qualified domain name.

instead of http://duetserver:8006/....you need to use

http://duetserver.domain.com:8006/.

check

1. whether WAS settings in system definition in portal is with FQDN

2. check whether ABAP system FQDN is done. (its in the profile parameter icm/host_name_full (you can run abap report RSPARAM and check this.)

Read only

Read only

0 Likes
516

hi,

ITS i have mentioned like this:

duetserver.ad.infosys.com:8006/sap/bc/gui/sap/its/

in WAS path i have given :/sap/bc/bsp/SAPDII

check whether ABAP system FQDN is done :it is blank.

i have asked for this ABAP FQDN is to be done for basis person.

rest of the issue i am not clear on.

could you please explain me once again?

thanks a lot,

nutan.

Read only

0 Likes
516

fo WDA to work you need to set up WAS connections

with

was host => server.domain.com:port

was path : sap/bc/bsp/sap/

was protocol http or https