<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><tt>Here's a more detailed exception
stacktrace from TeamCity:</tt><tt><br>
</tt><tt><br>
</tt><tt>15:55:08,575 INFO [org.jboss.as.arquillian] (MSC service
thread 1-2) Arquillian deployment detected:
ArquillianConfig[service=jboss.arquillian.config."jpa_cfgfile.jar",unit=jpa_cfgfile.jar,tests=[org.jboss.as.test.integration.jpa.cfgfile.CfgFileTestCase]]</tt><tt><br>
</tt><tt>15:55:08,575 INFO [org.jboss.as.jpa] (ServerService
Thread Pool -- 67) JBAS011402: Starting Persistence Unit Service
'jpa_cfgfile.jar#mypc'</tt><tt><br>
</tt><tt>15:55:08,576 INFO
[org.hibernate.jpa.internal.util.LogHelper] (ServerService
Thread Pool -- 67) HHH000204: Processing PersistenceUnitInfo [</tt><tt><br>
</tt><tt> name: mypc</tt><tt><br>
</tt><tt> ...]</tt><tt><br>
</tt><tt>15:55:08,985 ERROR [org.jboss.msc.service.fail]
(ServerService Thread Pool -- 67) MSC000001: Failed to start
service jboss.persistenceunit."jpa_cfgfile.jar#mypc":
org.jboss.msc.service.StartException in service
jboss.persistenceunit."jpa_cfgfile.jar#mypc":
org.hibernate.metamodel.source.MappingException: Error accessing
stax stream</tt><tt><br>
</tt><tt> at
org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:112)</tt><tt><br>
</tt><tt> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
[rt.jar:1.7.0_13]</tt><tt><br>
</tt><tt> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[rt.jar:1.7.0_13]</tt><tt><br>
</tt><tt> at java.lang.Thread.run(Thread.java:722)
[rt.jar:1.7.0_13]</tt><tt><br>
</tt><tt> at
org.jboss.threads.JBossThread.run(JBossThread.java:122)</tt><tt><br>
</tt><tt>Caused by:
org.hibernate.metamodel.source.MappingException: Error accessing
stax stream</tt><tt><br>
</tt><tt> at
org.hibernate.service.internal.JaxbProcessor.unmarshal(JaxbProcessor.java:121)</tt><tt><br>
</tt><tt> at
org.hibernate.service.internal.JaxbProcessor.unmarshal(JaxbProcessor.java:80)</tt><tt><br>
</tt><tt> at
org.hibernate.service.ConfigLoader.loadConfigXmlResource(ConfigLoader.java:69)</tt><tt><br>
</tt><tt> at
org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.mergePropertySources(EntityManagerFactoryBuilderImpl.java:548)</tt><tt><br>
</tt><tt> at
org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:212)</tt><tt><br>
</tt><tt> at
org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:186)</tt><tt><br>
</tt><tt> at
org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:43)</tt><tt><br>
</tt><tt> at
org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:55)</tt><tt><br>
</tt><tt> at
org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:142)</tt><tt><br>
</tt><tt> at
org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:214)</tt><tt><br>
</tt><tt> at
org.jboss.as.jpa.service.PersistenceUnitServiceImpl.access$800(PersistenceUnitServiceImpl.java:59)</tt><tt><br>
</tt><tt> at
org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:108)</tt><tt><br>
</tt><tt> ... 4 more</tt><tt><br>
</tt><tt>Caused by: com.ctc.wstx.exc.WstxIOException: Server
returned HTTP response code: 503 for URL:
<a class="moz-txt-link-freetext" href="http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd</a></tt><tt><br>
</tt><tt> at
com.ctc.wstx.sr.StreamScanner.throwFromIOE(StreamScanner.java:699)</tt><tt><br>
</tt><tt> at
com.ctc.wstx.sr.ValidatingStreamReader.findDtdExtSubset(ValidatingStreamReader.java:480)</tt><tt><br>
</tt><tt> at
com.ctc.wstx.sr.ValidatingStreamReader.finishDTD(ValidatingStreamReader.java:341)</tt><tt><br>
</tt><tt> at
com.ctc.wstx.sr.BasicStreamReader.finishToken(BasicStreamReader.java:3755)</tt><tt><br>
</tt><tt> at
com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2087)</tt><tt><br>
</tt><tt> at
com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1134)</tt><tt><br>
</tt><tt> at
org.codehaus.stax2.ri.Stax2EventReaderImpl.peek(Stax2EventReaderImpl.java:367)</tt><tt><br>
</tt><tt> at
org.hibernate.service.internal.JaxbProcessor.unmarshal(JaxbProcessor.java:117)</tt><tt><br>
</tt><tt> ... 15 more</tt><tt><br>
</tt><tt>Caused by: java.io.IOException: Server returned HTTP
response code: 503 for URL:
<a class="moz-txt-link-freetext" href="http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd</a></tt><tt><br>
</tt><tt> at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1625)
[rt.jar:1.7.0_13]</tt><tt><br>
</tt><tt> at java.net.URL.openStream(URL.java:1037)
[rt.jar:1.7.0_13]</tt><tt><br>
</tt><tt> at
com.ctc.wstx.util.URLUtil.inputStreamFromURL(URLUtil.java:160)</tt><tt><br>
</tt><tt> at
com.ctc.wstx.io.DefaultInputResolver.sourceFromURL(DefaultInputResolver.java:254)</tt><tt><br>
</tt><tt> at
com.ctc.wstx.io.DefaultInputResolver.resolveEntity(DefaultInputResolver.java:92)</tt><tt><br>
</tt><tt> at
com.ctc.wstx.sr.ValidatingStreamReader.findDtdExtSubset(ValidatingStreamReader.java:471)</tt><tt><br>
</tt><tt> ... 21 more</tt><tt><br>
</tt><tt><br>
</tt><tt><br>
</tt><tt>-Jaikiran</tt><tt><br>
</tt><tt>On Saturday 15 June 2013 07:33 PM, Jaikiran Pai wrote:</tt><tt><br>
</tt></div>
<blockquote cite="mid:51BC7421.9060609@redhat.com" type="cite">
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<div class="moz-cite-prefix"><tt>The failure looks like because
the jboss.org has been down for maintenance and it looks like
the parsing of a hibernate-cfg.xml in a deployment leads to
failures like:</tt><tt><br>
</tt> <tt><br>
</tt>
<pre>Caused by: java.lang.Exception: {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jpa_cfgfile.jar#mypc\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jpa_cfgfile.jar#mypc\": org.hibernate.metamodel.source.MappingException: Error accessing stax stream
Caused by: org.hibernate.metamodel.source.MappingException: Error accessing stax stream
Caused by: com.ctc.wstx.exc.WstxIOException: Server returned HTTP response code: 503 for URL: <a moz-do-not-send="true" href="http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd</a>
Caused by: java.io.IOException: Server returned HTTP response code: 503 for URL: <a moz-do-not-send="true" href="http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd" }}"="">http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd"}}</a>
Looks like we aren't resolving the dtd within the hibernate jars.
-Jaikiran
</pre>
<tt><br>
</tt> <tt>On Saturday 15 June 2013 03:19 PM, </tt><tt><a
moz-do-not-send="true" class="moz-txt-link-abbreviated"
href="mailto:ci-builds@redhat.com">ci-builds@redhat.com</a></tt><tt>
wrote:</tt><tt><br>
</tt> </div>
<blockquote
cite="mid:2131912446.51.1371289765692.JavaMail.jenkins@jenkins-master"
type="cite">
<pre wrap="">wildfly-master-testsuite-ip6 - Build # 7354 - Failure:
Check console output at to view the results.
Public: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://hudson.jboss.org/hudson/job/wildfly-master-testsuite-ip6/7354">http://hudson.jboss.org/hudson/job/wildfly-master-testsuite-ip6/7354</a>
Internal: <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/wildfly-master-testsuite-ip6/7354/">http://lightning.mw.lab.eng.bos.redhat.com/jenkins/job/wildfly-master-testsuite-ip6/7354/</a>
Test summary:
1 tests failed.
FAILED: org.jboss.as.test.integration.jpa.cfgfile.CfgFileTestCase.org.jboss.as.test.integration.jpa.cfgfile.CfgFileTestCase
Error Message:
Cannot deploy: jpa_cfgfile.jar
</pre>
<tt><br>
</tt>
<fieldset class="mimeAttachmentHeader"></fieldset>
<tt><br>
</tt>
<pre wrap="">_______________________________________________
jboss-as7-dev mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a></pre>
</blockquote>
<tt><br>
</tt> <tt><br>
</tt>
<fieldset class="mimeAttachmentHeader"></fieldset>
<tt><br>
</tt>
<pre wrap="">_______________________________________________
jboss-as7-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</a></pre>
</blockquote>
<tt><br>
</tt>
</body>
</html>