Hi Aki
On 01/12/14 11:14, Aki Yoshida wrote:
I haven't updated my ubuntu box for some time (and I still have 13.10
with JDK 1.7.0_45).
On that system, I just ran the test and am seeing the same problem
Jason is getting.
I am not seeing this problem on my OSX with JDK 1.7.0_67.
Does that mean something is incompatible with some Ubuntu or JDK version?
If Jason has a green light after rerunning with JDK 1.7.0_67 then I
guess it would be narrow it down to an earlier JDK.
Cheers, Sergey
2014-12-01 11:35 GMT+01:00 Sergey Beryozkin <sberyoz...@gmail.com>:
Hi
I've just tried, the test is OK, Ubuntu 14.04, Java 7 patch 67.
Can you please retry with the latest Java 7 patch ?
Thanks, Sergey
On 01/12/14 03:11, Jason Pell wrote:
With both Java 6 (patch 37) and Java 7 (patch 60)
On Mon, Dec 1, 2014 at 2:09 PM, Jason Pell <ja...@pellcorp.com> wrote:
I get the following exception in 3.0.x fixes when running from command
line on ubuntu 14.04. The same error does not appear when executing from
Eclipse Luna
Tests run: 203, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 3.637
sec <<< FAILURE! - in
org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest
testWebClientUnwrapBookWithXslt(org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest)
Time elapsed: 0.121 sec <<< ERROR!
javax.ws.rs.client.ResponseProcessingException: Problem with reading the
data, class org.apache.cxf.systest.jaxrs.Book, ContentType:
application/xml.
at
com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:685)
at
com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2141)
at
com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2047)
at
com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1131)
at org.apache.cxf.staxutils.StaxSource.parse(StaxSource.java:164)
at org.apache.cxf.staxutils.StaxSource.parse(StaxSource.java:268)
at
org.apache.xalan.transformer.TrAXFilter.parse(TrAXFilter.java:164)
at
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:217)
at
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:189)
at
javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:120)
at
javax.xml.bind.helpers.AbstractUnmarshallerImpl.unmarshal(AbstractUnmarshallerImpl.java:103)
at
org.apache.cxf.jaxrs.provider.XSLTJaxbProvider.unmarshalFromInputStream(XSLTJaxbProvider.java:272)
at
org.apache.cxf.jaxrs.provider.JAXBElementProvider.doUnmarshal(JAXBElementProvider.java:242)
at
org.apache.cxf.jaxrs.provider.JAXBElementProvider.readFrom(JAXBElementProvider.java:191)
at
org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBodyReader(JAXRSUtils.java:1322)
at
org.apache.cxf.jaxrs.impl.ResponseImpl.doReadEntity(ResponseImpl.java:369)
at
org.apache.cxf.jaxrs.client.AbstractClient.readBody(AbstractClient.java:499)
at
org.apache.cxf.jaxrs.client.WebClient.handleResponse(WebClient.java:1166)
at
org.apache.cxf.jaxrs.client.WebClient.doResponse(WebClient.java:1149)
at
org.apache.cxf.jaxrs.client.WebClient.doChainedInvocation(WebClient.java:1085)
at
org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:883)
at
org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:854)
at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:417)
at org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:600)
at
org.apache.cxf.systest.jaxrs.JAXRSClientServerBookTest.testWebClientUnwrapBookWithXslt(JAXRSClientServerBookTest.java:1112)
Anyone encountered this error before?