Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLD limits no model_id in creating field view #467

Open
singha42 opened this issue Jul 22, 2023 · 0 comments
Open

GLD limits no model_id in creating field view #467

singha42 opened this issue Jul 22, 2023 · 0 comments
Assignees

Comments

@singha42
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants