Re: [JPP-Devel] WMS: update to default services and misleading error

2020-02-10 Thread Rahkonen Jukka (MML)
Hi,

Test results:

http://deegree3-demo.deegree.org/utah-workspace/services
Online and works
http://wms.jpl.nasa.gov/wms.cgi
Does not work, not found from DNS, should be removed
http://ows.terrestris.de/osm/service
Online and works
http://maps.omniscale.net/wms/demo/default/service
Online and works (not as WMS 1.3.0)
http://www2.demis.nl/WMS/wms.ashx?wms=WorldMap
Online and works 
http://gridca.grid.unep.ch/cgi-bin/mapserv?map=/www/geodataportal/htdocs/mod_map/geo_wms.map;
Gives timeout, should be removed.

-Jukka-

-Alkuperäinen viesti-
Lähettäjä: edgar.sol...@web.de  
Lähetetty: maanantai 10. helmikuuta 2020 17.44
Vastaanottaja: jump-pilot-devel@lists.sourceforge.net
Aihe: Re: [JPP-Devel] WMS: update to default services and misleading error

On 10.02.2020 16:36, Rahkonen Jukka (MML) wrote:
> The WMS service at http://demo.opengeo.org/geoserver/wms is dead but this one 
> can  be used instead https://demo.geo-solutions.it/geoserver/wms

while we're at it, what about the other examples? are they still proper?.. ede


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] WMS: update to default services and misleading error

2020-02-10 Thread edgar . soldin
On 10.02.2020 16:36, Rahkonen Jukka (MML) wrote:
> The WMS service at http://demo.opengeo.org/geoserver/wms is dead but this one 
> can  be used instead https://demo.geo-solutions.it/geoserver/wms

while we're at it, what about the other examples? are they still proper?.. ede


___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] WMS: update to default services and misleading error

2020-02-10 Thread Rahkonen Jukka (MML)
Hi,

The WMS service at http://demo.opengeo.org/geoserver/wms is dead but this one 
can  be used instead https://demo.geo-solutions.it/geoserver/wms

I noticed that OpenJUMP can give a misleading error message in certain 
circumstances.


  1.  Locate yourself into company network that requires proxy
  2.  Start a brand new OJ or older one, but delete the workbench-state.xml 
first
  3.  Try to connect https://demo.geo-solutions.it/geoserver/wms. It will fail 
because proxy is not set, but error message claims that the problem is due to 
unknown certificate provider.

If user answers "Please go ahead and don't mind the certificates" the next 
error is
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown 
Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown 
Source)
at 
java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown 
Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.protocol.https.HttpsClient.(Unknown 
Source)
at sun.net.www.protocol.https.HttpsClient.New(Unknown 
Source)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown
 Source)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at 
sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at 
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown 
Source)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at 
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown 
Source)
at 
sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown 
Source)
at 
org.openjump.util.URLConnectionProvider.getHttpConnection(URLConnectionProvider.java:78)
at 
com.vividsolutions.wms.AbstractWMSRequest.prepareConnection(AbstractWMSRequest.java:68)
at 
com.vividsolutions.wms.AbstractWMSRequest.getConnection(AbstractWMSRequest.java:81)
at 
com.vividsolutions.wms.AbstractWMSRequest.getInputStream(AbstractWMSRequest.java:128)
at 
com.vividsolutions.wms.WMService.initialize(WMService.java:141)
at 
com.vividsolutions.jump.workbench.ui.plugin.wms.URLWizardPanel.exitingToRight(URLWizardPanel.java:172)
at 
com.vividsolutions.jump.workbench.ui.wizard.WizardDialog.next(WizardDialog.java:250)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown 
Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown 
Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.openjump.swing.util.InvokeMethodRunnable.run(InvokeMethodRunnable.java:68)
at 
org.openjump.swing.listener.InvokeMethodActionListener.actionPerformed(InvokeMethodActionListener.java:71)
at javax.swing.AbstractButton.fireActionPerformed(Unknown 
Source)
at 
javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at 
javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at 
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown