I had assumed it had something do do with the servlet init. I guess that is a different question, my assumption was that (like CF8/CFMX7 our cfml pages get compiled into servlets under the hood when OpenBD is running. Is this the case?
I will investigate. Allen Jordan Michaels wrote: > 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? >> > > > > > -- Allen Souliere, Computer Systems Technologist Programmer/Analyst Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [email protected] web: http://www.electricedgesystems.com Notice: This message, including any attachments, is confidential and may contain information that is privileged or exempt from disclosure. It is intended only for the person to whom it is addressed unless expressly authorized otherwise by the sender. If you are not an authorized recipient, please notify the sender immediately and permanently destroy all copies of this message and attachments. --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
