You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "David Blevins (JIRA)" <ji...@apache.org> on 2008/04/07 21:33:24 UTC

[jira] Commented: (OPENEJB-790) FAILURE upon executing org.superbiz.calculator.CalculatorTest caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog

    [ https://issues.apache.org/jira/browse/OPENEJB-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12586506#action_12586506 ] 

David Blevins commented on OPENEJB-790:
---------------------------------------

A bit ago I attempted to figure out what was wrong with that test on that machine.  Seems to randomly fail.  Sometimes I could get it to run sometimes not.  Tried running with a clean repo, fresh checkout, the test all by itself or in groups.  Couldn't figure anything out.



> FAILURE upon executing org.superbiz.calculator.CalculatorTest caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-790
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-790
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: tests
>    Affects Versions: 3.0
>            Reporter: Jacek Laskowski
>             Fix For: 3.0.1
>
>
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.superbiz.calculator.CalculatorTest
> Apache OpenEJB 3.1-SNAPSHOT    build: 20080404-05:48
> http://openejb.apache.org/
> INFO - openejb.home = /home/continuum/data/working-directory/358/examples/simple-webservice
> INFO - openejb.base = /home/continuum/data/working-directory/358/examples/simple-webservice
> INFO - Configuring Service(id=Default Security Service, type=SecurityService, provider-id=Default Security Service)
> INFO - Configuring Service(id=Default Transaction Manager, type=TransactionManager, provider-id=Default Transaction Manager)
> INFO - Configuring Service(id=Default JDK 1.3 ProxyFactory, type=ProxyFactory, provider-id=Default JDK 1.3 ProxyFactory)
> INFO - Found EjbModule in classpath: /home/continuum/data/working-directory/358/examples/simple-webservice/target/classes
> INFO - Configuring app: /home/continuum/data/working-directory/358/examples/simple-webservice/target/classes
> INFO - Configuring Service(id=Default Stateless Container, type=Container, provider-id=Default Stateless Container)
> INFO - Auto-creating a container for bean CalculatorImpl: Container(type=STATELESS, id=Default Stateless Container)
> INFO - Loaded Module: /home/continuum/data/working-directory/358/examples/simple-webservice/target/classes
> INFO - Assembling app: /home/continuum/data/working-directory/358/examples/simple-webservice/target/classes
> INFO - Created Ejb(deployment-id=CalculatorImpl, ejb-name=CalculatorImpl, container=Default Stateless Container)
> INFO - Deployed Application(path=/home/continuum/data/working-directory/358/examples/simple-webservice/target/classes)
>  ** Starting Services **
>  NAME                 IP              PORT   httpejbd             127.0.0.1       4204   ejbd                 127.0.0.1       4201  Apr 4, 2008 6:02:20 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
> INFO: Creating Service {http://superbiz.org/wsdl}CalculatorWsService from class org.superbiz.calculator.CalculatorWs
> Apr 4, 2008 6:02:20 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromClass
> INFO: {http://superbiz.org/wsdl}arg0 part element name {http://superbiz.org/wsdl}arg0 references element {http://superbiz.org/wsdl}arg0
> {http://superbiz.org/wsdl}arg1 part element name {http://superbiz.org/wsdl}arg1 references element {http://superbiz.org/wsdl}arg1
> {http://superbiz.org/wsdl}return part element name {http://superbiz.org/wsdl}return references element {http://superbiz.org/wsdl}return
> {http://superbiz.org/wsdl}arg0 part element name {http://superbiz.org/wsdl}arg0 references element {http://superbiz.org/wsdl}arg0
> {http://superbiz.org/wsdl}arg1 part element name {http://superbiz.org/wsdl}arg1 references element {http://superbiz.org/wsdl}arg1
> {http://superbiz.org/wsdl}return part element name {http://superbiz.org/wsdl}return references element {http://superbiz.org/wsdl}return
> Apr 4, 2008 6:02:20 PM org.apache.cxf.endpoint.ServerImpl initDestination
> INFO: Setting the server's publish address to be http://nopath:80
>  admin thread         127.0.0.1       4200  -------
> Ready!
> Apr 4, 2008 6:02:21 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
> INFO: Creating Service {http://superbiz.org/wsdl}CalculatorWsService from WSDL: http://localhost:4204/CalculatorImpl?wsdl
> Apr 4, 2008 6:03:22 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
> INFO: Interceptor has thrown exception, unwinding now
> org.apache.cxf.interceptor.Fault: Could not send Message.
>        at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64)
>        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:208)
>        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:276)
>        at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:222)
>        at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
>        at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:135)
>        at $Proxy17.sum(Unknown Source)
>        at org.superbiz.calculator.CalculatorTest.testCalculatorViaWsInterface(CalculatorTest.java:52)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at junit.framework.TestCase.runTest(TestCase.java:164)
>        at junit.framework.TestCase.runBare(TestCase.java:130)
>        at junit.framework.TestResult$1.protect(TestResult.java:110)
>        at junit.framework.TestResult.runProtected(TestResult.java:128)
>        at junit.framework.TestResult.run(TestResult.java:113)
>        at junit.framework.TestCase.run(TestCase.java:120)
>        at junit.framework.TestSuite.runTest(TestSuite.java:228)
>        at junit.framework.TestSuite.run(TestSuite.java:223)
>        at org.junit.internal.runners.OldTestClassRunner.run(OldTestClassRunner.java:35)
>        at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
>        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
>        at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
>        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:334)
>        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:980)
> Caused by: java.net.SocketTimeoutException: Read timed out
>        at java.net.SocketInputStream.socketRead0(Native Method)
>        at java.net.SocketInputStream.read(SocketInputStream.java:129)
>        at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
>        at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
>        at java.io.BufferedInputStream.read(BufferedInputStream.java:313)
>        at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:659)
>        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:604)
>        at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:624)
>        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:957)
>        at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367)
>        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1863)
>        at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1791)
>        at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
>        at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:575)
>        at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
>        ... 30 more
> Apr 4, 2008 6:03:22 PM org.apache.cxf.phase.PhaseInterceptorChain doIntercept
> INFO: Interceptor has thrown exception, unwinding now
> org.apache.cxf.binding.soap.SoapFault: Error reading XMLStreamReader.
>        at org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:191)
>        at org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:56)
>        at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:208)
>        at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:77)
>        at org.apache.openejb.server.cxf.HttpDestination.invoke(HttpDestination.java:111)
>        at org.apache.openejb.server.cxf.CxfWsContainer.processPOST(CxfWsContainer.java:114)
>        at org.apache.openejb.server.cxf.CxfWsContainer.onMessage(CxfWsContainer.java:85)
>        at org.apache.openejb.server.webservices.OpenEJBHttpWsRegistry$ClassLoaderHttpListener.onMessage(OpenEJBHttpWsRegistry.java:113)
>        at org.apache.openejb.server.httpd.HttpListenerRegistry.onMessage(HttpListenerRegistry.java:43)
>        at org.apache.openejb.server.httpd.OpenEJBHttpServer.process(OpenEJBHttpServer.java:176)
>        at org.apache.openejb.server.httpd.OpenEJBHttpServer.processRequest(OpenEJBHttpServer.java:132)
>        at org.apache.openejb.server.httpd.OpenEJBHttpServer.service(OpenEJBHttpServer.java:78)
>        at org.apache.openejb.server.httpd.HttpEjbServer.service(HttpEjbServer.java:61)
>        at org.apache.openejb.server.ServicePool$2.run(ServicePool.java:78)
>        at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:101)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>        at java.lang.Thread.run(Thread.java:595)
> Caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
> at [row,col {unknown-source}]: [1,0]
>        at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:661)
>        at com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2134)
>        at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2040)
>        at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
>        at com.ctc.wstx.sr.BasicStreamReader.nextTag(BasicStreamReader.java:1095)
>        at org.apache.cxf.binding.soap.interceptor.ReadHeadersInterceptor.handleMessage(ReadHeadersInterceptor.java:85)
>        ... 17 more
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 64.456 sec <<< FAILURE!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.