• 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

failed to boot jboss

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

C:\Users\User\jboss-3.2.2>cd bin

C:\Users\User\jboss-3.2.2\bin>run
===============================================================================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\Users\User\jboss-3.2.2\bin\\..
.
JAVA: C:\Java\jdk1.6.0_24\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat
.
CLASSPATH: ;C:\Java\jdk1.6.0_24\lib\tools.jar;C:\Users\User\jboss-3.2.2\bin\\run.jar
.
===============================================================================
.
16:02:02,119 INFO [Server] Starting JBoss (MX MicroKernel)...
16:02:02,134 INFO [Server] Release ID: JBoss [WonderLand] 3.2.2 (build: CVSTag=JBoss_3_2_2 date=200310182216)
16:02:02,134 INFO [Server] Home Dir: C:\Users\User\jboss-3.2.2
16:02:02,134 INFO [Server] Home URL: file:/C:/Users/User/jboss-3.2.2/
16:02:02,134 INFO [Server] Library URL: file:/C:/Users/User/jboss-3.2.2/lib/
16:02:02,134 INFO [Server] Patch URL: null
16:02:02,134 INFO [Server] Server Name: default
16:02:02,134 INFO [Server] Server Home Dir: C:\Users\User\jboss-3.2.2\server\default
16:02:02,134 INFO [Server] Server Home URL: file:/C:/Users/User/jboss-3.2.2/server/default/
16:02:02,134 INFO [Server] Server Data Dir: C:\Users\User\jboss-3.2.2\server\default\data
16:02:02,134 INFO [Server] Server Temp Dir: C:\Users\User\jboss-3.2.2\server\default\tmp
16:02:02,134 INFO [Server] Server Config URL: file:/C:/Users/User/jboss-3.2.2/server/default/conf/
16:02:02,134 INFO [Server] Server Library URL: file:/C:/Users/User/jboss-3.2.2/server/default/lib/
16:02:02,134 INFO [Server] Root Deployemnt Filename: jboss-service.xml
16:02:02,134 INFO [Server] Starting General Purpose Architecture (GPA)...
Failed to boot JBoss:javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1094)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:499)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:335)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:662)
Press any key to continue . . .
C:\Users\User\jboss-3.2.2\bin>




what to do in such case

thanks
geeta
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

JBOSS_HOME: C:\Users\User\jboss-3.2.2\bin\\..



Do not set the JBOSS_HOME. The startup scripts will automatically set it to the correct value.
 
geeta vemula
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not setting anything , i have just downloaded the zip file from net and extracted into that folder.

Kindly tell me the solution for this..
thanks
geeta
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You cannot run JBoss AS 3.2.2 using JDK 6. You will need an ancient JDK instead, such as 1.3.1 or 1.4.2.

Why did you download JBoss AS 3.2.2? That is really, really old.
reply
    Bookmark Topic Watch Topic
  • New Topic