[JBoss JIRA] Created: (AS7-1431) JBREM00205 when creating cluster
by Andreas Tauber (JIRA)
JBREM00205 when creating cluster
--------------------------------
Key: AS7-1431
URL: https://issues.jboss.org/browse/AS7-1431
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.0.0.Final
Environment: 1 Windows XP + 1 Linux Host with jdk 1.6.0_26 each. I guess that a different enviroment won't change things. Why do you deliver Beta versions for xnio + remoting?
Reporter: Andreas Tauber
Assignee: Paul Ferraro
I try to setup cluster on two hosts using provided manual "Domain Setup". Host Controller on Windows XP can establish connection to Domain Controller on Linux because i see message:
Registered remote slave host staging.
But I can't see server instances on admin console. So, it seems like the Domain Controller is not able to connect back to native interface on Host Controller. Not really sure here.
Shutting down my host controller, I get warnings in boot.log. Here my complete boot.log:
17:05:58,484 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
17:05:58,796 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.0.GA
17:05:59,156 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2
17:05:59,171 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3
17:05:59,187 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3
17:06:00,250 INFO [org.jboss.as.remoting] (MSC service thread 1-1) Listening on /192.168.2.10:9999
17:06:04,468 WARN [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException
17:06:04,484 WARN [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException
17:06:04,484 WARN [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException
17:06:04,484 WARN [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException
17:06:04,484 WARN [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException
17:06:04,484 WARN [org.jboss.remoting.remote] (XNIO NIO Write 1) JBREM00205: Failed to accept a connection: java.nio.channels.ClosedChannelException
Note: I renamed the servers to not create name clash (server-four, server-five, server-six) and disabled auto start because I wanted to start instances from admin console on domain controller.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] (AS7-2201) Incorrect command line format for -global-modules
by Brian Stansberry (Created) (JIRA)
Incorrect command line format for -global-modules
-------------------------------------------------
Key: AS7-2201
URL: https://issues.jboss.org/browse/AS7-2201
Project: Application Server 7
Issue Type: Bug
Components: Application Client
Reporter: Brian Stansberry
Assignee: Stuart Douglas
Priority: Blocker
Fix For: 7.1.0.CR1
The -global-modules syntax in the appclient help message is wrong (and my assumption is the implementation is wrong too, hence this being a blocker, although I haven't looked.)
where args include:
-H <url> Set the url of the AS7 instance to connect to
-H=<url> Set the url of the AS7 instance to connect to
--host=<url> Set the url of the AS7 instance to connect to
-D<name>[=<value>] Set a system property
-global-modules Specify additional modules in a comma separated list to be made available to the application
That should be --global-modules=xxxx,yyyy
Two dashes before multi-characters param names. Equal sign separation between name and value.
Supporting space in addition to equal sign is legal (and highly encouraged). Only supporting space is not legal.
--
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, 9 months