JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

RM Java errors w/RCRP05B RDF

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> JP1 - Software
View previous topic :: View next topic  
Author Message
jonpo



Joined: 10 Jul 2010
Posts: 13

                    
PostPosted: Mon Jul 12, 2010 4:25 am    Post subject: RM Java errors w/RCRP05B RDF Reply with quote

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)
Back to top
View user's profile Send private message
mathdon
Expert


Joined: 22 Jul 2008
Posts: 4523
Location: Cambridge, UK

                    
PostPosted: Mon Jul 12, 2010 4:59 am    Post subject: Reply with quote

You may have the latest RDFs and Java, but your version of RM, at 1.86, is way out of date. The current release is 1.98. I think that upgrading RM to the current version is likely to solve your problem.
_________________
Graham
Back to top
View user's profile Send private message
gfb107
Expert


Joined: 03 Aug 2003
Posts: 3411
Location: Cary, NC

                    
PostPosted: Mon Jul 12, 2010 6:15 am    Post subject: Re: RM Java errors w/RCRP05B RDF Reply with quote

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)".

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.

Quote:
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.
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.

Quote:

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.

Options -> Remotes -> Edit preferred...
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.

Quote:

Thanks,

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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.

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?

Quote:
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)
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> JP1 - Software All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control