Hello All

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Hello All

vivek.mi
Hello,

*Got the following error while running Ofbiz in eclipse.*

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:50)
    at org.ofbiz.base.start.Start.initStartLoaders(Start.java:259)
    at org.ofbiz.base.start.Start.init(Start.java:96)
    at org.ofbiz.base.start.Start.main(Start.java:410)
Caused by: java.util.MissingResourceException: Can't find bundle for base
name cache, locale en
    at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
    at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:210)
    at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:206)
    at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:139)
    at
org.ofbiz.base.util.cache.UtilCache.createUtilCache(UtilCache.java:1005)
    at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:69)
    ... 5 more


 Regards
*Vivek Mishra
*
Vivek Mishra
Reply | Threaded
Open this post in threaded view
|

RE: Hello All

hardik handa
U need to do some changes while running ofbiz from eclipse, edit base/config/ofbiz-containers.xml comment commons-vfs-container and webslinger container
This should solve the purpose

Regards,
Hardik Handa
[hidden email]

-----Original Message-----
From: vivek mishra [mailto:[hidden email]]
Sent: Thursday, August 04, 2011 12:32 PM
To: [hidden email]
Subject: Hello All

Hello,

*Got the following error while running Ofbiz in eclipse.*

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:50)
    at org.ofbiz.base.start.Start.initStartLoaders(Start.java:259)
    at org.ofbiz.base.start.Start.init(Start.java:96)
    at org.ofbiz.base.start.Start.main(Start.java:410)
Caused by: java.util.MissingResourceException: Can't find bundle for base
name cache, locale en
    at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
    at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:210)
    at
org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:206)
    at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:139)
    at
org.ofbiz.base.util.cache.UtilCache.createUtilCache(UtilCache.java:1005)
    at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:69)
    ... 5 more


 Regards
*Vivek Mishra
*

::DISCLAIMER::
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
Reply | Threaded
Open this post in threaded view
|

Re: Hello All

Sumit Pandit
In reply to this post by vivek.mi
Hi Vivek,

I am running and debuggin ofbiz in eclipse by very simple steps given in
following link  -

https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse#RunningandDebuggingOFBizinEclipse-debuggingInEclipse

I hope you are also trying same ??




On Thu, Aug 4, 2011 at 12:32 PM, vivek mishra <[hidden email]> wrote:

> Hello,
>
> *Got the following error while running Ofbiz in eclipse.*
>
> 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:50)
>    at org.ofbiz.base.start.Start.initStartLoaders(Start.java:259)
>    at org.ofbiz.base.start.Start.init(Start.java:96)
>    at org.ofbiz.base.start.Start.main(Start.java:410)
> Caused by: java.util.MissingResourceException: Can't find bundle for base
> name cache, locale en
>    at
>
> java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
>    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
>    at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
>    at
> org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:210)
>    at
> org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:206)
>    at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:139)
>    at
> org.ofbiz.base.util.cache.UtilCache.createUtilCache(UtilCache.java:1005)
>    at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:69)
>    ... 5 more
>
>
>  Regards
> *Vivek Mishra
> *
>



--
Thanks and Regards
Sumit Pandit
Thanks And Regards
Sumit Pandit
Reply | Threaded
Open this post in threaded view
|

Re: Hello All

vivek.mi
Hello Sumit

Thanks a lot buddy able to run OFBiz using eclipse finally.


Thanks & Regards
*Vivek Mishra
*



On Thu, Aug 4, 2011 at 1:32 PM, Sumit Pandit <[hidden email]> wrote:

> Hi Vivek,
>
> I am running and debuggin ofbiz in eclipse by very simple steps given in
> following link  -
>
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse#RunningandDebuggingOFBizinEclipse-debuggingInEclipse
>
> I hope you are also trying same ??
>
>
>
>
> On Thu, Aug 4, 2011 at 12:32 PM, vivek mishra <[hidden email]>
> wrote:
>
> > Hello,
> >
> > *Got the following error while running Ofbiz in eclipse.*
> >
> > 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:50)
> >    at org.ofbiz.base.start.Start.initStartLoaders(Start.java:259)
> >    at org.ofbiz.base.start.Start.init(Start.java:96)
> >    at org.ofbiz.base.start.Start.main(Start.java:410)
> > Caused by: java.util.MissingResourceException: Can't find bundle for base
> > name cache, locale en
> >    at
> >
> >
> java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
> >    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
> >    at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
> >    at
> >
> org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:210)
> >    at
> >
> org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:206)
> >    at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:139)
> >    at
> > org.ofbiz.base.util.cache.UtilCache.createUtilCache(UtilCache.java:1005)
> >    at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:69)
> >    ... 5 more
> >
> >
> >  Regards
> > *Vivek Mishra
> > *
> >
>
>
>
> --
> Thanks and Regards
> Sumit Pandit
>
Vivek Mishra