• 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 3.2.3 intall problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I intalled jBoss3.2.3 on Windows 2000.
While running run.bat file from jBoss/bin/ following error is comming and JBoss server is not starting. Need your help in starting jBoss without any error asap. Thanks !
==========================================================================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\jboss-3.2.3\bin\\..
.
JAVA: C:\j2sdk1.5.0\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat
.
CLASSPATH: ;C:\j2sdk1.5.0\lib\tools.jar;C:\jboss-3.2.3\bin\\run.jar
.
===============================================================================
.
12:02:49,517 INFO [Server] Starting JBoss (MX MicroKernel)...
12:02:49,533 INFO [Server] Release ID: JBoss [WonderLand] 3.2.3 (build: CVSTag=
JBoss_3_2_3 date=200311301445)
12:02:49,533 INFO [Server] Home Dir: C:\jboss-3.2.3
12:02:49,533 INFO [Server] Home URL: file:/C:/jboss-3.2.3/
12:02:49,533 INFO [Server] Library URL: file:/C:/jboss-3.2.3/lib/
12:02:49,533 INFO [Server] Patch URL: null
12:02:49,533 INFO [Server] Server Name: default
12:02:49,533 INFO [Server] Server Home Dir: C:\jboss-3.2.3\server\default
12:02:49,533 INFO [Server] Server Home URL: file:/C:/jboss-3.2.3/server/default
/
12:02:49,533 INFO [Server] Server Data Dir: C:\jboss-3.2.3\server\default\data
12:02:49,549 INFO [Server] Server Temp Dir: C:\jboss-3.2.3\server\default\tmp
12:02:49,549 INFO [Server] Server Config URL: file:/C:/jboss-3.2.3/server/defau
lt/conf/
12:02:49,564 INFO [Server] Server Library URL: file:/C:/jboss-3.2.3/server/defa
ult/lib/
12:02:49,564 INFO [Server] Root Deployment Filename: jboss-service.xml
12:02:49,580 INFO [Server] Starting General Purpose Architecture (GPA)...
Failed to boot JBoss:
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepos
itory,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(Defaul
tMBeanServerInterceptor.java:1010)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:804)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784
)
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:566)
Press any key to continue . . .
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you tried jdk 1.4 ?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have exactly the same problem with JDK 1.5.0 beta. I'm also trying JBoss 4. Despite numerous attempts, I've not been able to find a cure. Any luck from you?
Neil
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is the problem of the jdk1.5beta .
plz use the jdk1.4
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm having the same problem, what's the solution?
Thanks
 
There is no beard big enough to make me comfortable enough with my masculinity to wear pink. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic