You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Adam Killick (JIRA)" <ji...@apache.org> on 2008/07/04 23:01:43 UTC

[jira] Created: (AXIS2-3894) Firefox 3: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]

Firefox 3: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]
------------------------------------------------------------------------

                 Key: AXIS2-3894
                 URL: https://issues.apache.org/jira/browse/AXIS2-3894
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: transports
    Affects Versions: 1.3
         Environment: Firefox 3
            Reporter: Adam Killick


Using Axis2 V 1.3, with Apache tomcat.

When making a call to one specific web method on our web service, we often receive a response back thats contents looks like the xml below.

There seems to be no pattern to when we receive this message, some times we can get response after response that is valid, then we will get the odd response that the the error below. Some times we will only get the response below. The strange thing is that this only happens in firefox3.... IE 7, FF2, Safari, soapsonar never got the problem. I have used Wireshark and can confirm that what ever i use to send the request the request xml is identical.

We can provide sample code from our webservice.

If you would like to login and see the xml error (via firebug) and firefox 3
go to https://map.aphonetracker.com
username: test@test.test
passowrd: test123

The 4th xml reponse message will have the error in it. Addition messages will be received ever 10-11 minutes, most of which will have the erro and some will not. All of them are from the same web method


One other question i do have is regarding thread safety. Is Axis2 written 100% thread safe?


<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"

 xmlns:wsa="http://www.w3.org/2005/08/addressing"><soapenv:Header><wsa:Action>http://www.w3.org/2005

/08/addressing/soap/fault</wsa:Action></soapenv:Header><soapenv:Body><soapenv:Fault><soapenv:Code><soapenv

:Value>soapenv:Receiver</soapenv:Value></soapenv:Code><soapenv:Reason><soapenv:Text xml:lang="en-US"

>com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog

 at [row,col {unknown-source}]: [1,0]</soapenv:Text></soapenv:Reason><soapenv:Detail /></soapenv:Fault

></soapenv:Body></soapenv:Envelope>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3894) Firefox 3: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]

Posted by "Jan Tammen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636066#action_12636066 ] 

Jan Tammen commented on AXIS2-3894:
-----------------------------------

I'm experiencing the same error using an Axis2-1.4 client communicating with an Axis2-1.4 service. As reported, the problem does not seem to be reproduciable, it occurs every now and then. Any hints on how to investigate this issue further?

Maybe it is related to concurrent calls to that service?

Thanks.

> Firefox 3: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]
> ------------------------------------------------------------------------
>
>                 Key: AXIS2-3894
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3894
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.3
>         Environment: Firefox 3
>            Reporter: Adam Killick
>
> Using Axis2 V 1.3, with Apache tomcat.
> When making a call to one specific web method on our web service, we often receive a response back thats contents looks like the xml below.
> There seems to be no pattern to when we receive this message, some times we can get response after response that is valid, then we will get the odd response that the the error below. Some times we will only get the response below. The strange thing is that this only happens in firefox3.... IE 7, FF2, Safari, soapsonar never got the problem. I have used Wireshark and can confirm that what ever i use to send the request the request xml is identical.
> We can provide sample code from our webservice.
> If you would like to login and see the xml error (via firebug) and firefox 3
> go to https://map.aphonetracker.com
> username: test@test.test
> passowrd: test123
> The 4th xml reponse message will have the error in it. Addition messages will be received ever 10-11 minutes, most of which will have the erro and some will not. All of them are from the same web method
> One other question i do have is regarding thread safety. Is Axis2 written 100% thread safe?
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"
>  xmlns:wsa="http://www.w3.org/2005/08/addressing"><soapenv:Header><wsa:Action>http://www.w3.org/2005
> /08/addressing/soap/fault</wsa:Action></soapenv:Header><soapenv:Body><soapenv:Fault><soapenv:Code><soapenv
> :Value>soapenv:Receiver</soapenv:Value></soapenv:Code><soapenv:Reason><soapenv:Text xml:lang="en-US"
> >com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
>  at [row,col {unknown-source}]: [1,0]</soapenv:Text></soapenv:Reason><soapenv:Detail /></soapenv:Fault
> ></soapenv:Body></soapenv:Envelope>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3894) Firefox 3: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]

Posted by "Adam Killick (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611229#action_12611229 ] 

Adam Killick commented on AXIS2-3894:
-------------------------------------

I tested Axis2 1.4, and we still receive the error with the same webmethod and firefox 3. Other browsers continue work fine.

> Firefox 3: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]
> ------------------------------------------------------------------------
>
>                 Key: AXIS2-3894
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3894
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.3
>         Environment: Firefox 3
>            Reporter: Adam Killick
>
> Using Axis2 V 1.3, with Apache tomcat.
> When making a call to one specific web method on our web service, we often receive a response back thats contents looks like the xml below.
> There seems to be no pattern to when we receive this message, some times we can get response after response that is valid, then we will get the odd response that the the error below. Some times we will only get the response below. The strange thing is that this only happens in firefox3.... IE 7, FF2, Safari, soapsonar never got the problem. I have used Wireshark and can confirm that what ever i use to send the request the request xml is identical.
> We can provide sample code from our webservice.
> If you would like to login and see the xml error (via firebug) and firefox 3
> go to https://map.aphonetracker.com
> username: test@test.test
> passowrd: test123
> The 4th xml reponse message will have the error in it. Addition messages will be received ever 10-11 minutes, most of which will have the erro and some will not. All of them are from the same web method
> One other question i do have is regarding thread safety. Is Axis2 written 100% thread safe?
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"
>  xmlns:wsa="http://www.w3.org/2005/08/addressing"><soapenv:Header><wsa:Action>http://www.w3.org/2005
> /08/addressing/soap/fault</wsa:Action></soapenv:Header><soapenv:Body><soapenv:Fault><soapenv:Code><soapenv
> :Value>soapenv:Receiver</soapenv:Value></soapenv:Code><soapenv:Reason><soapenv:Text xml:lang="en-US"
> >com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
>  at [row,col {unknown-source}]: [1,0]</soapenv:Text></soapenv:Reason><soapenv:Detail /></soapenv:Fault
> ></soapenv:Body></soapenv:Envelope>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3894) Firefox 3: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12610948#action_12610948 ] 

Deepal Jayasinghe commented on AXIS2-3894:
------------------------------------------

Could you please test with Axis2 1.4 , if the bug is fix there , then we are fine. If not let's fix the issue.

Thank you!
Deepal

> Firefox 3: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0]
> ------------------------------------------------------------------------
>
>                 Key: AXIS2-3894
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3894
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: transports
>    Affects Versions: 1.3
>         Environment: Firefox 3
>            Reporter: Adam Killick
>
> Using Axis2 V 1.3, with Apache tomcat.
> When making a call to one specific web method on our web service, we often receive a response back thats contents looks like the xml below.
> There seems to be no pattern to when we receive this message, some times we can get response after response that is valid, then we will get the odd response that the the error below. Some times we will only get the response below. The strange thing is that this only happens in firefox3.... IE 7, FF2, Safari, soapsonar never got the problem. I have used Wireshark and can confirm that what ever i use to send the request the request xml is identical.
> We can provide sample code from our webservice.
> If you would like to login and see the xml error (via firebug) and firefox 3
> go to https://map.aphonetracker.com
> username: test@test.test
> passowrd: test123
> The 4th xml reponse message will have the error in it. Addition messages will be received ever 10-11 minutes, most of which will have the erro and some will not. All of them are from the same web method
> One other question i do have is regarding thread safety. Is Axis2 written 100% thread safe?
> <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"
>  xmlns:wsa="http://www.w3.org/2005/08/addressing"><soapenv:Header><wsa:Action>http://www.w3.org/2005
> /08/addressing/soap/fault</wsa:Action></soapenv:Header><soapenv:Body><soapenv:Fault><soapenv:Code><soapenv
> :Value>soapenv:Receiver</soapenv:Value></soapenv:Code><soapenv:Reason><soapenv:Text xml:lang="en-US"
> >com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
>  at [row,col {unknown-source}]: [1,0]</soapenv:Text></soapenv:Reason><soapenv:Detail /></soapenv:Fault
> ></soapenv:Body></soapenv:Envelope>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org