[JBoss JIRA] Created: (AS7-1707) jboss-as-arquillian-container-managed gets stuck when starting JBossAS 7.0.1+
by Martin Gencur (JIRA)
jboss-as-arquillian-container-managed gets stuck when starting JBossAS 7.0.1+
-----------------------------------------------------------------------------
Key: AS7-1707
URL: https://issues.jboss.org/browse/AS7-1707
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.0.1.Final
Reporter: Martin Gencur
Assignee: Aslak Knutsen
When starting JBossAS 7.0.0.Final with jboss-as-arquillian-container-managed from maven, the JBossAS (even more instances in a cluster) starts smoothly. After updating the version to 7.0.1.Final, the managed container gets stuck when starting first of the JBossAS instances in the cluster. It hangs on "09:39:04,084 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.1.Final "Zap" started in 2570ms - Started 93 of 148 services (55 services are passive or on-demand)"
This is still true with JBossAS 7.1.0.Alpha1-SNAPSHOT (where HEAD = commit 0e3e092eb97d2b3d324ca623db0dabc949a6fbbe - AS7-1697 Add test that verifies methods with arrays in their signature are handled correctly)
I tried various combinations of maven-surefire-plugin (2.9 with forkMode = once, 2.9 with fork mode never, 2.8.1 with fork mode once), none of them works.
The configuration I'm using in arquillian.xml is:
{code:xml}
<group qualifier="Grid">
<container qualifier="container1" managed="true">
<protocol type="jmx-as7">
<property name="executionType">REMOTE</property>
</protocol>
<configuration>
<property name="bindAddress">test1</property>
<property name="managementPort">9999</property>
<property name="jbossHome">/home/mgencur/Java/jboss7/jboss-as-7.0.1.Final</property>
</configuration>
</container>
<container qualifier="container2" managed="false">
<protocol type="jmx-as7">
<property name="executionType">REMOTE</property>
</protocol>
<configuration>
<property name="bindAddress">test2</property>
<property name="managementPort">19999</property>
<property name="jbossHome">/home/mgencur/Java/jboss7/jboss-as-7.0.1.Final-2</property>
</configuration>
</container>
</group>
{code}
Is this a configuration problem?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Commented: (AS7-1338) Remote JNDI support for AS7
by Carlo de Wolf (JIRA)
[ https://issues.jboss.org/browse/AS7-1338?page=com.atlassian.jira.plugin.s... ]
Carlo de Wolf commented on AS7-1338:
------------------------------------
Since people keep coming back to this issue for what is actually "Client JNDI support" I've raised AS7-1709.
> Remote JNDI support for AS7
> ---------------------------
>
> Key: AS7-1338
> URL: https://issues.jboss.org/browse/AS7-1338
> Project: Application Server 7
> Issue Type: Task
> Components: Naming
> Reporter: Richard Opalka
> Assignee: David Lloyd
> Priority: Blocker
> Fix For: No Release
>
>
> <opalka> wolfc, dmlloyd I'm not able to connect to JNDI on AS7. in the AS7 config I see it should be running on 1099, but I'm getting http://fpaste.org/wgy8/ :(
> <opalka> wolfc, dmlloyd in the config I see the following ports defined
> <opalka> ---
> <opalka> <socket-binding name="jndi" port="1099"/>
> <opalka> <socket-binding name="jmx-connector-registry" port="1090"/>
> <opalka> <socket-binding name="jmx-connector-server" port="1091"/>
> <opalka> ---
> <dmlloyd> we don't do JNDI over RMI anymore
> <dmlloyd> that listing is an error
> <opalka> dmlloyd, So we're not able to do JNDI lookups to AS7 anymore and don't plan to?
> <opalka> dmlloyd, or we'll be doing JNDI over different binary protocol?
> <dmlloyd> no, we will be able to, it'll just work somewhat differently
> <opalka> dmlloyd, ok, I'm excluding the tests then ...
> <opalka> dmlloyd, Is there a JIRA covering this issue so I can use it in my excludes comment?
> <dmlloyd> not that I'm aware of, it's just an outstanding task
> <dmlloyd> remote invocation is not planned to be covered in next months' beta release
> <opalka> dmlloyd, ok, thx for info ;)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Moved: (AS7-1702) Accept <any-address/> in Jboss AS7 configuration
by Aslak Knutsen (JIRA)
[ https://issues.jboss.org/browse/AS7-1702?page=com.atlassian.jira.plugin.s... ]
Aslak Knutsen moved ARQ-580 to AS7-1702:
----------------------------------------
Project: Application Server 7 (was: Arquillian)
Key: AS7-1702 (was: ARQ-580)
Affects Version/s: 7.0.1.Final
(was: 1.0.0.CR4)
Component/s: Test Suite
(was: JBoss Containers)
Security: (was: Public)
> Accept <any-address/> in Jboss AS7 configuration
> ------------------------------------------------
>
> Key: AS7-1702
> URL: https://issues.jboss.org/browse/AS7-1702
> Project: Application Server 7
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 7.0.1.Final
> Environment: JBoss AS 7.0.1.Final
> Reporter: Alexandre Gattiker
>
> ERROR ArquillianServiceDeployer - Cannot deploy arquillian service
> java.lang.IllegalArgumentException
> at org.jboss.dmr.ModelValue.asList(ModelValue.java:128)
> at org.jboss.dmr.ModelNode.asList(ModelNode.java:1096)
> at org.jboss.as.arquillian.container.ManagementClient.getInterface(ManagementClient.java:185)
> at org.jboss.as.arquillian.container.ManagementClient.getBinding(ManagementClient.java:177)
> at org.jboss.as.arquillian.container.ManagementClient.extractSubSystemURI(ManagementClient.java:148)
> at org.jboss.as.arquillian.container.ManagementClient.getSubSystemURI(ManagementClient.java:90)
> at org.jboss.as.arquillian.container.ManagementClient.getDeploymentMetaData(ManagementClient.java:96)
> at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:98)
> at org.jboss.as.arquillian.protocol.jmx.ArquillianServiceDeployer.doServiceDeploy(ArquillianServiceDeployer.java:58)
> After changing the JBoss AS 7 configuration from:
> <interface name="public">
> <inet-address value="127.0.0.1"/>
> </interface>
> to:
> <interface name="public">
> <any-address/>
> </interface>
> Presumed cause:
> in org.jboss.as.arquillian.container.ManagementClient in jboss-as-arquillian-common-7.0.1.Final.jar:
> return rootNode.get("interface").get(name).get("criteria").asList().get(0).get("inet-address").asString();
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months