cancel
Showing results for 
Search instead for 
Did you mean: 

Canu0092t find bundle for base name com.sap.jdo.common.Bundle

Former Member
0 Kudos

Hi,

I am trying to use SAP JDO in a WAS 6.40 but I am getting this error message:

Caused by: java.util.MissingResourceException: Can’t find bundle for base name com.sap.jdo.common.Bundle, locale en

at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)

at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:808)

at java.util.ResourceBundle.getBundle(ResourceBundle.java:702)

at javax.jdo.I18NHelper.loadBundle(I18NHelper.java:194)

at javax.jdo.I18NHelper.<init>(I18NHelper.java:63)

at javax.jdo.I18NHelper.getInstance(I18NHelper.java:108)

at javax.jdo.I18NHelper.getInstance(I18NHelper.java:72)

at com.sap.jdo.common.PersistenceManagerFactoryImpl.<clinit>(PersistenceManagerFactoryImpl.java:123)

... 56 more

(This is the last 'Caused by' message of a bigger list, I think that this is the most important message)

I don't know why, I have added jdo.jar and sapjdoapi.jar java library files. Maybe I have to add more libraries? What libraries?

Thanks

Ruben

Accepted Solutions (0)

Answers (1)

Answers (1)

guru_subramanianb
Active Contributor
0 Kudos

Hi,

check the property file bundle.

Problem may be becauze of resource bundle not loading

which i sevident from the line :-

Can’t find bundle for base name com.sap.jdo.common.Bundle, locale en

Rdgs,

Guru