You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jazon <re...@gmail.com> on 2009/01/28 20:33:39 UTC

NullPointerException throws out when starting Geronimo 2.2 snapshot in GEP

NullPointerException throws out when starting Geronimo 2.2 snapshot in GEP

It is in
plugins\activemq\geronimo-activemq\src\main\java\org\apache\geronimo\activemq\BrokerServiceGBeanImpl.java

Line 84: System.setProperty("activemq.geronimo.home.url", new
File(serverInfo.getBaseDirectory()).toURI().toURL().toString());

It seems serverInfo.getBaseDirectory() returns null