Did you setup the VM variable ofbiz.home? Try setting the variable
-Dofbiz.home=<Your ofbiz home older>
Thanks,
Raj
On 23/07/10 02:36, Patrick wrote:
I've never quite got debugging working in Eclipse (still using
logError), so I'm trying again; When I try to debug it, I get the
following:
Set OFBIZ_HOME to - C:/opt/ofbiz-release9.04
Admin socket not configured; set to port 0
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.ofbiz.base.util.Debug.<clinit>(Debug.java:86)
at
org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:51)
at org.ofbiz.base.start.Start.initStartLoaders(Start.java:250)
at org.ofbiz.base.start.Start.init(Start.java:89)
at org.ofbiz.base.start.Start.main(Start.java:398)
Caused by: java.util.MissingResourceException: Can't find bundle for
base name cache, locale en
I can run the program from the command line, but then I'm not debugging it.