This file contains 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
ahoj nazdar |
This file contains 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
asdfasdfasdfasdf |
This file contains 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
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<executions> | |
<execution> | |
<!-- this ant script runs testng natively --> | |
<id>wait-for-application</id> | |
<phase>pre-integration-test</phase> | |
<configuration> | |
<tasks> |
This file contains 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
------------------------------------------------------------------------------- | |
Test set: org.jboss.test.datagrid.configuration.CacheContainerConfigurationTest | |
------------------------------------------------------------------------------- | |
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.369 sec <<< FAILURE! | |
org.jboss.test.datagrid.configuration.CacheContainerConfigurationTest Time elapsed: 0 sec <<< ERROR! | |
java.lang.RuntimeException: Could not create a new instance of class org.jboss.arquillian.test.impl.EventTestRunnerAdaptor see cause. | |
at org.jboss.arquillian.test.spi.SecurityActions.newInstance(SecurityActions.java:170) | |
at org.jboss.arquillian.test.spi.TestRunnerAdaptorBuilder.build(TestRunnerAdaptorBuilder.java:52) | |
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:72) | |
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) |
This file contains 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
Oct 20, 2011 4:41:54 PM org.jboss.remoting3.remote.RemoteConnection handleException | |
ERROR: JBREM00200: Remote connection failed: java.io.IOException: Message data for non-existent channel | |
Oct 20, 2011 4:41:54 PM org.jboss.remoting3.remote.RemoteConnection handleException | |
ERROR: JBREM00200: Remote connection failed: java.io.IOException: Message data for non-existent channel | |
16:41:54,831 WARN [org.jboss.as.protocol] (pool-2-thread-5) Got error closing channel JBREM00206: Channel is not open | |
Oct 20, 2011 4:41:54 PM org.jboss.remoting3.remote.RemoteConnection handleException | |
ERROR: JBREM00200: Remote connection failed: java.io.IOException: Window open for non-existent channel | |
Oct 20, 2011 4:41:55 PM org.jboss.remoting3.remote.RemoteConnection handleException | |
ERROR: JBREM00200: Remote connection failed: java.io.IOException: Window open for non-existent channel | |
Oct 20, 2011 4:41:55 PM org.jboss.remoting3.remote.RemoteConnection handleException |
This file contains 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
[hudson@dev02 edg-60-build-edg-from-source]$ ll | |
total 203200 | |
drwxr-xr-x 8 hudson hudson 4096 Nov 15 03:40 edg | |
-rw-rw-r-- 1 hudson hudson 104196025 Nov 15 03:19 edg-6.0.0--ispn-5.1.0-SNAPSHOT-as-7.1.0.Alpha2-SNAPSHOT.zip | |
-rw-rw-r-- 1 hudson hudson 103441897 Nov 14 03:49 edg-6.0.0-SNAPSHOT-ispn-5.1.0-SNAPSHOT-as-7.1.0.Alpha2-SNAPSHOT.zip | |
lrwxrwxrwx 1 hudson hudson 67 Nov 14 03:52 edg-6-SNAPSHOT -> edg-6.0.0-SNAPSHOT-ispn-5.1.0-SNAPSHOT-as-7.1.0.Alpha2-SNAPSHOT.zip | |
drwxr-xr-x 23 hudson hudson 4096 Nov 15 03:39 infinispan | |
-rw-rw-r-- 1 hudson hudson 884 Nov 15 03:41 versions.txt | |
This file contains 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:36:36,462 ERROR [org.infinispan.loaders.file.FileCacheStore] (MemcachedServerWorker-1-1) ISPN000062: Error while reading from file: /tmp/my-file-cache-store/default/1892343808: java.lang.ClassNotFoundException: org.infinispan.server.core.CacheValue from [Module "org.jboss.as.clustering.infinispan:main" from local module loader @624b035d (roots: /home/mgencur/Java/infinispan/EDG6/edg-snapshot-25-11/enterprise-datagrid-6.0.0-SNAPSHOT/modules)] | |
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) | |
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:485) | |
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:444) | |
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:421) | |
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:143) | |
at java.lang.Class.forName0(Native Method) [:1.6.0_21] | |
at java.lang.Class.forName(Class.java:247) [:1.6.0_21] | |
at or |
This file contains 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] 15:27:26,592 ERROR [org.infinispan.loaders.jdbc.TableManipulation] (MSC service thread 1-4) ISPN008011: Error while creating table; used DDL statement: 'CREATE TABLE EDG_STRING_BASED_NO_PASSIVATION_TABLE_default(id VARCHAR NOT NULL, datum BINARY, version BIGINT, PRIMARY KEY (id))': com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT NULL, datum BINARY, version BIGINT, PRIMARY KEY (id))' at line 1 | |
[java] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [:1.6.0_21] | |
[java] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) [:1.6.0_21] | |
[java] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) [:1.6.0_21] | |
[java] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) [:1.6.0_21] | |
[java] at com.mysql.jdbc. |
This file contains 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
08:42:15,032 ERROR [org.infinispan.transaction.TransactionCoordinator] (MemcachedServerWorker-1-2) ISPN000097: Error while processing 1PC PrepareCommand: org.infinispan.CacheException: org.infinispan.loaders.CacheLoaderException: This might be related to https://jira.jboss.org/browse/ISPN-604 | |
[java] at org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:326) [infinispan-core-5.1.0-SNAPSHOT.jar:] | |
[java] at org.infinispan.transaction.TransactionCoordinator.commit(TransactionCoordinator.java:129) [infinispan-core-5.1.0-SNAPSHOT.jar:] | |
[java] at org.infinispan.transaction.synchronization.SynchronizationAdapter.afterCompletion(SynchronizationAdapter.java:83) [infinispan-core-5.1.0-SNAPSHOT.jar:] | |
[java] at com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.afterCompletion(SynchronizationImple.java:117) | |
[java] at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.afterCompletion(TwoPhaseCoordinator.java:403) | |
[java] at com.arjuna.ats.arjun |
This file contains 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] 13:58:59,372 ERROR [org.infinispan.loaders.jdbc.JdbcUtil] (HotRodServerWorker-1-1) ISPN008010: *UNEXPECTED* ClassNotFoundException. This should not happen as Bucket class exists: java.lang.ClassNotFoundException: org.infinispan.server.core.CacheValue from [Module "org.jboss.as.clustering.infinispan:main" from local module loader @340d1fa5 (roots: /home/mgencur/Java/infinispan/jdbc-cache-store-tests/edghome0/modules)] | |
[java] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) | |
[java] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:485) | |
[java] at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:444) | |
[java] at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:421) | |
[java] at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:143) | |
[java] at java.lang.Class.forName0(Native Method) [:1.6.0_21] | |
[j |
OlderNewer