Bug 468431 - java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Message.noDetails
Summary: java.util.MissingResourceException: Can't find resource for bundle java.util....
Status: CLOSED FIXED
Alias: None
Product: Jubula (Archived)
Classification: Technology
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 4.0   Edit
Assignee: Project Inbox CLA
QA Contact: Oliver Goetz CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 468428
  Show dependency tree
 
Reported: 2015-05-27 03:16 EDT by Markus Tiede CLA
Modified: 2016-05-19 03:40 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Tiede CLA 2015-05-27 03:16:16 EDT
2015-05-27 00:50:38.833 [Worker-0] ERROR o.e.j.t.internal.i18n.CompSystemI18n - Cannot find I18N-key in resource bundles: Message.noDetails
java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Message.noDetails
	at java.util.ResourceBundle.getObject(ResourceBundle.java:395) ~[na:1.7.0_72]
	at java.util.ResourceBundle.getString(ResourceBundle.java:355) ~[na:1.7.0_72]
	at org.eclipse.jubula.tools.internal.i18n.I18n.getString(I18n.java:82) [org.eclipse.jubula.tools_3.1.0.201505261442.jar:na]
	at org.eclipse.jubula.tools.internal.i18n.I18n.getString(I18n.java:61) [org.eclipse.jubula.tools_3.1.0.201505261442.jar:na]
	at org.eclipse.jubula.tools.internal.messagehandling.Message.<clinit>(Message.java:28) [org.eclipse.jubula.tools_3.1.0.201505261442.jar:na]
	at org.eclipse.jubula.tools.internal.messagehandling.MessageIDs$MessageMap.put(MessageIDs.java:1065) [org.eclipse.jubula.tools_3.1.0.201505261442.jar:na]
	at org.eclipse.jubula.tools.internal.messagehandling.MessageIDs.createIOErrorMessages(MessageIDs.java:870) [org.eclipse.jubula.tools_3.1.0.201505261442.jar:na]
	at org.eclipse.jubula.tools.internal.messagehandling.MessageIDs.initErrorMap(MessageIDs.java:656) [org.eclipse.jubula.tools_3.1.0.201505261442.jar:na]
	at org.eclipse.jubula.tools.internal.messagehandling.MessageIDs.getMessageObject(MessageIDs.java:1036) [org.eclipse.jubula.tools_3.1.0.201505261442.jar:na]
Comment 1 Markus Tiede CLA 2015-05-27 03:20:08 EDT
This is frequently occurs within the nightly ITE regression context.

It's probably been introduced by the recent clean-up tasks within that i18n area.
Comment 3 Oliver Goetz CLA 2015-05-29 02:54:25 EDT
I could not find an entry like the one in comment 1 in any of the current log files.