• 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

tomcat is not starting in the windows 2008 R2 environment

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed java jdk and jre 5.5 and installed the apache tomcat,It is not able to start the tomcat server.

i am getting the following error when i tried to start tomcat from services
"Windows could not start the Apache Tomcat on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 0."

any one has idea how to resolve it............

Thanks in advance
yugi,
 
Ranch Hand
Posts: 433
Netbeans IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

yugi reddy wrote:For more information, review the System Event Log.


What is the event log saying?
 
yugi reddy
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi , thank you for replying

i am getting the following logs from system event logs


Log Name: System
Source: Service Control Manager
Date: 10/14/2010 2:48:53 AM
Event ID: 7024
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: yugi
Description:
The Apache Tomcat service terminated with service-specific error The operation completed successfully..
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
<EventID Qualifiers="49152">7024</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2010-10-14T09:48:53.078125000Z" />
<EventRecordID>14756</EventRecordID>
<Correlation />
<Execution ProcessID="420" ThreadID="2252" />
<Channel>System</Channel>
<Computer>yugi</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">Apache Tomcat</Data>
<Data Name="param2">%%0</Data>
</EventData>
</Event>


thanks in adavnce
 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I had suuch issue with win 2003 R2 edition it is something to do with a dll which doesn't come along with server edition. Its available on XP copy that from an xp macine to your server that should solve the problem.

Actually i do not correctly remember the dll name it might be mstr.dll, iam not sure, i think googling the dll issue might help you out
 
Do you want ants? Because that's how you get ants. And a tiny ads:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic