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
When running pubber with a device which does not exist, there is no user friendly error message
nournew@macbook-2 udmi % bin/pubber ~/udmi_site_model daq1-273309 AHU-9 567
Building pubber...
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Running tools version 1.3.12-79-g2faea092
Exception in thread "main" java.lang.NullPointerException
at daq.pubber.Pubber.processDeviceMetadata(Pubber.java:283)
at daq.pubber.Pubber.loadDeviceMetadata(Pubber.java:266)
at daq.pubber.Pubber.initializeDevice(Pubber.java:344)
at daq.pubber.Pubber.initialize(Pubber.java:511)
at daq.pubber.Pubber.singularPubber(Pubber.java:214)
at daq.pubber.Pubber.main(Pubber.java:199)
nournew@macbook-2 udmi % git pull
The text was updated successfully, but these errors were encountered:
noursaidi
changed the title
Running pubber with non existent device results in error
Running pubber with non existent device results in non-friendly error
May 10, 2022
When running pubber with a device which does not exist, there is no user friendly error message
The text was updated successfully, but these errors were encountered: