• 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

JBOSS not startting in DEBUG mode

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

I am using a JBOSS 4.2 version with eclipse and the server was working fine till yesterday.
Since yesterday it is not starting in the debug mode although it works perfectly fine in the normal mode.
While starting in the debug mode I am getting the below error:

JBoss v4.2 at localhost [Generic Server]
org.jboss.Main at localhost:1818
Thread [main] (Suspended (exception NameNotFoundException))
NamingServer.getBinding(String) line: 529
NamingServer.getBinding(Name) line: 537
NamingServer.bind(Name, Object, String) line: 142
NamingContext.bind(Name, Object) line: 591
NamingContext.bind(String, Object) line: 552
InitialContext.bind(String, Object) line: not available
JaasSecurityManagerService.startService() line: 459
JaasSecurityManagerService(ServiceMBeanSupport).jbossInternalStart() line: 289
JaasSecurityManagerService(ServiceMBeanSupport).jbossInternalLifecycle(String) line: 245
GeneratedMethodAccessor3.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object...) line: not available
ReflectedDispatcher.invoke(Invocation) line: 155
Invocation.dispatch() line: 94
Invocation.invoke() line: 86
XMBean(AbstractMBeanInvoker).invoke(String, Object[], String[]) line: 264
MBeanServerImpl.invoke(ObjectName, String, Object[], String[]) line: 659
ServiceController$ServiceProxy.invoke(Object, Method, Object[]) line: 978
$Proxy0.start() line: not available
ServiceController.start(ObjectName) line: 417
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object...) line: not available
ReflectedDispatcher.invoke(Invocation) line: 155
Invocation.dispatch() line: 94
Invocation.invoke() line: 86
XMBean(AbstractMBeanInvoker).invoke(String, Object[], String[]) line: 264
MBeanServerImpl.invoke(ObjectName, String, Object[], String[]) line: 659
MBeanProxyExt.invoke(Object, Method, Object[]) line: 210
$Proxy4.start(ObjectName) line: not available
SARDeployer.start(DeploymentInfo) line: 302
MainDeployer.start(DeploymentInfo) line: 1025
MainDeployer.deploy(DeploymentInfo) line: 819
MainDeployer.deploy(URL) line: 782
MainDeployer.deploy(String) line: 766
NativeMethodAccessorImpl.invoke0(Method, Object, Object[]) line: not available [native method]
NativeMethodAccessorImpl.invoke(Object, Object[]) line: not available
DelegatingMethodAccessorImpl.invoke(Object, Object[]) line: not available
Method.invoke(Object, Object...) line: not available
ReflectedDispatcher.invoke(Invocation) line: 155
Invocation.dispatch() line: 94
NullInterceptor(AbstractInterceptor).invoke(Invocation) line: 133
Invocation.invoke() line: 88
ModelMBeanOperationInterceptor.invoke(Invocation) line: 142
Invocation.invoke() line: 88
XMBean(AbstractMBeanInvoker).invoke(String, Object[], String[]) line: 264
MBeanServerImpl.invoke(ObjectName, String, Object[], String[]) line: 659
MBeanProxyExt.invoke(Object, Method, Object[]) line: 210
$Proxy5.deploy(String) line: not available
ServerImpl.doStart() line: 482
ServerImpl.start() line: 362
Main.boot(String[]) line: 200
Main$1.run() line: 508
Thread.run() line: not available
Thread [DestroyJavaVM] (Running)
Daemon Thread [Timer-0] (Running)
Daemon Thread [ScannerThread] (Running)
Daemon Thread [JBoss System Threads(1)-1] (Running)
Daemon Thread [JBoss System Threads(1)-2] (Running)
C:\Program Files\Java\jre6\bin\javaw.exe (Feb 23, 2012 10:49:54 AM)

This is present in my mysql-ds file :
<connection-url>jdbc:mysql://localhost:3306/db_name</connection-url>
to connect to my db.

Please help

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic