facebook

Can’t start JBoss3 from MyEclipse5

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

    Hi,

    I have told you before it didn’t work with MyEclipse4, now that doesn’t work with MyEclipse5
    (used to work in ver. 3).
    When I try to start JBoss 3.0.7 (as JBoss3) from within MyEclipse 5.01,
    getting:
    09:48:20,034 INFO [Server] JBoss Release: JBoss-3.0.7 CVSTag=JBoss_3_0_7
    09:48:20,049 INFO [Server] Home Dir: C:\jboss-3.0.7
    09:48:20,049 INFO [Server] Home URL: file:/C:/jboss-3.0.7/
    09:48:20,049 INFO [Server] Library URL: file:/C:/jboss-3.0.7/lib/
    09:48:20,049 INFO [Server] Patch URL: null
    09:48:20,049 INFO [Server] Server Name: default
    09:48:20,049 INFO [Server] Server Home Dir: C:\jboss-3.0.7\server\default
    09:48:20,049 INFO [Server] Server Home URL: file:/C:/jboss-3.0.7/server/default/
    09:48:20,049 INFO [Server] Server Data Dir: C:\jboss-3.0.7\server\default\db
    09:48:20,049 INFO [Server] Server Temp Dir: C:\jboss-3.0.7\server\default\tmp
    09:48:20,049 INFO [Server] Server Config URL: file:/C:/jboss-3.0.7/server/default/conf/
    09:48:20,049 INFO [Server] Server Library URL: file:/C:/jboss-3.0.7/server/default/lib/
    09:48:20,049 INFO [Server] Root Deployemnt Filename: jboss-service.xml
    09:48:20,049 INFO [Server] Starting General Purpose Architecture (GPA)…
    09:48:20,206 INFO [ServerInfo] Java version: 1.4.2_07,Sun Microsystems Inc.
    09:48:20,206 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_07-b05,Sun Microsystems Inc.
    09:48:20,206 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
    09:48:20,221 INFO [ServiceController] Controller MBean online
    09:48:20,253 INFO [MainDeployer] Creating
    09:48:20,268 INFO [MainDeployer] Created
    09:48:20,268 INFO [MainDeployer] Starting
    09:48:20,268 INFO [MainDeployer] Started
    09:48:20,268 INFO [JARDeployer] Creating
    09:48:20,268 INFO [JARDeployer] Created
    09:48:20,268 INFO [JARDeployer] Starting
    09:48:20,268 INFO [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer@341960
    09:48:20,268 INFO [JARDeployer] Started
    09:48:20,284 INFO [SARDeployer] Creating
    09:48:20,284 INFO [SARDeployer] Created
    09:48:20,284 INFO [SARDeployer] Starting
    org.jboss.deployment.DeploymentException: – nested throwable: (java.lang.NullPointerException)
    at org.jboss.deployment.SARDeployer.init(SARDeployer.java:158)
    at org.jboss.deployment.MainDeployer.init(MainDeployer.java:679)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:615)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
    at org.jboss.Main.boot(Main.java:148)
    at org.jboss.Main$1.run(Main.java:381)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:629)
    at org.jboss.deployment.SARDeployer.init(SARDeployer.java:130)
    … 15 more
    09:48:20,284 INFO [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer@a3d4cf
    09:48:20,284 INFO [SARDeployer] Started
    09:48:20,284 INFO [Server] Core system initialized
    09:48:20,284 INFO [MainDeployer] Starting deployment of package: file:/C:/jboss-3.0.7/server/default/conf/jboss-service.xml
    09:48:20,315 ERROR [Server] start failed
    org.jboss.deployment.DeploymentException: – nested throwable: (java.lang.NullPointerException)
    at org.jboss.deployment.SARDeployer.init(SARDeployer.java:158)
    at org.jboss.deployment.MainDeployer.init(MainDeployer.java:679)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:615)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591)
    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
    at org.jboss.Main.boot(Main.java:148)
    at org.jboss.Main$1.run(Main.java:381)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: java.lang.NullPointerException
    at org.jboss.deployment.SARDeployer.parseDocument(SARDeployer.java:629)
    at org.jboss.deployment.SARDeployer.init(SARDeployer.java:130)
    … 15 more
    09:48:20,362 INFO [Server] Undeploying all packages
    09:48:20,362 INFO [MainDeployer] Undeploying file:/C:/jboss-3.0.7/server/default/conf/jboss-service.xml
    09:48:20,362 INFO [DeploymentInfo] Cleaned Deployment: file:/C:/jboss-3.0.7/server/default/tmp/deploy/server/default/conf/jboss-service.xml/1.jboss-service.xml
    09:48:20,362 INFO [MainDeployer] Undeployed file:/C:/jboss-3.0.7/server/default/conf/jboss-service.xml
    09:48:20,362 INFO [MainDeployer] Undeployed 1 deployed packages
    09:48:20,362 INFO [Server] Shutting down all services
    Shutting down
    09:48:20,362 INFO [ServiceController] Stopping 3 services
    09:48:20,362 INFO [SARDeployer] Stopping
    09:48:20,362 INFO [MainDeployer] Removing deployer: org.jboss.deployment.SARDeployer@a3d4cf
    09:48:20,362 INFO [SARDeployer] Stopped
    09:48:20,362 INFO [JARDeployer] Stopping
    09:48:20,362 INFO [JARDeployer] Stopped
    09:48:20,362 INFO [MainDeployer] Stopping
    09:48:20,362 INFO [MainDeployer] Stopped
    09:48:20,362 INFO [ServiceController] Stopped 3 services
    09:48:20,362 INFO [Server] Deleting server tmp/deploy directory
    09:48:20,425 INFO [Server] Shutdown complete
    Shutdown complete
    Halting VM

    Have to mention that I also tried to start JBoss3.0.7 as JBoss4, it seems to work,
    but not completely (which can be related to my application – fails to deploy some EJBs),
    but at least it doesn’t fail right away.

    Please fix the JBoss3 deployment !
    Why am I paying you for a license for many years, if I can’t effectively use it ?
    My company is not planning to upgrade its app servers soon.

    Thank you,
    Oleg.

    #258264 Reply

    Forgot to mention:
    Version: 5.0.1 GA
    Build id: 20060810-5.0.1-GA
    On Windows XP Pro SP2.

    Please fix it this time or tell me what to do.

    Thank you,
    Oleg.

    #258293 Reply

    Actually, after I disabled JBoss4, tried JBoss3 and failed (and disabled it),
    I came back to JBoss4, but now it stopped working.
    The last things it does before stopping is:
    22:30:56,082 INFO [URLDeploymentScanner] Started
    22:30:56,082 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.0.7/server/default/conf/jboss-service.xml
    22:30:56,082 INFO [Server] JBoss (MX MicroKernel) [3.0.7 (CVSTag=JBoss_3_0_7 Date=200304081816)] Started in 0m:18s:988ms
    Server 1.6 is running
    Press [Ctrl]+[C] to abort
    22:31:44,232 INFO [Engine] StandardHost[localhost]: MAPPING configuration error for request URI /AutoLoad1

    That’s it. Stops here.
    When I try to run the application there, get error 500:
    The server encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this request

    Please help !
    I need to be able to run at least in JBoss3 or JBoss4 mode !
    (as I said, it’s JBoss 3.0.7)

    Thank you,
    Oleg.

    #259714 Reply

    Riyad Kalla
    Member

    Oleg,
    Are you still having problems running JBoss?

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Can’t start JBoss3 from MyEclipse5

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