[Thread Prev][Thread Next][Index]

Re: [las_users] LAS 6.5 java errors



Todd,
was it a particular dataset that resulted in the error?  I tried the first 'item' on each 'page', and got a lovely plot returned ... 1) Precipitation -> Monthly precipitation rate GPCP
ylo must be less than yhi (from the Java error messages)
means that somehow the N latitude max value has been set to a value greater than the S lat bound.
I've done this by mistake for regional datasets, those not having global coverage.

Check the N/S bounding values in the UI Constraints page (88.75 for both is fine for all the datasets I looked at)

It would be difficult to set these so ylo > yhi  from a web client interacting with the UI constraints page, unless the ui xml config file has been set up incorrectly.

check the server/log/debug contents for the y high and low values:
ferret prop: y_lo = -88.75
...
ferret prop: y_hi = 88.75

and check whether ylo is lower (i.e. less) than yhi

or check the Constraints page source to see how they've really been set:
<input type="hidden" name="y_lo" value="-88.75" >
<input type="hidden" name="y_hi" value="88.75" >
Try putting the commands from the server/log/debug file in ferret and use the shade command to look at a variable from the dataset?  Does that work?

Good luck,
cyndy




Todd Mitchell wrote:
Greetings,			Wednesday 6 July 2005

We are running LAS 6.5 on a LINUX box (Apache 2.0.54 )
and getting java errors after you select the data set.  
http://margaret.atmos.washington.edu/las/servlets/dataset

If it makes any difference, I am sitting on a LINUX box running
Firefox 1.0.4 .

The following error occurred:

javax.servlet.ServletException: ylo must be less than yhi
	at gov.noaa.pmel.tmap.FormFilter.doFilter(FormFilter.java:103)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
	at gov.noaa.pmel.tmap.SessionFilter.doFilter(SessionFilter.java:505)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
	at gov.noaa.pmel.tmap.ExceptionFilter.doFilter(ExceptionFilter.java:24)
	at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
	at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
	at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
	at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
	at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
	at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
	at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:300)
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:374)
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
	at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
	at java.lang.Thread.run(Thread.java:595)




and much, much more.

Todd Mitchell


  


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cyndy Chandler		| voice: (508) 289-2765
MS #43, WHOI		| Office hrs: M-F ~ 9-4
Woods Hole, MA  02543	| FAX: (508) 457-2161
cchandler@whoi.edu | http://www.whoi.edu/people/cchandler
Ocean Carbon and Biogeochemistry Data Management Office
Department of Marine Chemistry and Geochemistry
Woods Hole Oceanographic Institution

[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement