I am new in ofbiz . when I tried to run by start.java the following
exception occurred. pls give me a solution. 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 at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1 508) at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1262) at java.util.ResourceBundle.getBundle(ResourceBundle.java:717) at org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:216) at org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:212) at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:171) at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:68) Regards Sreekanth P |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 sounds like you may be running as debug mode. what development environment are you using? What documentation have you read up to this point? sreekanth sent the following on 2/5/2009 2:10 AM: > I am new in ofbiz . when I tried to run by start.java the following > exception occurred. pls give me a solution. > > > > > > 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 > > at > java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1 > 508) > > at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1262) > > at java.util.ResourceBundle.getBundle(ResourceBundle.java:717) > > at > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:216) > > at > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:212) > > at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:171) > > at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:68) > > > > > > > > Regards > > Sreekanth P > > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJirxfrP3NbaWWqE4RAuo9AKC+pbNP83MxcGx5pGSWVjTESlJnjwCguW0r n2QqwuZ3U0bSbFbo8SZLQQc= =6zOk -----END PGP SIGNATURE----- |
I am using eclipse.
-----Original Message----- From: BJ Freeman [mailto:[hidden email]] Sent: Thursday, February 05, 2009 3:46 PM To: [hidden email] Subject: Re: ofbiz run exception -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 sounds like you may be running as debug mode. what development environment are you using? What documentation have you read up to this point? sreekanth sent the following on 2/5/2009 2:10 AM: > I am new in ofbiz . when I tried to run by start.java the following > exception occurred. pls give me a solution. > > > > > > 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 > > at > > 508) > > at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1262) > > at java.util.ResourceBundle.getBundle(ResourceBundle.java:717) > > at > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:216) > > at > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:212) > > at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:171) > > at org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:68) > > > > > > > > Regards > > Sreekanth P > > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJirxfrP3NbaWWqE4RAuo9AKC+pbNP83MxcGx5pGSWVjTESlJnjwCguW0r n2QqwuZ3U0bSbFbo8SZLQQc= =6zOk -----END PGP SIGNATURE----- |
http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Getting+Started
hth. Thanks & Regards -- Pranay Pandey On Feb 5, 2009, at 3:58 PM, sreekanth wrote: > I am using eclipse. > > -----Original Message----- > From: BJ Freeman [mailto:[hidden email]] > Sent: Thursday, February 05, 2009 3:46 PM > To: [hidden email] > Subject: Re: ofbiz run exception > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > sounds like you may be running as debug mode. > what development environment are you using? > What documentation have you read up to this point? > > > sreekanth sent the following on 2/5/2009 2:10 AM: >> I am new in ofbiz . when I tried to run by start.java the following >> exception occurred. pls give me a solution. >> >> >> >> >> >> 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 >> >> at >> > java > .util > .ResourceBundle.throwMissingResourceException(ResourceBundle.java:1 >> 508) >> >> at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java: >> 1262) >> >> at java.util.ResourceBundle.getBundle(ResourceBundle.java:717) >> >> at >> > org > .ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java: > 216) >> >> at >> > org > .ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java: > 212) >> >> at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java: >> 171) >> >> at > org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:68) >> >> >> >> >> >> >> >> Regards >> >> Sreekanth P >> >> > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFJirxfrP3NbaWWqE4RAuo9AKC+pbNP83MxcGx5pGSWVjTESlJnjwCguW0r > n2QqwuZ3U0bSbFbo8SZLQQc= > =6zOk > -----END PGP SIGNATURE----- > smime.p7s (3K) Download Attachment |
In reply to this post by sreekanth-9
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 http://docs.ofbiz.org/display/OFBIZ/Running+and+Debugging+OFBiz+in+Eclipse sreekanth sent the following on 2/5/2009 2:28 AM: > I am using eclipse. > > -----Original Message----- > From: BJ Freeman [mailto:[hidden email]] > Sent: Thursday, February 05, 2009 3:46 PM > To: [hidden email] > Subject: Re: ofbiz run exception > > sounds like you may be running as debug mode. > what development environment are you using? > What documentation have you read up to this point? > > > sreekanth sent the following on 2/5/2009 2:10 AM: >> I am new in ofbiz . when I tried to run by start.java the following >> exception occurred. pls give me a solution. > > > > > >> 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 > >> at > > java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1 >> 508) > >> at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1262) > >> at java.util.ResourceBundle.getBundle(ResourceBundle.java:717) > >> at > > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:216) >> at > > org.ofbiz.base.util.cache.UtilCache.setPropertiesParams(UtilCache.java:212) >> at org.ofbiz.base.util.cache.UtilCache.<init>(UtilCache.java:171) > >> at > org.ofbiz.base.util.UtilProperties.<clinit>(UtilProperties.java:68) > > > > > > >> Regards > >> Sreekanth P > > Version: GnuPG v1.4.6 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJisYbrP3NbaWWqE4RAh6wAJ4s/m+wIREsOBAgXaWLMv+D5//eqgCgqh0i BXqbn2ez+IuG/lhlv29r6JA= =FDt5 -----END PGP SIGNATURE----- |
Free forum by Nabble | Edit this page |