HTTP request for 'maps.google.com' don't answer into GLASS

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

HTTP request for 'maps.google.com' don't answer into GLASS

dario trussardi
Hi,

        when i send a Geocoding request at : maps.google.com

        from GLASS the system erase the error:

WAErrorHandler >> remoteBreakpointMethod (envId 0)
WARemoteDebuggingWalkbackErrorHandler >> open: (envId 0)
WADebugErrorHandler >> debugAndResume: (envId 0)
WADebugErrorHandler >> handleDefault: (envId 0)
WAErrorHandler >> handleError: (envId 0)
WAErrorHandler >> handleGemStoneException: (envId 0)
WAGemStoneWalkbackErrorHandler >> handleException: (envId 0)
[] in  WAExceptionHandler >> handleExceptionsDuring: (envId 0)
ExecBlock >> on:do: (envId 0)
[] in  WAExceptionHandler >> handleExceptionsDuring: (envId 0)
[] in  ExecBlock >> on:do: (envId 0)
AbstractException >> _executeHandler: (envId 0)
AbstractException >> _signalWith: (envId 0)
AbstractException >> signal: (envId 0)
AbstractException class >> signal: (envId 0)
SpAbstractError class >> raiseSignal: (envId 0)
SpSocket >> connectTo: (envId 0)
SpSocket class >> connectToServerOnHost:port: (envId 0)
HTTPSocket class >> httpGetDocument:args:accept:request: (envId 0)
HTTPSocket class >> httpGet:args:accept:request: (envId 0)
HTTPSocket class >> httpGet:args:accept: (envId 0)
HTTPSocket class >> httpGet:accept: (envId 0)
HTTPSocket class >> httpGet: (envId 0)
GMStaticMapGeocoding >> geocoding (envId 0)
GMStaticMapGeocoding class >> getGMapGeocodingFor: (envId 0)
[] in  SUTieredListCtlSys >> gstBoxIO:message:cmpClass: (envId 0)
Object >> ifNotNilDo:ifNil: (envId 0)
SUTieredListCtlSys >> gstBoxIO:message:cmpClass: (envId 0)
[] in  SUTieredListCtlSys >> renderLnk:level:on: (envId 0)
ExecBlock >> valueWithPossibleArguments: (envId 0)
WAActionCallback >> evaluateWithArgument: (envId 0)
WACallback >> evaluateWithFieldValues: (envId 0)
[] in  WACallbackRegistry >> handle: (envId 0)
Collection >> do: (envId 0)
WACallbackRegistry >> handle: (envId 0)
[] in  WAActionPhaseContinuation >> runCallbacks (envId 0)
ExecBlock >> onException:do: (envId 0)
ExecBlock >> on:do: (envId 0)


I think the error is relative to

        (SpIPAddress hostName: 'maps.google.com' port: 80)

        because create a  IPv6 '2a00:1450:4002:802::1008'

        but the robots.txt don't accept request.

       
How i can send a request with maps.google.com based IP ?

Thank for any consideration,

        Dario




Reply | Threaded
Open this post in threaded view
|

Re: HTTP request for 'maps.google.com' don't answer into GLASS

Dale Henrichs
Dario

I'm going to have to talk to the vm guy about this one ... he's out of the office most of this week and I'm not in the office at all, so we'll have to look into this one after the new year...

Dale

----- Original Message -----
| From: "Dario Trussardi" <[hidden email]>
| To: "beta discussion Gemstone Seaside" <[hidden email]>
| Sent: Friday, December 21, 2012 4:54:16 AM
| Subject: [GS/SS Beta] HTTP request for 'maps.google.com' don't answer into GLASS
|
| Hi,
|
| when i send a Geocoding request at : maps.google.com
|
| from GLASS the system erase the error:
|
| WAErrorHandler >> remoteBreakpointMethod (envId 0)
| WARemoteDebuggingWalkbackErrorHandler >> open: (envId 0)
| WADebugErrorHandler >> debugAndResume: (envId 0)
| WADebugErrorHandler >> handleDefault: (envId 0)
| WAErrorHandler >> handleError: (envId 0)
| WAErrorHandler >> handleGemStoneException: (envId 0)
| WAGemStoneWalkbackErrorHandler >> handleException: (envId 0)
| [] in  WAExceptionHandler >> handleExceptionsDuring: (envId 0)
| ExecBlock >> on:do: (envId 0)
| [] in  WAExceptionHandler >> handleExceptionsDuring: (envId 0)
| [] in  ExecBlock >> on:do: (envId 0)
| AbstractException >> _executeHandler: (envId 0)
| AbstractException >> _signalWith: (envId 0)
| AbstractException >> signal: (envId 0)
| AbstractException class >> signal: (envId 0)
| SpAbstractError class >> raiseSignal: (envId 0)
| SpSocket >> connectTo: (envId 0)
| SpSocket class >> connectToServerOnHost:port: (envId 0)
| HTTPSocket class >> httpGetDocument:args:accept:request: (envId 0)
| HTTPSocket class >> httpGet:args:accept:request: (envId 0)
| HTTPSocket class >> httpGet:args:accept: (envId 0)
| HTTPSocket class >> httpGet:accept: (envId 0)
| HTTPSocket class >> httpGet: (envId 0)
| GMStaticMapGeocoding >> geocoding (envId 0)
| GMStaticMapGeocoding class >> getGMapGeocodingFor: (envId 0)
| [] in  SUTieredListCtlSys >> gstBoxIO:message:cmpClass: (envId 0)
| Object >> ifNotNilDo:ifNil: (envId 0)
| SUTieredListCtlSys >> gstBoxIO:message:cmpClass: (envId 0)
| [] in  SUTieredListCtlSys >> renderLnk:level:on: (envId 0)
| ExecBlock >> valueWithPossibleArguments: (envId 0)
| WAActionCallback >> evaluateWithArgument: (envId 0)
| WACallback >> evaluateWithFieldValues: (envId 0)
| [] in  WACallbackRegistry >> handle: (envId 0)
| Collection >> do: (envId 0)
| WACallbackRegistry >> handle: (envId 0)
| [] in  WAActionPhaseContinuation >> runCallbacks (envId 0)
| ExecBlock >> onException:do: (envId 0)
| ExecBlock >> on:do: (envId 0)
|
|
| I think the error is relative to
|
| (SpIPAddress hostName: 'maps.google.com' port: 80)
|
| because create a  IPv6 '2a00:1450:4002:802::1008'
|
| but the robots.txt don't accept request.
|
|
| How i can send a request with maps.google.com based IP ?
|
| Thank for any consideration,
|
| Dario
|
|
|
|
|
Reply | Threaded
Open this post in threaded view
|

Re: HTTP request for 'maps.google.com' don't answer into GLASS

dario trussardi
Ciao,

        i found the same problem when i work with the BowWave-Recaptcha  component    ( it point to: 'www.google.com' )


WAErrorHandler >> remoteBreakpointMethod (envId 0)
WAErrorHandler >> saveExceptionContinuation: (envId 0)
WAGemStoneProductionErrorHandler >> handleDefault: (envId 0)
WAErrorHandler >> handleError: (envId 0)
WAErrorHandler >> handleGemStoneException: (envId 0)
WAHtmlHaltAndErrorHandler >> handleException: (envId 0)
[] in  WAExceptionHandler >> handleExceptionsDuring: (envId 0)
ExecBlock >> on:do: (envId 0)
[] in  WAExceptionHandler >> handleExceptionsDuring: (envId 0)
[] in  ExecBlock >> on:do: (envId 0)
AbstractException >> _executeHandler: (envId 0)
AbstractException >> _signalWith: (envId 0)
AbstractException >> signal: (envId 0)
AbstractException class >> signal: (envId 0)
SpAbstractError class >> raiseSignal: (envId 0)
SpSocket >> connectTo: (envId 0)
SpSocket class >> connectToServerOnHost:port: (envId 0)
SocketStream class >> openConnectionToHostNamed:port: (envId 0)
BWRecaptchaComponent >> fetchResult (envId 0)
BWRecaptchaComponent >> verify (envId 0)

       
        Any idea about as resolving this question  ?

        Thanks,
                       
                Dario


> Dario
>
> I'm going to have to talk to the vm guy about this one ... he's out of the office most of this week and I'm not in the office at all, so we'll have to look into this one after the new year...
>
> Dale
>
> ----- Original Message -----
> | From: "Dario Trussardi" <[hidden email]>
> | To: "beta discussion Gemstone Seaside" <[hidden email]>
> | Sent: Friday, December 21, 2012 4:54:16 AM
> | Subject: [GS/SS Beta] HTTP request for 'maps.google.com' don't answer into GLASS
> |
> | Hi,
> |
> | when i send a Geocoding request at : maps.google.com
> |
> | from GLASS the system erase the error:
> |
> | WAErrorHandler >> remoteBreakpointMethod (envId 0)
> | WARemoteDebuggingWalkbackErrorHandler >> open: (envId 0)
> | WADebugErrorHandler >> debugAndResume: (envId 0)
> | WADebugErrorHandler >> handleDefault: (envId 0)
> | WAErrorHandler >> handleError: (envId 0)
> | WAErrorHandler >> handleGemStoneException: (envId 0)
> | WAGemStoneWalkbackErrorHandler >> handleException: (envId 0)
> | [] in  WAExceptionHandler >> handleExceptionsDuring: (envId 0)
> | ExecBlock >> on:do: (envId 0)
> | [] in  WAExceptionHandler >> handleExceptionsDuring: (envId 0)
> | [] in  ExecBlock >> on:do: (envId 0)
> | AbstractException >> _executeHandler: (envId 0)
> | AbstractException >> _signalWith: (envId 0)
> | AbstractException >> signal: (envId 0)
> | AbstractException class >> signal: (envId 0)
> | SpAbstractError class >> raiseSignal: (envId 0)
> | SpSocket >> connectTo: (envId 0)
> | SpSocket class >> connectToServerOnHost:port: (envId 0)
> | HTTPSocket class >> httpGetDocument:args:accept:request: (envId 0)
> | HTTPSocket class >> httpGet:args:accept:request: (envId 0)
> | HTTPSocket class >> httpGet:args:accept: (envId 0)
> | HTTPSocket class >> httpGet:accept: (envId 0)
> | HTTPSocket class >> httpGet: (envId 0)
> | GMStaticMapGeocoding >> geocoding (envId 0)
> | GMStaticMapGeocoding class >> getGMapGeocodingFor: (envId 0)
> | [] in  SUTieredListCtlSys >> gstBoxIO:message:cmpClass: (envId 0)
> | Object >> ifNotNilDo:ifNil: (envId 0)
> | SUTieredListCtlSys >> gstBoxIO:message:cmpClass: (envId 0)
> | [] in  SUTieredListCtlSys >> renderLnk:level:on: (envId 0)
> | ExecBlock >> valueWithPossibleArguments: (envId 0)
> | WAActionCallback >> evaluateWithArgument: (envId 0)
> | WACallback >> evaluateWithFieldValues: (envId 0)
> | [] in  WACallbackRegistry >> handle: (envId 0)
> | Collection >> do: (envId 0)
> | WACallbackRegistry >> handle: (envId 0)
> | [] in  WAActionPhaseContinuation >> runCallbacks (envId 0)
> | ExecBlock >> onException:do: (envId 0)
> | ExecBlock >> on:do: (envId 0)
> |
> |
> | I think the error is relative to
> |
> | (SpIPAddress hostName: 'maps.google.com' port: 80)
> |
> | because create a  IPv6 '2a00:1450:4002:802::1008'  
> |
> | but the robots.txt don't accept request.
> |
> |
> | How i can send a request with maps.google.com based IP ?
> |
> | Thank for any consideration,
> |
> | Dario
> |
> |
> |
> |
> |