[JBoss JIRA] (JGRP-1421) NullPointerException in MergeView.toString
by Renaud Devarieux (JIRA)
Renaud Devarieux created JGRP-1421:
--------------------------------------
Summary: NullPointerException in MergeView.toString
Key: JGRP-1421
URL: https://issues.jboss.org/browse/JGRP-1421
Project: JGroups
Issue Type: Bug
Affects Versions: 3.0.4
Environment: Linux 2.6.18-8.el5
Reporter: Renaud Devarieux
Assignee: Bela Ban
Found while porting from 2.6.15 to 3.0.4.
Exception in thread "main" java.lang.NullPointerException
at org.jgroups.util.Util.printListWithDelimiter(Util.java:2040)
at org.jgroups.View.toString(View.java:143)
at org.jgroups.MergeView.toString(MergeView.java:83)
It happened to me of course only when a MergeView is instanciated without any argument like I did for testing purposes.
I'd say View should check if members is not null before trying anything.
Regards.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months
[JBoss JIRA] (AS7-3600) Error removing host interface declaration
by Heiko Braun (JIRA)
Heiko Braun created AS7-3600:
--------------------------------
Summary: Error removing host interface declaration
Key: AS7-3600
URL: https://issues.jboss.org/browse/AS7-3600
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
Fix For: 7.1.1.Final
Create a custom interface in domain mode and try to delete it:
{noformat}
[domain@localhost:9999 /] /host=master/interface=custom:remove
{
"outcome" => "failed",
"result" => {"server-groups" => {"staging-server-group" => {"staging-server" => {
"host" => "master",
"response" => {
"outcome" => "failed",
"failure-description" => "JBAS014807: Management resource '[(\"interface\" => \"custom\")]' not found",
"rolled-back" => true,
"response-headers" => {"process-state" => "restart-required"}
}
}}}},
"failure-description" => "JBAS010839: Operation failed or was rolled back on all servers.",
"rolled-back" => true,
"response-headers" => {"process-state" => "restart-required"}
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 2 months