[JBoss Microcontainer Development POJO Server] - Re: Implementing a non-flat deployment for Weld Integration
by Ales Justin
Ales Justin [http://community.jboss.org/people/alesj] created the discussion
"Re: Implementing a non-flat deployment for Weld Integration"
To view the discussion, visit: http://community.jboss.org/message/563876#563876
--------------------------------------------------------------
> OK, I still need to think about this one a bit.
If you enable libArchivesProvider in weld-deployers-jboss-beans.xml,
you'll get the loop below:
What's the right solution for this?
---------------------
at org.jboss.weld.integration.deployer.env.bda.ClasspathFactory.getClasspath(ClasspathFactory.java:142) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.ClasspathFactory.create(ClasspathFactory.java:120) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.ArchiveInfo.<init>(ArchiveInfo.java:85) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.LibraryDiscoveryService.getLibraries(LibraryDiscoveryService.java:108) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.ClasspathFactory.getClasspath(ClasspathFactory.java:137) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.ClasspathFactory.create(ClasspathFactory.java:120) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.ArchiveInfo.<init>(ArchiveInfo.java:85) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.LibraryDiscoveryService.getLibraries(LibraryDiscoveryService.java:108) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.ClasspathFactory.getClasspath(ClasspathFactory.java:137) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.ClasspathFactory.create(ClasspathFactory.java:120) [:6.0.0-SNAPSHOT]
at org.jboss.weld.integration.deployer.env.bda.ArchiveInfo.<init>(ArchiveInfo.java:85) [:6.0.0-SNAPSHOT]
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/563876#563876]
Start a new discussion in JBoss Microcontainer Development POJO Server at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 3 months
[Clustering Development] - HA-JNDI cluster issue
by Mario Almeida
Mario Almeida [http://community.jboss.org/people/mario.almeida] created the discussion
"HA-JNDI cluster issue"
To view the discussion, visit: http://community.jboss.org/message/564025#564025
--------------------------------------------------------------
Hi All,
OS: Centos 5.3 64bit
http://www.coderanch.com/forums/f-63/JBoss JBOSS 4.2.3.GA
JAVA 1.6u18 64bit
I have 4 http://www.coderanch.com/forums/f-7/Servlets servlet Servers => ServerA, ServerB, ServerC and ServerD which connect to HA-JNDI cluster consisting of 2 nodes, node1 and node2 (EJB3 stateless)
Most of the request from front-end serves to the back-end servers ( http://www.coderanch.com/forums/f-11/EJB-JEE EJB) goes only to node1, which cause node1 with high cpu usage more then 150% and load average is more then 10
ServerA
java.naming.provier.url=node1:1100,node2:1100
ServerB
java.naming.provier.url=node2:1100,node1:1100
ServerC
java.naming.provier.url=node1:1100,node2:1100
ServerD
java.naming.provier.url=node2:1100,node1:1100
The nodes are started with -Djboss.partition.name=cluster-00 command line parameter, should I use -g cluster-00 instead of -Djboss.partition.name?
How to I find why most of the request goes only to node1.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/564025#564025]
Start a new discussion in Clustering Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 3 months