Bugs item #1042130, was opened at 2004-10-07 12:18
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1042130&group_id=22866
Category: JBossCX
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: gui (janssk1)
Assigned to: Nobody/Anonymous (nobody)
Summary: Nullpointer in rardeployment breaks jmxconsole
Initial Comment:
After deploying some project specific rar's, we noticed
that the jmx console did not come up anymore. The logs
show a nullpointer exception in following method of the
RarDeployment class:
protected String getInternalDescription()
{
String description =
cmd.getDescription().getDescription();
if (description == null)
description = "RAR Deployment " + di.url;
return description;
}
After some more inverstigation, we found out that
cmd.getDescription returns null. The getDescription
looks like:
public DescriptionGroupMetaData getDescription()
{
return (DescriptionGroupMetaData)
descriptions.get(Locale.getDefault().getLanguage());
}
So apparantly, it returns a locale dependant
description. Our ra.xml file contains a description
tag, so that could not be the problem.
After some more investigation we found out that during
our deployment we change the default locale of the
virtual machine (from the default "nl" to "en"). If we
change the default windows locale to "en" before
launching jboss, the nullpointer does not appear
anymore. Pretty enoying.
This used to work on jboss 3.2.3.
Greatings,
Koen
Operating System: Win2000
JDK 1.5
jboss 4.0.0
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1042130&group_id=22866
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development