[kepler-dev] [Kepler - Bug #6467] data tab no longer works

noreply at nceas.ucsb.edu noreply at nceas.ucsb.edu
Mon Mar 17 11:28:20 PDT 2014


Issue #6467 has been updated by Matt Jones.


This is because we just recofigured the KNB site last week to only use https, and all http requests are redirected to the https port.  So, it seems the Kepler client does not detect and follow the redirect in its web service request.  Changing the service url to use https should fix the problem, but it would also be smart to add redirect support when a 301 or 302 HTTP code are received.

----------------------------------------
Bug #6467: data tab no longer works
https://projects.ecoinformatics.org/ecoinfo/issues/6467#change-21550

* Author: Daniel Crawl
* Status: New
* Priority: Normal
* Assignee: Jing Tao
* Category: data access
* Target version: 2.5.0
* Bugzilla-Id: 
----------------------------------------
Searching for "datos" in the data tab generates exceptions:

     [null] ERROR (org.ecoinformatics.seek.datasource.EcogridQueryDataCacheItem:doWork:110) The exception in query is 
     [null] AxisFault
     [null]  faultCode: {http://xml.apache.org/axis/}HTTP
     [null]  faultSubcode: 
     [null]  faultString: (301)Moved Permanently
     [null]  faultActor: 
     [null]  faultNode: 
     [null]  faultDetail: 
     [null] 	{}:return code:  301
     [null] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
     [null] <html><head>
     [null] <title>301 Moved Permanently</title>
     [null] </head><body>
     [null] <h1>Moved Permanently</h1>
     [null] <p>The document has moved <a href="https://knb.ecoinformatics.org/knb/services/QueryService">here</a>.</p>
     [null] <hr>
     [null] <address>Apache/2.2.14 (Ubuntu) Server at ecogrid.ecoinformatics.org Port 80</address>
     [null] </body></html>
     [null] 
     [null] 	{http://xml.apache.org/axis/}HttpErrorCode:301
     [null] 
     [null] (301)Moved Permanently
     [null] 	at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
     [null] 	at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
     [null] 	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
     [null] 	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
     [null] 	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
     [null] 	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
     [null] 	at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
     [null] 	at org.apache.axis.client.Call.invoke(Call.java:2767)
     [null] 	at org.apache.axis.client.Call.invoke(Call.java:2443)
     [null] 	at org.apache.axis.client.Call.invoke(Call.java:2366)
     [null] 	at org.apache.axis.client.Call.invoke(Call.java:1812)
     [null] 	at org.ecoinformatics.ecogrid.queryservice.stub.QueryServiceStub.query(Unknown Source)
     [null] 	at org.ecoinformatics.ecogrid.queryservice.QueryServiceClient.query(Unknown Source)
     [null] 	at org.ecoinformatics.seek.datasource.EcogridQueryDataCacheItem.doWork(EcogridQueryDataCacheItem.java:101)
     [null] 	at org.kepler.objectmanager.cache.DataCacheObject.run(DataCacheObject.java:422)
     [null] 	at java.lang.Thread.run(Thread.java:695)




-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: https://projects.ecoinformatics.org/ecoinfo/my/account

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20140317/ecdd0adb/attachment.html>


More information about the Kepler-dev mailing list