• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Tomcat 6.0 and 5.5 won't debug

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

So this was working all fine until Thursday, as far I know I did not made any configuration change. But now my Tomcat 6.0 won't start in Debug mode.

Here is the cousole output:

Tomcat v6.0 Server at localhost [Apache Tomcat]
org.apache.catalina.startup.Bootstrap at localhost:2521
Thread [main] (Running)
Daemon Thread [Signal Dispatcher] (Running)
Daemon Thread [Attach API wait loop] (Running)
Daemon Thread [MemoryPoolMXBean notification dispatcher] (Running)
Daemon Thread [Attachment 2530] (Suspended (exception ClassNotFoundException))
Launcher$AppClassLoader(URLClassLoader).findClass(String) line: 434
Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean) line: 653
Launcher$AppClassLoader.loadClass(String, boolean) line: 358
Launcher$AppClassLoader(ClassLoader).loadClass(String) line: 619
InstrumentationImpl.loadClassAndStartAgent(String, String, String) line: 292
InstrumentationImpl.loadClassAndCallAgentmain(String, String) line: 360
Attachment.loadAgentLibraryImpl(ClassLoader, String, String, boolean) line: not available [native method]
Attachment.loadAgentLibrary(String, String, boolean) line: 243
Attachment.parseLoadAgent(String) line: 221
Attachment.doCommand(InputStream, OutputStream) line: 140
Attachment.run() line: 101
C:\Program Files\IBM\SDP\jdk\bin\javaw.exe (Apr 2, 2012 3:09:20 PM)

I have tried

1. clean and re-publish.
2. Installing new Tomcat instance.

Any insight would be helpful

Thanks



 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic