[awips2-users] AWIPS 18.1.1 - Windows Version Issue

Hi there,

I am having an issue with the latest release of the AWIPS CAVE client that I'm 
wondering if someone can help me with.

It appears that I cannot get any of the derived parameters (wind, thickness, 
ect....) to plot.  I am getting the error pasted down below when I try.

I have followed the steps to install the CAVE client including downloading 
Miniconda and installing numpy and jep.  I have tried just about everything I 
can think of to get this working.

Any help you guys can offer would be greatly appreciated.

Regards,
Brian

com.raytheon.uf.viz.core.exception.VizException: 
com.raytheon.uf.common.inventory.exception.DataCubeException: 
com.raytheon.uf.common.inventory.exception.DataCubeException: Error executing 
Derived Parameter.
       at 
com.raytheon.viz.grid.rsc.general.D2DGridResource.getData(D2DGridResource.java:212)
       at 
com.raytheon.viz.grid.rsc.general.GridResource.getData(GridResource.java:84)
       at 
com.raytheon.uf.viz.core.grid.rsc.data.GridDataRequestRunner.processOneRequest(GridDataRequestRunner.java:117)
       at 
com.raytheon.uf.viz.core.grid.rsc.data.GridDataRequestJobPool$GridDataRequestJob.run(GridDataRequestJobPool.java:120)
       at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: com.raytheon.uf.common.inventory.exception.DataCubeException: 
com.raytheon.uf.common.inventory.exception.DataCubeException: Error executing 
Derived Parameter.
       at 
com.raytheon.viz.grid.util.GridDataCubeAdapter.getRecordsAsMap(GridDataCubeAdapter.java:424)
       at 
com.raytheon.viz.grid.util.GridDataCubeAdapter.getRecord(GridDataCubeAdapter.java:145)
       at 
com.raytheon.uf.viz.datacube.DataCubeContainer.getDataRecord(DataCubeContainer.java:130)
       at 
com.raytheon.viz.grid.rsc.general.D2DGridResource.getData(D2DGridResource.java:203)
       ... 4 common frames omitted
Caused by: com.raytheon.uf.viz.core.exception.VizException: 
com.raytheon.uf.common.inventory.exception.DataCubeException: Error executing 
Derived Parameter.
       at 
com.raytheon.viz.grid.util.GridDataCubeAdapter.getRecord(GridDataCubeAdapter.java:201)
       at 
com.raytheon.viz.grid.util.GridDataCubeAdapter.getRecordsAsMap(GridDataCubeAdapter.java:421)
       ... 7 common frames omitted
Caused by: com.raytheon.uf.common.inventory.exception.DataCubeException: Error 
executing Derived Parameter.
       at 
com.raytheon.uf.common.derivparam.data.DerivedRequestableData.getDataValue(DerivedRequestableData.java:94)
       at 
com.raytheon.viz.grid.record.RequestableDataRecord.getDataRecord(RequestableDataRecord.java:110)
       at 
com.raytheon.viz.grid.util.GridDataCubeAdapter.getRecord(GridDataCubeAdapter.java:188)
       ... 8 common frames omitted
Caused by: java.util.concurrent.ExecutionException: 
com.raytheon.uf.common.python.concurrent.PythonJobFailedException: 
jep.Jep.init(Ljava/lang/ClassLoader;ZZ)J
       at java.util.concurrent.FutureTask.report(FutureTask.java:122)
       at java.util.concurrent.FutureTask.get(FutureTask.java:192)
       at 
com.raytheon.uf.common.python.concurrent.PythonInterpreterThreadPoolExecutor$PythonListenableFutureTask.get(PythonInterpreterThreadPoolExecutor.java:208)
       at 
com.raytheon.uf.common.derivparam.python.DerivParamPythonFunctionAdapter.executeFunction(DerivParamPythonFunctionAdapter.java:151)
       at 
com.raytheon.uf.common.derivparam.library.DerivedParameterGenerator.calculate(DerivedParameterGenerator.java:205)
       at 
com.raytheon.uf.common.derivparam.data.DerivedRequestableData.getDataValue(DerivedRequestableData.java:86)
       ... 10 common frames omitted
Caused by: com.raytheon.uf.common.python.concurrent.PythonJobFailedException: 
jep.Jep.init(Ljava/lang/ClassLoader;ZZ)J
       at 
com.raytheon.uf.common.python.concurrent.PythonInterpreterThreadPoolExecutor$PythonListenableFutureTask$1.call(PythonInterpreterThreadPoolExecutor.java:235)
       at java.util.concurrent.FutureTask.run(FutureTask.java:266)
       at 
com.raytheon.uf.common.python.concurrent.PythonInterpreterThreadPoolExecutor$PythonListenableFutureTask.run(PythonInterpreterThreadPoolExecutor.java:219)
       at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
       at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
       at java.lang.Thread.run(Thread.java:748)
       at 
com.raytheon.uf.common.python.concurrent.PythonThreadFactory$PythonThread.run(PythonThreadFactory.java:121)
Caused by: java.lang.UnsatisfiedLinkError: 
jep.Jep.init(Ljava/lang/ClassLoader;ZZ)J
       at jep.Jep.init(Native Method)
       at jep.Jep.<init>(Jep.java:252)
       at jep.Jep.<init>(Jep.java:228)
       at 
com.raytheon.uf.common.python.PythonInterpreter.<init>(PythonInterpreter.java:133)
       at 
com.raytheon.uf.common.python.PythonInterpreter.<init>(PythonInterpreter.java:102)
       at 
com.raytheon.uf.common.derivparam.python.MasterDerivScript.<init>(MasterDerivScript.java:98)
       at 
com.raytheon.uf.common.derivparam.python.MasterDerivScriptFactory.createPythonScript(MasterDerivScriptFactory.java:92)
       at 
com.raytheon.uf.common.derivparam.python.MasterDerivScriptFactory.createPythonScript(MasterDerivScriptFactory.java:1)
       at 
com.raytheon.uf.common.python.concurrent.PythonThreadFactory$1.initialValue(PythonThreadFactory.java:79)
       at 
com.raytheon.uf.common.python.concurrent.PythonThreadFactory$1.initialValue(PythonThreadFactory.java:1)
       at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:180)
       at java.lang.ThreadLocal.get(ThreadLocal.java:170)
       at 
com.raytheon.uf.common.python.concurrent.PythonInterpreterThreadPoolExecutor$PythonListenableFutureTask$1.call(PythonInterpreterThreadPoolExecutor.java:232)
       ... 6 common frames omitted
  • 2018 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the awips2-users archives: