"bob.mcwhirter" wrote :
| It's handing the child to my deployer at the right time, but it appears that the getChildren() against deploy/ is happening before JEP installation, so it doesn't know that myapp.rails should be handled as a JAR instead of as a normal filesystem file.
|
| At least that's what I'm thinking is happening. A hot deploy after AS is fully running, the getChildren() is smart enough to delegate to a JARHandler for myapp.rails.
|
Ah now i finally understand what you mean :)
Yes there is a call of deployDir.getChildren before your JEP is getting deployed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193554#4193554
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193554
I am asked to "uncluster" JBoss installation. I know that I could just give a distinct name for the partition in the startup to avoid forming more than 1 member in the cluster. But I asked actually to remove the cluster feature. We a production installation based on 'all' features. We use a copy of 'all'. How can I remove just the files (or other stuff) make the startup start JBoss as one single instance and turn off all cluster features.
I tried by removing the following files:
deploy/cluster-service.xml
deploy/deploy-hasingleton-service.xml
deploy/deploy.last/farm-service.xml
But that is causing some applications to fail to deploy for some class not found reasons
Any ideas?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193553#4193553
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193553
It's not so much my structure shows up too late, but rather the JEP portion shows up too late for something calling getChildren() on the deploy/ directory, it *seems*.
It's handing the child to my deployer at the right time, but it appears that the getChildren() against deploy/ is happening before JEP installation, so it doesn't know that myapp.rails should be handled as a JAR instead of as a normal filesystem file.
At least that's what I'm thinking is happening. A hot deploy after AS is fully running, the getChildren() is smart enough to delegate to a JARHandler for myapp.rails.
Anyhow, I have not been able to figure it out yet.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193545#4193545
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193545
Hi Peter,
Here is what happens when I increase the PermGen to 512M
JBoss Bootstrap Environment
JBOSS_HOME: D:\aaaJBoss5\jboss-5.0.0.CR2
JAVA: D:\beaJdev\jdk160_05\bin\java
JAVA_OPTS: -Dprogram.name=run.bat -server -Xms512m -Xmx1024m -XX:MaxPermSize
512m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000
sun.rmi.dgc.server.gcInterval=3600000
CLASSPATH: D:\aaaJBoss5\jboss-5.0.0.CR2\bin\run.jar
==============================================================================
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.
Press any key to continue . . .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193544#4193544
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4193544