[
https://issues.jboss.org/browse/AS7-3819?page=com.atlassian.jira.plugin.s...
]
Ondrej Zizka commented on AS7-3819:
-----------------------------------
Hi Richard,
1) There is a profile ts.ipv6 activated by -Dipv6.
2) ip.client.stack and ip.server.stack are not fixed. They are changed by the profile
mentioned above.
You can verify that it works in the respective boot.log.
This is excerpt from
{{testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/log/boot.log}}
after running {{./integration-tests.sh clean install -Dts.clust -Dts.noSmoke -Dipv6
-Dnode0=::1}} :
{code}
06:52:07,230 DEBUG [org.jboss.as.config] Configured system properties:
java.net.preferIPv4Stack = false
java.net.preferIPv6Addresses = true
...
06:52:07,447 DEBUG [org.jboss.as.config] VM Arguments: -Xmx512m -XX:MaxPermSize=256m
-Djboss.dist=/home/ondra/work/AS7/ozizka-git/testsuite/integration/clust/../../../build/target/jboss-as-7.1.1.Final-SNAPSHOT
-Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -Dts.tr.fsio=100
-Dts.tr.netio=100 -Dts.tr.memio=100 -Dts.tr.db=100 -Dnode0=::1 -Dnode1=127.0.0.1
-DudpGroup=230.0.0.4 [...] -Djboss.node.name=node-udp-0 -ea
{code}
3) What do you mean by "they are scattered"? It basically works the way you are
suggesting.
AS hangs in the testsuite when set to IPv6
------------------------------------------
Key: AS7-3819
URL:
https://issues.jboss.org/browse/AS7-3819
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.0.Final
Environment: Linux 32 bit
Reporter: Ondrej Zizka
STR:
1) Check out the latest
https://github.com/OndraZizka/jboss-as/TS-refactor
2) Rebuild
3) Run the testsuite with
{code}
./integration-tests.sh clean install -Dipv6 -Dnode0=[::1] -Ddebug
{code}
4) Attach a debugger to 8787
You might want to use -DtestLogToFile=false to see the output in terminal/IDE.
--
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