You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-dev@incubator.apache.org by "Akara Sucharitakul (JIRA)" <ji...@apache.org> on 2009/11/13 01:56:39 UTC

[jira] Created: (OLIO-137) Unservicable error message with problem accessing geocoder

Unservicable error message with problem accessing geocoder
----------------------------------------------------------

                 Key: OLIO-137
                 URL: https://issues.apache.org/jira/browse/OLIO-137
             Project: Olio
          Issue Type: Bug
          Components: php-app
    Affects Versions: 0.1, 0.2
         Environment: All
            Reporter: Akara Sucharitakul
            Assignee: Akara Sucharitakul
            Priority: Trivial
             Fix For: 0.2


The exception in the PHP log shows 'Did not find xml part in: $stream' without replacing the $stream with the actual response from the geocoder. Changing the string from single to double quote in php takes care of the issue of variable substitution.

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


Re: [jira] Resolved: (OLIO-137) Unservicable error message with problem accessing geocoder

Posted by Akara Sucharitakul <Ak...@Sun.COM>.
Well, then this is the one. There is no other one.

-Akara

Shanti Subramanyam wrote:
> Akara,
> I had already filed a JIRA for this and fixed it. This is not the issue 
> I was referring to. Rather, the issue where you modified the code to 
> print out a better debug msg. If you look thru the olio archives, you 
> should find it.
> 
> Shanti
> 
> Akara Sucharitakul (JIRA) wrote:
>>      [ 
>> https://issues.apache.org/jira/browse/OLIO-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
>> ]
>>
>> Akara Sucharitakul resolved OLIO-137.
>> -------------------------------------
>>
>>     Resolution: Fixed
>>
>> Changed string quote.
>>
>>  
>>> Unservicable error message with problem accessing geocoder
>>> ----------------------------------------------------------
>>>
>>>                 Key: OLIO-137
>>>                 URL: https://issues.apache.org/jira/browse/OLIO-137
>>>             Project: Olio
>>>          Issue Type: Bug
>>>          Components: php-app
>>>    Affects Versions: 0.1, 0.2
>>>         Environment: All
>>>            Reporter: Akara Sucharitakul
>>>            Assignee: Akara Sucharitakul
>>>            Priority: Trivial
>>>             Fix For: 0.2
>>>
>>>
>>> The exception in the PHP log shows 'Did not find xml part in: 
>>> $stream' without replacing the $stream with the actual response from 
>>> the geocoder. Changing the string from single to double quote in php 
>>> takes care of the issue of variable substitution.
>>>     
>>
>>   


Re: [jira] Resolved: (OLIO-137) Unservicable error message with problem accessing geocoder

Posted by Shanti Subramanyam <Sh...@Sun.COM>.
Akara,
 I had already filed a JIRA for this and fixed it. This is not the issue 
I was referring to. Rather, the issue where you modified the code to 
print out a better debug msg. If you look thru the olio archives, you 
should find it.

Shanti

Akara Sucharitakul (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/OLIO-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Akara Sucharitakul resolved OLIO-137.
> -------------------------------------
>
>     Resolution: Fixed
>
> Changed string quote.
>
>   
>> Unservicable error message with problem accessing geocoder
>> ----------------------------------------------------------
>>
>>                 Key: OLIO-137
>>                 URL: https://issues.apache.org/jira/browse/OLIO-137
>>             Project: Olio
>>          Issue Type: Bug
>>          Components: php-app
>>    Affects Versions: 0.1, 0.2
>>         Environment: All
>>            Reporter: Akara Sucharitakul
>>            Assignee: Akara Sucharitakul
>>            Priority: Trivial
>>             Fix For: 0.2
>>
>>
>> The exception in the PHP log shows 'Did not find xml part in: $stream' without replacing the $stream with the actual response from the geocoder. Changing the string from single to double quote in php takes care of the issue of variable substitution.
>>     
>
>   

[jira] Resolved: (OLIO-137) Unservicable error message with problem accessing geocoder

Posted by "Akara Sucharitakul (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OLIO-137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akara Sucharitakul resolved OLIO-137.
-------------------------------------

    Resolution: Fixed

Changed string quote.

> Unservicable error message with problem accessing geocoder
> ----------------------------------------------------------
>
>                 Key: OLIO-137
>                 URL: https://issues.apache.org/jira/browse/OLIO-137
>             Project: Olio
>          Issue Type: Bug
>          Components: php-app
>    Affects Versions: 0.1, 0.2
>         Environment: All
>            Reporter: Akara Sucharitakul
>            Assignee: Akara Sucharitakul
>            Priority: Trivial
>             Fix For: 0.2
>
>
> The exception in the PHP log shows 'Did not find xml part in: $stream' without replacing the $stream with the actual response from the geocoder. Changing the string from single to double quote in php takes care of the issue of variable substitution.

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