[JBoss JIRA] Created: (JBAS-8779) Startup Deployment Errors
by Barney Franks (JIRA)
Startup Deployment Errors
-------------------------
Key: JBAS-8779
URL: https://issues.jboss.org/browse/JBAS-8779
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Deployers
Affects Versions: 6.0.0.Final
Environment: Running on windows vista laptop.
15:04:39,307 INFO [AbstractJBossASServerBase] Server Configuration:
JBOSS_HOME URL: file:/C:/JBOSS/jboss-6.0.0.Final/
Bootstrap: $JBOSS_HOME\server/default/conf/bootstrap.xml
Common Base: $JBOSS_HOME\common/
Common Library: $JBOSS_HOME\common/lib/
Server Name: default
Server Base: $JBOSS_HOME\server/
Server Library: $JBOSS_HOME\server/default/lib/
Server Config: $JBOSS_HOME\server/default/conf/
Server Home: $JBOSS_HOME\server/default/
Server Data: $JBOSS_HOME\server/default/data/
Server Log: $JBOSS_HOME\server/default/log/
Server Temp: $JBOSS_HOME\server/default/tmp/
15:04:39,313 INFO [AbstractServer] Starting: JBossAS [6.0.0.Final "Neo"]
15:04:41,570 INFO [ServerInfo] Java version: 1.6.0_22,Sun Microsystems Inc.
15:04:41,570 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
15:04:41,570 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 17.1-b03,Sun Microsystems Inc.
15:04:41,571 INFO [ServerInfo] OS-System: Windows Vista 6.0,x86
15:04:41,571 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -Djava.endorsed.dirs=C:/JBOSS/jboss-6.0.0.Final/lib/endorsed -Dfile.encoding=UTF-8
15:04:41,616 INFO [JMXKernel] Legacy JMX core initialized
15:04:51,305 INFO [AbstractServerConfig] JBoss Web Services - Metro Server 3.3.1.GA
Reporter: Barney Franks
Assignee: Ales Justin
After installing Metro Web Services, the server has deployment errors which prevent me from successfully deploying 3.0 EJBs. This exact configuration works under AS 6.0.0-CR1.
Installed AS6.0.0.-Final on laptop, no errors on startup.
Stop AS server and then ant-deploy jbossws-metro-3.3.1.GA to AS 6.0.0.Final and then restart server under default profile. I then get the following errors:
15:16:40,617 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
15:16:40,705 INFO [service] Removing bootstrap log handlers
15:16:40,890 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "ManagedBeanSwitchBoardDeployer" is missing the following dependencies:
Dependency "class org.jboss.switchboard.mc.JndiEnvironmentProcessor" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'class org.jboss.switchboard.mc.JndiEnvironmentProcessor' **")
Deployment "org.jboss.switchboard.EJBEnvironmentSwitchBoardDeployer" is missing the following dependencies:
Dependency "class org.jboss.switchboard.mc.JndiEnvironmentProcessor" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'class org.jboss.switchboard.mc.JndiEnvironmentProcessor' **")
Deployment "org.jboss.switchboard.JndiEnvironmentProcessor" is missing the following dependencies:
Dependency "org.jboss.switchboard.ResourceProviderRegistry" (should be in state "Installed", but is actually in state "Instantiated")
Deployment "org.jboss.switchboard.ResourceEnvRefResourceProvider" is missing the following dependencies:
Dependency "org.jboss.switchboard.WebServiceContextResourceProvider" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'org.jboss.switchboard.WebServiceContextResourceProvider' **")
Deployment "org.jboss.switchboard.ResourceProviderRegistry" is missing the following dependencies:
Dependency "org.jboss.switchboard.WebServiceRefResourceProvider" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'org.jboss.switchboard.WebServiceRefResourceProvider' **")
Dependency "org.jboss.switchboard.ResourceEnvRefResourceProvider" (should be in state "Installed", but is actually in state "Instantiated")
Deployment "org.jboss.switchboard.WebEnvironmentSwitchBoardDeployer" is missing the following dependencies:
Dependency "class org.jboss.switchboard.mc.JndiEnvironmentProcessor" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'class org.jboss.switchboard.mc.JndiEnvironmentProcessor' **")
DEPLOYMENTS IN ERROR:
Deployment "class org.jboss.switchboard.mc.JndiEnvironmentProcessor" is in error due to the following reason(s): ** NOT FOUND Depends on 'class org.jboss.switchboard.mc.JndiEnvironmentProcessor' **
Deployment "org.jboss.switchboard.WebServiceContextResourceProvider" is in error due to the following reason(s): ** NOT FOUND Depends on 'org.jboss.switchboard.WebServiceContextResourceProvider' **
Deployment "org.jboss.switchboard.WebServiceRefResourceProvider" is in error due to the following reason(s): ** NOT FOUND Depends on 'org.jboss.switchboard.WebServiceRefResourceProvider' **
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]
at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]
at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]
at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
at java.lang.Thread.run(Unknown Source) [:1.6.0_22]
15:16:40,914 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
15:16:40,972 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
15:16:40,975 INFO [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8443
15:16:40,976 INFO [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 36s:413ms
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBREM-1242) Fix deadlock between Client and MicroRemoteClientInvoker
by Ron Sigal (JIRA)
Fix deadlock between Client and MicroRemoteClientInvoker
--------------------------------------------------------
Key: JBREM-1242
URL: https://jira.jboss.org/browse/JBREM-1242
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 2.5.3.SP1, 2.2.3.SP3
Reporter: Ron Sigal
Assignee: Ron Sigal
Fix For: 2.5.3.SP2, 2.2.3.SP4
1. a. org.jboss.remoting.Client.setupClientLease() calls MicroRemoteClientInvoker.establishLease()
b. org.jboss.remoting.MicroRemoteClientInvoker.establishLease() synchronizes on MicroRemoteClientInvoker.clientLeaseLock and calls Client.addConnectionListener()
c. Client.addConnectionListener() synchronizes on Client.connectionValidatorLock
2. a. Client.addConnectionListener() synchronizes on Client.connectionValidatorLock and calls new ConnectionValidator()
b. new ConnectionValidator() calls MicroRemoteClientInvoker.getLeasePinger(), which synchronizes on MicroRemoteClientInvoker.clientLeaseLock
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Updated: (JBAS-8790) Update bundled version of Maven in AS 7 to released 3.0.1
by Paul Gier (JIRA)
[ https://issues.jboss.org/browse/JBAS-8790?page=com.atlassian.jira.plugin.... ]
Paul Gier updated JBAS-8790:
----------------------------
Description: AS7 currently includes Maven 3.0-beta-1. This should be updated to version 3.0.1 or higher. Also I think the bundled Maven Ant Tasks are not necessary and can be removed. (was: AS7 currently includes Maven 3.0-beta-1. This should be updated to version 3.0.1 or higher. Also I think the bundled Maven Ant Tasks are not necessary.)
> Update bundled version of Maven in AS 7 to released 3.0.1
> ---------------------------------------------------------
>
> Key: JBAS-8790
> URL: https://issues.jboss.org/browse/JBAS-8790
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Build System
> Reporter: Paul Gier
> Assignee: Paul Gier
> Priority: Minor
> Fix For: 7.0.0.Alpha2
>
>
> AS7 currently includes Maven 3.0-beta-1. This should be updated to version 3.0.1 or higher. Also I think the bundled Maven Ant Tasks are not necessary and can be removed.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Updated: (JBAS-8789) Stackoverflow deploying WAR with specific JAR in lib
by Nicklas Karlsson (JIRA)
[ https://issues.jboss.org/browse/JBAS-8789?page=com.atlassian.jira.plugin.... ]
Nicklas Karlsson updated JBAS-8789:
-----------------------------------
Attachment: geoapi-2.3-M1.jar
> 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
13 years, 11 months
[JBoss JIRA] Created: (JBRULES-2764) Performance degradation from 4.0.7 to 5.0.1 to 5.1.0
by David Ward (JIRA)
Performance degradation from 4.0.7 to 5.0.1 to 5.1.0
----------------------------------------------------
Key: JBRULES-2764
URL: https://jira.jboss.org/browse/JBRULES-2764
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-core, drools-core (expert)
Affects Versions: 5.1.1.FINAL, 5.0.1.FINAL
Reporter: David Ward
Assignee: Mark Proctor
I have noticed a performance degradation from 4.0.7 to 5.0.1, and 5.0.1 to 5.1.0. Both in creating new StatelessSessions, and executing them.
I am attaching a portable test case which shows the degradation. Please refer to the test.zip!/README.txt file for full instructions and explanation.
For the purpose of this jira description (and to show the degradation from a high-level), here is sample output. Note that the run*.sh scripts only create new StatelessSessions, but do not execute them. The exec*.sh scripts also execute the StatelessSessions.
run407.sh
RuleTest: count=10000, total=33ms, average=0.0033ms
KnowledgeTest: API not available
run501.sh
RuleTest: count=10000, total=1147ms, average=0.1147ms
KnowledgeTest: count=10000, total=784ms, average=0.0784ms
run511.sh
RuleTest: count=10000, total=2381ms, average=0.2381ms
KnowledgeTest: count=10000, total=2007ms, average=0.2007ms
exec407.sh
RuleTest: count=10000, total=875ms, average=0.0875ms
KnowledgeTest: API not available
exec501.sh
RuleTest: count=10000, total=2641ms, average=0.2641ms
KnowledgeTest: count=10000, total=2223ms, average=0.2223ms
exec511.sh
RuleTest: count=10000, total=4188ms, average=0.4188ms
KnowledgeTest: count=10000, total=3664ms, average=0.3664ms
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months
[JBoss JIRA] Created: (JBAS-8783) Server fails to start if JAVA_HOME is not set
by Brian Stansberry (JIRA)
Server fails to start if JAVA_HOME is not set
---------------------------------------------
Key: JBAS-8783
URL: https://issues.jboss.org/browse/JBAS-8783
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 7.0.0.Alpha1
Reporter: Brian Stansberry
Priority: Critical
Fix For: 7.0.0.Alpha2
If I there is no JAVA_HOME I see the following error and more importantly - the server freezes and can not be stopped unlesss I manually kill -9 the process. Same happens on HEAD.
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /Users/vladimirralev/Downloads/jboss-7.0.0.Alpha1
JAVA: java
JAVA_OPTS:
=========================================================================
Cannot run Java in 64 bit mode. Continuing in 32 bit mode.
16:22:08,757 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.0.Beta11
16:22:09,203 INFO [org.jboss.as.process.Server Manager.status] (main) Starting process 'Server Manager'
[Server Manager] Cannot run Java in 64 bit mode. Continuing in 32 bit mode.
[Server Manager] 16:22:09,589 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.0.Beta11
[Server Manager] 16:22:10,258 INFO [org.jboss.as.domain.controller] (Thread-3) Starting Domain Controller
[Server Manager] 16:22:10,322 INFO [org.jboss.as.domain.controller] (Thread-3) Parsing Domain Configuration
[Server Manager] 16:22:11,165 INFO [org.jboss.as.server.manager] (Thread-3) Starting server server-three
16:22:11,260 INFO [org.jboss.as.process.Server:server-three.status] (pool-2-thread-2) Starting process 'Server:server-three'
16:22:11,279 ERROR [org.jboss.as.process.Server:server-three.status] (pool-2-thread-2) Failed to start process 'Server:server-three': java.io.IOException: Cannot run program "/Users/vladimirralev/Downloads/jboss-7.0.0.Alpha1/java" (in directory "/Users/vladimirralev/Downloads/jboss-7.0.0.Alpha1"): error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:460) [:1.6.0_22]
at org.jboss.as.process.ManagedProcess.doStart(ManagedProcess.java:151)
at org.jboss.as.process.ManagedProcess.start(ManagedProcess.java:129)
at org.jboss.as.process.ProcessManager.startProcess(ProcessManager.java:143)
at org.jboss.as.process.ProcessManagerServerHandler$InitMessageHandler$ConnectedMessageHandler.handleMessage(ProcessManagerServerHandler.java:160)
at org.jboss.as.protocol.ConnectionImpl.safeHandleMessage(ConnectionImpl.java:239)
at org.jboss.as.protocol.ConnectionImpl$1$1.run(ConnectionImpl.java:198)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_22]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_22]
at java.lang.Thread.run(Thread.java:680) [:1.6.0_22]
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method) [:1.6.0_22]
at java.lang.UNIXProcess.<init>(UNIXProcess.java:53) [:1.6.0_22]
at java.lang.ProcessImpl.start(ProcessImpl.java:91) [:1.6.0_22]
at java.lang.ProcessBuilder.start(ProcessBuilder.java:453) [:1.6.0_22]
... 9 more
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 11 months