You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: