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

Run Application/Debugging İssue with Eclipse

Former Member
0 Likes
2,386

Hi all,

Recently i have downloaded Eclipse and followed the links and installed Eclpise indigo.

İ managed to get the conenction and started creating programs ok

thanks to useful infos in SDN.

But when i try to debug the program i get an error message saying that

Debugging failed couldnt connect to the KZX system.

But at the same time when i looked at the system there is a debugging session open

whereas i can not see anything coming in eclipse

seem like the UI side of it not working

1 ACCEPTED SOLUTION
Read only

chgeo
Product and Topic Expert
Product and Topic Expert
0 Likes
2,248

Hi,

unfortunately the screenshot doesn't tell anything about the problem.  Please create support information by selecting "Help -> Collect Support Information".  Attach this zip file.

Best regards

Christian

13 REPLIES 13
Read only

chgeo
Product and Topic Expert
Product and Topic Expert
0 Likes
2,249

Hi,

unfortunately the screenshot doesn't tell anything about the problem.  Please create support information by selecting "Help -> Collect Support Information".  Attach this zip file.

Best regards

Christian

Read only

Former Member
0 Likes
2,248

hello christian

thank you for your reply

yes you are right

i am attaching you the zip file

i think i need to create a new discussion to attach

thanks

Read only

Former Member
0 Likes
2,248

hi christian

İ couldnt attach the zip file to the discussion

i havent attached zip files before always images

shall i send you as a message

thank you again

Read only

chgeo
Product and Topic Expert
Product and Topic Expert
0 Likes
2,248

Just send it to me via mail.

Christian

Read only

Former Member
0 Likes
2,248

Hi christian

Sorry but your email address is private, i couldnt send it

please give me your email address?

Read only

chgeo
Product and Topic Expert
Product and Topic Expert
0 Likes
2,248

Please give me your email address.  I will contact you.

Regards

Christian

Read only

chgeo
Product and Topic Expert
Product and Topic Expert
0 Likes
2,248

From what I can see in the logs, this is a network configuration issue

on your side.  There is an entry "hostname 'SAPEAH' unknown" in the

log, which indicates an unqualified host name that cannot be resolved by

your client machine, which causes the connection failures.

You have two options:

- Request the administrator of your system to set the profile

  parameter "SAPLOCALHOSTFULL" with the fully qualified name of

  the respective application server (host name plus network

  domain).  Usually the value is "SAPLOCALHOST"."SAPFQN", but

  your administrator will probably known about this.  This

  approach has the advantage that all users will benefit from it

  and will be able to debug from within Eclipse.

- On your local machine add a default domain resolution that

  appends the correct network domain to the host name.  This

  probably requires local administration privileges and may be a

  quick solution for you.

Hope this helps.

Regards

Christian

Read only

Former Member
0 Likes
2,248

Hello Christian

thanks so much for the valuable answer

yes i saw that SAPEAH too

This server is temporary till DEV is upgraded.

Basis guy is away for few days,

Can you please send me the steps to follow?

Any approach is ok, as long as i can get the debug working

is the 2nd apprach easier?

how do you add a default domain resolution?

i appreciate your help christian

Thanks again

Read only

chgeo
Product and Topic Expert
Product and Topic Expert
0 Likes
2,248

You can do the 2nd approach like so: http://superuser.com/questions/61827/how-can-i-add-a-search-domain-in-windows-7

This of course only works if SAPEAH.<your.domain> is resolvable from your client machine.  Your should verify this with a ping from command line.

Read only

Former Member
0 Likes
2,248

Hi Christian

İ have done as you suggested

İ am using Windows XP and added the sapeah.aksa.com as the full hostname

it still didnt fix the issue

when i debug there is a process created in the sm50 i can see

and then the debu times out

but from eclipse the break point doesnt get into.

Also i noticed from the log this. can it be a RFC issue?

Caused by: RfcException: [null]

    message: Connect to SAP gateway failed

Connection parameters: TYPE=A DEST=com.sap.adt.debug_KZX_SAPEAH_24@KZX_500_sdogan_en ASHOST=SAPEAH SYSNR=24 PCS=1

LOCATION    CPIC (TCP/IP) on local host with Unicode

ERROR       hostname 'SAPEAH' unknown

TIME        Mon Jul 29 17:36:44 2013

RELEASE     721

COMPONENT   NI (network interface)

VERSION     40

RC          -2

MODULE      nixxhl.cpp

LINE        193

DETAIL      NiHLGetNodeAddr: hostname cached as unknown

COUNTER     4

Read only

chgeo
Product and Topic Expert
Product and Topic Expert
0 Likes
2,248

According to the log your client machine is still not able to make sense out of 'SAPEAH'.  It could be that your network setting changes have not been applied, or that sapeah.aksa.com is an invalid application server name.  Try the following:

1. Restart your machine to exclude any old network settings that Windows may have cached.

2. On a command line type "ping sapeah.aksa.com".  If you get an error there, then "sapeah.aksa.com" is

     no valid host name.

3. If step 2 succeeds, try to connect using SAP GUI to the server with the same host name.

    Execute "sapgui sapeah.aksa.com <instancenumber>" on the command line (you can get the

    system's instance number from your Logon Pad data).  This must lead to a GUI logon screen showing up.

    If you get an error there, then "sapeah.aksa.com" is no valid application server host name.

Regards,

Christian

Read only

Former Member
0 Likes
2,248

Hi Christian

İ have tried the steps you suggest, i emailed you the screen shots.

They all work OK, both of them

Cheers again

Read only

Former Member
0 Likes
2,248

Thank you a lot Christian for all your time

You helped me solve the issue

I have marked this and close this issue

Cheers