[JBoss JIRA] Created: (AS7-1742) Cannot specify datasource pool settings or edit pool settings
by Brad Maxwell (JIRA)
Cannot specify datasource pool settings or edit pool settings
-------------------------------------------------------------
Key: AS7-1742
URL: https://issues.jboss.org/browse/AS7-1742
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.0.1.Final
Reporter: Brad Maxwell
Assignee: Heiko Braun
When creating a datasource, you cannot specify the pool settings for the datasource.
I was getting errors because the default pool size was not able to handle the load (this should be displayed also). I added the pool configuration to the standalone.xml and fixed my issue, however you cannot view the pool settings in the console if they are specified in the standalone.xml either.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (AS7-1859) AS won't boot with sun jmx enabled
by Dan Hanley (JIRA)
AS won't boot with sun jmx enabled
----------------------------------
Key: AS7-1859
URL: https://issues.jboss.org/browse/AS7-1859
Project: Application Server 7
Issue Type: Bug
Components: Logging
Affects Versions: 7.1.0.Alpha1
Environment: sun jdk6 windows 7 as-7.1.0.Alpha1
Reporter: Dan Hanley
Assignee: David Lloyd
This appears to be a regression to https://issues.jboss.org/browse/JBAS-7427 in AS7.1
> set JAVA_OPTS=%JAVA_OPTS% -Dcom.sun.management.jmxremote -Djava.util.logging.manager=org.jboss.logmanager.LogManager
> standalone.bat
===============================================================================
JBoss Bootstrap Environment
JBOSS_HOME: c:\jboss-as-7.1.0.Alpha1-SNAPSHOT
JAVA: C:\Program Files\Java\jdk1.6.0_22\bin\java
JAVA_OPTS: -Dprogram.name=standalone.bat -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+UseParallelGC -XX:PermSize=6g -XX:MaxPermSize=6g -Xms512m
-Xmx4g -Xss256k -Dhornetq.server-id=119 -Dsqs.queue.name=danQ -Duser.timezone=gmt -Djava.net.preferIPv4Stack=true -Djms.server=193.131.98.79 -Djboss.bind.address=193.131.98.79 -Djb
oss.partition.name=dan-pc -Djboss.partition.udpGroup=79 -Dpublic.firewall.address=dan-pc -Xrunjdwp:transport=dt_socket,address=8788,server=y,suspend=n -Dcom.sun.management.jmxrem
ote -Djava.util.logging.manager=org.jboss.logmanager.LogManager -Dorg.jboss.logging.Logger.pluginClass=org.jboss.logging.logmanager.LoggerPluginImpl -server
===============================================================================
Listening for transport dt_socket at address: 8788
Could not load Logmanager "org.jboss.logmanager.LogManager"
java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at java.util.logging.LogManager$1.run(LogManager.java:168)
at java.security.AccessController.doPrivileged(Native Method)
at java.util.logging.LogManager.<clinit>(LogManager.java:158)
at java.util.logging.Logger.getLogger(Logger.java:273)
at sun.management.snmp.util.MibLogger.<init>(MibLogger.java:57)
at sun.management.snmp.util.MibLogger.<init>(MibLogger.java:42)
at sun.management.jmxremote.ConnectorBootstrap.<clinit>(ConnectorBootstrap.java:760)
at sun.management.Agent.startAgent(Agent.java:135)
at sun.management.Agent.startAgent(Agent.java:239)
WARNING: Failed to load the specified logmodule org.jboss.logmanager:main
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.jboss.as.server.Main.main(Main.java:81)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:313)
Caused by: java.lang.IllegalStateException: The LogManager was not properly installed (you must set the "java.util.logging.manager" system property to "org.jboss.logmanager.LogMana
ger")
at org.jboss.logmanager.Logger.getLogger(Logger.java:60)
at org.jboss.logmanager.log4j.BridgeRepositorySelector.<clinit>(BridgeRepositorySelector.java:42)
... 7 more
Heap
PSYoungGen total 152896K, used 23619K [0x00000002aaaa0000, 0x00000002b5540000, 0x00000002ffff0000)
eden space 131072K, 18% used [0x00000002aaaa0000,0x00000002ac1b0f30,0x00000002b2aa0000)
from space 21824K, 0% used [0x00000002b3ff0000,0x00000002b3ff0000,0x00000002b5540000)
to space 21824K, 0% used [0x00000002b2aa0000,0x00000002b2aa0000,0x00000002b3ff0000)
PSOldGen total 349568K, used 0K [0x00000001ffff0000, 0x0000000215550000, 0x00000002aaaa0000)
object space 349568K, 0% used [0x00000001ffff0000,0x00000001ffff0000,0x0000000215550000)
PSPermGen total 6291456K, used 10763K [0x000000007fff0000, 0x00000001ffff0000, 0x00000001ffff0000)
object space 6291456K, 0% used [0x000000007fff0000,0x0000000080a72d30,0x00000001ffff0000)
Press any key to continue . . .
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBRULES-3005) decision table building => NPE
by Wolfgang Laun (JIRA)
decision table building => NPE
------------------------------
Key: JBRULES-3005
URL: https://issues.jboss.org/browse/JBRULES-3005
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: drools-compiler (expert)
Affects Versions: 5.2.0.M2
Reporter: Wolfgang Laun
Assignee: Mark Proctor
kBuilder.add( resource, resourceType.DTABLE ); results in a NPE:
Exception in thread "main" java.lang.NullPointerException
at org.drools.decisiontable.DecisionTableProviderImpl.compileStream(DecisionTableProviderImpl.java:26)
at org.drools.decisiontable.DecisionTableProviderImpl.loadFromInputStream(DecisionTableProviderImpl.java:19)
at org.drools.compiler.DecisionTableFactory.loadFromInputStream(DecisionTableFactory.java:18)
at org.drools.compiler.PackageBuilder.addKnowledgeResource(PackageBuilder.java:497)
at org.drools.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:28)
at rss.drools.setup.Application.setup(Application.java:47)
Notice that a simple
DecisionTableConfiguration dtConf = KnowledgeBuilderFactory.newDecisionTableConfiguration();
kBuilder.add( resource, resourceType, dtConf );
is not sufficient, the DecisionTableConfiguration still needs a DecisionTableInputType
Expected. there is a reasonable default DecisionTableConfiguration with DecisionTableInputType.XLS being set.
The simple call worked fine in 5.1.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Moved: (AS7-1858) Problem with JBoss 7 and OSGI
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-1858?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler moved JBOSGI-494 to AS7-1858:
--------------------------------------------
Project: Application Server 7 (was: JBoss OSGi)
Key: AS7-1858 (was: JBOSGI-494)
Issue Type: Bug (was: Enhancement)
Workflow: GIT Pull Request workflow (was: jira)
Security: (was: Public)
> Problem with JBoss 7 and OSGI
> -----------------------------
>
> Key: AS7-1858
> URL: https://issues.jboss.org/browse/AS7-1858
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Peter Penzov
> Assignee: Thomas Diesler
>
> {code}
> rcbandit@rcbandit-laptop:~/Desktop/jboss-as-7.0.1.Final/bin$ ./domain.sh
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/rcbandit/Desktop/jboss-as-7.0.1.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman
> =========================================================================
> 12:15:40,780 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
> 12:15:41,026 INFO [org.jboss.as.process.Host Controller.status] (main) Starting process 'Host Controller'
> [Host Controller] 12:15:41,588 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
> [Host Controller] 12:15:41,981 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.0.GA
> [Host Controller] 12:15:42,532 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.2.0.Beta2
> [Host Controller] 12:15:42,590 INFO [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.0.Beta3
> [Host Controller] 12:15:42,651 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.0.Beta3
> [Host Controller] 12:15:44,055 WARN [org.jboss.as] (Controller Boot Thread) No security realm defined for native management service, all access will be unrestricted.
> [Host Controller] 12:15:44,062 INFO [org.jboss.as] (Controller Boot Thread) creating http management service using network interface (management) port (9990)
> [Host Controller] 12:15:44,064 WARN [org.jboss.as] (Controller Boot Thread) No security realm defined for http management service, all access will be unrestricted.
> [Host Controller] 12:15:44,198 INFO [org.jboss.as.host.controller] (Controller Boot Thread) Starting server server-one
> [Host Controller] 12:15:44,208 INFO [org.jboss.as.remoting] (MSC service thread 1-3) Listening on /127.0.0.1:9999
> 12:15:44,277 INFO [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) Starting process 'Server:server-one'
> [Host Controller] 12:15:44,390 INFO [org.jboss.as.host.controller] (Controller Boot Thread) Starting server server-two
> 12:15:44,454 INFO [org.jboss.as.process.Server:server-two.status] (ProcessController-threads - 3) Starting process 'Server:server-two'
> [Server:server-two] 12:15:45,097 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
> [Server:server-one] 12:15:45,099 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
> [Server:server-two] 12:15:45,762 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.0.GA
> [Server:server-one] 12:15:45,802 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.0.GA
> [Server:server-two] 12:15:45,901 INFO [org.jboss.as] (MSC service thread 1-4) JBoss AS 7.0.1.Final "Zap" starting
> [Server:server-one] 12:15:45,969 INFO [org.jboss.as] (MSC service thread 1-4) JBoss AS 7.0.1.Final "Zap" starting
> [Server:server-two] 12:15:47,114 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-4) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib
> [Server:server-two] 12:15:47,263 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Starting Coyote HTTP/1.1 on http--127.0.0.1-8230
> [Server:server-one] 12:15:47,331 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-2) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib
> [Server:server-one] 12:15:47,466 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
> [Server:server-two] 12:15:47,480 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32010: JBossTS Recovery Service (tag: JBOSSTS_4_15_3_Final) - JBoss Inc.
> [Server:server-two] 12:15:47,524 INFO [com.arjuna.ats.arjuna] (MSC service thread 1-1) ARJUNA12324: Start RecoveryActivators
> [Server:server-two] 12:15:47,578 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
> [Server:server-two] 12:15:47,620 INFO [com.arjuna.ats.arjuna] (Transaction Expired Entry Monitor) ARJUNA12296: ExpiredEntryMonitor running at Tue, 30 Aug 2011 12:15:47
> [Server:server-two] 12:15:47,679 INFO [com.arjuna.ats.arjuna] (MSC service thread 1-1) ARJUNA12343: RecoveryManagerImple is ready. Socket listener is turned off.
> [Server:server-two] 12:15:47,686 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32013: Starting transaction recovery manager
> [Server:server-two] 12:15:47,707 INFO [org.jboss.as.osgi] (Controller Boot Thread) Activating OSGi Subsystem
> [Server:server-two] 12:15:47,721 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2
> [Server:server-two] 12:15:47,730 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32017: JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_15_3_Final) - JBoss Inc.
> [Server:server-two] 12:15:47,797 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3
> [Server:server-one] 12:15:47,799 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32010: JBossTS Recovery Service (tag: JBOSSTS_4_15_3_Final) - JBoss Inc.
> [Server:server-two] 12:15:47,889 INFO [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem
> [Server:server-two] 12:15:47,898 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3
> [Server:server-two] 12:15:47,950 INFO [org.jboss.as.naming] (MSC service thread 1-1) Starting Naming Service
> [Server:server-two] 12:15:47,986 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-1) Starting remote JMX connector
> [Server:server-one] 12:15:47,892 INFO [com.arjuna.ats.arjuna] (MSC service thread 1-1) ARJUNA12324: Start RecoveryActivators
> [Server:server-one] 12:15:48,049 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
> [Server:server-one] 12:15:48,053 INFO [com.arjuna.ats.arjuna] (Transaction Expired Entry Monitor) ARJUNA12296: ExpiredEntryMonitor running at Tue, 30 Aug 2011 12:15:48
> [Server:server-one] 12:15:48,108 INFO [com.arjuna.ats.arjuna] (MSC service thread 1-1) ARJUNA12343: RecoveryManagerImple is ready. Socket listener is turned off.
> [Server:server-one] 12:15:48,111 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32013: Starting transaction recovery manager
> [Server:server-one] 12:15:48,151 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32017: JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_15_3_Final) - JBoss Inc.
> [Server:server-one] 12:15:48,204 INFO [org.jboss.as.osgi] (Controller Boot Thread) Activating OSGi Subsystem
> [Server:server-one] 12:15:48,231 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2
> [Server:server-one] 12:15:48,276 INFO [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem
> [Server:server-one] 12:15:48,286 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3
> [Server:server-one] 12:15:48,339 INFO [org.jboss.as.naming] (MSC service thread 1-4) Starting Naming Service
> [Server:server-one] 12:15:48,341 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3
> [Server:server-one] 12:15:48,437 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-3) Starting remote JMX connector
> [Server:server-two] 12:15:48,610 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) JBossOSGi Framework Core - 1.0.0.CR8
> [Server:server-one] 12:15:48,666 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) JBossOSGi Framework Core - 1.0.0.CR8
> [Server:server-two] 12:15:48,746 INFO [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
> [Server:server-two] 12:15:48,782 INFO [org.jboss.as.connector] (MSC service thread 1-1) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)
> [Server:server-two] 12:15:48,938 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: system.bundle:0.0.0
> [Server:server-one] 12:15:49,178 INFO [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
> [Host Controller] 12:15:49,200 INFO [org.jboss.as.host.controller.mgmt] (pool-3-thread-1) Server [Server:server-two] registered using connection [org.jboss.as.protocol.mgmt.ManagementChannel@13d5f21]
> [Host Controller] 12:15:49,256 INFO [org.jboss.host.controller] (pool-3-thread-1) Registering server server-two
> [Server:server-one] 12:15:49,302 INFO [org.jboss.as.connector] (MSC service thread 1-3) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)
> [Server:server-two] 12:15:49,351 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
> [Server:server-one] 12:15:49,454 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: system.bundle:0.0.0
> [Server:server-two] 12:15:49,550 INFO [org.jboss.as.logging] (MSC service thread 1-1) Removing bootstrap log handlers
> [Host Controller] 12:15:49,648 INFO [org.jboss.as.host.controller.mgmt] (pool-3-thread-1) Server [Server:server-one] registered using connection [org.jboss.as.protocol.mgmt.ManagementChannel@9c2192]
> [Host Controller] 12:15:49,663 INFO [org.jboss.host.controller] (pool-3-thread-1) Registering server server-one
> [Server:server-one] 12:15:49,797 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
> [Server:server-two] 12:15:49,758 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) Bound data source [java:jboss/datasources/ExampleDS]
> [Server:server-two] 12:15:49,837 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: javaee.api:0.0.0
> [Server:server-one] 12:15:49,952 INFO [org.jboss.as.logging] (MSC service thread 1-1) Removing bootstrap log handlers
> [Server:server-one] 12:15:50,428 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: jboss-osgi-jmx:1.0.10
> [Server:server-one] 12:15:50,554 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: org.apache.felix.metatype:1.0.4
> [Server:server-one] 12:15:50,659 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.configadmin:1.2.8
> [Server:server-one] 12:15:50,704 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: org.apache.aries.util:0.3.0
> [Server:server-one] 12:15:50,711 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: org.apache.felix.log:1.0.0
> [Server:server-one] 12:15:50,741 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: javaee.api:0.0.0
> [Server:server-one] 12:15:50,855 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-two] 12:15:51,289 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: org.apache.felix.eventadmin:1.2.6
> [Server:server-one] 12:15:51,363 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: jbosgi-blueprint:1.0.2
> [Server:server-two] 12:15:51,512 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: jboss-osgi-xerces:2.9.1.SP7
> [Server:server-two] 12:15:51,597 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-two] 12:15:51,891 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: org.apache.aries.jmx:0.3.0
> [Server:server-two] 12:15:51,930 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.webconsole:3.1.6.SP1
> [Server:server-two] 12:15:52,168 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.metatype:1.0.4
> [Server:server-two] 12:15:52,242 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: jboss-osgi-logging:1.0.0
> [Server:server-one] 12:15:52,258 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: org.apache.aries.jmx:0.3.0
> [Server:server-one] 12:15:52,285 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.eventadmin:1.2.6
> [Server:server-one] 12:15:52,316 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.jboss.logging:3.0.0
> [Server:server-two] 12:15:52,542 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
> [Server:server-two] 12:15:52,550 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.aries.util:0.3.0
> [Server:server-two] 12:15:52,617 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: jbosgi-webconsole:1.0.6
> [Server:server-one] 12:15:52,823 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jboss-osgi-http:1.0.3
> [Server:server-one] 12:15:52,891 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jbosgi-webconsole:1.0.6
> [Server:server-two] 12:15:52,952 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jbosgi-webapp:1.0.2
> [Server:server-two] 12:15:52,982 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.configadmin:1.2.8
> [Server:server-one] 12:15:53,039 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
> [Server:server-one] 12:15:53,052 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jboss-osgi-logging:1.0.0
> [Server:server-two] 12:15:53,111 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jboss-osgi-jmx:1.0.10
> [Server:server-two] 12:15:53,123 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: osgi.cmpn:4.2.0.200908310645
> [Server:server-two] 12:15:53,137 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: org.jboss.logging:3.0.0
> [Server:server-two] 12:15:53,238 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: org.apache.felix.log:1.0.0
> [Server:server-two] 12:15:53,318 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: jbosgi-blueprint:1.0.2
> [Server:server-one] 12:15:53,322 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: jbosgi-webapp:1.0.2
> [Server:server-one] 12:15:53,329 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:jboss/datasources/ExampleDS]
> [Server:server-one] 12:15:53,335 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: jboss-osgi-xerces:2.9.1.SP7
> [Server:server-two] 12:15:53,390 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: jboss-osgi-http:1.0.3
> [Server:server-two] 12:15:53,442 INFO [org.jboss.osgi.framework.internal.StartLevelPlugin] (MSC service thread 1-2) Starting bundles for start level: 1
> [Server:server-one] 12:15:53,673 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: osgi.cmpn:4.2.0.200908310645
> [Server:server-one] 12:15:53,684 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: org.apache.felix.webconsole:3.1.6.SP1
> [Server:server-two] 12:15:53,684 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-2) Bundle started: org.apache.felix.configadmin:1.2.8
> [Server:server-two] 12:15:53,749 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-2) Bundle started: org.apache.felix.log:1.0.0
> [Server:server-one] 12:15:53,752 INFO [org.jboss.osgi.framework.internal.StartLevelPlugin] (MSC service thread 1-1) Starting bundles for start level: 1
> [Server:server-two] 12:15:53,786 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-2) Bundle started: jboss-osgi-logging:1.0.0
> [Server:server-two] 12:15:53,789 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service thread 1-2) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle resModule: [jboss-as-osgi-configadmin:7.0.1.Final]
> [Server:server-two] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> [Server:server-two] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:210)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-two] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-two] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-two] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-two] Caused by: org.jboss.osgi.resolver.XResolverException: Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)
> [Server:server-two] at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
> [Server:server-two] at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
> [Server:server-two] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
> [Server:server-two] ... 10 more
> [Server:server-two]
> [Server:server-two] 12:15:53,797 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service thread 1-2) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-two] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-two] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-two] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-two] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-two]
> [Server:server-two] 12:15:53,802 INFO [org.jboss.osgi.framework.internal.FrameworkActive] (MSC service thread 1-2) OSGi Framework started
> [Server:server-two] 12:15:53,826 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.1.Final "Zap" started in 9218ms - Started 89 of 139 services (50 services are passive or on-demand)
> [Server:server-two] 12:15:53,827 ERROR [jboss-as-osgi-configadmin] (Thread-10) FrameworkEvent ERROR: org.apache.felix.log.LogException: org.osgi.framework.BundleException: Cannot resolve bundle resModule: [jboss-as-osgi-configadmin:7.0.1.Final]
> [Server:server-two] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> [Server:server-two] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:210)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-two] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-two] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-two] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-two] Caused by: org.apache.felix.log.LogException: org.jboss.osgi.resolver.XResolverException: Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)
> [Server:server-two] at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
> [Server:server-two] at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
> [Server:server-two] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
> [Server:server-two] ... 10 more
> [Server:server-two]
> [Server:server-two] 12:15:53,835 ERROR [jboss-as-osgi-configadmin] (Thread-10) FrameworkEvent ERROR: org.apache.felix.log.LogException: org.osgi.framework.BundleException: Cannot resolve bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-two] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-two] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-two] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-two] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-two]
> [Server:server-one] 12:15:53,891 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-1) Bundle started: org.apache.felix.configadmin:1.2.8
> [Server:server-one] 12:15:53,925 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-1) Bundle started: org.apache.felix.log:1.0.0
> [Server:server-one] 12:15:53,946 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-1) Bundle started: jboss-osgi-logging:1.0.0
> [Server:server-one] 12:15:53,950 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service thread 1-1) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle resModule: [jboss-as-osgi-configadmin:7.0.1.Final]
> [Server:server-one] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> [Server:server-one] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:210)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-one] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-one] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-one] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-one] Caused by: org.jboss.osgi.resolver.XResolverException: Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)
> [Server:server-one] at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
> [Server:server-one] at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
> [Server:server-one] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
> [Server:server-one] ... 10 more
> [Server:server-one]
> [Server:server-one] 12:15:53,963 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service thread 1-1) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-one] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-one] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-one] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-one] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-one]
> [Server:server-one] 12:15:53,968 INFO [org.jboss.osgi.framework.internal.FrameworkActive] (MSC service thread 1-1) OSGi Framework started
> [Server:server-one] 12:15:53,968 ERROR [jboss-as-osgi-configadmin] (Thread-10) FrameworkEvent ERROR: org.apache.felix.log.LogException: org.osgi.framework.BundleException: Cannot resolve bundle resModule: [jboss-as-osgi-configadmin:7.0.1.Final]
> [Server:server-one] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> [Server:server-one] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:210)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-one] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-one] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-one] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-one] Caused by: org.apache.felix.log.LogException: org.jboss.osgi.resolver.XResolverException: Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)
> [Server:server-one] at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
> [Server:server-one] at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
> [Server:server-one] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
> [Server:server-one] ... 10 more
> [Server:server-one]
> [Server:server-one] 12:15:53,978 ERROR [jboss-as-osgi-configadmin] (Thread-10) FrameworkEvent ERROR: org.apache.felix.log.LogException: org.osgi.framework.BundleException: Cannot resolve bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-one] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-one] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-one] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-one] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-one]
> [Server:server-one] 12:15:53,995 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.1.Final "Zap" started in 9386ms - Started 89 of 139 services (50 services are passive or on-demand)
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Updated: (AS7-1858) Cannot start OSGi subsystem in domain mode
by Thomas Diesler (JIRA)
[ https://issues.jboss.org/browse/AS7-1858?page=com.atlassian.jira.plugin.s... ]
Thomas Diesler updated AS7-1858:
--------------------------------
Summary: Cannot start OSGi subsystem in domain mode (was: Problem with JBoss 7 and OSGI)
Fix Version/s: 7.1.0.Beta1
> Cannot start OSGi subsystem in domain mode
> ------------------------------------------
>
> Key: AS7-1858
> URL: https://issues.jboss.org/browse/AS7-1858
> Project: Application Server 7
> Issue Type: Bug
> Reporter: Peter Penzov
> Assignee: Thomas Diesler
> Fix For: 7.1.0.Beta1
>
>
> {code}
> rcbandit@rcbandit-laptop:~/Desktop/jboss-as-7.0.1.Final/bin$ ./domain.sh
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/rcbandit/Desktop/jboss-as-7.0.1.Final
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman
> =========================================================================
> 12:15:40,780 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
> 12:15:41,026 INFO [org.jboss.as.process.Host Controller.status] (main) Starting process 'Host Controller'
> [Host Controller] 12:15:41,588 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
> [Host Controller] 12:15:41,981 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.0.GA
> [Host Controller] 12:15:42,532 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 3.2.0.Beta2
> [Host Controller] 12:15:42,590 INFO [org.xnio] (MSC service thread 1-4) XNIO Version 3.0.0.Beta3
> [Host Controller] 12:15:42,651 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.0.0.Beta3
> [Host Controller] 12:15:44,055 WARN [org.jboss.as] (Controller Boot Thread) No security realm defined for native management service, all access will be unrestricted.
> [Host Controller] 12:15:44,062 INFO [org.jboss.as] (Controller Boot Thread) creating http management service using network interface (management) port (9990)
> [Host Controller] 12:15:44,064 WARN [org.jboss.as] (Controller Boot Thread) No security realm defined for http management service, all access will be unrestricted.
> [Host Controller] 12:15:44,198 INFO [org.jboss.as.host.controller] (Controller Boot Thread) Starting server server-one
> [Host Controller] 12:15:44,208 INFO [org.jboss.as.remoting] (MSC service thread 1-3) Listening on /127.0.0.1:9999
> 12:15:44,277 INFO [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) Starting process 'Server:server-one'
> [Host Controller] 12:15:44,390 INFO [org.jboss.as.host.controller] (Controller Boot Thread) Starting server server-two
> 12:15:44,454 INFO [org.jboss.as.process.Server:server-two.status] (ProcessController-threads - 3) Starting process 'Server:server-two'
> [Server:server-two] 12:15:45,097 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
> [Server:server-one] 12:15:45,099 INFO [org.jboss.modules] (main) JBoss Modules version 1.0.1.GA
> [Server:server-two] 12:15:45,762 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.0.GA
> [Server:server-one] 12:15:45,802 INFO [org.jboss.msc] (main) JBoss MSC version 1.0.0.GA
> [Server:server-two] 12:15:45,901 INFO [org.jboss.as] (MSC service thread 1-4) JBoss AS 7.0.1.Final "Zap" starting
> [Server:server-one] 12:15:45,969 INFO [org.jboss.as] (MSC service thread 1-4) JBoss AS 7.0.1.Final "Zap" starting
> [Server:server-two] 12:15:47,114 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-4) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib
> [Server:server-two] 12:15:47,263 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Starting Coyote HTTP/1.1 on http--127.0.0.1-8230
> [Server:server-one] 12:15:47,331 INFO [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-2) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/lib/jvm/java-6-openjdk/jre/lib/i386/server:/usr/lib/jvm/java-6-openjdk/jre/lib/i386:/usr/lib/jvm/java-6-openjdk/jre/../lib/i386:/usr/java/packages/lib/i386:/usr/lib/i386-linux-gnu/jni:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/lib/jni:/lib:/usr/lib
> [Server:server-one] 12:15:47,466 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080
> [Server:server-two] 12:15:47,480 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32010: JBossTS Recovery Service (tag: JBOSSTS_4_15_3_Final) - JBoss Inc.
> [Server:server-two] 12:15:47,524 INFO [com.arjuna.ats.arjuna] (MSC service thread 1-1) ARJUNA12324: Start RecoveryActivators
> [Server:server-two] 12:15:47,578 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
> [Server:server-two] 12:15:47,620 INFO [com.arjuna.ats.arjuna] (Transaction Expired Entry Monitor) ARJUNA12296: ExpiredEntryMonitor running at Tue, 30 Aug 2011 12:15:47
> [Server:server-two] 12:15:47,679 INFO [com.arjuna.ats.arjuna] (MSC service thread 1-1) ARJUNA12343: RecoveryManagerImple is ready. Socket listener is turned off.
> [Server:server-two] 12:15:47,686 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32013: Starting transaction recovery manager
> [Server:server-two] 12:15:47,707 INFO [org.jboss.as.osgi] (Controller Boot Thread) Activating OSGi Subsystem
> [Server:server-two] 12:15:47,721 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2
> [Server:server-two] 12:15:47,730 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32017: JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_15_3_Final) - JBoss Inc.
> [Server:server-two] 12:15:47,797 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3
> [Server:server-one] 12:15:47,799 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32010: JBossTS Recovery Service (tag: JBOSSTS_4_15_3_Final) - JBoss Inc.
> [Server:server-two] 12:15:47,889 INFO [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem
> [Server:server-two] 12:15:47,898 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3
> [Server:server-two] 12:15:47,950 INFO [org.jboss.as.naming] (MSC service thread 1-1) Starting Naming Service
> [Server:server-two] 12:15:47,986 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-1) Starting remote JMX connector
> [Server:server-one] 12:15:47,892 INFO [com.arjuna.ats.arjuna] (MSC service thread 1-1) ARJUNA12324: Start RecoveryActivators
> [Server:server-one] 12:15:48,049 INFO [org.jboss.as.security] (Controller Boot Thread) Activating Security Subsystem
> [Server:server-one] 12:15:48,053 INFO [com.arjuna.ats.arjuna] (Transaction Expired Entry Monitor) ARJUNA12296: ExpiredEntryMonitor running at Tue, 30 Aug 2011 12:15:48
> [Server:server-one] 12:15:48,108 INFO [com.arjuna.ats.arjuna] (MSC service thread 1-1) ARJUNA12343: RecoveryManagerImple is ready. Socket listener is turned off.
> [Server:server-one] 12:15:48,111 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32013: Starting transaction recovery manager
> [Server:server-one] 12:15:48,151 INFO [com.arjuna.ats.jbossatx] (MSC service thread 1-1) ARJUNA32017: JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_15_3_Final) - JBoss Inc.
> [Server:server-one] 12:15:48,204 INFO [org.jboss.as.osgi] (Controller Boot Thread) Activating OSGi Subsystem
> [Server:server-one] 12:15:48,231 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 3.2.0.Beta2
> [Server:server-one] 12:15:48,276 INFO [org.jboss.as.naming] (Controller Boot Thread) Activating Naming Subsystem
> [Server:server-one] 12:15:48,286 INFO [org.xnio] (MSC service thread 1-2) XNIO Version 3.0.0.Beta3
> [Server:server-one] 12:15:48,339 INFO [org.jboss.as.naming] (MSC service thread 1-4) Starting Naming Service
> [Server:server-one] 12:15:48,341 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.0.0.Beta3
> [Server:server-one] 12:15:48,437 INFO [org.jboss.as.jmx.JMXConnectorService] (MSC service thread 1-3) Starting remote JMX connector
> [Server:server-two] 12:15:48,610 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) JBossOSGi Framework Core - 1.0.0.CR8
> [Server:server-one] 12:15:48,666 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) JBossOSGi Framework Core - 1.0.0.CR8
> [Server:server-two] 12:15:48,746 INFO [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
> [Server:server-two] 12:15:48,782 INFO [org.jboss.as.connector] (MSC service thread 1-1) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)
> [Server:server-two] 12:15:48,938 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: system.bundle:0.0.0
> [Server:server-one] 12:15:49,178 INFO [org.jboss.as.clustering.infinispan.subsystem] (Controller Boot Thread) Activating Infinispan subsystem.
> [Host Controller] 12:15:49,200 INFO [org.jboss.as.host.controller.mgmt] (pool-3-thread-1) Server [Server:server-two] registered using connection [org.jboss.as.protocol.mgmt.ManagementChannel@13d5f21]
> [Host Controller] 12:15:49,256 INFO [org.jboss.host.controller] (pool-3-thread-1) Registering server server-two
> [Server:server-one] 12:15:49,302 INFO [org.jboss.as.connector] (MSC service thread 1-3) Starting JCA Subsystem (JBoss IronJacamar 1.0.3.Final)
> [Server:server-two] 12:15:49,351 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
> [Server:server-one] 12:15:49,454 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: system.bundle:0.0.0
> [Server:server-two] 12:15:49,550 INFO [org.jboss.as.logging] (MSC service thread 1-1) Removing bootstrap log handlers
> [Host Controller] 12:15:49,648 INFO [org.jboss.as.host.controller.mgmt] (pool-3-thread-1) Server [Server:server-one] registered using connection [org.jboss.as.protocol.mgmt.ManagementChannel@9c2192]
> [Host Controller] 12:15:49,663 INFO [org.jboss.host.controller] (pool-3-thread-1) Registering server server-one
> [Server:server-one] 12:15:49,797 INFO [org.jboss.as.connector.subsystems.datasources] (Controller Boot Thread) Deploying JDBC-compliant driver class org.h2.Driver (version 1.2)
> [Server:server-two] 12:15:49,758 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) Bound data source [java:jboss/datasources/ExampleDS]
> [Server:server-two] 12:15:49,837 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: javaee.api:0.0.0
> [Server:server-one] 12:15:49,952 INFO [org.jboss.as.logging] (MSC service thread 1-1) Removing bootstrap log handlers
> [Server:server-one] 12:15:50,428 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: jboss-osgi-jmx:1.0.10
> [Server:server-one] 12:15:50,554 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: org.apache.felix.metatype:1.0.4
> [Server:server-one] 12:15:50,659 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.configadmin:1.2.8
> [Server:server-one] 12:15:50,704 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: org.apache.aries.util:0.3.0
> [Server:server-one] 12:15:50,711 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: org.apache.felix.log:1.0.0
> [Server:server-one] 12:15:50,741 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: javaee.api:0.0.0
> [Server:server-one] 12:15:50,855 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-two] 12:15:51,289 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: org.apache.felix.eventadmin:1.2.6
> [Server:server-one] 12:15:51,363 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: jbosgi-blueprint:1.0.2
> [Server:server-two] 12:15:51,512 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: jboss-osgi-xerces:2.9.1.SP7
> [Server:server-two] 12:15:51,597 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-two] 12:15:51,891 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: org.apache.aries.jmx:0.3.0
> [Server:server-two] 12:15:51,930 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.webconsole:3.1.6.SP1
> [Server:server-two] 12:15:52,168 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.metatype:1.0.4
> [Server:server-two] 12:15:52,242 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: jboss-osgi-logging:1.0.0
> [Server:server-one] 12:15:52,258 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: org.apache.aries.jmx:0.3.0
> [Server:server-one] 12:15:52,285 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.eventadmin:1.2.6
> [Server:server-one] 12:15:52,316 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.jboss.logging:3.0.0
> [Server:server-two] 12:15:52,542 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
> [Server:server-two] 12:15:52,550 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.aries.util:0.3.0
> [Server:server-two] 12:15:52,617 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: jbosgi-webconsole:1.0.6
> [Server:server-one] 12:15:52,823 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jboss-osgi-http:1.0.3
> [Server:server-one] 12:15:52,891 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jbosgi-webconsole:1.0.6
> [Server:server-two] 12:15:52,952 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jbosgi-webapp:1.0.2
> [Server:server-two] 12:15:52,982 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: org.apache.felix.configadmin:1.2.8
> [Server:server-one] 12:15:53,039 INFO [org.jboss.as.ee] (Controller Boot Thread) Activating EE subsystem
> [Server:server-one] 12:15:53,052 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jboss-osgi-logging:1.0.0
> [Server:server-two] 12:15:53,111 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: jboss-osgi-jmx:1.0.10
> [Server:server-two] 12:15:53,123 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: osgi.cmpn:4.2.0.200908310645
> [Server:server-two] 12:15:53,137 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: org.jboss.logging:3.0.0
> [Server:server-two] 12:15:53,238 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: org.apache.felix.log:1.0.0
> [Server:server-two] 12:15:53,318 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: jbosgi-blueprint:1.0.2
> [Server:server-one] 12:15:53,322 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-1) Install bundle: jbosgi-webapp:1.0.2
> [Server:server-one] 12:15:53,329 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) Bound data source [java:jboss/datasources/ExampleDS]
> [Server:server-one] 12:15:53,335 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-3) Install bundle: jboss-osgi-xerces:2.9.1.SP7
> [Server:server-two] 12:15:53,390 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: jboss-osgi-http:1.0.3
> [Server:server-two] 12:15:53,442 INFO [org.jboss.osgi.framework.internal.StartLevelPlugin] (MSC service thread 1-2) Starting bundles for start level: 1
> [Server:server-one] 12:15:53,673 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-4) Install bundle: osgi.cmpn:4.2.0.200908310645
> [Server:server-one] 12:15:53,684 INFO [org.jboss.osgi.framework.internal.BundleManager] (MSC service thread 1-2) Install bundle: org.apache.felix.webconsole:3.1.6.SP1
> [Server:server-two] 12:15:53,684 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-2) Bundle started: org.apache.felix.configadmin:1.2.8
> [Server:server-two] 12:15:53,749 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-2) Bundle started: org.apache.felix.log:1.0.0
> [Server:server-one] 12:15:53,752 INFO [org.jboss.osgi.framework.internal.StartLevelPlugin] (MSC service thread 1-1) Starting bundles for start level: 1
> [Server:server-two] 12:15:53,786 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-2) Bundle started: jboss-osgi-logging:1.0.0
> [Server:server-two] 12:15:53,789 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service thread 1-2) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle resModule: [jboss-as-osgi-configadmin:7.0.1.Final]
> [Server:server-two] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> [Server:server-two] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:210)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-two] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-two] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-two] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-two] Caused by: org.jboss.osgi.resolver.XResolverException: Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)
> [Server:server-two] at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
> [Server:server-two] at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
> [Server:server-two] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
> [Server:server-two] ... 10 more
> [Server:server-two]
> [Server:server-two] 12:15:53,797 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service thread 1-2) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-two] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-two] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-two] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-two] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-two]
> [Server:server-two] 12:15:53,802 INFO [org.jboss.osgi.framework.internal.FrameworkActive] (MSC service thread 1-2) OSGi Framework started
> [Server:server-two] 12:15:53,826 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.1.Final "Zap" started in 9218ms - Started 89 of 139 services (50 services are passive or on-demand)
> [Server:server-two] 12:15:53,827 ERROR [jboss-as-osgi-configadmin] (Thread-10) FrameworkEvent ERROR: org.apache.felix.log.LogException: org.osgi.framework.BundleException: Cannot resolve bundle resModule: [jboss-as-osgi-configadmin:7.0.1.Final]
> [Server:server-two] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> [Server:server-two] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:210)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-two] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-two] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-two] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-two] Caused by: org.apache.felix.log.LogException: org.jboss.osgi.resolver.XResolverException: Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)
> [Server:server-two] at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
> [Server:server-two] at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
> [Server:server-two] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
> [Server:server-two] ... 10 more
> [Server:server-two]
> [Server:server-two] 12:15:53,835 ERROR [jboss-as-osgi-configadmin] (Thread-10) FrameworkEvent ERROR: org.apache.felix.log.LogException: org.osgi.framework.BundleException: Cannot resolve bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-two] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
> [Server:server-two] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-two] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-two] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-two] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-two] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-two] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-two]
> [Server:server-one] 12:15:53,891 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-1) Bundle started: org.apache.felix.configadmin:1.2.8
> [Server:server-one] 12:15:53,925 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-1) Bundle started: org.apache.felix.log:1.0.0
> [Server:server-one] 12:15:53,946 INFO [org.jboss.osgi.framework.internal.HostBundleState] (MSC service thread 1-1) Bundle started: jboss-osgi-logging:1.0.0
> [Server:server-one] 12:15:53,950 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service thread 1-1) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle resModule: [jboss-as-osgi-configadmin:7.0.1.Final]
> [Server:server-one] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> [Server:server-one] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:210)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-one] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-one] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-one] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-one] Caused by: org.jboss.osgi.resolver.XResolverException: Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)
> [Server:server-one] at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
> [Server:server-one] at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
> [Server:server-one] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
> [Server:server-one] ... 10 more
> [Server:server-one]
> [Server:server-one] 12:15:53,963 ERROR [org.jboss.osgi.framework.internal.FrameworkEventsPlugin] (MSC service thread 1-1) Framework ERROR: org.osgi.framework.BundleException: Cannot resolve bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-one] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-one] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-one] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-one] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-one]
> [Server:server-one] 12:15:53,968 INFO [org.jboss.osgi.framework.internal.FrameworkActive] (MSC service thread 1-1) OSGi Framework started
> [Server:server-one] 12:15:53,968 ERROR [jboss-as-osgi-configadmin] (Thread-10) FrameworkEvent ERROR: org.apache.felix.log.LogException: org.osgi.framework.BundleException: Cannot resolve bundle resModule: [jboss-as-osgi-configadmin:7.0.1.Final]
> [Server:server-one] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:157)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.ensureResolved(AbstractBundleState.java:551)
> [Server:server-one] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:210)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-one] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-one] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-one] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-one] Caused by: org.apache.felix.log.LogException: org.jboss.osgi.resolver.XResolverException: Unable to resolve Module[jboss-as-osgi-configadmin:7.0.1.Final]: missing requirement [Module[jboss-as-osgi-configadmin:7.0.1.Final]] package; (package=org.jboss.as.osgi.service)
> [Server:server-one] at org.jboss.osgi.resolver.felix.FelixResolver.resolveInternal(FelixResolver.java:117)
> [Server:server-one] at org.jboss.osgi.resolver.spi.AbstractResolver.resolve(AbstractResolver.java:148)
> [Server:server-one] at org.jboss.osgi.framework.internal.ResolverPlugin.resolve(ResolverPlugin.java:155)
> [Server:server-one] ... 10 more
> [Server:server-one]
> [Server:server-one] 12:15:53,978 ERROR [jboss-as-osgi-configadmin] (Thread-10) FrameworkEvent ERROR: org.apache.felix.log.LogException: org.osgi.framework.BundleException: Cannot resolve bundle: jboss-as-osgi-configadmin:7.0.1.Final
> [Server:server-one] at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:211)
> [Server:server-one] at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494)
> [Server:server-one] at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257)
> [Server:server-one] at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
> [Server:server-one] at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_22]
> [Server:server-one] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_22]
> [Server:server-one] at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
> [Server:server-one]
> [Server:server-one] 12:15:53,995 INFO [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.1.Final "Zap" started in 9386ms - Started 89 of 139 services (50 services are passive or on-demand)
> {code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (AS7-1505) Incorrect time unit written out to JCA configuration
by jaikiran pai (JIRA)
Incorrect time unit written out to JCA configuration
----------------------------------------------------
Key: AS7-1505
URL: https://issues.jboss.org/browse/AS7-1505
Project: Application Server 7
Issue Type: Bug
Reporter: jaikiran pai
JCA generates the following timeunit (note the case) for keepalive-time element.
<keepalive-time time="10" unit="SECONDS"/>
This fails the xsd validation testcase:
{code}
testStandalonePreview(org.jboss.as.test.flat.xml.StandardConfigsXMLValidationUnitTestCase): cvc-enumeration-valid: Value 'SECONDS' is not facet-valid with respect to enumeration '[s, sec, seconds, m, min, minutes, ms, milliseconds, ns, nanoseconds, h, hours, d, days, w, weeks, mon, months]'. It must be a value from the enumeration.
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months