- This topic has 5 replies, 2 voices, and was last updated 7 years, 8 months ago by ananthgak.
-
AuthorPosts
-
ananthgakParticipantHi,
Iam using MyEclipse Enterprise Workbench Version: 6.0.1 GA. When i try to run the jboss server from myeclipse i get the following error11:38:11,453 INFO [Server] Starting JBoss (MX MicroKernel)…
11:38:11,453 INFO [Server] Release ID: JBoss [WonderLand] 3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)
11:38:11,468 INFO [Server] Home Dir: C:\jboss-3.2.3
11:38:11,468 INFO [Server] Home URL: file:/C:/jboss-3.2.3/
11:38:11,468 INFO [Server] Library URL: file:/C:/jboss-3.2.3/lib/
11:38:11,468 INFO [Server] Patch URL: null
11:38:11,468 INFO [Server] Server Name: default
11:38:11,468 INFO [Server] Server Home Dir: C:\jboss-3.2.3\server\default
11:38:11,468 INFO [Server] Server Home URL: file:/C:/jboss-3.2.3/server/default/
11:38:11,500 INFO [Server] Server Data Dir: C:\jboss-3.2.3\server\default\data
11:38:11,515 INFO [Server] Server Temp Dir: C:\jboss-3.2.3\server\default\tmp
11:38:11,515 INFO [Server] Server Config URL: file:/C:/jboss-3.2.3/server/default/conf/
11:38:11,515 INFO [Server] Server Library URL: file:/C:/jboss-3.2.3/server/default/lib/
11:38:11,515 INFO [Server] Root Deployment Filename: jboss-service.xml
11:38:11,515 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(Unknown Source)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
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(Unknown Source)Appreciate your help on this
Thanks
Ananth
Loyal WaterMemberCan you please make sure your configured connector looks like this:-
https://www.genuitec.com/forums/topic/jboss-3-2-what-does-a-configured-connector-look-like/Can you go to MyEclipse > installation Summary > Installation Details and paste the information here for me.
Are you able to start the JBoss server successfully outside MyEclipse ?
ananthgakParticipantHi Nipun,
here is the installation details*** Date:
Thursday, March 6, 2008 3:06:38 PM EST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.0\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\Program Files\MyEclipse 6.0\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
bbc_64
-vm
C:\Program Files\MyEclipse 6.0\jre\bin\javaw.exe
ananthgakParticipantI have configured the connector identical to what u have shown in screen shot.
Also i can startt the JBoss server successfully outside MyEclipse
Loyal WaterMemberI came across this post while doing some googling. Can you try this as well. I would like you to try the part where you reinstall to a new location and test this out again.
http://www.jbossfaq.com/mvnforum/mvnforum/viewthread?thread=120 -
AuthorPosts