This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14:22:16,374 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.ra.rar-example: org.jboss.msc.service.StartException in service jboss.ra.rar-example: Failed to start RA deployment [rar-example] | |
| at org.jboss.as.connector.metadata.deployment.ResourceAdapterDeploymentService.start(ResourceAdapterDeploymentService.java:122) | |
| at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1344) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24] | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24] | |
| at java.lang.Thread.run(Thread.java:662) [:1.6.0_24] | |
| Caused by: org.jboss.jca.deployers.common.DeployException: Deployment file:/dati/project/RH/jboss-as/build/target/jboss-7.0.0.Beta3-SNAPSHOT/standalone/tmp/vfs/tempe7799543fed7d4ed/content-576d8f0d4bd8c105/contents/ failed | |
| at org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer.createObjectsAndI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 16:51:45,309 ERROR [org.jboss.as.osgi] (MSC service thread 1-1) Cannot start bundle: com.mysql.jdbc:5.1.15: org.osgi.framework.BundleException: Cannot resolve bundle: com.mysql.jdbc:5.1.15 | |
| at org.jboss.osgi.framework.bundle.HostBundle.startInternal(HostBundle.java:207) | |
| at org.jboss.osgi.framework.bundle.AbstractBundle.start(AbstractBundle.java:411) | |
| at org.jboss.as.osgi.deployment.OSGiDeploymentService$OSGiDeploymentListener.processDeployment(OSGiDeploymentService.java:229) | |
| at org.jboss.as.osgi.deployment.OSGiDeploymentService$OSGiDeploymentListener.serviceStarted(OSGiDeploymentService.java:180) | |
| at org.jboss.msc.service.ServiceControllerImpl.invokeListener(ServiceControllerImpl.java:1149) | |
| at org.jboss.msc.service.ServiceControllerImpl.access$2300(ServiceControllerImpl.java:44) | |
| at org.jboss.msc.service.ServiceControllerImpl$ListenerTask.run(ServiceControllerImpl.java:1513) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24] | |
| at java.util.concurrent.ThreadPo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/demos/src/main/java/org/jboss/as/demos/ds/mbean/Test.java | |
| +++ b/demos/src/main/java/org/jboss/as/demos/ds/mbean/Test.java | |
| @@ -34,7 +34,7 @@ import javax.sql.DataSource; | |
| */ | |
| public class Test implements TestMBean { | |
| - private static final String JNDI_NAME = "java:/H2DS"; | |
| + private static final String JNDI_NAME = "java:/MySqlDS"; | |
| @Override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <datasources> | |
| <datasource jndi-name="java:/H2DS" enabled="true" use-java-context="true" pool-name="H2DS"> | |
| <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> | |
| <driver-class>org.h2.Driver</driver-class> | |
| <driver>h2</driver> | |
| <pool></pool> | |
| <security> | |
| <user-name>sa</user-name> | |
| <password>sa</password> | |
| </security> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /subsystem=datasources/xa-data-source="myXA":add(xa-data-source-properties = (URL="jdbc:h2:mem:test"),jndi-name="myXA",driver-name="h2",pool-name="myXA_Pool",enabled=true,user-name="sa",password="sa") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/build/src/main/resources/standalone/configuration/clustering-standalone.xml b/build/src/main/resources/standalone/configuration/clustering-standalone.xml | |
| index ed6e85a..2e439a4 100644 | |
| --- a/build/src/main/resources/standalone/configuration/clustering-standalone.xml | |
| +++ b/build/src/main/resources/standalone/configuration/clustering-standalone.xml | |
| @@ -177,8 +177,7 @@ | |
| <datasources> | |
| <datasource jndi-name="java:/H2DS" enabled="true" use-java-context="true" pool-name="H2DS"> | |
| <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1</connection-url> | |
| - <driver-class>org.h2.Driver</driver-class> | |
| - <driver>org.h2.Driver#1.2</driver> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host Controller] 16:40:24,442 WARN [org.jboss.as.controller] (MSC service thread 1-7) Failed to persist configuration change: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to store configuration: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to store configuration | |
| [Host Controller] at org.jboss.as.controller.persistence.XmlConfigurationPersister.store(XmlConfigurationPersister.java:90) [jboss-as-controller-7.0.0.Beta4-SNAPSHOT.jar:7.0.0.Beta4-SNAPSHOT] | |
| [Host Controller] at org.jboss.as.controller.persistence.BackupXmlConfigurationPersister.store(BackupXmlConfigurationPersister.java:62) [jboss-as-controller-7.0.0.Beta4-SNAPSHOT.jar:7.0.0.Beta4-SNAPSHOT] | |
| [Host Controller] at org.jboss.as.domain.controller.DomainModelImpl$DelegatingConfigurationPersister.store(DomainModelImpl.java:1192) [jboss-as-domain-controller-7.0.0.Beta4-SNAPSHOT.jar:7.0.0.Beta4-SNAPSHOT] | |
| [Host Controller] at org.jboss.as.controller.BasicModelController.persistConfiguratio |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Caused by: javax.naming.NameNotFoundException: Name 'datasources' not found in context '' | |
| at org.jboss.as.naming.util.NamingUtils.nameNotFoundException(NamingUtils.java:109) | |
| at org.jboss.as.naming.InMemoryNamingStore$NodeTraversingVisitor.visit(InMemoryNamingStore.java:365) | |
| at org.jboss.as.naming.InMemoryNamingStore$ContextNode.accept(InMemoryNamingStore.java:307) | |
| at org.jboss.as.naming.InMemoryNamingStore.lookup(InMemoryNamingStore.java:162) | |
| at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:173) | |
| at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:176) | |
| at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:207) | |
| at javax.naming.InitialContext.lookup(InitialContext.java:392) | |
| at org.jboss.as.demos.ds.mbean.Test.test(Test.java:42) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 09:17:49,256 INFO [stdout] (RMI TCP Connection(5)-127.0.0.1) Services for jboss-as: | |
| 09:17:49,260 INFO [stdout] (RMI TCP Connection(5)-127.0.0.1) Service "hornetq-ra" (class org.jboss.as.connector.services.ResourceAdapterService) mode ACTIVE state UP (parent: jboss.raactivator) | |
| 09:17:49,260 INFO [stdout] (RMI TCP Connection(5)-127.0.0.1) Service "jbosgi.AutoInstallProvider" (class org.jboss.as.osgi.service.AutoInstallIntegration) mode ON_DEMAND state DOWN (WAITING) (parent: jboss.as.server-controller) (dependencies: jbosgi.Framework.INITIALIZED, jbosgi.SystemBundle, jboss.server.environment, jbosgi.StartLevel, jbosgi.BundleManager) (has unavailable dependency) | |
| 09:17:49,261 INFO [stdout] (RMI TCP Connection(5)-127.0.0.1) Service "jbosgi.BundleInstallProvider" (class org.jboss.as.osgi.service.BundleInstallProviderIntegration) mode ON_DEMAND state DOWN (WAITING) (parent: jboss.as.server-controller) (dependencies: jbosgi.BundleManager, jbosgi.Framework.CREATED, jboss.as.server-controller) | |
| 09:17:49,261 INFO [s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.IllegalArgumentException: Null manifest | |
| at org.jboss.osgi.spi.util.BundleInfo.getBundleManifestVersion(BundleInfo.java:216) | |
| at org.jboss.osgi.spi.util.BundleInfo.validateBundleManifest(BundleInfo.java:185) | |
| at org.jboss.arquillian.container.osgi.AbstractOSGiApplicationArchiveProcessor.assertValidBundleArchive(AbstractOSGiApplicationArchiveProcessor.java:167) | |
| at org.jboss.arquillian.container.osgi.AbstractOSGiApplicationArchiveProcessor.process(AbstractOSGiApplicationArchiveProcessor.java:60) | |
| at org.jboss.as.arquillian.container.DelegatingApplicationArchiveProcessor.process(DelegatingApplicationArchiveProcessor.java:55) | |
| at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.applyApplicationProcessors(DeploymentGenerator.java:208) | |
| at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.buildTestableDeployments(DeploymentGenerator.java:161) | |
| at org.jboss.arquillian.container.test.impl.client.deployment.DeploymentGenerator.createTestableDeployme |