• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what can i do with my jrun3.0?

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the jrun doesnt work well,the dialog always report that
javaw.exe produced error,jrun admin exit abnormally. please check the default_event.log ,and then the jrun exit(I use jrun 3.0);
some code in the default_event.log are:
07/02 10:11:52 info (JRun) Loading jms
07/02 10:11:52 info (JRun) Loading jndi
07/02 10:11:52 info (JRun) Loading jdbc
07/02 10:11:52 info (JRun) Loading web
07/02 10:11:52 info (web) web listening on *:8100
07/02 10:11:52 info (JRun) Loading mail
07/02 10:11:52 info (JRun) Loading url
07/02 10:11:52 info (JRun) Loading default-app
07/02 10:11:52 info (default-app) Starting default-app: Default User Application - Default application for getting started
07/02 10:11:53 info (default-app) Loading scheduler
07/02 10:11:53 info (default-app) Loading logging
07/02 10:11:53 info (JRun) Loading session
07/02 10:11:53 info (JRun) Loading authentication
07/02 10:11:53 info (JRun) Loading propfile
07/02 10:11:53 info (JRun) Loading jsp
07/02 10:11:53 info (JRun) Loading file
07/02 10:11:53 info (JRun) default-app Ready
07/02 10:11:53 info (session) Loading persistence storage provider 'file'
07/02 10:11:53 info (JRun) Loading test
07/02 10:11:54 info (test) Loading scheduler
07/02 10:11:54 info (test) Loading logging
07/02 10:11:54 info (JRun) Loading session
07/02 10:11:54 info (session) Loading persistence storage provider 'file'
07/02 10:11:54 info (JRun) Loading authentication
07/02 10:11:54 info (JRun) Loading propfile
07/02 10:11:54 info (JRun) Loading jsp
07/02 10:11:54 info (JRun) Loading file
07/02 10:11:54 info (JRun) test Ready
07/02 10:11:54 info (JRun) default Ready
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had this same error when I installed JRun 3.0 on a Windows 2000 server running as a service. When I tried to manually start the default or admin servers with the shortcuts in the startup menu it would produce the exact same error because the service was already running. (Wish the error message would tell you that) =)
If you have the "JRun Setup Guide" manual on page 33 see the "Starting and Stopping JRun Servers" section which explains briefly the "JRun exited abnormally" error.
If your issue is the same then you have installed it properly and everything should work.
Hope this helps.

[This message has been edited by Brian Gerling (edited July 03, 2001).]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic