[JBoss JIRA] Created: (JBAS-8664) ConcurrentModificationException on startup with IBK jdk
by alaisi alaisi (JIRA)
ConcurrentModificationException on startup with IBK jdk
-------------------------------------------------------
Key: JBAS-8664
URL: https://jira.jboss.org/browse/JBAS-8664
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: 6.0.0.CR1
Environment: JBossAS [6.0.0.20101110-CR1 "Neo"]
Java version: 1.6.0,IBM Corporation
Java Runtime: Java(TM) SE Runtime Environment (build jvmwi3260sr5ifx-20090821_41076)
Java VM: IBM J9 VM 2.4,IBM Corporation
OS-System: Windows XP 5.1 build 2600 Service Pack 3,x86
Reporter: alaisi alaisi
Assignee: Ales Justin
Starting AS 6 CR1 with IBM JDK fails with ConcurrentModificationException when installing deployers/metadata-deployer-jboss-beans.xml.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBAS-8789) Stackoverflow deploying WAR with specific JAR in lib
by Nicklas Karlsson (JIRA)
Stackoverflow deploying WAR with specific JAR in lib
----------------------------------------------------
Key: JBAS-8789
URL: https://issues.jboss.org/browse/JBAS-8789
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: 6.0.0.Final
Reporter: Nicklas Karlsson
Assignee: Ales Justin
Attachments: geoapi-2.3-M1.jar
A WAR with the geoapi-2.3.M1.jar (as example) fails to deploy with
Caused by: java.lang.RuntimeException: Error visiting resource: VFSResourceContext @ org/opengis/annotation/UML.class / BaseClassLoader@6b35456b{vfs:///C:/Java/as/jboss-6.0.0.Final/server/default/deploy/geoserver.war}, visitor: org.jboss.scanning.hierarchy.plugins.HierarchyTypeVisitor@73d2fcae
at org.jboss.scanning.plugins.visitor.IgnoreSetErrorHandler.handleError(IgnoreSetErrorHandler.java:56) [:1.0.0.GA]
at org.jboss.scanning.plugins.visitor.ReflectResourceVisitor.visit(ReflectResourceVisitor.java:91) [:1.0.0.GA]
at org.jboss.scanning.hierarchy.plugins.HierarchyIndexScanningPlugin.visit(HierarchyIndexScanningPlugin.java:91) [:1.0.0.GA]
at org.jboss.scanning.spi.helpers.ScanningPluginWrapper.visit(ScanningPluginWrapper.java:112) [:1.0.0.GA]
at org.jboss.classloading.plugins.visitor.FederatedResourceVisitor.visit(FederatedResourceVisitor.java:101) [jboss-classloading.jar:2.2.0.GA]
at org.jboss.classloading.plugins.vfs.VFSResourceVisitor.visit(VFSResourceVisitor.java:264) [jboss-classloading-vfs.jar:2.2.0.GA]
... 48 more
Caused by: java.lang.StackOverflowError
at sun.reflect.generics.parser.SignatureParser.parseSimpleClassTypeSignature(SignatureParser.java:253) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseClassTypeSignatureSuffix(SignatureParser.java:270) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseClassTypeSignature(SignatureParser.java:244) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseFieldTypeSignature(SignatureParser.java:228) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseTypeSignature(SignatureParser.java:359) [:1.6.0_23]
at sun.reflect.generics.parser.SignatureParser.parseTypeSig(SignatureParser.java:157) [:1.6.0_23]
at sun.reflect.annotation.AnnotationParser.parseSig(AnnotationParser.java:367) [:1.6.0_23]
at sun.reflect.annotation.AnnotationParser.parseAnnotation(AnnotationParser.java:181) [:1.6.0_23]
at sun.reflect.annotation.AnnotationParser.parseAnnotations2(AnnotationParser.java:69) [:1.6.0_23]
at sun.reflect.annotation.AnnotationParser.parseAnnotations(AnnotationParser.java:52) [:1.6.0_23]
at java.lang.reflect.Field.declaredAnnotations(Field.java:1014) [:1.6.0_23]
at java.lang.reflect.Field.getDeclaredAnnotations(Field.java:1007) [:1.6.0_23]
at java.lang.reflect.AccessibleObject.getAnnotations(AccessibleObject.java:175) [:1.6.0_23]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.readAnnotations(IntrospectionTypeInfoFactoryImpl.java:610) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:126) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getAnnotations(IntrospectionTypeInfoFactoryImpl.java:140) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:482) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getTypeInfo(IntrospectionTypeInfoFactoryImpl.java:348) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:495) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.instantiate(IntrospectionTypeInfoFactoryImpl.java:73) [jboss-reflect.jar:2.2.0.GA]
at org.jboss.util.collection.WeakTypeCache.getClass(WeakTypeCache.java:243) [jboss-common-core.jar:2.2.17.GA]
at org.jboss.util.collection.WeakTypeCache.get(WeakTypeCache.java:67) [jboss-common-core.jar:2.2.17.GA]
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBJCA-480) Add jmx monitoring to jvm.
by Jeremy Whiting (JIRA)
Add jmx monitoring to jvm.
--------------------------
Key: JBJCA-480
URL: https://jira.jboss.org/browse/JBJCA-480
Project: IronJacamar
Issue Type: Task
Components: Performance
Environment: All environments.
Reporter: Jeremy Whiting
Assignee: Jesper Pedersen
Priority: Minor
This contribution changes the jmeter benchmarking to provide JMX monitoring.
Also the in memory database used is changed to HSQLDB due to it's ability to shutdown a standalone database.
The performance guide documentation has also been updated with instructions to control jvm processes.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Created: (JBCL-94) Spaces in URLs returned by getResource() should in vfszip: handler
by Ondrej Medek (JIRA)
Spaces in URLs returned by getResource() should in vfszip: handler
------------------------------------------------------------------
Key: JBCL-94
URL: https://jira.jboss.org/jira/browse/JBCL-94
Project: JBoss ClassLoader
Issue Type: Bug
Components: ClassLoader
Environment: JBoss AS 5.0.1, WinXP, JDK 1.6.0u12
Reporter: Ondrej Medek
Priority: Minor
Hi,
I have an EAR deployed as directory (not as JAR). Inside I have one service bean and a config directory. I have tried to deploy config directory as a plain directory and packed in the JAR. I have spotted different behaviour of handling spaces in the resource URLS returned by org.jboss.classloader.spi.base.BaseClassLoader when accessing the config directory. My service bean reads config direcory by:
this.getClass().getClassLoader().getResource("conf/")
I get the URL: vfsfile:/C:/Program%20Files/JBoss/jboss-5.0.1.GA/server/default/deploy/prinsee-ear.ear/conf/
(Space is '%20')
however, when I put the resource in the JAR and access it by:
this.getClass().getClassLoader().getResource("prinsee-client.jar/conf")
I get the URL: vfszip:/C:/Program Files/JBoss/jboss-5.0.1.GA/server/default/deploy/prinsee-ear.ear/prinsee-client.jar/conf/
(Space is ' ').
I think, the behaviour of vfszip: handler is wrong. The space should be always '%20'.
Cheers
andy
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months