- This topic has 8 replies, 2 voices, and was last updated 19 years, 5 months ago by
Riyad Kalla.
-
AuthorPosts
-
GhazalawahidMemberHi,
I downloaded jboss-3.2.1 and configure it in MyEclipse application connector as given in quickstart,but when i start the server,after diplaying few messages in startup process,it gives following error:
javax.management.InstanceNotFoundException
Do i need to cpecify some more settings ?
February 5, 2006 at 4:26 pm #246125
Riyad KallaMemberAre you being sure to use the JBoss 3 connector and not the JBoss 4 connector?
Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
February 5, 2006 at 7:23 pm #246136
GhazalawahidMemberThe Configuration summary for MyEclipse is :
*** Date: Sun Feb 05 08:21:46 EST 2006
*** System properties:
OS=Windows2000
OS version=5.0
Java version=1.4.1_02*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.0
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.0
Build id: I20050627-1435Eclipse Platform
Version: 3.1.0
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.0
Build id: I20050627-1435Eclipse RCP
Version: 3.1.0
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.0
Build id: I20050627-1435Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Ghazala\Eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
578_3c
-vm
c:\j2sdk1.4.1_02\bin\javaw.exeFebruary 7, 2006 at 1:29 pm #246240
Riyad KallaMemberCan you answer my first question?
Are you being sure to use the JBoss 3 connector and not the JBoss 4 connector?
February 7, 2006 at 7:16 pm #246278
GhazalawahidMemberSorry,forgot to answere your question.Yes I am connecting to JBOss 3 connector.
February 7, 2006 at 7:25 pm #246279
Riyad KallaMemberCan you run JBoss3 frmo the command line?
February 8, 2006 at 10:09 am #246330
GhazalawahidMemberYes, i tried but its giving the same error as in Eclipse
“javax.management.InstanceNotFoundException”
February 8, 2006 at 10:17 am #246331
GhazalawahidMemberThe boot log for the server has following messages:
May be you guys find some clue for the problem ! On 15th last line it says “Failed to start”.23:08:54,963 INFO [Server] Starting JBoss (MX MicroKernel)…
23:08:54,963 INFO [Server] Release ID: JBoss [WonderLand] 3.2.1 (build: CVSTag=JBoss_3_2_1 date=200305041533)
23:08:54,963 DEBUG [Server] Using config: org.jboss.system.server.ServerConfigImpl@128e20a
23:08:54,963 DEBUG [Server] Server type: class org.jboss.system.server.ServerImpl
23:08:54,963 INFO [Server] Home Dir: C:\jboss\jboss-3.2.1
23:08:54,963 INFO [Server] Home URL: file:/C:/jboss/jboss-3.2.1/
23:08:54,963 INFO [Server] Library URL: file:/C:/jboss/jboss-3.2.1/lib/
23:08:54,963 INFO [Server] Patch URL: null
23:08:54,963 INFO [Server] Server Name: default
23:08:54,963 INFO [Server] Server Home Dir: C:\jboss\jboss-3.2.1\server\default
23:08:54,963 INFO [Server] Server Home URL: file:/C:/jboss/jboss-3.2.1/server/default/
23:08:54,963 INFO [Server] Server Data Dir: C:\jboss\jboss-3.2.1\server\default\data
23:08:54,983 INFO [Server] Server Temp Dir: C:\jboss\jboss-3.2.1\server\default\tmp
23:08:54,993 INFO [Server] Server Config URL: file:/C:/jboss/jboss-3.2.1/server/default/conf/
23:08:54,993 INFO [Server] Server Library URL: file:/C:/jboss/jboss-3.2.1/server/default/lib/
23:08:54,993 INFO [Server] Root Deployemnt Filename: jboss-service.xml
23:08:54,993 INFO [Server] Starting General Purpose Architecture (GPA)…
23:08:55,013 DEBUG [Server] Created MBeanServer: com.sun.jmx.mbeanserver.JmxMBeanServer@f3d6a5
23:08:55,023 DEBUG [Server] Boot url list: [file:/C:/jboss/jboss-3.2.1/server/default/conf/]
23:08:55,023 DEBUG [Server] Creating loader for URL: file:/C:/jboss/jboss-3.2.1/server/default/conf/
23:08:55,043 ERROR [Server] Failed to start
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:480)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:316)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:272)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:388)
at java.lang.Thread.run(Thread.java:595)February 8, 2006 at 1:42 pm #246346
Riyad KallaMemberIf you cannot run JBoss from the command line then the problem is not with MyEclipse. I would suggest possibly a clean install of JBoss, make sure you can get it running from the command line, then try doing it from within MyEclipse.
-
AuthorPosts