Home > 1327 prunsrv c > 1327 prunsrv.c error load configuration failed

1327 Prunsrv.c Error Load Configuration Failed

Contents

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings

"the System Cannot Find The Registry Key For Service" 'prunsrv'

and policies of this site About Us Learn more about Stack Overflow procrun the company Business Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags

Tomcat

Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Tomcat6 won't start on Windows and Java6 up vote 1 down vote favorite 2 I just downloaded a fresh copy of Tomcat6 to install on a development server. The server is running Win2k3 SP2 and Java6. When I go to start Tomcat6 it reports the following: D:\>d:\tomcat\bin\tomcat6.exe //TS/Tomcat6 [2009-07-14 15:26:38] [427 prunsrv.c] [error] The operation completed successfully. [2009-07-14 15:26:38] [1336 prunsrv.c] [error] Load configuration failed It seems like Tomcat is having config issues, but I'm not sure where to start looking. It's a bit surprising that Tomcat had this problem right out of the box. Is there any compatability problem between Java6 and Tomcat6? Why might the default config be failing? java windows tomcat share|improve this question asked Jul 14 '09 at 19:43 zorlack 3922519 add a comment| 3 Answers 3 active oldest votes up vote 2 down vote Just curious if your CATALINA_HOME and JAVA_HOME set? Those environment variables are prerequisite to run Tomcat. Go to Start-->My Computer (right click on it) -->Properties-->Advanced-->Environment Variables (button) and then set CATALINA_HOME to the path of your Tomcat and JAVA_HOME to the location of your JDK, also add JAVA_HOME\bin to your PATH variable. share|improve this answer answered Jul 14 '09 at 19:49 Roman Kagan 4,6202262111 Those env vars weren't set. I tried them but got the same result:

 D:\>echo %JAVA_HOME% c:\program files\java\jdk1.6.0_14 D:\>echo %CATALINA_HOME% d:\tomcat D:\>d:\tomcat\bin\tomcat6.exe //TS/Tomcat6 [2009-07-14 15:57:46] [427 prunsrv.c] [error] The ope

App EngineApache AntApache MavenjQueryJava MongoDBQuartz SchedulerLog4jContact Us Tomcat Error - prunsrv.c Failed creating java (jvm.dll)By mkyong | September 19, 2009 | Updated : May 25, 2010 | Viewed : 99,795 times +134 pv/wI had encountered following error message while starting my Tomcat server. [2009-01-16 11:22:19] [1343 prunsrv.c] [debug] Procrun log initialized [2009-01-16 11:22:19] [info] Procrun (2.0.4.0) started [2009-01-16 11:22:19] [info] http://stackoverflow.com/questions/1127550/tomcat6-wont-start-on-windows-and-java6 Running Service... [2009-01-16 11:22:19] [1166 prunsrv.c] [debug] Inside ServiceMain... [2009-01-16 11:22:19] [info] Starting service... ... [error] The specified module could not be found. [2009-01-16 11:22:19] [994 prunsrv.c] [error] Failed creating java C:\Program Files\Java\jre1.6.0_07\bin\client\jvm.dll [2009-01-16 11:22:19] [1269 prunsrv.c] [error] ServiceStart returned 1 [2009-01-16 https://www.mkyong.com/tomcat/tomcat-error-prunsrvc-failed-creating-java-jvmdll/ 11:22:19] [info] Run service finished. [2009-01-16 11:22:19] [info] Procrun finished. [2009-01-16 11:24:41] [1343 prunsrv.c] [debug] Procrun log initialized [2009-01-16 11:24:41] [info] Procrun (2.0.4.0) started [2009-01-16 11:24:41] [info] Debugging Service... [2009-01-16 11:24:41] [1166 prunsrv.c] [debug] Inside ServiceMain... [2009-01-16 11:24:41] [info] Starting service... ...[174 javajni.c] [error] The specified module could not be found. After googling, this is usually happen because of missing msvcr71.dll file. However tomcat doesn't use msvcr71.dll directly, it's used by the Java Virtual Machine (JVM).SolutionCopy msvcr71.dll from java's bin directory to tomcat's bin folder.Add java's bin directory to windows environment variable.Copy msvcr71.dll from java's bin directory to windows\system32 folder.Make sure your tomcat's pointing to correct jvm.dll folder. Solution 4 is work for me, my tomcat pointing to C:\Program Files\Java\jre1.6.0_07\bin\client\jvm.dll, but my java's runtime

Java JSRs Mobile https://www.experts-exchange.com/questions/23837977/Setting-Classpath-for-Tomcat.html Certification Databases Caching Books Engineering Languages Frameworks Products This Site Careers Other all forums Forum: Tomcat Tomcat 4.1 can't create a service C. Moralde 1327 prunsrv.c Greenhorn Posts: 1 posted 8 years ago -Just installed Tomcat 4.1 in Windows 2003. The admin page works but when I tried to create a service I'm getting this error: [420 1327 prunsrv.c error prunsrv.c] [error] The operation completed successfully. [1327 prunsrv.c] [error] Load Configuration failed. Any help is greatly appreciated. Post Reply Bookmark Topic Watch Topic New Topic Similar Threads Is it not possible to install apache-tomcat-6.0.20 as a service in WindowsXP SP3? cannot start tomcat 5.5 Run Two instance of Tomcat 4.1 on one Machine Tomcat can't be stopped I have some problems All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter Contact Us | advertise | mobile view | Powered by JForum | Copyright © 1998-2016 Paul Wheaton

Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a Question Ask for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products BackProducts Gigs Live Careers Vendor Services Groups Website Testing Store Headlines Experts Exchange > Questions > Setting Classpath for Tomcat Want to Advertise Here? Solved Setting Classpath for Tomcat Posted on 2008-10-22 Java App Servers 1 Verified Solution 2 Comments 4,165 Views Last Modified: 2013-12-02 I have tomcat running as a service on Windows Server 2003 (32 bit). I need to set the class path variable prior to starting tomcat, and I am getting this error using the code below. [420 prunsrv.c] [error] The operation completed sucessfully. [1327 prunsrv.c] [error] Load configuration failed Is it possible to do what I'm trying to do and does anyone know what I'm doing wrong? Thanks in advance set path=%JAVA_HOME%\jre\bin;%JAVA_HOME%\jre\bin\classic;%JAVA_HOME%\bin;%path%; call "C:\Tomcat_5.5.25\bin\tomcat5.exe" "//RS//Tomcat5 ++Classpath=%ADVISOR_COMMON_HOME%\lib\hsqldb.jar;%CLASSPATH%;" Select all Open in new window 0 Question by:cartereverett Facebook Twitter LinkedIn Google LVL 1 Best Solution bymatthewsb You should change the class path via the control panel supplied with Tomcat. If you installed in the standard location it will be: C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin\tomcat55w.exe Go to Solution 2 Comments LVL 1 Overall: Level 1 Java App Servers 1 Message Accepted Solution by:matthewsb2008-10-22 You should change the class path via the control panel supplied with Tomcat. If you installed in the standard location it will be: C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin\tomcat55w.exe Click on the Java tab to change the Class Path settings. Then click the OK button and restart the ser

 

Related content

No related pages.