Application running fine then suddenly java.util.MissingResourceException -


does know of reason why might encounter java.util.missingresourceexception on application running fine no issues , using resource bundle, gets error. stopping app , starting resolves error.

so don't believe it's application setup or configuration since working fine , happens , resolved stop , start.

2016-07-30 17:23:28,343 [testscheduler_worker-10]     error (tripsportingtimeutil.java:63) - error loading file tripsb4nconfig.properties java.util.missingresourceexception: can't find bundle base name tripsb4nconfig, locale en_gb         @ java.util.resourcebundle.throwmissingresourceexception(resourcebundle.java:1499)         @ java.util.resourcebundle.getbundleimpl(resourcebundle.java:1322)         @ java.util.resourcebundle.getbundle(resourcebundle.java:724) 

update 1 thing have observed seems happen after see database transaction timeout , following error

2016-05-26 20:11:25,995 [testscheduler_worker-8]     error (sqlhelperbean.java:1829) - error while getting transaction id - weblogic.jdbc.extensions.connectiondeadsqlexception: weblogic.common.resourcepool.resourcedeadexception: 0:weblogic.common.resourceexception: not create pool connection. dbms driver exception was: io error: network adapter not establish connection 

is possible have knock on effect resource bundle?

probably don't need resource before error happens. when application needs crash happens.

can check resources files check if resource present or not?

tripsb4nconfig.properties language en_gb 

Comments