moovida / beegis

Automatically exported from code.google.com/p/beegis
0 stars 0 forks source link

set proxy exceptions create start errors #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when I try to set proxy exception from the option windows the udig_internal.ini 
file is modified like this:

-vmargs
-Xmx1024M
-Dosgi.parentClassloader=ext
-Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true
-Dhttp.proxyHost=proxy.arpa.piemonte.it
-Dhttp.proxyPort=3128
-Dhttp.nonProxyHosts="*.arpa.piemonte.it; *.regione.piemonte.it; *.csi.it"

but when I try to open udig it doesn't work (see the attached error).

I've changed the double quote in:
-Dhttp.nonProxyHosts="*.arpa.piemonte.it; *.regione.piemonte.it; *.csi.it" 
to single quote like this 
-Dhttp.nonProxyHosts='*.arpa.piemonte.it; *.regione.piemonte.it; *.csi.it'

and udig is returned to start.

Original issue reported on code.google.com by mesca...@gmail.com on 21 Mar 2011 at 12:27

Attachments:

GoogleCodeExporter commented 9 years ago
Can you please try with less memory? Does the same configuration run without 
the proxy? It should not give problems at that level.

Original comment by andrea.a...@hydrologis.com on 21 Mar 2011 at 12:44

GoogleCodeExporter commented 9 years ago

Original comment by andrea.a...@gmail.com on 21 Mar 2011 at 1:30

GoogleCodeExporter commented 9 years ago
Ok, in the first quick reading I didn't notice that you already proposed the 
solution.

Obviously I do not have the above error and am not able to reproduce it 
(grrrr). But since you identified a solution, I will substitute the quotes qith 
a single quote and attache here the udig plugin to try it. 

Original comment by andrea.a...@gmail.com on 22 Mar 2011 at 10:14

GoogleCodeExporter commented 9 years ago
Can you try out if this plugin works? It contains the single quotes change.

Original comment by andrea.a...@gmail.com on 22 Mar 2011 at 10:23

Attachments:

GoogleCodeExporter commented 9 years ago
ok, it works !

Original comment by mesca...@gmail.com on 22 Mar 2011 at 12:15

GoogleCodeExporter commented 9 years ago
Ok, thanks, then I commit this to udig and close this. 

Original comment by andrea.a...@gmail.com on 22 Mar 2011 at 12:28