Debugging "Error: Could not access..."
I am trying to use the debugger to find our why I get: "Error: Could not access http://www.squeaksource.com/Pharo" via an HTTP proxy server with authentication. I have successfully saved the network settings and from what I can tell the HTTPSocket has the correct HTTPProxyServer/Port and seems to have something in HTTPProxyCredentials so how do I find out why I get the Could not access? http://n4.nabble.com/file/n2228445/Proxy_Authentication_Settings.png http://n4.nabble.com/file/n2228445/Error_-_Could_Not_Access.png -- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2228445.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
do you have access to the repository ok loggin and password? On May 24, 2010, at 1:07 PM, Geert Claes wrote:
I am trying to use the debugger to find our why I get: "Error: Could not access http://www.squeaksource.com/Pharo" via an HTTP proxy server with authentication.
I have successfully saved the network settings and from what I can tell the HTTPSocket has the correct HTTPProxyServer/Port and seems to have something in HTTPProxyCredentials so how do I find out why I get the Could not access?
http://n4.nabble.com/file/n2228445/Proxy_Authentication_Settings.png
http://n4.nabble.com/file/n2228445/Error_-_Could_Not_Access.png
-- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2228445.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
I am not sure what you are asking? I have the same error when I try to open (to see the packages) any repositories so I assume I have a problem with the proxy server and I wanted to try to figure out why. Stéphane Ducasse wrote:
do you have access to the repository ok loggin and password?
-- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2228649.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Geert, can you please open a ticket if this is still present? I remember this problem with Alain. Cheers mariano On Mon, May 24, 2010 at 11:33 AM, Geert Claes <geert.wl.claes@gmail.com>wrote:
I am not sure what you are asking? I have the same error when I try to open (to see the packages) any repositories so I assume I have a problem with the proxy server and I wanted to try to figure out why.
Stéphane Ducasse wrote:
do you have access to the repository ok loggin and password?
-- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2228649.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Before opening a ticket I would like to check if there is actually a way to specify "automatically detect settings" and a "Use automatic configuration script" as in the windows LAN Settings at all? http://forum.world.st/file/n2237143/LAN_Settings.png ps. Getting back to my debug question, what is the best way to start debugging whatever happens when clicking the "Open" button in the Monticello browser with a Squeaksource repository selected? Where can I see whether the correct network settings are used at all? -- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2237143.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On Mon, May 31, 2010 at 11:55 AM, Geert Claes <geert.wl.claes@gmail.com> wrote:
Before opening a ticket I would like to check if there is actually a way to specify "automatically detect settings" and a "Use automatic configuration script" as in the windows LAN Settings at all?
I don't think so. those scripts are normally javascript files and would require a parser. It would be a nice feature though.
http://forum.world.st/file/n2237143/LAN_Settings.png
ps. Getting back to my debug question, what is the best way to start debugging whatever happens when clicking the "Open" button in the Monticello browser with a Squeaksource repository selected?
One way is to -bring up the morphic halo (shift-alt on mac) and click until you have the pluggable button selected. -click the debug halo (spanner) and say inspect morph. -see the actionSelector is openRepository -browse implementors, there is only one -correlate this with the model -toggle break on entry in the method view -press the button cheers Mike
Michael Roberts-2 wrote:
One way is to -bring up the morphic halo (shift-alt on mac) and click until you have the pluggable button selected. -click the debug halo (spanner) and say inspect morph. -see the actionSelector is openRepository
I managed to get to this step :) How do I set a "toggle break on entry"? Michael Roberts-2 wrote:
-browse implementors, there is only one -correlate this with the model -toggle break on entry in the method view -press the button
-- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2241313.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 3 Jun 2010, at 08:41, Geert Claes <geert.wl.claes@gmail.com> wrote:
Michael Roberts-2 wrote:
One way is to -bring up the morphic halo (shift-alt on mac) and click until you have the pluggable button selected. -click the debug halo (spanner) and say inspect morph. -see the actionSelector is openRepository
I managed to get to this step :) How do I set a "toggle break on entry"?
Michael Roberts-2 wrote:
-browse implementors, there is only one -correlate this with the model -toggle break on entry in the method view -press the button
-- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2241313.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Sorry.... The set break is on the (classic) implementors browser on the context menu of the method list Cheers Mike On 3 Jun 2010, at 08:41, Geert Claes <geert.wl.claes@gmail.com> wrote:
Michael Roberts-2 wrote:
One way is to -bring up the morphic halo (shift-alt on mac) and click until you have the pluggable button selected. -click the debug halo (spanner) and say inspect morph. -see the actionSelector is openRepository
I managed to get to this step :) How do I set a "toggle break on entry"?
Michael Roberts-2 wrote:
-browse implementors, there is only one -correlate this with the model -toggle break on entry in the method view -press the button
-- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2241313.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
_______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
Just submitted a ticket http://code.google.com/p/pharo/issues/detail?id=2494 It would be great if the network settings could be managed from the VM just like it manages the printer configuration. -- View this message in context: http://forum.world.st/Debugging-Error-Could-not-access-tp2228445p2238130.htm... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (4)
-
Geert Claes -
Mariano Martinez Peck -
Michael Roberts -
Stéphane Ducasse