GithubHelp home page GithubHelp logo

unidata / awips2-ncep Goto Github PK

View Code? Open in Web Editor NEW
3.0 13.0 6.0 107.2 MB

Java 80.17% Python 0.29% Shell 0.12% C 15.49% Fortran 2.62% Makefile 0.07% XSLT 0.58% HLSL 0.64% PLSQL 0.01%
awips ncep meteorology forecasting data-visualization gempak hdf5 postgresql python

awips2-ncep's People

Contributors

astrakovsky-noaa avatar codygarver avatar davelovely avatar jah1007 avatar ndjensen avatar pjmoyer261 avatar richardsonmatt avatar srcarter3 avatar tiffanycmeyer13 avatar ustoveray avatar wenkwock avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awips2-ncep's Issues

ERROR in GetGridInfoRequestHandler.java (at line 124): The method getFcstsec() is undefined for the type GetGridInfoRequest

on ant build.

     [java]     [javac] 1. ERROR in /machine/awips2/jenkins/buildspace/workspace/AWIPS2-UPC_build/baseline/build.edex/edex/tmp/plugins/gov.noaa.nws.ncep.edex.plugin.gempak/src/gov/noaa/nws/ncep/edex/plugin/gempak/handler/GetGridInfoRequestHandler.java (at line 124)
     [java]     [javac]         if (!request.getFcstsec().isEmpty()) {
     [java]     [javac]                      ^^^^^^^^^^
     [java]     [javac] The method getFcstsec() is undefined for the type GetGridInfoRequest
     [java]     [javac] ----------
     [java]     [javac] 2. ERROR in /machine/awips2/jenkins/buildspace/workspace/AWIPS2-UPC_build/baseline/build.edex/edex/tmp/plugins/gov.noaa.nws.ncep.edex.plugin.gempak/src/gov/noaa/nws/ncep/edex/plugin/gempak/handler/GetGridInfoRequestHandler.java (at line 125)
     [java]     [javac]         query.addQueryParam(FCST_TIME, request.getFcstsec(), EQUALS);
     [java]     [javac]                                                ^^^^^^^^^^
     [java]     [javac] The method getFcstsec() is undefined for the type GetGridInfoRequest
     [java]     [javac] ----------
     [java]     [javac] 3. ERROR in /machine/awips2/jenkins/buildspace/workspace/AWIPS2-UPC_build/baseline/build.edex/edex/tmp/plugins/gov.noaa.nws.ncep.edex.plugin.gempak/src/gov/noaa/nws/ncep/edex/plugin/gempak/handler/GetGridInfoRequestHandler.java (at line 132)
     [java]     [javac]         if (!request.getReftime().isEmpty()) {
     [java]     [javac]                      ^^^^^^^^^^
     [java]     [javac] The method getReftime() is undefined for the type GetGridInfoRequest
     [java]     [javac] ----------
     [java]     [javac] 4. ERROR in /machine/awips2/jenkins/buildspace/workspace/AWIPS2-UPC_build/baseline/build.edex/edex/tmp/plugins/gov.noaa.nws.ncep.edex.plugin.gempak/src/gov/noaa/nws/ncep/edex/plugin/gempak/handler/GetGridInfoRequestHandler.java (at line 133)
     [java]     [javac]         if (request.getReftime().length() <= 2) {
     [java]     [javac]                     ^^^^^^^^^^
     [java]     [javac] The method getReftime() is undefined for the type GetGridInfoRequest
     [java]     [javac] ----------
     [java]     [javac] 5. ERROR in /machine/awips2/jenkins/buildspace/workspace/AWIPS2-UPC_build/baseline/build.edex/edex/tmp/plugins/gov.noaa.nws.ncep.edex.plugin.gempak/src/gov/noaa/nws/ncep/edex/plugin/gempak/handler/GetGridInfoRequestHandler.java (at line 138)
     [java]     [javac]         query.addQueryParam(REF_TIME, request.getReftime(), EQUALS);
     [java]     [javac]                                               ^^^^^^^^^^
     [java]     [javac] The method getReftime() is undefined for the type GetGridInfoRequest
     [java]     [javac] ----------
     [java]     [javac] 6. ERROR in /machine/awips2/jenkins/buildspace/workspace/AWIPS2-UPC_build/baseline/build.edex/edex/tmp/plugins/gov.noaa.nws.ncep.edex.plugin.gempak/src/gov/noaa/nws/ncep/edex/plugin/gempak/handler/GetGridInfoRequestHandler.java (at line 168)
     [java]     [javac]         if (request.getReftime().length() != 2) {
     [java]     [javac]                     ^^^^^^^^^^
     [java]     [javac] The method getReftime() is undefined for the type GetGridInfoRequest
     [java]     [javac] ----------
     [java]     [javac] 7. ERROR in /machine/awips2/jenkins/buildspace/workspace/AWIPS2-UPC_build/baseline/build.edex/edex/tmp/plugins/gov.noaa.nws.ncep.edex.plugin.gempak/src/gov/noaa/nws/ncep/edex/plugin/gempak/handler/GetGridInfoRequestHandler.java (at line 175)
     [java]     [javac]         String cycle = request.getReftime();
     [java]     [javac]                                ^^^^^^^^^^
     [java]     [javac] The method getReftime() is undefined for the type GetGridInfoRequest
     [java]     [javac] ----------
     [java]     [javac] 7 problems (7 errors)
     [java]     [javac] Compilation failed. Compiler errors are available in /machine/awips2/jenkins/buildspace/workspace/AWIPS2-UPC_build/baseline/build.edex/edex/tmp/plugins/gov.noaa.nws.ncep.edex.plugin.gempak/@dot.log

[ingest.nctext-1] warning: decode(): return with size of 1

INFO  2016-07-19 15:16:13,427 [ingest.nctext-1] warning: Exchange[ExchangePattern: InOnly, BodyType: java.io.File, CaughtExceptionType: org.apache.camel.CamelExecutionException, CaughtExceptionMessage: Exception occurred during execution on the exchange: Exchange[JmsMessage[JmsMessageID: ID:fb362a66-d045-35d5-b923-de985348e67c]], StackTrace: org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[JmsMessage[JmsMessageID: ID:fb362a66-d045-35d5-b923-de985348e67c]]
    at org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1380)
    at org.apache.camel.impl.DefaultExchange.setException(DefaultExchange.java:283)
    at org.apache.camel.component.bean.MethodInfo$1.proceed(MethodInfo.java:254)
    at org.apache.camel.component.bean.BeanProcessor.process(BeanProcessor.java:167)
    at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:105)
    at org.apache.camel.component.bean.BeanProcessor.process(BeanProcessor.java:67)
    at com.raytheon.uf.edex.esb.camel.MessageProducer$2.process(MessageProducer.java:432)
    at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:91)
    at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:191)
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:118)
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:80)
    at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:105)
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:60)
    at com.raytheon.uf.edex.esb.camel.MessageProducer$2.process(MessageProducer.java:432)
    at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:91)
    at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:191)
    at org.apache.camel.processor.TryProcessor.process(TryProcessor.java:111)
    at org.apache.camel.processor.TryProcessor.process(TryProcessor.java:82)
    at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:105)
    at org.apache.camel.processor.TryProcessor.process(TryProcessor.java:66)
    at com.raytheon.uf.edex.esb.camel.MessageProducer$2.process(MessageProducer.java:432)
    at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:91)
    at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:191)
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:118)
    at org.apache.camel.processor.Pipeline.process(Pipeline.java:80)
    at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:191)
    at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:105)
    at org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:87)
    at org.apache.camel.component.jms.EndpointMessageListener.onMessage(EndpointMessageListener.java:103)
    at org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:562)
    at org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:500)
    at org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:468)
    at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:325)
    at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:263)
    at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:1101)
    at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.executeOngoingLoop(DefaultMessageListenerContainer.java:1093)
    at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:990)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.StackOverflowError
    at java.util.regex.Pattern$GroupTail.match(Pattern.java:4615)
    at java.util.regex.Pattern$BranchConn.match(Pattern.java:4466)
    at java.util.regex.Pattern$CharProperty.match(Pattern.java:3694)
    at java.util.regex.Pattern$Branch.match(Pattern.java:4502)
    at java.util.regex.Pattern$GroupHead.match(Pattern.java:4556)
    at java.util.regex.Pattern$Loop.match(Pattern.java:4683)
    at java.util.regex.Pattern$GroupTail.match(Pattern.java:4615)

        ...

    at java.util.regex.Pattern$GroupTail.match(Pattern.java:4615)
    at java.util.regex.Pattern$BranchConn.match(Pattern.java:4466)
    at java.util.regex.Pattern$CharProperty.match(Pattern.java:3694)
    at java.util.regex.Pattern$Branch.match(Pattern.java:4502)
]
decodeTextInputFileWithName: enterred!
NctextSeparator constructed with traceId=2016071915.FFW
INFO  2016-07-19 15:16:13,436 [ingest.nctext-1] NctextSeparator: number of rcds 1
YYGGgg=191514 traceId=2016071915.FFW
refTime= issueTime=19 Jul 2016 15:14:00 GMT
decode(): return with size of  1

library 'bignsharp': Can't obtain InputStream for darwin/libbignsharp.dylib

14:32:39.920 [AppKit Thread] DEBUG CaveLogger - Could not find order id for class heirarchy of: class gov.noaa.nws.ncep.ui.nsharp.display.rsc.NsharpDataPaneResource
14:32:39.920 [AppKit Thread] DEBUG CaveLogger - Could not find order id for class heirarchy of: class gov.noaa.nws.ncep.ui.nsharp.display.rsc.NsharpAbstractPaneResource
14:32:39.928 [AppKit Thread] ERROR CaveLogger - Unhandled event loop exception
java.lang.UnsatisfiedLinkError: Unable to load library 'bignsharp': Can't obtain InputStream for darwin/libbignsharp.dylib
        at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:271)
        at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:398)
        at com.sun.jna.Library$Handler.<init>(Library.java:147)
        at com.sun.jna.Native.loadLibrary(Native.java:412)
        at com.sun.jna.Native.loadLibrary(Native.java:391)
        at gov.noaa.nws.ncep.ui.nsharp.natives.NsharpNative.<init>(NsharpNative.java:63)
        at gov.noaa.nws.ncep.ui.nsharp.display.rsc.NsharpResourceHandler.<init>(NsharpResourceHandler.java:3404)
        at gov.noaa.nws.ncep.ui.nsharp.display.NsharpEditor.init(NsharpEditor.java:1005)
        at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:828)
        at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:647)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)

NCP error when loading into D2D

Running into an interesting error. If I start with the NCP perspective and then load the D2D perspective, I am able to open the GEMPAK data browser; however, if I start with the D2D perspective and try to load the GEMPAK data browser, I receive the following error below.

Is it not able to initialize the predefined maps for some reason?
`
ERROR 2019-03-01 16:01:09,097 0725 [main] CaveLogger: Unhandled event loop exception
org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:65)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:305)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:239)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:152)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:494)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:431)
at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.handleWidgetSelection(AbstractContributionItem.java:446)
at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.lambda$2(AbstractContributionItem.java:472)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:86)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5348)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1348)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4602)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4183)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1039)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:680)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at com.raytheon.uf.viz.personalities.cave.component.CAVEApplication.startComponent(CAVEApplication.java:173)
at com.raytheon.uf.viz.application.VizApplication.start(VizApplication.java:102)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
at org.eclipse.equinox.launcher.Main.main(Main.java:1472)

Caused by: java.lang.NullPointerException: null
at gov.noaa.nws.ncep.viz.common.area.PredefinedAreaFactory.getPredefinedArea(PredefinedAreaFactory.java:222)
at gov.noaa.nws.ncep.viz.common.area.PredefinedAreaFactory.getDefaultPredefinedAreaForDisplayType(PredefinedAreaFactory.java:198)
at gov.noaa.nws.ncep.viz.resources.manager.RscBundleDisplayMngr$PaneSelectionData.(RscBundleDisplayMngr.java:131)
at gov.noaa.nws.ncep.viz.resources.manager.RscBundleDisplayMngr.init(RscBundleDisplayMngr.java:538)
at gov.noaa.nws.ncep.viz.resources.manager.RscBundleDisplayMngr.(RscBundleDisplayMngr.java:389)
at gov.noaa.nws.ncep.viz.resourceManager.ui.loadData.DataManagerAction.execute(DataManagerAction.java:63)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:291)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:92)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
... 38 common frames omitted
`

Adding satellites names to sql

Consider adding the following to SatelliteNames.sql

GOES14 (182), HIMAWARI8 (86), MODIS-AQUA (111) and MODIS-TERRA (101).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.