• 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

resin: can't contact servlet runner

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi, i developed a web application using java and hosted it in a resin2.0.1 environment.
the web application is doing well and all the modules are perfectly running.
the problem is the resin server displays a can't contact servlet runner at [IP address] occassionally. we resolve this problem by restarting the jsp engine and everything is doing well again.
but the problem is, we can't run our application smoothly. we asked the technical support of our hosting provider and he said that it might be in our code.
pls help. thanks =)
 
Ranch Hand
Posts: 287
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the "cant contact servlet runner at xxxxx" means, plain & simple that the servlet engine has rebooted. There is a know bug in Resin 2.0.1 that invokes a zip Handler. The bug is documented on caucho's site & is supposed to be fixed in the new version. You wouldnt happen to be hosting on CWI would you? I have several sites running there and have the same problem, their CTO knows about the bug & has promised to upgrade asap but their tech support just LOVES to blame the programmer (couldnt ever be them right?
To see if it really is this bug look at your stdout.log file (thats where it shows up on my sites) If it is this bug you will see something like Resin has encountered an error outside of the JVM & then a stack trace a mile long that all leads to this one method....
Also Check out caucho's BBS for explanation of the bugs.
[ January 14, 2002: Message edited by: DC Dalton ]
 
christine lorraine
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks a lot DC.
you said it exactly right. i found out the error in stdout.log. and yes... i am hosting our site in CWI. and the tech support gave me the exact answer as you said. i already created a ticket about this problem and will post their reply on this messageboard.
 
DC Dalton
Ranch Hand
Posts: 287
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can tell you right now what they will say.....it's not happening on the other sites, must be a problem with your code. They are a great host but their basic tech support leaves a LOT to be desired. I have communicated with their CTO on several occasions & he really is a great guy who is willing to listen and try to help. Unforetunately the "tech support" people (with the exception of a few) think Java is a brand of coffee. Hopefully they will get this new version of resin up soon because those errors drive me nuts! Keep in touch & let me know how you make out.......you wouldnt happen to be on thunder5 would you? Thats the server Im on and it can be REAL fussy at times! Take care
DC Dalton
very proud to say for the first time :
Sun Certified Java Programmer
[ January 14, 2002: Message edited by: DC Dalton ]
 
christine lorraine
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! DC...
i saw your posting in caucho's site. im very thankful you answered my question... anyway here's the response of CWI's support as promised:
------------------------------------------------------
-------------- Latest Response --------------
------------------------------------------------------
[Tech: JT] 01/14/2002 09:34 PM
<font color=><< Status: Closed >>
-----------------------------
Actually the bug is in the code not in the Resin engine, however we already are in the process of upgrading to the newest Resin 2.0.5
-----------------------------
No Response Yet
------------- End Response --------------
 
DC Dalton
Ranch Hand
Posts: 287
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dont you just LOVE tech support people who can NEVER admit the problem is with them. Makes you F*&(*&%$ CRAZY! Anyway, supposedly Mike from Caucho said that the bug has been fixed in 2.0.5 so hopefully this nightmare will go away soon! Keep in touch.....it might be fun to trade stories from CWI & heaven knows with their tech support you need all the allies you can get......Have fun, stay well
 
reply
    Bookmark Topic Watch Topic
  • New Topic