- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- gui application 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
04-15-2002 02:25 AM
04-15-2002 02:25 AM
gui application error
Usually when I run app such as sam, swinstall, etc ..& display in Xserver (other comp) it works fine.
But now it just hang & it take lot of cpu resource. It 's not just sam, but all app include java app.
Is there any log file that we could find & any solution ?
Thanks
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 02:29 AM
04-15-2002 02:29 AM
Re: gui application error
can you attach the output of top command.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 02:30 AM
04-15-2002 02:30 AM
Re: gui application error
sounds like your DISPLAY variable is not set or exported correctly.
other places to check : syslog.log & $HOME/.dt/errorlogs.
do you ever see the application GUI or just see a hang ... any errors if you don't start the application in the background (if applicable)
are you su'ing to another user > what happens if you login as root direct and try this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 02:57 AM
04-15-2002 02:57 AM
Re: gui application error
root@nxdev#echo $DISPLAY
10.1.74.14:0
root@nxdev#
root@nxdev#sam
after this,..its just hang,.even i could not stop the process with ctrl+c
the sam welcome window appear for a moment & then disappear,.but the process still running & take lot of cpu resource
for other app it doesnt display anything but just hang
Oya,..I'm sure my Xserver configuration is OK, cos It works fine with other HP machine
Load averages: 1.58, 1.98, 2.13
Memory: 532348K (201612K) real, 1332860K (1137336K) virtual, 228052K free Page#
1/15
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
1 pts/te 25483 root 239 20 1144K 1224K run 0:14 77.50 47.53 samx
0 ? 18212 htuser 152 20 14396K 39136K run 0:23 25.89 25.84 java
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 03:04 AM
04-15-2002 03:04 AM
Re: gui application error
Also on what are you displaying the sam gui, I suspect it's not the L-class as they rarely have a graphics card installed so my guess is it's a PC or xterminal .....
10.1.74.14 - what is this system ? is it listed in /etc/hosts on the L-class and are you using DNS ? I'd also check nslookup of 10.1.74.14 works OK too !
does xlock -display 10.1.74.14:0 work at all ?
possibly this could be fonts ? depends on errors found .....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 03:06 AM
04-15-2002 03:06 AM
Re: gui application error
There're nothing information on that log files,.. I also executed as root
Oh ya, I already try to use Xwin32 or use Xserver in my Linux machine to display the application but failed :-(
It's weird
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 03:12 AM
04-15-2002 03:12 AM
Re: gui application error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 03:16 AM
04-15-2002 03:16 AM
Re: gui application error
10.1.74.14 is my workstation.
for xclock it's work fine ,...:-)
root@nxdev#xclock -display 10.1.74.14:0
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
root@nxdev#more /var/dt/Xerrors
root@nxdev#
also for /.dt/errorlogs
Regards
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 03:24 AM
04-15-2002 03:24 AM
Re: gui application error
I'd set up xfs on your hp workstation : see below
EDIT: /etc/X11/fs/config
Append ",/usr/dt/config/xfonts/C" to the end of the
"catalogue = ..." line
EDIT: /etc/rc.config.d/xfs
Set the following variable: "RUN_X_FONT_SERVER=1"
EXECUTE: /sbin/init.d/xfs start
If the font-server is already running, kill it and
restart it.
2 - Force CDE to add the font-server to the X-Server font-path
by editing the Xsetup file. (NOTE: This steps REQUIRES
the IP address of the CDE session server. You can get
this information by running: nslookup `hostname`.)
COPY: /usr/dt/config/Xsetup to /etc/dt/config/Xsetup
EDIT: /etc/dt/config/Xsetup
Add the following line to /etc/dt/config/Xsetup replacing
"IPADDRESS" with the IP address of the server as returned
from "nslookup `hostname`":
$XDIR/xset fp+ tcp/IPADDRESS:7000 1>/dev/null
if this fails to resolve run xset -q and xrdb -q and post the outputs .... I'm off to lunch back shortly .... it's looking like fonts as xclock does not require them and the errors wrt missing char sets you reported are also font related.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 03:53 AM
04-15-2002 03:53 AM
Re: gui application error
My workstation is win2000 / linux redhat 7.2
I think the problem is not on Xserver on my workstation, because before I could display any application from the same server or ??
Also my Xserver on my workstation has no problem to display any application from another HP server ( same HP UX-11 L2000 )
Or u want me to do that setting on Xserver ( on HP server ) ?
Regard
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 04:40 AM
04-15-2002 04:40 AM
Re: gui application error
setup xfs on the L-class server as per my earlier post.
when you log onto your linux system run the following within a terminal (gnome-term)
xset +fp tcp/IPADDRESS:7000 where the IPADDRESS = the L-class.
then run sam ? what's the result ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 06:56 AM
04-15-2002 06:56 AM
Re: gui application error
The only way to avoid font issues is to have the application clients supply the fonts to your display server. This may solve the hang, but also make sure you don't have any other copies of SAM or other Xwindow programs looping around. kill -9 or rebooting the display server is a good way to create Xwindow hangs. Make sure any leftover programs are terminated.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2002 07:43 PM
04-15-2002 07:43 PM
Re: gui application error
what I did :
on the HP server : set RUN_X_FONT_SERVER=1 & cek /etc/X11/fs/config ( as Alex solution no. 1 )
restart the xfs
on linux :
xset fp+ tcp/ip_hp_server:7000
then back to HP :
set DISPLAY variable to linux
start sam
I don't think it's font problem because before it's *work fine*
Any other posibility ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:03 AM
04-16-2002 12:03 AM
Re: gui application error
on the linux system :
can u run xset -q and xrdb -q and post the outputs
also look for an Xserver logfile : I think it's /lib/X11/XErrorDB under linux.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:30 AM
04-16-2002 12:30 AM
Re: gui application error
Any HP application, including other ( java gui app ) could not show.
I don't know what HP application related with this problem...if needed it's ok to reinstall the app
but it's imposible to reinstall the whole os :-p