I'm developing with Eclipse and JBoss AS 7.1.1 on Linux. I've installed the JBoss tools so I can deploy to JBoss from Eclipse.
Now I've got a problem, the JBoss server won't start (run/debug) from Eclipse. The message I get is: Reference to undefined variable PATH
.
This is not making sense to me at all. There is nothing in the server logs and when I run eclipse from console the only output is:
Jul 12, 2012 1:38:55 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.3.GA
Jul 12, 2012 1:38:56 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.3.GA
Jul 12, 2012 1:38:56 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.3.GA
I think the error occurred after I shut down Eclipse while JBoss was running.
Starting JBoss from the command line works without a problem, eclipse can even connect to it that way. If Eclipse is connected to JBoss it can shut it down, so the problem is purely the starting of the server.
I've tried with a clean JBoss install, but the same problem exists.
UPDATE: I've tried using a clean workspace and a clean config directory (~/.eclipse), reinstalled the JBoss tools and experienced the same problem.