cancel
Showing results for 
Search instead for 
Did you mean: 

Installation:CSynEvent::~CSynEvent: an error occured;: Bad file descriptor

Former Member
0 Kudos

Hi,

CSynEvent::~CSynEvent: an error occured;: Bad file descriptor

I am getting the above error when I try installing SAP Netweaver 2004s SR1 on RedHat Linux 5.00

1. started ./sapinst in putty

2. started ./startInsGui.sh in HummingBird

Please help.

thanks,

Arun.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hannes,

That helped.

But now getting the error on sapinst:

login timeout: unable to establish a valid connection

and in SAPinstGui:

Network input/output exception has occurred: end of file

javax.net.ssl.SSLProtocolException: end of fil

thanks for your help.

Arun.

hannes_kuehnemund
Active Contributor
0 Kudos

Dear Arun,

if you get the message

login timeout: unable to establish a valid connection

the sapinst GUI cannot connect to the sapinst server.

1) if you are using remote sapinst GUI

-> check if firewall is off via:


iptables -L

if your output is not like


# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

then the firewall is active. Please shut it down or open the port for sapinst GUI

2) if you are using local sapinst GUI

-> check if X forwarding works (e.g.) via calling xterm or xeyes

Thanks,

Hannes

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi,

The problem with permission of JAVA (/usr/bin/java permission denied) must be fixed adjusting the JAVA installation and it´s environment variables.

Regards

Ricardo

Former Member
0 Kudos

Dear Hannes,

I am able to complete the installation.

Thanks for all your help.

regards,

Arun.

Former Member
0 Kudos

Hannes,

___________

#getenforce

Disabled

___________

Disabled now. but still getting the same error message.

thanks for your help.

Arun.

hannes_kuehnemund
Active Contributor
0 Kudos

Oh,

if SELinux is already disabled, I don't have any more clues. The last thing to try is to upgrade the installation media with the latest sapinst. If this doesn't help, you might have to open an normal OSS customer call.

Thanks,

Hannes

0 Kudos

Hannes,

It does have 777 permission and I am logged in as root user only.

thanks,

Arun.

hannes_kuehnemund
Active Contributor
0 Kudos

Is SELinux enabled? Check this with:


getenforce

Possible outputs are:


Enforcing # -> NOT OK!!! Please disable SELinux
Permissive # -> OK
Disabled # -> OK

To disable SELinux, edit file /etc/selinux/config and set SELINUX=disabled and reboot your server.

Thanks,

Hannes

0 Kudos

Hannes Kuehnemund,

here is the log:

-


[root@SmartLinux IM_LINUX_X86_64]# cat sapinst_syslib_priv.log

2009-07-02, 14:56:11

Error in execvpS(/usr/bin/java errno: 13, error text: Permission denied

2009-07-02, 14:56:19

Error in execvpS(/usr/bin/java errno: 13, error text: Permission denied

-


thanks for your help,

Arun.

hannes_kuehnemund
Active Contributor
0 Kudos

Hi,

did you try to understand the error itself?

Error in execvpS(/usr/bin/java errno: 13, error text: Permission denied

tells me, that your user is not allowed to execute /usr/bin/java. So check permissions, especially the execute flags ...

Thanks,

Hannes

Former Member
0 Kudos

Surendra Jain and Kamal Kishore,

Thanks for your response.

But it did not work.

x-clock is working fine.

Also SAP inst Gui initial screen asking for the host and port number 21212 is popping out.

But after giving correct host and port number 21200, the sapinst windows is trying to start but failed with the above error.

thanks for your help.

Arun.

rsil_team
Explorer
0 Kudos

Hi,

give installation log file (available in program file directory)

also check port in c:\WINDOWS\system32\drivers\etc\services

hannes_kuehnemund
Active Contributor
0 Kudos

c:\WINDOWS\system32\drivers\etc\services

guys, this is the Linux forum, not the Windows one ...

However, the sapinst logs are available in the directory from which you call ./sapinst. Please provide the part containing the error and some lines more (from before)

Thanks

Former Member
0 Kudos

Hi,

try through x-manager .

Don't use putty for sapinst

Surendra Jain

Former Member
0 Kudos

HI,

User VNC to run the sapinst.

also user xclock to check the gui working from vnc.

Regards,

Kamal Kishore