From: <php...@li...> - 2006-12-05 14:22:35
|
WOW! I just figured out my problem. In my exception handler i was doing this: System.out.println( "Exception: " + e.getMessage()); System.exit(0); I was closing things down myself! Thanks anyway! -mike On 12/4/06, php...@li... < php...@li...> wrote: > > Hi Mike, > > > throws an exception at some point, Tomcat crashes. > > Oops. The bridge is pure Java, so it cannot crash the > JVM. Are you sure that tomcat crashes (do you get a > core dump?) or are there some security restrictions or > memory limits which could terminate the JVM at some > point? Do you see an error log from the Java VM? Do > you have Security Enhanced Linux or a kernel with the > grsecurity patches? Are there any kernel messages? > > > Exception: /home/vhosts/asdf/html/java/words2.dict > > Strange, what is words2.dict? > > > Regards, > Jost Boekemeier > > > > > > > > ___________________________________________________________ > Der fr=FChe Vogel f=E4ngt den Wurm. Hier gelangen Sie zum neuen Yahoo! Ma= il: > http://mail.yahoo.de > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |