1830241 Members
1409 Online
109999 Solutions
New Discussion

XServer error

 
Aji Thomas
Regular Advisor

XServer error

hi guys,

I have my oracle E-Business suite application using X-Windows for the display. But recently all our reports that use this X-Windows for display are failing. I have set Display within the profile to <0.0> and when i enter xclock or xterm it open a window on the X-Windows machine. But none of the oracle application reports are working.

Please advice,
AJi
10 REPLIES 10
Muthukumar_5
Honored Contributor

Re: XServer error

You can not use hostname with DISPLAY variable. You have to use IP-Address only.

export DISPLAY=:0.0

it will work now.

hth.
Easy to suggest when don't know about the problem!
john kingsley
Honored Contributor

Re: XServer error

Is this something that was working before?
In addition to setting the display variable, you need to run "xhost +" on the client.
Ralf Hildebrandt
Valued Contributor

Re: XServer error

Have you tried logging into the Oracle box using:

ssh -X oraclebox

Postfix/BIND/Security/IDS/Scanner, you name it...
Aji Thomas
Regular Advisor

Re: XServer error

Hi,

It started working after a restart of the HP box. What could have gone wrong... Any idea..

Please advice,
Aji
Muthukumar_5
Honored Contributor

Re: XServer error

May be x server is not running? It will be started on reboot.

hth.
Easy to suggest when don't know about the problem!
Aji Thomas
Regular Advisor

Re: XServer error

Hi

How to find whether X Service is running or not.

Aji
Muthukumar_5
Honored Contributor

Re: XServer error

Check the process as,

# ps -ef | grep dtlogin

or

# ps -ef | grep xterm

hp-ux box will have service as,

# /sbin/init.d/dtlogin.rc

It has to be started.

# grep 'dtlogin' /etc/rc.log

gives dtlogin startup.

hth.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: XServer error

Is this problem related with hpux? If so plz post question in hpux forums itself.

PS: Assing 0 points.

hth.
Easy to suggest when don't know about the problem!
Aji Thomas
Regular Advisor

Re: XServer error

Hi

Thanks for the update,
Since the issue does not exist i cannot do any further diagnosis. But all solution provided will help in the near future.

Thanks
AJi
Aji Thomas
Regular Advisor

Re: XServer error

Thanks once again