GRIDAPPSD / gridappsd-viz

GridAPPS-D’s visualization application displays the topology of selected distribution model with highlighted capacitors and regulators. It also include tables with current values for capacitor status (OPEN or CLOSED), regulator voltage, and feeder power. For current release cycle we are using IEEE 8500-Node system model.
http://gridappsd.readthedocs.io/
7 stars 5 forks source link

GLD limits no model_id in creating field view #467

Open singha42 opened 1 year ago

singha42 commented 1 year ago

Getting the below error while trying to launch field mode viz:

2023-07-22 00:18:28,973 Thread-46 INFO [gov.pnnl.goss.gridappsd.log.LogManagerImpl] - 1689985108934|gov.pnnl.goss.gridappsd.configuration.CIMSymbolsConfigurationHandler|207762244|RUNNING|system|INFO Generating Symbols GridLAB-D configuration file using parameters: {gridlabd.interface=h Exception in thread "Thread-56" java.lang.NullPointerException at pnnl.goss.core.client.GossClient$1.run(GossClient.java:381) at java.lang.Thread.run(Thread.java:750) 2023-07-22 00:18:30,282 Thread-46 INFO [gov.pnnl.goss.gridappsd.log.LogManagerImpl] - 1689985110279|gov.pnnl.goss.gridappsd.configuration.CIMSymbolsConfigurationHandler|207762244|RUNNING|system|INFO Finished generating Symbols GridLAB-D configuration file.

2023-07-22 00:18:30,323 Thread-46 INFO [gov.pnnl.goss.gridappsd.log.LogManagerImpl] - 1689985110284|gov.pnnl.goss.gridappsd.process.ProcessEvent|1162299782|RUNNING|system|INFO New process id generated with new process type

2023-07-22 00:18:30,426 Thread-46 INFO [gov.pnnl.goss.gridappsd.log.LogManagerImpl] - 1689985110424|gov.pnnl.goss.gridappsd.process.ProcessEvent|338468325|RUNNING|system|INFO New process id generated with new process type

2023-07-22 00:18:30,467 Thread-46 INFO [gov.pnnl.goss.gridappsd.log.LogManagerImpl] - 1689985110425|gov.pnnl.goss.gridappsd.configuration.GLDLimitsConfigurationHandler|338468325|RUNNING|system|INFO Generating limits file using parameters: {gridlabd.interface=helics}

2023-07-22 00:18:30,470 Thread-46 ERROR [gov.pnnl.goss.gridappsd.log.LogManagerImpl] - 1689985110426|gov.pnnl.goss.gridappsd.configuration.GLDLimitsConfigurationHandler|338468325|ERROR|system|ERROR No model_id parameter provided

2023-07-22 00:18:30,473 Thread-46 ERROR [gov.pnnl.goss.gridappsd.log.LogManagerImpl] - 1689985110427|gov.pnnl.goss.gridappsd.process.ProcessEvent|338468325|ERROR|system|ERROR java.lang.Exception: Missing parameter model_id at gov.pnnl.goss.gridappsd.configuration.GLDLimitsConfigurationHandler.generateConfig(GLDLimitsConfigurationHandler.java:143) at gov.pnnl.goss.gridappsd.configuration.ConfigurationManagerImpl.generateConfiguration(ConfigurationManagerImpl.java:166) at gov.pnnl.goss.gridappsd.process.ProcessEvent.onMessage(ProcessEvent.java:311) at pnnl.goss.core.client.GossClient$1.run(GossClient.java:398) at java.lang.Thread.run(Thread.java:750)