Reputation: 21
Window could not start the tomcat 7 on Local Computer.For more information, review the System Events Logs.If this is a non-Microsoft service,contact service vendor, and refer to service-specific error code 0.
Can anyone tell me what's the problem
Upvotes: 2
Views: 17836
Reputation: 361
I faced the same problem and Tomcat 7 won't start after many attemps and forums search nothing could solve my problem, so I checked the stdout
log file under logs folder of Tomcat 7 I found an error telling:
Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size
When I checked Tomcat Configure(Tomcat7w under the bin folder of Tomcat) I found that I set Initial memory pool bigger than maximum memory pool by error, so I set them to the same value and Tomcat started well.
Upvotes: 0
Reputation: 302
I know this is an old ticket, but still sharing my suggestion with anyone who faces this issue.
Click Start → Run, type services.msc and then click OK.
Locate the Apache Tomcat service, and then verify that Running is listed in the Status column. If it is not running, try to start the service manually by selecting it and clicking Start.
If the error persists, follow these instructions to resolve your issue:
Navigate to your %TOMCAT_HOME%\bin directory (for example, C:\Program Files\Apache Tomcat\Tomcat7\bin) and double-click tomcat7w.exe.
Click the Java tab, select the check box next to Use default and then click OK.
Start the Apache Tomcat service. The service should start without issue.
Upvotes: 2
Reputation: 181
Try this:
Hope this helps.
Upvotes: 4