1 Reply Latest reply on Feb 24, 2005 11:05 AM by joshuad2

    Cannot launch JBoss server from IDE

      Using the run.bat file works fine, it runs java (1.4.2_05)

      Trying to configure JBoss (4.0.1RC1) to start from eclipse it seems to use javaw and gives this error:

      Failed to boot JBoss:
      java.lang.NullPointerException
      at org.jboss.Main.boot(Main.java:93)
      at org.jboss.Main$1.run(Main.java:405)
      at java.lang.Thread.run(Thread.java:534)

      I suspect this is a configuration error, as I already hit, but overcame classnotfound exceptions, but I can't find any documentation on how to configure the JBoss server.

      Thanks.