Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within IDEs and Version Control
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Java Persistence with Spring Data and Hibernate
this week in the
Spring
forum!
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
Ron McLeod
Tim Cooke
Paul Clapham
Liutauras Vilda
Sheriffs:
Junilu Lacar
Rob Spoor
Jeanne Boyarsky
Saloon Keepers:
Stephan van Hulst
Carey Brown
Tim Holloway
Piet Souris
Bartenders:
Forums:
Other IDEs, Version Control
Tomcat
Why deployed project returned javax.management.InstanceNotFoundException?
Baranenko Nikolay
Greenhorn
Posts: 18
posted 6 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hello,
I have project in Intellige IDEA, tryed to deploy and returned error
22:38 Application Server was not connected before run configuration stop, reason: javax.management.InstanceNotFoundException: Catalina:type=Server
Error not reproduced if exlude from server.xml infomation about Virtual Hosts
<Host name="example1" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Alias>example1.newhost.org</Alias> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="example1_access_log" suffix=".txt" pattern="%h %l %u %t "%r" %s %b" /> <Context path="" docBase="example1" debug="0" reloadable="true"/> </Host> <Host name="example2" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Alias>example2.newhost.org</Alias> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="example2_access_log" suffix=".txt" pattern="%h %l %u %t "%r" %s %b" /> <Context path="" docBase="example2" debug="0" reloadable="true"/> </Host> <Host name="example3" appBase="webapps" unpackWARs="true" autoDeploy="true"> <Alias>example3.newhost.org</Alias> <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" prefix="example3_access_log" suffix=".txt" pattern="%h %l %u %t "%r" %s %b" /> <Context path="" docBase="example3" debug="0" reloadable="true"/> </Host>
How to resolve this problem?
Straws are for suckers. Now suck on this tiny ad!
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Serving Static Content OUTSIDE Webapps Directory
Tomcat alias does not load website
Virtual Hosting on Tomcat 7 - always route to the default host
avoid loading all applications under webapps
Problem log tomcat6
More...