Jetty appears to be telling you it can't find a file that an <init> directive is pointing to. Since it happens with all versions with all JDK's, it's most likely a specific config issue that's incompatible with OSX.
I'm not very familiar with this implementation, but if it were me, I'd be browsing config files looking for an <init> parameter that points to a file but uses an incorrect path. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider G. Allen R. Souliere wrote: > Hey there, > > Yesterday, I attempted to fire up OpenBD (as I have many, many times > before) on my MBP. I am running OSX (Leopard). This is what happened > most recently (with 1.1): > > Sephiroth:testing allen$ java -jar start.jar > java.lang.NullPointerException > at java.io.File.<init>(File.java:194) > at org.mortbay.start.Main.start(Main.java:460) > at org.mortbay.start.Main.main(Main.java:119) > Sephiroth:testing allen$ > > Also: > > Sephiroth:testing allen$ java -version > java version "1.5.0_20" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20- > b02-315) > Java HotSpot(TM) Client VM (build 1.5.0_20-141, mixed mode, sharing) > Sephiroth:testing allen$ > > I have never experienced this error before. I attempted using > different JVM's (both 32 bit and 64 bit, 1.5 and 1.6). > > Anyone else had this problem? I have also tired both 1.2 and 1.1 > versions of OpenBD, and the nightly build-all with the same results. > > Any ideas? > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
