NullPointerException at findToolsJarFile

2004-09-13 Thread Jacek Laskowski
Hi, I've decided to try to run the server with no additional arguments and here's what I got. Has anyone seen this before? It's a fresh build. /geronimo/modules/assembly/target/geronimo-1.0-SNAPSHOT $ java -jar bin/server.jar 13:03:04,160 WARN [ToolsJarHack] Could not all find java compiler:

Re: NullPointerException at findToolsJarFile

2004-09-13 Thread Jacek Laskowski
Jacek Laskowski wrote: Hi, I've decided to try to run the server with no additional arguments and here's what I got. Has anyone seen this before? It's a fresh build. /geronimo/modules/assembly/target/geronimo-1.0-SNAPSHOT $ java -jar bin/server.jar 13:03:04,160 WARN [ToolsJarHack] Could not all

Re: NullPointerException at findToolsJarFile

2004-09-13 Thread Gianny Damour
On 13/09/2004 9:12 PM, Jacek Laskowski wrote: Jacek Laskowski wrote: Hi, I've decided to try to run the server with no additional arguments and here's what I got. Has anyone seen this before? It's a fresh build. /geronimo/modules/assembly/target/geronimo-1.0-SNAPSHOT $ java -jar bin/server.jar

Re: NullPointerException at findToolsJarFile

2004-09-13 Thread Jacek Laskowski
Gianny Damour wrote: This problem may happen if you try to run the server via the standalone JRE (C:\Program Files\Java\j2re1.4.2_05\bin\java.exe). You need to run it either via the JDK (say, C:\j2sdk1.4.2_05\bin\java.exe) or the JRE shipped with the JDK (say, C:\j2sdk1.4.2_05\jre\bin\java.exe)

RE: NullPointerException at findToolsJarFile

2004-09-13 Thread Lynch, Peter
: NullPointerException at findToolsJarFile This is a bug. It should simply print the warning and move on. Not having a tools.jar is not fatal, but you will not be able to compile jsp pages. I'll file a bug report on this. -dain -- Dain Sundstrom Chief Architect Gluecode Software

Re: NullPointerException at findToolsJarFile

2004-09-13 Thread Dain Sundstrom
I think I have fixed this, but can you verify and close the JIRA issue. http://nagoya.apache.org/jira/browse/GERONIMO-294 -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Sep 13, 2004, at 4:12 AM, Jacek Laskowski wrote: Jacek Laskowski wrote: Hi, I've decided