[teiid-designer-dev] Build failed in Jenkins: jbosstools-teiid-komodo #930 ()

ci-builds at redhat.com ci-builds at redhat.com
Thu Jun 4 15:39:13 EDT 2015


See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/930/changes>

Changes:

[phantomjinx] Adds new vdb tests to import unit testing

[phantomjinx] Support for materialized ddl options in sequencer

[dflorian] I made the following changes to the shell:

[dflorian] Fixes a merge conflict I thought I had corrected. Also adds back in the index stuff to the repository config. I am still removing that so I can test locally.

------------------------------------------
[...truncated 6993 lines...]
	at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: org.teiid.net.ConnectionException: org.teiid.client.security.LogonException: Remote org.teiid.client.security.LogonException: TEIID40046 VDB "bqt" version "latest" does not exist.
	at org.teiid.net.socket.SocketServerConnection.selectServerInstance(SocketServerConnection.java:143)
	at org.teiid.net.socket.SocketServerConnection.<init>(SocketServerConnection.java:96)
	at org.teiid.net.socket.SocketServerConnectionFactory.getConnection(SocketServerConnectionFactory.java:318)
	at org.teiid.jdbc.SocketProfile.connect(SocketProfile.java:47)
	... 129 more
Caused by: org.teiid.client.security.LogonException: Remote org.teiid.client.security.LogonException: TEIID40046 VDB "bqt" version "latest" does not exist.
	at org.teiid.services.SessionServiceImpl.getAuthenticationType(SessionServiceImpl.java:482)
	at org.teiid.transport.LogonImpl.logon(LogonImpl.java:75)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.teiid.transport.ServerWorkItem.run(ServerWorkItem.java:87)
	at org.teiid.dqp.internal.process.DQPWorkContext.runInContext(DQPWorkContext.java:274)
	at org.teiid.transport.SocketClientInstance.processMessagePacket(SocketClientInstance.java:207)
	at org.teiid.transport.SocketClientInstance.receivedMessage(SocketClientInstance.java:193)
	at org.teiid.transport.SSLAwareChannelHandler.messageReceived(SSLAwareChannelHandler.java:211)
	at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:88)
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:787)
	at org.jboss.netty.handler.stream.ChunkedWriteHandler.handleUpstream(ChunkedWriteHandler.java:142)
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
	at org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:787)
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296)
	at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:462)
	at org.jboss.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:443)
	at org.jboss.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)
	at org.jboss.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70)
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)
	at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:555)
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268)
	at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255)
	at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88)
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:107)
	at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:312)
	at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:88)
	at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178)
	at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
	at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: Remote org.teiid.dqp.service.SessionServiceException: TEIID40046 VDB "bqt" version "latest" does not exist.
	at org.teiid.services.SessionServiceImpl.getActiveVDB(SessionServiceImpl.java:272)
	at org.teiid.services.SessionServiceImpl.getAuthenticationType(SessionServiceImpl.java:480)
	... 35 more

15:39:04,209 INFO  [org.jboss.as.repository] (management-handler-thread - 2)  JBAS014900: Content added at location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/23/b76498bfed0fdfe68b6165d0275850e8d64ae0/content>
15:39:04,210 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5)  JBAS015876: Starting deployment of "bqt2.vdb" (runtime-name: "bqt2.vdb")
15:39:04,243 WARN  [org.teiid.RUNTIME] (MSC service thread 1-7)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator oracle.
15:39:04,244 INFO  [org.teiid.RUNTIME] (MSC service thread 1-7)  TEIID50029 VDB bqt.2 model "Source" metadata is currently being loaded. Start Time: 6/4/15 3:39 PM
15:39:04,249 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 2)  TEIID50030 VDB bqt.2 model "Source" metadata loaded. End Time: 6/4/15 3:39 PM
15:39:04,263 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 2)  TEIID40003 VDB bqt.2 is set to ACTIVE
15:39:04,300 INFO  [org.jboss.as.server] (management-handler-thread - 2)  JBAS018559: Deployed "bqt2.vdb" (runtime-name : "bqt2.vdb")
15:39:04,320 WARN  [org.teiid.RUNTIME] (management-handler-thread - 2)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator h2.
15:39:04,407 INFO  [org.teiid.RUNTIME] (MSC service thread 1-9)  TEIID50026 VDB "bqt.1[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
15:39:04,412 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2)  JBAS015877: Stopped deployment bqt.vdb (runtime-name: bqt.vdb) in 6ms
15:39:04,462 INFO  [org.jboss.as.repository] (management-handler-thread - 4)  JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/be/77fce341c6b026e88039b019759eccfbba4103/content>
15:39:04,462 INFO  [org.jboss.as.server] (management-handler-thread - 4)  JBAS018558: Undeployed "bqt.vdb" (runtime-name: "bqt.vdb")
15:39:04,471 INFO  [org.teiid.RUNTIME] (MSC service thread 1-16)  TEIID50026 VDB "bqt.2[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
15:39:04,475 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3)  JBAS015877: Stopped deployment bqt2.vdb (runtime-name: bqt2.vdb) in 5ms
15:39:04,529 INFO  [org.jboss.as.repository] (management-handler-thread - 3)  JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/23/b76498bfed0fdfe68b6165d0275850e8d64ae0/content>
15:39:04,529 INFO  [org.jboss.as.server] (management-handler-thread - 3)  JBAS018558: Undeployed "bqt2.vdb" (runtime-name: "bqt2.vdb")
Jun 04, 2015 3:39:04 PM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
Jun 04, 2015 3:39:04 PM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
15:39:04,655 INFO  [org.jboss.as.repository] (management-handler-thread - 3)  JBAS014900: Content added at location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/be/77fce341c6b026e88039b019759eccfbba4103/content>
15:39:04,656 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-12)  JBAS015876: Starting deployment of "bqt.vdb" (runtime-name: "bqt.vdb")
15:39:04,686 WARN  [org.teiid.RUNTIME] (MSC service thread 1-9)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator oracle.
15:39:04,687 INFO  [org.teiid.RUNTIME] (MSC service thread 1-9)  TEIID50029 VDB bqt.1 model "Source" metadata is currently being loaded. Start Time: 6/4/15 3:39 PM
15:39:04,693 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 3)  TEIID50030 VDB bqt.1 model "Source" metadata loaded. End Time: 6/4/15 3:39 PM
15:39:04,714 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 3)  TEIID40003 VDB bqt.1 is set to ACTIVE
15:39:04,734 INFO  [org.jboss.as.server] (management-handler-thread - 3)  JBAS018559: Deployed "bqt.vdb" (runtime-name : "bqt.vdb")
15:39:04,746 WARN  [org.teiid.RUNTIME] (management-handler-thread - 3)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator h2.
15:39:04,786 INFO  [org.teiid.RUNTIME] (MSC service thread 1-16)  TEIID50026 VDB "bqt.1[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
15:39:04,790 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-16)  JBAS015877: Stopped deployment bqt.vdb (runtime-name: bqt.vdb) in 4ms
15:39:04,836 INFO  [org.jboss.as.repository] (management-handler-thread - 3)  JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/be/77fce341c6b026e88039b019759eccfbba4103/content>
15:39:04,837 INFO  [org.jboss.as.server] (management-handler-thread - 3)  JBAS018558: Undeployed "bqt.vdb" (runtime-name: "bqt.vdb")
Jun 04, 2015 3:39:04 PM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
15:39:04,909 INFO  [org.jboss.as.repository] (management-handler-thread - 3)  JBAS014900: Content added at location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/23/b76498bfed0fdfe68b6165d0275850e8d64ae0/content>
15:39:04,910 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-11)  JBAS015876: Starting deployment of "bqt2.vdb" (runtime-name: "bqt2.vdb")
15:39:04,938 WARN  [org.teiid.RUNTIME] (MSC service thread 1-14)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator oracle.
15:39:04,940 INFO  [org.teiid.RUNTIME] (MSC service thread 1-14)  TEIID50029 VDB bqt.2 model "Source" metadata is currently being loaded. Start Time: 6/4/15 3:39 PM
15:39:04,951 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 4)  TEIID50030 VDB bqt.2 model "Source" metadata loaded. End Time: 6/4/15 3:39 PM
15:39:04,961 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 4)  TEIID40003 VDB bqt.2 is set to ACTIVE
15:39:04,993 INFO  [org.jboss.as.server] (management-handler-thread - 3)  JBAS018559: Deployed "bqt2.vdb" (runtime-name : "bqt2.vdb")
15:39:05,010 WARN  [org.teiid.RUNTIME] (management-handler-thread - 3)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator h2.
15:39:05,050 INFO  [org.teiid.RUNTIME] (MSC service thread 1-15)  TEIID50026 VDB "bqt.2[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
15:39:05,053 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8)  JBAS015877: Stopped deployment bqt2.vdb (runtime-name: bqt2.vdb) in 4ms
15:39:05,096 INFO  [org.jboss.as.repository] (management-handler-thread - 2)  JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/23/b76498bfed0fdfe68b6165d0275850e8d64ae0/content>
15:39:05,097 INFO  [org.jboss.as.server] (management-handler-thread - 2)  JBAS018558: Undeployed "bqt2.vdb" (runtime-name: "bqt2.vdb")
Jun 04, 2015 3:39:05 PM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
15:39:05,169 INFO  [org.jboss.as.repository] (management-handler-thread - 2)  JBAS014900: Content added at location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/be/77fce341c6b026e88039b019759eccfbba4103/content>
15:39:05,170 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2)  JBAS015876: Starting deployment of "bqt.vdb" (runtime-name: "bqt.vdb")
15:39:05,204 WARN  [org.teiid.RUNTIME] (MSC service thread 1-13)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator oracle.
15:39:05,206 INFO  [org.teiid.RUNTIME] (MSC service thread 1-13)  TEIID50029 VDB bqt.1 model "Source" metadata is currently being loaded. Start Time: 6/4/15 3:39 PM
15:39:05,213 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 1)  TEIID50030 VDB bqt.1 model "Source" metadata loaded. End Time: 6/4/15 3:39 PM
15:39:05,224 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 1)  TEIID40003 VDB bqt.1 is set to ACTIVE
15:39:05,259 INFO  [org.jboss.as.server] (management-handler-thread - 2)  JBAS018559: Deployed "bqt.vdb" (runtime-name : "bqt.vdb")
15:39:05,273 WARN  [org.teiid.RUNTIME] (management-handler-thread - 2)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator h2.
15:39:05,378 INFO  [org.teiid.RUNTIME] (MSC service thread 1-5)  TEIID50026 VDB "bqt.1[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
15:39:05,380 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-16)  JBAS015877: Stopped deployment bqt.vdb (runtime-name: bqt.vdb) in 3ms
15:39:05,422 INFO  [org.jboss.as.repository] (management-handler-thread - 1)  JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/be/77fce341c6b026e88039b019759eccfbba4103/content>
15:39:05,422 INFO  [org.jboss.as.server] (management-handler-thread - 1)  JBAS018558: Undeployed "bqt.vdb" (runtime-name: "bqt.vdb")
Jun 04, 2015 3:39:05 PM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
15:39:05,542 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-3)  IJ020001: Required license terms for <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/./>
15:39:05,691 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-13)  IJ020001: Required license terms for <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/./>
15:39:05,695 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-13)  JBAS010406: Registered connection factory java:/wsOne
15:39:05,699 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-13)  IJ020002: Deployed: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/./>
15:39:05,699 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-16)  JBAS010401: Bound JCA ConnectionFactory [java:/wsOne]
15:39:05,867 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-15)  JBAS010410: Unbound JCA ConnectionFactory [java:/wsOne]
15:39:06,014 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-14)  IJ020001: Required license terms for <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/./>
15:39:06,184 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-5)  IJ020001: Required license terms for <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/./>
15:39:06,185 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-5)  JBAS010406: Registered connection factory java:/wsOne
15:39:06,186 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-5)  IJ020002: Deployed: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/modules/system/layers/base/org/jboss/teiid/resource-adapter/webservice/main/./>
15:39:06,187 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4)  JBAS010401: Bound JCA ConnectionFactory [java:/wsOne]
15:39:06,361 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-16)  JBAS010410: Unbound JCA ConnectionFactory [java:/wsOne]
Jun 04, 2015 3:39:06 PM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
15:39:06,507 INFO  [org.jboss.as.repository] (management-handler-thread - 2)  JBAS014900: Content added at location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/be/77fce341c6b026e88039b019759eccfbba4103/content>
15:39:06,508 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2)  JBAS015876: Starting deployment of "bqt.vdb" (runtime-name: "bqt.vdb")
15:39:06,533 WARN  [org.teiid.RUNTIME] (MSC service thread 1-6)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator oracle.
15:39:06,535 INFO  [org.teiid.RUNTIME] (MSC service thread 1-6)  TEIID50029 VDB bqt.1 model "Source" metadata is currently being loaded. Start Time: 6/4/15 3:39 PM
15:39:06,539 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 2)  TEIID50030 VDB bqt.1 model "Source" metadata loaded. End Time: 6/4/15 3:39 PM
15:39:06,548 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 2)  TEIID40003 VDB bqt.1 is set to ACTIVE
15:39:06,580 INFO  [org.jboss.as.server] (management-handler-thread - 2)  JBAS018559: Deployed "bqt.vdb" (runtime-name : "bqt.vdb")
15:39:06,597 WARN  [org.teiid.RUNTIME] (management-handler-thread - 2)  TEIID40001 The provided translator property values [AutoCreateUniqueConstraints, ImportApproximateIndexes, ImportForeignKeys, ImportIndexes, ImportKeys, ImportProcedures, ImportStatistics, QuoteNameInSource, UseAnyIndexCardinality, UseCatalogName, UseFullSchemaName, UseProcedureSpecificName, UseQualifiedName, WidenUnsingedTypes] were not used.  Please check the properties that are expected by translator h2.
15:39:06,622 INFO  [org.teiid.SECURITY] (management-handler-thread - 2)  TEIID40009 Admin [null] is terminating this session: fmm9r4S0qEz8.  
15:39:06,622 INFO  [org.teiid.SECURITY] (management-handler-thread - 2)  TEIID40009 Admin [null] is terminating this session: fmm9r4S0qEz8.  
15:39:06,622 INFO  [org.teiid.SECURITY] (management-handler-thread - 2)  TEIID40009 Admin [null] is terminating this session: fmm9r4S0qEz8.  
15:39:06,623 INFO  [org.teiid.SECURITY] (management-handler-thread - 2)  TEIID40009 Admin [null] is terminating this session: fmm9r4S0qEz8.  
15:39:06,626 WARN  [org.teiid.SECURITY] (New I/O worker #3) fmm9r4S0qEz8 TEIID40011 Processing exception 'TEIID40042 Invalid Session fmm9r4S0qEz8. Session may have already been terminated.' for session fmm9r4S0qEz8.  Exception type org.teiid.client.security.InvalidSessionException thrown from org.teiid.services.SessionServiceImpl.getSessionInfo(SessionServiceImpl.java:368). Enable more detailed logging to see the entire stacktrace.
15:39:06,642 INFO  [org.teiid.RUNTIME] (MSC service thread 1-13)  TEIID50026 VDB "bqt.1[Source{Source=Source, h2, java:jboss/datasources/ExampleDS}]" undeployed.
15:39:06,645 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-10)  JBAS015877: Stopped deployment bqt.vdb (runtime-name: bqt.vdb) in 3ms
15:39:06,689 INFO  [org.jboss.as.repository] (management-handler-thread - 3)  JBAS014901: Content removed from location <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/lib/jbossas/jboss-eap-6.1/standalone/data/content/be/77fce341c6b026e88039b019759eccfbba4103/content>
15:39:06,689 INFO  [org.jboss.as.server] (management-handler-thread - 3)  JBAS018558: Undeployed "bqt.vdb" (runtime-name: "bqt.vdb")
Jun 04, 2015 3:39:06 PM org.teiid.runtime.client.admin.v8.Admin8Factory createAdmin
INFO: Connected to standalone controller at localhost:9999
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.594 sec

Results :

Tests run: 13, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.komodo.eclipse.teiid-8.7.client.test ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/target/org.komodo.eclipse.teiid-8.7.client.test-0.0.1-SNAPSHOT.jar> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/.repository/org/jboss/tools/komodo/tests/org.komodo.eclipse.teiid-8.7.client.test/0.0.1-SNAPSHOT/org.komodo.eclipse.teiid-8.7.client.test-0.0.1-SNAPSHOT.jar>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/pom.xml> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/.repository/org/jboss/tools/komodo/tests/org.komodo.eclipse.teiid-8.7.client.test/0.0.1-SNAPSHOT/org.komodo.eclipse.teiid-8.7.client.test-0.0.1-SNAPSHOT.pom>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/target/org.komodo.eclipse.teiid-8.7.client.test-0.0.1-SNAPSHOT-sources.jar> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/.repository/org/jboss/tools/komodo/tests/org.komodo.eclipse.teiid-8.7.client.test/0.0.1-SNAPSHOT/org.komodo.eclipse.teiid-8.7.client.test-0.0.1-SNAPSHOT-sources.jar>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/target/p2content.xml> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/.repository/org/jboss/tools/komodo/tests/org.komodo.eclipse.teiid-8.7.client.test/0.0.1-SNAPSHOT/org.komodo.eclipse.teiid-8.7.client.test-0.0.1-SNAPSHOT-p2metadata.xml>
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/integration-tests/org.komodo.eclipse.teiid-8.7.client.test/target/p2artifacts.xml> to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/.repository/org/jboss/tools/komodo/tests/org.komodo.eclipse.teiid-8.7.client.test/0.0.1-SNAPSHOT/org.komodo.eclipse.teiid-8.7.client.test-0.0.1-SNAPSHOT-p2artifacts.xml>
[INFO] 
[INFO] --- tycho-p2-plugin:0.21.0:update-local-index (default-update-local-index) @ org.komodo.eclipse.teiid-8.7.client.test ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping Teiid Komodo
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Skipping VDB Builder Build
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] komodo ............................................ SUCCESS [1:52.871s]
[INFO] Komodo Target Platform ............................ SUCCESS [0.440s]
[INFO] plugins ........................................... SUCCESS [0.086s]
[INFO] org.komodo.spi .................................... SUCCESS [23.656s]
[INFO] org.komodo.utils .................................. SUCCESS [0.568s]
[INFO] libs .............................................. SUCCESS [0.065s]
[INFO] org.komodo.modeshape.lib .......................... FAILURE [57.012s]
[INFO] Komodo Teiid Client ............................... SUCCESS [52.190s]
[INFO] org.komodo.modeshape.teiid.sql.sequencer .......... SKIPPED
[INFO] org.komodo.core ................................... SKIPPED
[INFO] org.komodo.modeshape.vdb .......................... SKIPPED
[INFO] org.komodo.relational ............................. SKIPPED
[INFO] org.komodo.importer ............................... SKIPPED
[INFO] org.komodo.utils.logger.modeshape ................. SKIPPED
[INFO] features .......................................... SUCCESS [0.076s]
[INFO] org.komodo.engine.feature ......................... SKIPPED
[INFO] org.komodo.shell-api .............................. SKIPPED
[INFO] org.komodo.shell.lib .............................. SUCCESS [1.798s]
[INFO] org.komodo.shell .................................. SKIPPED
[INFO] org.komodo.eclipse.shell .......................... SKIPPED
[INFO] org.komodo.eclipse.spi ............................ SUCCESS [0.210s]
[INFO] org.komodo.eclipse.sql.ui ......................... SKIPPED
[INFO] org.komodo.eclipse.teiid.client ................... SUCCESS [5.670s]
[INFO] org.komodo.ui.feature ............................. SKIPPED
[INFO] tests ............................................. SUCCESS [0.036s]
[INFO] org.komodo.test.utils ............................. SKIPPED
[INFO] org.komodo.core.test .............................. SKIPPED
[INFO] org.komodo.eclipse.test.utils ..................... SUCCESS [0.167s]
[INFO] org.komodo.teiid.client.test ...................... SUCCESS [3:28.285s]
[INFO] org.komodo.utils.test ............................. SUCCESS [6.030s]
[INFO] org.komodo.relational.test ........................ SKIPPED
[INFO] org.komodo.importer.test .......................... SKIPPED
[INFO] org.komodo.shell.test ............................. SKIPPED
[INFO] org.komodo.modeshape.teiid.sql.sequencer.test ..... SKIPPED
[INFO] org.komodo.modeshape.vdb.test ..................... SKIPPED
[INFO] integration-tests ................................. SUCCESS [0.034s]
[INFO] org.komodo.eclipse.teiid-8.4.client.test .......... SUCCESS [4:17.714s]
[INFO] org.komodo.eclipse.teiid-8.7.client.test .......... SUCCESS [47.767s]
[INFO] Teiid Komodo ...................................... SKIPPED
[INFO] VDB Builder Build ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:50.625s
[INFO] Finished at: Thu Jun 04 15:39:09 EDT 2015
[INFO] Final Memory: 113M/549M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.21.0:package-plugin (default-package-plugin) on project org.komodo.modeshape.lib: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-teiid-komodo/ws/sources/plugins/libs/org.komodo.modeshape.lib/build.properties>: bin.includes value(s) [lib/jboss-marshalling-river.jar, lib/jboss-marshalling.jar] do not match any files. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.komodo.modeshape.lib
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :60
Killing Xvnc process ID 4824
Archiving artifacts
Recording test results


More information about the teiid-designer-dev mailing list