facebook

Problem starting JBoss server : javax.management.Instance…

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #246097 Reply

    Ghazalawahid
    Member

    Hi,

    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 ?

    #246125

    Riyad Kalla
    Member

    Are 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.

    #246136

    Ghazalawahid
    Member

    The 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 Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Project SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Platform

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Java Development Tools

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse RCP

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Plug-in Development Environment

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse 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.exe

    #246240

    Riyad Kalla
    Member

    Can you answer my first question?

    Are you being sure to use the JBoss 3 connector and not the JBoss 4 connector?

    #246278

    Ghazalawahid
    Member

    Sorry,forgot to answere your question.Yes I am connecting to JBOss 3 connector.

    #246279

    Riyad Kalla
    Member

    Can you run JBoss3 frmo the command line?

    #246330

    Ghazalawahid
    Member

    Yes, i tried but its giving the same error as in Eclipse

    “javax.management.InstanceNotFoundException”

    #246331

    Ghazalawahid
    Member

    The 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)

    #246346

    Riyad Kalla
    Member

    If 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.

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: Problem starting JBoss server : javax.management.Instance…

You must be logged in to post in the forum log in