RM v1.63 runs but doesn't start (error log produced)

Discussion forum for JP1 software tools currently in use, or being developed, such as IR, KM, RemoteMaster, and other misc apps/tools.

Moderator: Moderators

Post Reply
shadsnz
Posts: 16
Joined: Fri Jan 13, 2006 7:26 pm
Location: Auckland, New Zealand

RM v1.63 runs but doesn't start (error log produced)

Post by shadsnz »

I'm trying to run RM for the first time but its not starting (no screen displayed). I have noticed an rmaster.err file is being produced. Last few lines of its output are as follows:

Generating deviceImporter for protocol pid: 01 9B
Generating deviceImporter for protocol pid: 01 A4
Generating deviceImporter for protocol null
Exception thrown when setting look and feel to null
Caught exception in RemoteMaster.main()!
java.lang.NullPointerException
at com.hifiremote.jp1.KeyMapMaster.createMenus(KeyMapMaster.java:309)
at com.hifiremote.jp1.KeyMapMaster.<init>(KeyMapMaster.java:78 )
at com.hifiremote.jp1.RemoteMaster.createAndShowGUI(RemoteMaster.java:665)
at com.hifiremote.jp1.RemoteMaster.access$300(RemoteMaster.java:12)
at com.hifiremote.jp1.RemoteMaster$2.run(RemoteMaster.java:691)
at java.awt.event.InvocationEvent.dispatch(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.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

This is the first time I've used RM. I have downloaded and installed Java J2SE RE v5.0 Update 8.0, RDF's v1.25, RM maps and images v1.24. I've placed the "Images" and "RDF" folders in the same folder as RM (having first tried having the RDF folder elsewhere). I've run the SETUP.BAT file and was prompted to allow the registry to be updated. Initially, RM prompted me for the RDF path so I'd say the Java platform is working (confirmed by the following in the App Event log "Product: J2SE Runtime Environment 5.0 Update 8 -- Installation operation completed successfully"). I have read the Readme a couple of times and believe I've not missed anything. I've also tried the "RM as a Web Service" link (http://71.70.253.66:8080/) but it appears to be unavailable currently.
Any suggestions?

Many thanks.
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post by gfb107 »

There is a bug in RM v1.63 that affects first time users only.

In the folder you've installed RM, create a file RemoteMaster.properties that includes the line

Code: Select all

ShowRemotes=All
Those who have used RM before don't run into this problem because they already have a RemoteMaster.properties file with that line in it.
shadsnz
Posts: 16
Joined: Fri Jan 13, 2006 7:26 pm
Location: Auckland, New Zealand

Post by shadsnz »

Awesome - thanks Greg! I'll try this when I get home tonight.
shadsnz
Posts: 16
Joined: Fri Jan 13, 2006 7:26 pm
Location: Auckland, New Zealand

Post by shadsnz »

Just to confirm - Greg was spot on and RM is running now. Thanks.
Post Reply