- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- XServer error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 07:15 PM
11-08-2005 07:15 PM
XServer error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2005 10:25 PM
11-08-2005 10:25 PM
Re: XServer error
export DISPLAY=
it will work now.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 12:37 AM
11-09-2005 12:37 AM
Re: XServer error
In addition to setting the display variable, you need to run "xhost +
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 09:42 AM
11-09-2005 09:42 AM
Re: XServer error
ssh -X oraclebox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 07:16 PM
11-09-2005 07:16 PM
Re: XServer error
It started working after a restart of the HP box. What could have gone wrong... Any idea..
Please advice,
Aji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 07:18 PM
11-09-2005 07:18 PM
Re: XServer error
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 07:52 PM
11-09-2005 07:52 PM
Re: XServer error
How to find whether X Service is running or not.
Aji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 08:44 PM
11-09-2005 08:44 PM
Re: XServer error
# 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 08:45 PM
11-09-2005 08:45 PM
Re: XServer error
PS: Assing 0 points.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 09:01 PM
11-09-2005 09:01 PM
Re: XServer error
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2005 09:03 PM
11-09-2005 09:03 PM