Errors while running ofbiz with eclipse
---------------------------------------
Key: OFBIZ-1267
URL: https://issues.apache.org/jira/browse/OFBIZ-1267
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Environment: eclipse
Reporter: tces
Fix For: SVN trunk
Hi,
I have imported the source code for ofbiz into eclipse, I got the error of
missing file for log4j-1.2.14.jar.
I got the file from the internet. Inspite of that it showed 33 errors.
When I try to Debug(Run) it, I get the following statements in the console
window of eclipse:-
Set OFBIZ_HOME to - C:/Documents and Settings/3117/workspace/ofbiz
Admin socket not configured; set to port 0
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.ofbiz.base.util.Debug.<clinit>(Debug.java:90)
at
org.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:50)
at org.ofbiz.base.start.Start.initStartLoaders(Start.java:248)
at org.ofbiz.base.start.Start.init(Start.java:87)
at org.ofbiz.base.start.Start.main(Start.java:403)
Caused by: java.util.MissingResourceException: Can't find bundle for base name
cache, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(Unknown
Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:217)
at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:213)
at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:172)
at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:53)
... 5 more
So, can anyone help me out with this.
Thanking u in advance.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.