Tomcat crashes after Xvfb shutdown


 
Thread Tools Search this Thread
Top Forums Programming Tomcat crashes after Xvfb shutdown
# 1  
Old 03-04-2010
Tomcat crashes after Xvfb shutdown

Hello,
I'm running tomcat on linux and using Xvfb as a X server for creating the pdf's (gui components).
I'm running the Xvfb in a different proccess than the tomcat.
If the Xvfb is shutdown and no pdf was yet created then everything is ok.
but if i create a pdf and then shutdown the Xvfb then the tomcat crashes,i think its because the open connection the between the Xvfb and the tomcat.
i only receive this message in the tomcat log:
"X connection to :50 host broken (explicit kill or server shutdown)"
I tried to close all the connection but it stills crashes.
I raise the Xvfb like so:
Xvfb -ac :50 -screen 0 1280x1024x8

Thanks,
Omer C
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

XVFB Source package for AIX

Please send me link for XVFB Source package for AIX (3 Replies)
Discussion started by: prathap.g
3 Replies

2. UNIX for Dummies Questions & Answers

How to set DPI as 90x90 for XVFB Display?

when i am connecting to AIX machine from Windows XP through Xmanager am getting dots per inch problem and here we are connecting to AIX machine using X Server virtual frame buffer . Please set 90x90 dots per inch to X Server virtual frame buffer. (10 Replies)
Discussion started by: prathap.g
10 Replies

3. Solaris

Tomcat..Unable to deploy application remotely in tomcat

Hi, We have upgrade tomcat from 5.0.20 to 7.0.33 and made changes to server.xml file according to newer version.. how ever the upgrade went fine and now i am unable to deploy application remotely.. it is giving 403 access denied error.. we have seperate appbase directory mentioned in server.xml..... (0 Replies)
Discussion started by: phani4u
0 Replies

4. Shell Programming and Scripting

Automatic shutdown and startup of Tomcat in Solaris

Dear Experts , I want to stop and Start tomcat at the time of shutdown and startup of our server . I was trying to stop tomcat with following command # su - dm -c "/export/home/Finder/FinderWeb/jakarta-tomcat-3.3.1a/bin/shutdown.sh" but i am getting following error. Please suggest .... (1 Reply)
Discussion started by: Amit.saini333
1 Replies

5. Shell Programming and Scripting

not able to start xvfb service via rc script

Hi , I am having this start script to start xvfb under rc3.d but it fails during system startup saying unable to open display. also manually if i try to execute the script , it does not work. But if i execute what ever is there in the script line by line on my SHELL , it starts well. ... (2 Replies)
Discussion started by: chidori
2 Replies

6. Solaris

Execution Problems with Xvfb on Solaris 10

Hello : We are in the process of upgrading our Solaris 8 to Solaris 10 We have the following set up on Solaris 8 for starting Xvfb which works very well without any issues $ /usr/openwin/bin/Xvfb :2 -ac -screen 0 6x6x8 -pn -fp /usr/openwin/lib/X11/fonts/misc ON SOLARIS 10 . the above... (2 Replies)
Discussion started by: tsbiju
2 Replies

7. UNIX for Advanced & Expert Users

Execution Problems with Xvfb on Solaris 10

Hello : We are in the process of upgrading our Solaris 8 to Solaris 10 We have the following set up on Solaris 8 for starting Xvfb which works very well without any issues $ /usr/openwin/bin/Xvfb :2 -ac -screen 0 6x6x8 -pn -fp /usr/openwin/lib/X11/fonts/misc ON SOLARIS 10 . the... (1 Reply)
Discussion started by: tsbiju
1 Replies

8. Web Development

Tomcat shutdown error

not sure if this is the right forum but im having problem with tomcat restart. i have a regular user that when he login it will go directly to a menu options (a. stop tomcat, start tomcat,). if he selects start it would should show that tomcat has been restarted. if the user press X, he will... (2 Replies)
Discussion started by: lhareigh890
2 Replies

9. UNIX for Dummies Questions & Answers

Script to force Oracle database shutdown when shutdown immediate does not work

I have Oracle 9i R2 on AIX 5.2. My Database is running in shared server mode (MTS). Sometimes when I shutdown the database it shutsdown cleanly in 4-5 mints and sometimes it takes good 15-20 minutes and then I get some ora-600 errors and only way to shutdown is by opening another session and... (7 Replies)
Discussion started by: aixhp
7 Replies

10. Solaris

Problem with Xvfb.

Hi, I installed Xvfb on Solaris 10 :confused:but unfortunately it won't work for me. My install instructions and error messages are below. I really need to get this working so any help would be greatly appreciated. #mkdir -p /usr/X11R6 #mv X11R6_bin.tar.gz /opt/X11R6/ #gunzip... (1 Reply)
Discussion started by: sparcman
1 Replies
Login or Register to Ask a Question