What am I missing here?
by Scott Stark
Trying to compile the jbossas mvn build from the trunk, its failing with:
[INFO]
------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.jboss.jbossas:jboss-as-client
POM Location: /home/svn/JBossHead/jboss-head/client/pom.xml
Validation Messages:
[0] 'dependencies.dependency.version' is missing for
org.jboss.jbossas:jboss-as-server
Reason: Failed to validate POM for project
org.jboss.jbossas:jboss-as-client at
/home/svn/JBossHead/jboss-head/client/pom.xml
The trunk/pom.xml has the version for the two jboss-as-server
dependencies though:
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
<artifactId>jboss-as-server</artifactId>
<version>${project.version}</version>
<classifier>client</classifier>
</dependency>
16 years, 1 month
web profile in jboss5?
by Adrian Brock
WRT: https://jira.jboss.org/jira/browse/JBAS-5897
I'd like to include the "web profile"
in the open source distribution.
We would document this as "experimental", i.e.
the configuration is likely to change before
it is stabilised.
That's because it is not quite finished yet,
there's still issues with making jta/jca optional,
factoring out the jpa deployer from ejb3 and
the http invoker currently required to make
shutdown.sh work.
Including the web profile easier now we have the shared libraries
since it won't increase the size of the
distribution anything like as much as before.
I propose that you should be able to start it using:
./run.sh -c web
The web profile currently looks like this:
deployers:
alias-deployers-jboss-beans.xml
ejb3.deployer
jboss-aop-jboss5.deployer
jboss-jca.deployer
jbossweb.deployer
metadata-deployer-jboss-beans.xml
security-deployer-jboss-beans.xml
deploy:
hsqldb-ds.xml
http-invoker.sar
jboss-local-jdbc.rar
jbossweb.sar
jboss-xa-jdbc.rar
jca-jboss-beans.xml
jmx-console.war
jmx-invoker-service.xml
ROOT.war
security
transaction-jboss-beans.xml
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
16 years, 1 month
Overlapping APIs jars
by Dimitris Andreadis
There is a bit of overlapping in our API libraries.
E.g. for jsp-api.jar we have 2 jars with similar content, one from JBossWeb and one coming
from Sun:
[INFO] +- jboss.web:jsp-api:jar:2.1.1.GA:compile
[INFO] +- javax.servlet.jsp:jsp-api:jar:2.1:compile
For the servlet-api.jar we have 3 jars with similar content. One comes from our javaee apis
project, one from jboss web and one from Sun. org.jboss.javaee:jboss-javaee.jar also bundles
jboss-servlet-api.jar:
[INFO] +- org.jboss.javaee:jboss-servlet-api:jar:2.5.0.GA:compile
[INFO] +- jboss.web:servlet-api:jar:2.1.1.GA:compile
[INFO] +- javax.servlet:servlet-api:jar:2.5:compile
The sun one is referenced by:
[INFO] +- org.jboss.seam.integration:jboss-seam-int-jbossas:jar:5.0.0.CR7:compile
[INFO] | \- (javax.servlet:servlet-api:jar:2.5:compile - version managed from 2.4
...
[INFO] +- httpunit:httpunit:jar:1.6:test
[INFO] | +- (javax.servlet:servlet-api:jar:2.5:test - version managed from 2.3
...
[INFO] +- org.jboss.jaxr:juddi-saaj:jar:1.2.1.GA:compile
[INFO] | \- (javax.servlet:servlet-api:jar:2.5:compile - version managed from 2.4
...
[INFO] +- org.jboss.jaxr:juddi-service:jboss-sar:1.2.1.GA:compile
[INFO] | \- (javax.servlet:servlet-api:jar:2.5:compile - version managed from 2.4;
Our org.jboss.javaee one by EJB3.
What ends up in AS5 is the jsp-api/server-api that comes from JBossWeb. Also the
jboss-javaee.jar that duplicates the server api classes.
---
So the question is how we want to proceed? I think we should end up with a single copy of
the apis. We could either agree to:
a) Use the sun provided artifacts. If there are no license problems that would be the
easiest solution. Many thirdparty project would be referencing those artifacts, too.
b) Centralize the apis in our javaee project. The problem here is that projects like
JBossWS, JBossWeb, Hibernate, would have to agree to use only those artifacts, rather than
duplicating them, or removing them and importing them into their projects.
c) Continue the current mixed solution with projects controling the related APIs, in which
case we should at least remove any duplicates, e.g. the jboss-javaee servlet APIs.
Thoughts?
16 years, 1 month
AS5 does not boot?
by Alessio Soldano
Hi,
I get this error when booting default conf of the current AS5 trunk:
11:22:36,970 INFO [ServerImpl] Server Name: default
11:22:36,970 INFO [ServerImpl] Server Home Dir:
/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default
11:22:36,971 INFO [ServerImpl] Server Home URL:
file:/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/
11:22:36,971 INFO [ServerImpl] Server Data Dir:
/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/data
11:22:36,971 INFO [ServerImpl] Server Temp Dir:
/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/tmp
11:22:36,971 INFO [ServerImpl] Server Config URL:
file:/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/conf/
11:22:36,971 INFO [ServerImpl] Server Library URL:
file:/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/lib/
11:22:36,971 INFO [ServerImpl] Shared Library URL:
file:/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/lib/
11:22:36,971 INFO [ServerImpl] Root Deployment Filename: jboss-service.xml
11:22:38,062 INFO [ServerImpl] Starting Microcontainer,
bootstrapURL=file:/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/conf/bootstrap.xml
11:22:39,463 INFO [VFSCacheFactory] Initializing VFSCache
[org.jboss.virtual.plugins.cache.TimedVFSCache]
11:22:39,472 INFO [VFSCacheFactory] Using VFSCache
[TimedVFSCache{lifetime=1800, resolution=60}]
11:22:40,171 INFO [CopyMechanism] VFS temp dir:
/home/alessio/dati/jboss-5.0-src/build/output/jboss-5.0.0.GA/server/default/tmp
11:22:40,172 INFO [ZipEntryContext] VFS force nested jars copy-mode is
enabled.
11:22:40,242 ERROR [AbstractKernelController] Error installing to
Instantiated: name=bootstrap-classloader:0.0.0 state=Described
java.lang.NullPointerException
at
org.jboss.virtual.plugins.cache.AbstractVFSCache.getFile(AbstractVFSCache.java:72)
at org.jboss.virtual.VFS.getCachedFile(VFS.java:126)
at
org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getVirtualFile(VFSClassLoaderPolicyModule.java:195)
at
org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determineVFSRoots(VFSClassLoaderPolicyModule.java:170)
at
org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determinePolicy(VFSClassLoaderPolicyModule.java:207)
at
org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.determinePolicy(VFSClassLoaderPolicyModule.java:52)
at
org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.getPolicy(ClassLoaderPolicyModule.java:149)
at
org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getPolicy(VFSClassLoaderPolicyModule.java:201)
at
org.jboss.classloading.spi.vfs.dependency.VFSClassLoaderPolicyModule.getPolicy(VFSClassLoaderPolicyModule.java:52)
at
org.jboss.classloading.spi.dependency.policy.ClassLoaderPolicyModule.registerClassLoaderPolicy(ClassLoaderPolicyModule.java:88)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Already tried cleaning thirdparty.
Thanks
Alessio
--
Alessio Soldano
Web Service Lead
JBoss, a division of Red Hat
16 years, 1 month
system module artifacts
by Scott Stark
I split the jboss-system.jar into jboss-system.jar and
jboss-profileservice-spi.jar so that admin clients are not depending on
the jboss-system.jar.
16 years, 1 month
Weird boot error under jrockit
by Dimitris Andreadis
In AS trunk, an instance compiled with sun jdk1.5 when run with jrockit 1.5 produces:
12:29:44,688 INFO [MailService] Mail Service bound to java:/Mail
12:29:46,156 ERROR [AbstractKernelController] Error installing to Described: nam
e=WorkManagerThreadPool state=PreInstall
java.lang.IllegalAccessError: tried to access class org/jboss/util/loading/Conte
xtClassLoaderSwitcher$NewInstance from class org/jboss/util/threadpool/BasicThre
adPool
at java.lang.Class.getDeclaringClass()Ljava.lang.Class;(Native Method)
at java.lang.Class.getEnclosingClass()Ljava.lang.Class;(Unknown Source)
at java.lang.Class.getSimpleBinaryName()Ljava.lang.String;(Unknown Sourc
e)
at java.lang.Class.getSimpleName()Ljava.lang.String;(Unknown Source)
at org.jboss.aop.Advisor.initializeConstructorChain(Advisor.java:1695)
at org.jboss.aop.ClassContainer.createInterceptorChains(ClassContainer.j
ava:312)
at org.jboss.aop.ClassContainer.rebuildInterceptors(ClassContainer.java:
138)
at org.jboss.aop.ClassContainer.initializeClassContainer(ClassContainer.
java:72)
at org.jboss.aop.proxy.container.ClassProxyContainer.initialise(ClassPro
xyContainer.java:177)
at org.jboss.aop.proxy.container.ContainerCache.createContainer(Containe
rCache.java:203)
at org.jboss.aop.proxy.container.ContainerCache.createAndCacheContainer(
ContainerCache.java:191)
at org.jboss.aop.proxy.container.ContainerCache.initClassContainer(Conta
inerCache.java:164)
at org.jboss.aop.proxy.container.ContainerCache.initialise(ContainerCach
e.java:92)
at org.jboss.aop.proxy.container.ContainerCache.initialise(ContainerCach
e.java:72)
at org.jboss.aop.microcontainer.integration.AOPDependencyBuilder.getDepe
ndencies(AOPDependencyBuilder.java:99)
at org.jboss.kernel.plugins.dependency.DescribeAction.installActionInter
nal(DescribeAction.java:56)
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction
(InstallsAwareAction.java:54)
at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction
(InstallsAwareAction.java:42)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.sim
pleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.ins
tall(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install
(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1598)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1062)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:984)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:774)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:540)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(B
eanMetaDataDeployer.java:121)
at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(B
eanMetaDataDeployer.java:51)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.i
nternalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(
AbstractRealDeployer.java:50)
16 years, 1 month
ClassNotFoundException for KernelDeploymentManagedObjectCreator
by Brian Stansberry
Can't start a build of head of trunk (r80682):
13:18:20,342 ERROR [AbstractKernelController] Error installing to
PreInstall: name=KernelDeploymentManagedObjectCreator state=Real
java.lang.ClassNotFoundException:
org.jboss.deployers.plugins.managed.KernelDeploymentManagedObjectCreator
at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at
org.jboss.classloader.spi.base.BaseClassLoaderDomain.loadClass(BaseClassLoaderDomain.java:276)
at
org.jboss.classloader.spi.base.BaseClassLoaderDomain.loadClass(BaseClassLoaderDomain.java:1099)
at
org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:735)
at
org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:378)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:242)
at
org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.resolveComplexTypeInfo(IntrospectionTypeInfoFactoryImpl.java:419)
at
org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:388)
at
org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory.getTypeInfo(IntrospectionTypeInfoFactory.java:54)
at
org.jboss.classadapter.plugins.BasicClassAdapterFactory.getClassAdapter(BasicClassAdapterFactory.java:61)
at
org.jboss.config.plugins.AbstractConfiguration.getBeanInfo(AbstractConfiguration.java:86)
at
org.jboss.kernel.plugins.config.AbstractKernelConfig.getBeanInfo(AbstractKernelConfig.java:80)
at
org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:77)
at
org.jboss.kernel.plugins.config.AbstractKernelConfigurator.getBeanInfo(AbstractKernelConfigurator.java:96)
at
org.jboss.kernel.plugins.dependency.PreInstallAction.installActionInternal(PreInstallAction.java:90)
at
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54)
at
org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:774)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:540)
at
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBean(AbstractKernelDeployer.java:331)
at
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deployBeans(AbstractKernelDeployer.java:309)
at
org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.deploy(AbstractKernelDeployer.java:130)
at
org.jboss.kernel.plugins.deployment.BasicKernelDeployer.deploy(BasicKernelDeployer.java:76)
at
org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:91)
at
org.jboss.bootstrap.microcontainer.TempBasicXMLDeployer.deploy(TempBasicXMLDeployer.java:161)
at
org.jboss.bootstrap.microcontainer.ServerImpl.doStart(ServerImpl.java:131)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:386)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Thread.java:595)
--
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberry(a)redhat.com
16 years, 1 month
Re: [Fwd: JBoss-AS-5.0.x-TestSuite-sun15 - Build # 1053 - Failure!]
by Galder Zamarreno
Btw, I have no idea what this is supposed to mean in
https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/1053/c...
[common] $ ant -f common_groovy.xml
-Dgroovy.script=scripts/jbossas/reports_overwritten.groovy
-Djboss.as.src=trunk
-Drem.env.HUDSON_CONFIG_DIR=/home/akostadinov/repos/hudson
-Drem.env.HUDSON_CONFIG_DIR=h:\hudson\alexk_config_repository
Buildfile: common_groovy.xml
groovy:
[groovy] Org basedir:
/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/common
[groovy] Basedir now set to
/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15
[groovy] Count of test cases executed "685" and count of report
files generated "684" don't match. Probably same test(s) was executed
twice (or more) and second run overwrited the test report file(s).
[groovy] Or probably there is a report file just missing for some
reason.
[groovy] Bad Tests:
[groovy]
[org.jboss.test.cluster.defaultcfg.ejb2.ustxsticky.test.UserTransactionStickyUnitTestCase]
BUILD FAILED
/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/common/common_groovy.xml:80:
tests reported and tests executed mismatch
Do I have to add the new test or test configuration in some kind of
groovy script too?
Cheers,
Galder Zamarreno wrote:
> Should be fixed now. I'm gonna schedule a run...
>
> Galder Zamarreno wrote:
>> Looking into it
>>
>> Brian Stansberry wrote:
>>> Galder,
>>>
>>> This testsuite run failure seems like it has something to do with the
>>> tx sticky tests (see bottom below). Can you have a look?
>>>
>>> - Brian
>>>
>>> -------- Original Message --------
>>> Subject: JBoss-AS-5.0.x-TestSuite-sun15 - Build # 1053 - Failure!
>>> Date: Thu, 6 Nov 2008 21:31:05 -0500 (EST)
>>> From: jboss-qa-internal(a)redhat.com
>>> To: builds(a)lists.jboss.org
>>>
>>> JBoss-AS-5.0.x-TestSuite-sun15 - Build # 1053 - Failure:
>>>
>>> Check console output at
>>> https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x-TestSuite-sun15/1053
>>> to view the results.
>>>
>>> Modifications since last build:
>>>
>>> [scott.stark(a)jboss.org] JBAS-6022, update to jboss-vfs 2.0.0.CR4 and
>>> set the default vfs cache impl to
>>> org.jboss.virtual.plugins.cache.TimedVFSCache in conf/initialize.xml
>>>
>>> [wolfc] Upgrade to jboss-jpa-deployers 1.0.0-Beta3
>>>
>>> [adrian(a)jboss.org] Fix the comments
>>>
>>> [adrian(a)jboss.org] Experimental installation of security policy in
>>> the bootstrap
>>>
>>> [Jesper Pedersen] dos2unix
>>>
>>> [galder.zamarreno(a)jboss.com] [JBAS-6056] [JBAS-6153] Added user
>>> transaction sticky test case that tests stickyness of both
>>> UserTransaction and EJB invocations. This required addition of a new
>>> test config where ClientUserTransactionService returned an HA proxy
>>> with transaction sticky lbp.
>>>
>>> [galder.zamarreno(a)jboss.com] [JBAS-6116] Tpc is now properly cleared
>>> both with successfull and exceptional commit/rollback calls. Added
>>> some TRACE to help debugging in future.
>>>
>>> [galder.zamarreno(a)jboss.com] [JBAS-6056] Some TRACE added to
>>> GenericProxyFactory and ClientUserTransactionService register itself
>>> in the system registry to be used by server side invoker.
>>>
>>> [galder.zamarreno(a)jboss.com] [JBAS-6056] [JBAS-6153] UserTransaction
>>> can now be deployed with transaction sticky load balance policies.
>>> Added in server test that verify that the stickyness happens all
>>> throughout the user transaction API and bean invocations. Also,
>>> "Transaction sticky target not available" is now wrapped in
>>> ServiceUnavailableException.
>>>
>>> [anil.saldhana(a)jboss.com] add a debug statement
>>>
>>> [pgier] [JBAS-6055] Exclude extra bsh dependency
>>>
>>> [fjuma] JBAS-5657: Created a generic error page for the JMX console
>>> that gets
>>> displayed whenever HTTP Status 500 exceptions occur. The error page
>>> does not
>>> expose the details of the error. This is the same behaviour that was
>>> implemented for JBPAPP-529.
>>>
>>> [adrian(a)jboss.org] [JBAS-5927][JBAS-6159] - Update to integration
>>> 5.0.1.GA which includes UserTransaction/CCM abstraction
>>>
>>> [pgier] Change the enforcer to warn only, when plugin versions are
>>> missing.
>>>
>>> [alesj] Remove uninstall, we already have default stop.
>>>
>>>
>>>
>>> -------------------------------------------------------------------------
>>>
>>> [...truncated 23117 lines...]
>>> [server:start] Starting server "scoped-aop-jdk50", with command
>>> (start timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=512m
>>> -XX:+HeapDumpOnOutOfMemoryError -javaagent:pluggable-instrumentor.jar
>>> -Djava.net.preferIPv4Stack=true
>>> -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed
>>> -Djgroups.udp.ip_ttl=0 org.jboss.Main -c scoped-aop-jdk50 -b
>>> 10.18.124.15 -u 227.43.1.111
>>>
>>> run-tests-aop-scoped:
>>> [echo] Starting patternset=aop-with-classloader.includes
>>> config=aop-scoped
>>> [junit] Running org.jboss.test.aop.test.ScopedAnnotatedTestCase
>>> [junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed:
>>> 6.983 sec
>>> [junit] Running org.jboss.test.aop.test.ScopedAttachUnitTestCase
>>> [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.022
>>> sec
>>> [junit] Running
>>> org.jboss.test.aop.test.ScopedEarWithClassesInWebInfTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.694
>>> sec
>>> [junit] Running
>>> org.jboss.test.aop.test.ScopedExtenderBaseLoadedScopedNoParentDelegationTestCase
>>>
>>> [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 9.108
>>> sec
>>> [junit] Running
>>> org.jboss.test.aop.test.ScopedExtenderBaseLoadedScopedParentDelegationTestCase
>>>
>>> [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 7.685
>>> sec
>>> [junit] Running
>>> org.jboss.test.aop.test.ScopedExtenderBaseNotLoadedScopedNoParentDelegationTestCase
>>>
>>> [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 9.489
>>> sec
>>> [junit] Running
>>> org.jboss.test.aop.test.ScopedExtenderBaseNotLoadedScopedParentDelegationTestCase
>>>
>>> [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 7.517
>>> sec
>>> [junit] Running org.jboss.test.aop.test.ScopedUnitTestCase
>>> [junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed:
>>> 6.466 sec
>>> [junit] Running
>>> org.jboss.test.aop.test.ScopedWovenDependencyTestCase
>>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.013
>>> sec
>>> [server:stop] Shutting down server: scoped-aop-jdk50
>>> [server:stop] shutdownTimeout will be=240
>>> [delete] Deleting:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/pluggable-instrumentor.jar
>>>
>>>
>>> jrmp-invoker-tests:
>>> [echo] creating jrmp-invoker config
>>> [copy] Copying 293 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/jrmp-invoker
>>>
>>> [copy] Copied 84 empty directories to 3 empty directories under
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/jrmp-invoker
>>>
>>> [echo] Overwriting config descriptors
>>> [copy] Copying 1 file to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/jrmp-invoker
>>>
>>> [server:start] Starting server "jrmp-invoker", with command (start
>>> timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=128m
>>> -Djava.net.preferIPv4Stack=true org.jboss.Main -c jrmp-invoker -b
>>> 10.18.124.15 -u 227.43.1.111
>>> [echo] Starting patternset=jrmp-invoker.includes
>>> config=JRMP-Invoker
>>> [junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
>>> [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 11.74
>>> sec
>>> [junit] Running org.jboss.test.cts.test.BmpUnitTestCase
>>> [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed:
>>> 15.331 sec
>>> [junit] Running org.jboss.test.cts.test.CmpUnitTestCase
>>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.968
>>> sec
>>> [junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
>>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.673
>>> sec
>>> [junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
>>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.467
>>> sec
>>> [junit] Running org.jboss.test.cts.test.LocalEjbTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.798
>>> sec
>>> [junit] Running
>>> org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.749
>>> sec
>>> [junit] Running
>>> org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:
>>> 132.772 sec
>>> [junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
>>> [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed:
>>> 141.653 sec
>>> [junit] Running
>>> org.jboss.test.cts.test.StatelessSessionStressTestCase
>>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.826
>>> sec
>>> [junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
>>> [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed:
>>> 26.185 sec
>>> [junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
>>> [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 4.953
>>> sec
>>> [server:stop] Shutting down server: jrmp-invoker
>>> [server:stop] shutdownTimeout will be=240
>>>
>>> pooled-invoker-tests:
>>> [echo] creating pooled-invoker config
>>> [copy] Copying 293 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/pooled-invoker
>>>
>>> [copy] Copied 84 empty directories to 3 empty directories under
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/pooled-invoker
>>>
>>> [echo] Overwriting config descriptors
>>> [copy] Copying 1 file to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/pooled-invoker
>>>
>>> [server:start] Starting server "pooled-invoker", with command (start
>>> timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=128m
>>> -Djava.net.preferIPv4Stack=true org.jboss.Main -c pooled-invoker -b
>>> 10.18.124.15 -u 227.43.1.111
>>> [echo] Starting patternset=jrmp-invoker.includes
>>> config=Pooled-Invoker
>>> [junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
>>> [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed:
>>> 10.847 sec
>>> [junit] Running org.jboss.test.cts.test.BmpUnitTestCase
>>> [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed:
>>> 15.27 sec
>>> [junit] Running org.jboss.test.cts.test.CmpUnitTestCase
>>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.96 sec
>>> [junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
>>> [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.499
>>> sec
>>> [junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
>>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.519
>>> sec
>>> [junit] Running org.jboss.test.cts.test.LocalEjbTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.87 sec
>>> [junit] Running
>>> org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.787
>>> sec
>>> [junit] Running
>>> org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed:
>>> 132.785 sec
>>> [junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
>>> [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed:
>>> 141.7 sec
>>> [junit] Running
>>> org.jboss.test.cts.test.StatelessSessionStressTestCase
>>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.81 sec
>>> [junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
>>> [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed:
>>> 26.214 sec
>>> [junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
>>> [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 4.673
>>> sec
>>> [server:stop] Shutting down server: pooled-invoker
>>> [server:stop] shutdownTimeout will be=240
>>>
>>> tests-clustered-profileservice:
>>> [echo] creating cluster-profilesvc-0 config,
>>> jboss.dist=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA
>>>
>>> [copy] Copying 333 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0
>>>
>>> [copy] Copied 103 empty directories to 3 empty directories under
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0
>>>
>>> [copy] Copying 1 file to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0/conf
>>>
>>> [copy] Copying 1 file to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0/deploy
>>>
>>> [echo] Overwriting config descriptors
>>> [copy] Copying 1 file to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0
>>>
>>> [echo] creating cluster-profilesvc-1 config,
>>> jboss.dist=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA
>>>
>>> [copy] Copying 333 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1
>>>
>>> [copy] Copied 103 empty directories to 3 empty directories under
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1
>>>
>>> [copy] Copying 1 file to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1/conf
>>>
>>> [copy] Copying 1 file to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1/deploy
>>>
>>> [echo] Overwriting config descriptors
>>> [copy] Copying 1 file to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1
>>>
>>> [server:start] Starting server "cluster-profilesvc-0", with command
>>> (start timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=512m
>>> -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
>>> -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed
>>> -Dresolve.dns=false -Djgroups.udp.ip_ttl=0
>>> -Djboss.messaging.ServerPeerID=0
>>> -Djboss.partition.name=DefaultPartition org.jboss.Main -c
>>> cluster-profilesvc-0 -b 10.18.124.15 -u 227.43.1.111
>>> [server:start] Starting server "cluster-profilesvc-1", with command
>>> (start timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=512m
>>> -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
>>> -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed
>>> -Dresolve.dns=false -Djgroups.udp.ip_ttl=0
>>> -Djboss.messaging.ServerPeerID=1
>>> -Djboss.partition.name=DefaultPartition org.jboss.Main -c
>>> cluster-profilesvc-1 -b 10.18.124.16 -u 227.43.1.111
>>>
>>> tests-clustering-unit:
>>> [junit] Running
>>> org.jboss.test.cluster.defaultcfg.profileservice.test.ProfileRepositoryHASingletonDeployerTestCase
>>>
>>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.863
>>> sec
>>> [server:stop] Shutting down server: cluster-profilesvc-0
>>> [server:stop] shutdownTimeout will be=240
>>> [server:stop] Shutting down server: cluster-profilesvc-1
>>> [server:stop] shutdownTimeout will be=240
>>>
>>> tests-web-profile:
>>> [echo] creating web-profile config
>>> [copy] Copying 114 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/web-profile
>>>
>>> [copy] Copied 44 empty directories to 1 empty directory under
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/web-profile
>>>
>>> [echo] Overwriting config descriptors
>>> [copy] Copying 2 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/web-profile
>>>
>>> [server:start] Starting server "web-profile", with command (start
>>> timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=512m
>>> -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
>>> -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed
>>> -Djgroups.udp.ip_ttl=0 org.jboss.Main -c web-profile -b 10.18.124.15
>>> -u 227.43.1.111
>>>
>>> init:
>>>
>>> run-web-profile-unit:
>>> [echo]
>>> [echo] junit.timeout: 300000
>>> [echo] jbosstest.iterationcount: 10
>>> [echo] jbosstest.threadcount: 5
>>> [echo] jbosstest.beancount: 5
>>> [echo]
>>> [junit] Running org.jboss.test.jpa.test.WebClassesJPAUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.159
>>> sec
>>> [junit] Running org.jboss.test.jpa.test.WebLibsJPAUnitTestCase
>>> [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.761
>>> sec
>>> [server:stop] Shutting down server: web-profile
>>> [server:stop] shutdownTimeout will be=240
>>>
>>> tests-classloader-leak:
>>> [echo] creating classloader-leak config
>>> [copy] Copying 332 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/classloader-leak
>>>
>>> [copy] Copied 102 empty directories to 3 empty directories under
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/classloader-leak
>>>
>>> [echo] Overwriting config descriptors
>>> [copy] Warning:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/classloader-leak
>>> not found.
>>> [server:start] Starting server "classloader-leak", with command
>>> (start timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=512m
>>> -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
>>> -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed
>>> -Djgroups.udp.ip_ttl=0 org.jboss.Main -c classloader-leak -b
>>> 10.18.124.15 -u 227.43.1.111
>>> [junit] Running
>>> org.jboss.test.classloader.leak.test.AopPreparedClassesClassloaderLeakUnitTestCase
>>>
>>> [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed:
>>> 35.547 sec
>>> [junit] Running
>>> org.jboss.test.classloader.leak.test.ClassloaderLeakUnitTestCase
>>> [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed:
>>> 144.761 sec
>>> [junit] Running
>>> org.jboss.test.classloader.leak.test.CommonsLoggingClassloaderLeakUnitTestCase
>>>
>>> [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
>>> 129.839 sec
>>> [junit] Running
>>> org.jboss.test.classloader.leak.test.Ejb3ClassloaderLeakUnitTestCase
>>> [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
>>> 148.188 sec
>>> [server:stop] Shutting down server: classloader-leak
>>> [server:stop] shutdownTimeout will be=240
>>>
>>> tests-clustered-classloader-leak:
>>> [echo] creating cluster-classloader-leak-0 config,
>>> jboss.dist=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA
>>>
>>> [copy] Copying 332 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-classloader-leak-0
>>>
>>> [copy] Copied 103 empty directories to 4 empty directories under
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-classloader-leak-0
>>>
>>> [echo] Overwriting config descriptors
>>> [copy] Warning:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/cluster-classloader-leak-0
>>> not found.
>>> [echo] creating cluster-classloader-leak-1 config,
>>> jboss.dist=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA
>>>
>>> [copy] Copying 332 files to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-classloader-leak-1
>>>
>>> [copy] Copied 103 empty directories to 4 empty directories under
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-classloader-leak-1
>>>
>>> [echo] Overwriting config descriptors
>>> [copy] Warning:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/cluster-classloader-leak-1
>>> not found.
>>> [server:start] Starting server "cluster-classloader-leak-0", with
>>> command (start timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=512m
>>> -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
>>> -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed
>>> -Dresolve.dns=false -Djgroups.udp.ip_ttl=0
>>> -Djboss.messaging.ServerPeerID=0 -Dnode0.bind.address=10.18.124.15
>>> -Djboss.partition.name=DefaultPartition org.jboss.Main -c
>>> cluster-classloader-leak-0 -b 10.18.124.15 -u 227.43.1.111
>>> [server:start] Starting server "cluster-classloader-leak-1", with
>>> command (start timeout is 240 seconds ):
>>> [server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar
>>> -Xms128m -Xmx512m -XX:MaxPermSize=512m
>>> -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
>>> -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed
>>> -Dresolve.dns=false -Djgroups.udp.ip_ttl=0
>>> -Djboss.messaging.ServerPeerID=1 -Dnode0.bind.address=10.18.124.15
>>> -Djboss.partition.name=DefaultPartition org.jboss.Main -c
>>> cluster-classloader-leak-1 -b 10.18.124.16 -u 227.43.1.111
>>>
>>> tests-clustering-unit:
>>> [junit] Running
>>> org.jboss.test.cluster.classloader.leak.test.ClassloaderLeakUnitTestCase
>>> [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:
>>> 94.079 sec
>>> [junit] Running
>>> org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase
>>>
>>> [junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed:
>>> 143.533 sec
>>> [junit] Test
>>> org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase
>>> FAILED
>>> [server:stop] Shutting down server: cluster-classloader-leak-0
>>> [server:stop] shutdownTimeout will be=240
>>> [server:stop] Shutting down server: cluster-classloader-leak-1
>>> [server:stop] shutdownTimeout will be=240
>>>
>>> compile-stylesheets:
>>>
>>> tests-report-html:
>>> [mkdir] Created dir:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/html
>>>
>>> [junitreport] Processing
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml
>>> to /tmp/null1931674772
>>> [junitreport] Loading stylesheet
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/junit-frames.xsl
>>>
>>> [junitreport] Transform time: 42754ms
>>> [junitreport] Deleting: /tmp/null1931674772
>>>
>>> tests-report-text:
>>> [mkdir] Created dir:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text
>>>
>>> [style] Warning: the task name <style> is deprecated. Use <xslt>
>>> instead.
>>> [style] Transforming into
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text
>>>
>>> [style] Processing
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml
>>> to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/text/TESTS-TestSuites.txt
>>>
>>> [style] Loading stylesheet
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/summary1b.xsl
>>>
>>>
>>> tests-report-xml:
>>> [mkdir] Created dir:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml
>>>
>>> [style] Warning: the task name <style> is deprecated. Use <xslt>
>>> instead.
>>> [style] Transforming into
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml
>>>
>>> [style] Processing
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml
>>> to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/xml/TESTS-TestSuites.xml
>>>
>>> [style] Loading stylesheet
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/shortXmlSummary.xsl
>>>
>>>
>>> tests-report:
>>> [tar] Building tar:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/2008-11-06.23-07.tgz
>>>
>>>
>>> BUILD SUCCESSFUL
>>> Total time: 201 minutes 57 seconds
>>> + [[ '' -ne 0 ]]
>>> [common] $ ant -f common_groovy.xml
>>> -Dgroovy.script=scripts/jbossas/reports_overwritten.groovy
>>> -Djboss.as.src=trunk
>>> -Drem.env.HUDSON_CONFIG_DIR=/home/akostadinov/repos/hudson
>>> -Drem.env.HUDSON_CONFIG_DIR=h:\hudson\alexk_config_repository
>>> Buildfile: common_groovy.xml
>>>
>>> groovy:
>>> [groovy] Org basedir:
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/common
>>> [groovy] Basedir now set to
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15
>>> [groovy] Count of test cases executed "685" and count of report
>>> files generated "684" don't match. Probably same test(s) was executed
>>> twice (or more) and second run overwrited the test report file(s).
>>> [groovy] Or probably there is a report file just missing for some
>>> reason.
>>> [groovy] Bad Tests:
>>> [groovy]
>>> [org.jboss.test.cluster.defaultcfg.ejb2.ustxsticky.test.UserTransactionStickyUnitTestCase]
>>>
>>>
>>> BUILD FAILED
>>> /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/common/common_groovy.xml:80:
>>> tests reported and tests executed mismatch
>>>
>>> Total time: 2 seconds
>>> [JBoss-AS-5.0.x-TestSuite-sun15] $ bash -xe /tmp/hudson36123.sh
>>> + kill 29072
>>> Recording test results
>>> Build was marked for publishing on https://hudson.jboss.org/hudson/
>>> Email was triggered for: Failure
>>> There are 1 triggered emails.
>>> Sending email for trigger: Failure
>>>
>>> _______________________________________________
>>> builds mailing list
>>> builds(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/builds
>>>
>>
>
--
Galder Zamarreño
Sr. Software Maintenance Engineer
JBoss, a division of Red Hat
16 years, 1 month
Jmeter, Apache Web Server and JBoss Cluster: the response time grows!
by Massimiliano Giraldo
Hi all!
I'm testing (with JMeter) Apache Web Server with a cluster of two computers
with JBoss (mod_jk for connection between Web Server and JBoss).
I make requests to a simple servlet.
I plan:
- 1000 users;
- 0 or 1 second of ramp-up;
- 10 requests for each user.
I see that the response times sometimes get worse, reaching steps of 1.5
seconds, 3 seconds and 9 seconds.
If I plan 5 or 10 seconds of ramp-up, the average response time is about 2-3
ms (and it's ok!)
If I plan 500 users and 0 seconds of ramp-up, the delay reaches 3 seconds
(and it doesn't reach 9 seconds).
I suppose that there are some settings that limit the number of active
threads (in Jmeter, Apache or JBoss) and therefore, when there are many
active threads, some of them will be deferred.
Is it correct?
Was anyone of you in this situation?
Does anyone know which settings I need to modify to resolve my problem?
Thanks
Max
-----
http://www.pcguide.netsons.org http://www.pcguide.netsons.org
--
View this message in context: http://www.nabble.com/Jmeter%2C-Apache-Web-Server-and-JBoss-Cluster%3A-th...
Sent from the JBoss - Dev mailing list archive at Nabble.com.
16 years, 1 month