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
{{ message }}
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
Certain commands require that some parameters be sent
The way to do this in the rcms world is through the usage of CommandParameter objects
Types of issue
Feature request (request for change which adds functionality)
Expected Behavior
Sending any command will result in the transition being interpreted.
Current Behavior
Sending, e.g., Configure results in the following error message:
2017-08-18 12:02:11 and 288 ms : rcms.gem904.daq.rcms.fm.app.gemfm.GEMEventHandler
INFO Executing configureAction
2017-08-18 12:02:11 and 289 ms : rcms.gem904.daq.rcms.fm.app.gemfm.GEMEventHandler
ERROR configureAction: error reading command parameters of Configure command.
2017-08-18 12:02:11 and 331 ms : rcms.gem904.daq.rcms.fm.app.gemfm.GEMEventHandler
WARN class rcms.fm.app.gemfm.GEMFunctionManager: Failed to send error mesage configureAction: error reading command parameters of Configure command.
Your Environment
Java version used: Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
The text was updated successfully, but these errors were encountered:
Brief summary of issue
Certain commands require that some parameters be sent
The way to do this in the
rcms
world is through the usage ofCommandParameter
objectsTypes of issue
Expected Behavior
Sending any command will result in the transition being interpreted.
Current Behavior
Sending, e.g.,
Configure
results in the following error message:Your Environment
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
The text was updated successfully, but these errors were encountered: