Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
SQL Problems getResourceBundle
ben2001
I tried today to deploy my application to another server.
In my eclipse environment everything works fine.
At the time initializing the BIRT Web Viewer ....
Caused by: java.util.MissingResourceException: Can't find bundle for base name com.microsoft.sqlserver.jdbc.SQLServerResource, locale de_DE
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:796)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:549)
at com.microsoft.sqlserver.jdbc.SQLServerResource.getResource(SQLServerResource.java:15)
at com.microsoft.sqlserver.jdbc.SQLServerDriverPropertyInfo.(SQLServerDriver.java:641)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.(SQLServerDriver.java:670)
Which resource is missing and where?
Find more posts tagged with
Comments
There are no comments yet