You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "tces (JIRA)" <ji...@apache.org> on 2007/09/27 08:32:50 UTC

[jira] Created: (OFBIZ-1267) Errors while running ofbiz with eclipse

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.


[jira] Closed: (OFBIZ-1267) Errors while running ofbiz with eclipse

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David E. Jones closed OFBIZ-1267.
---------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: SVN trunk)
         Assignee: David E. Jones

This is a configuration problem in your eclipse setup, not a problem with OFBiz, ie not a bug.

If you would like help with this send an email to the ofbiz user mailing list, or better yet search that mailing list for recent discussion and helpful links on this topic.

> 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
>            Assignee: David E. Jones
>
> 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.


[jira] Commented: (OFBIZ-1267) Errors while running ofbiz with eclipse

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530653 ] 

Jacques Le Roux commented on OFBIZ-1267:
----------------------------------------

As David explained you should not use Jira for this type of issue (question actually). I saw that you created another issue right after this one, please use the  user ML for such newbie questions : http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists. 

Also you might try documentation before ! For the error above, your answer is here http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse#RunningandDebuggingOFBizinEclipse-debuggingInEclipse

> 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
>            Assignee: David E. Jones
>
> 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.