• 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

Windows Server 2008 R2 and Tomcat Service Installer

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Before you tell me to just use Linux, let me say this is a downward-directed server upgrade. I have tried getting it to get it working several ways, using the 32-bit and 64-bit JVMs, replacing the binaries and moving around msvcr71.dll, but to no avail. Getting this error in the jakarta service log:

[2010-09-21 10:05:16] [985 prunsrv.c] [error] Failed creating java
[2010-09-21 10:05:16] [1280 prunsrv.c] [error] ServiceStart returned 1
[2010-09-21 10:05:16] [info] Run service finished.
[2010-09-21 10:05:16] [info] Commons Daemon procrun finished.
[2010-09-21 10:06:24] [info] Commons Daemon procrun (1.0.2.0) started
[2010-09-21 10:06:24] [info] Running Service...
[2010-09-21 10:06:24] [info] Starting service...
[2010-09-21 10:06:24] [206 javajni.c] [error] The specified module could not be found.

Any help with this setup would be greatly appreciated!
 
Ranch Hand
Posts: 470
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Nick Thomas wrote:I have tried getting it to get it working several ways, using the 32-bit and 64-bit JVMs, replacing the binaries and moving around msvcr71.dll, but to no avail. Getting this error in the jakarta service log



It is hard to help, because it is not clear what exactly you did. Have you tried to search for your error? This looks similar http://smaier.net/programming/tomcat-60x-installation-issue-windows-server-2003-x64
 
Nick Thomas
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was able to resolve my issue. I had tried the 32 bit version first, but had not fully uninstalled it; I had to manually remove the old service as mentioned here:

http://forums.sun.com/thread.jspa?threadID=5121172&start=45

Once I started fresh with the 64-bit JDK and the latest Windows Service Installer, everything worked fine. I had read about problems with the x64 versions of everything, but apparently those are outdated, since it seems the 64-bit versions work best for 2008 R2.

Thanks for the info.

 
reply
    Bookmark Topic Watch Topic
  • New Topic