RM 1.86 is failing to load the RDF (latest copy dated Sat Jul 10 19:35:13 2010 which is 10502 bytes). Used -version to verify that the latest Java is installed: "SE Runtime Environment (build 1.6.0_20-b02)".
Below are details of the two Remote Load Errors extracted from master.err:
On another tack entirely:
a) Is there any way to zero out rmaster.err to eliminate the history? I tried deleting after closing RM, but RM rebuilds a new file with the same content when it is opened.
b) Is there a way to clean out the list of Remotes which come up in RM? I only need a handful, and there is a long list, most of which do not even have RDFs, JPGs or MAPs.
Thanks,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
java.lang.NumberFormatException: For input string: "In"
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Short.<unknown>(Unknown Source)
at com.hifiremote.jp1.Hex.<unknown>(Unknown Source)
at com.hifiremote.jp1.Hex.<unknown>(Unknown Source)
at com.hifiremote.jp1.Remote.parseSpecialProtocols(Unknown Source)
at com.hifiremote.jp1.Remote.load(Unknown Source)
at com.hifiremote.jp1.Remote.<unknown>(Unknown Source)
at com.hifiremote.jp1.DeviceEditorPanel.setRemote(Unknown Source)
at com.hifiremote.jp1.DeviceEditorPanel.actionPerformed(Unknown Source)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.setSelectedItem(Unknown Source)
at javax.swing.JComboBox.setSelectedIndex(Unknown Source)
at javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.<unknown>(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.<unknown>(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.NullPointerException
at java.util.Vector.<unknown>(Unknown Source)
at java.util.Vector.<unknown>(Unknown Source)
at javax.swing.DefaultComboBoxModel.<unknown>(Unknown Source)
at com.hifiremote.jp1.DeviceEditorPanel.setRemote(Unknown Source)
at com.hifiremote.jp1.DeviceEditorPanel.actionPerformed(Unknown Source)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.setSelectedItem(Unknown Source)
at javax.swing.JComboBox.setSelectedIndex(Unknown Source)
at javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.<unknown>(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.<unknown>(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
RM Java errors w/RCRP05B RDF
Moderator: Moderators
Re: RM Java errors w/RCRP05B RDF
I have to agree that you need to upgrade to a more recent version. RM v1.98 was the last official release, but the most recent build is v1.99preview5.jonpo wrote:RM 1.86 is failing to load the RDF (latest copy dated Sat Jul 10 19:35:13 2010 which is 10502 bytes). Used -version to verify that the latest Java is installed: "SE Runtime Environment (build 1.6.0_20-b02)".
rmaster.err is wiped clean every time you start RM. It only contains entries from the current (or most recent) run. However, there is an issue with running multiple instances of RM simultaneously.Below are details of the two Remote Load Errors extracted from master.err:
On another tack entirely:
a) Is there any way to zero out rmaster.err to eliminate the history? I tried deleting after closing RM, but RM rebuilds a new file with the same content when it is opened.
Options -> Remotes -> Edit preferred...b) Is there a way to clean out the list of Remotes which come up in RM? I only need a handful, and there is a long list, most of which do not even have RDFs, JPGs or MAPs.
followed by
Options -> Remotes -> Preferred
The list of remotes in RM is build from the RDFs installed on your system. It is impossible for RM to include a remote in the list for which there is no RDF on your system. Maybe RM is using a different folder for the RDFs than you think it is.
Please copy'n'paste the text from Help -> About
Also, please be aware that you should have RDFs (and maps and images) for all known remotes on your system, not just the ones for the remotes you use. This is needed so RM can properly load upgrades for other remotes you might download from the file section and convert for use on your remote.
Base on the lack of line number information below, it looks like you are running the 'windows native' build or RM, which is powered by Excelsior JET. Is that correct? If so, it doesn't use the normal Java runtime environment, but the one provided by Excelsior JET. The Help -> About text I requested above will help with this as well.Thanks,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
The error below indicates the string "In" was found somewhere in the RDF where a number was expected. This does not happen with the version of the RCA RCRP05B RDF I have from the official RDF distribution. Maybe you aren't really using the latest official version?
java.lang.NumberFormatException: For input string: "In"
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Short.<unknown>(Unknown Source)
at com.hifiremote.jp1.Hex.<unknown>(Unknown Source)
at com.hifiremote.jp1.Hex.<unknown>(Unknown Source)
at com.hifiremote.jp1.Remote.parseSpecialProtocols(Unknown Source)
at com.hifiremote.jp1.Remote.load(Unknown Source)
at com.hifiremote.jp1.Remote.<unknown>(Unknown Source)
at com.hifiremote.jp1.DeviceEditorPanel.setRemote(Unknown Source)
at com.hifiremote.jp1.DeviceEditorPanel.actionPerformed(Unknown Source)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.setSelectedItem(Unknown Source)
at javax.swing.JComboBox.setSelectedIndex(Unknown Source)
at javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.<unknown>(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.<unknown>(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
java.lang.NullPointerException
at java.util.Vector.<unknown>(Unknown Source)
at java.util.Vector.<unknown>(Unknown Source)
at javax.swing.DefaultComboBoxModel.<unknown>(Unknown Source)
at com.hifiremote.jp1.DeviceEditorPanel.setRemote(Unknown Source)
at com.hifiremote.jp1.DeviceEditorPanel.actionPerformed(Unknown Source)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.setSelectedItem(Unknown Source)
at javax.swing.JComboBox.setSelectedIndex(Unknown Source)
at javax.swing.plaf.basic.BasicComboPopup$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at javax.swing.plaf.basic.BasicComboPopup$1.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.<unknown>(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.<unknown>(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)