Malformed \uxxxx encoding.

Discussions about using Windows guests in VirtualBox.
Post Reply
vardasjonas
Posts: 2
Joined: 28. Feb 2012, 16:15

Malformed \uxxxx encoding.

Post by vardasjonas »

a program I run in widows XP using the virtualbox is coming up with the above error and the log associated with the program, gives the following information.

"Tue Feb 28 12:59:34 GMT 2012
assertion: Automation enabled is false

Tue Feb 28 12:59:34 GMT 2012
PreferenceMgr:init
Malformed \uxxxx encoding.
java.lang.IllegalArgumentException: Malformed \uxxxx encoding.
at java.util.Properties.loadConvert(Properties.java:387)
at java.util.Properties.load(Properties.java:335)
at com.apldbio.ifa.gui.preferences.PreferenceMgr.isGeneMapperPropertyFileExists(PreferenceMgr.java:411)
at com.apldbio.ifa.gui.preferences.PreferenceMgr.init(PreferenceMgr.java:101)
at com.apldbio.ifa.gui.preferences.PreferenceMgr.<init>(PreferenceMgr.java:67)
at com.apldbio.ifa.gui.preferences.PreferenceMgr.getInstance(PreferenceMgr.java:76)
at com.apldbio.ifa.IFA.initialize(IFA.java:196)
at com.apldbio.ifa.IFA.<init>(IFA.java:133)
at com.apldbio.ifa.IFA.main(IFA.java:1519)"

I have reinstalled the program (genemapper), which was working fine up until the date above (feb 28th), so I suspect it might a problem with virtualbox.
Any advice would be appreciated!
Twisted Lucidity
Posts: 170
Joined: 18. Feb 2012, 12:42
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Various GNU/Linux
Location: Here
Contact:

Re: Malformed \uxxxx encoding.

Post by Twisted Lucidity »

It's Java failing to load some stored properties. The file is probably plain text and human readable.
I'd be inclined to load it in a good text editor and check the file or seek assistance from the authors of "genemapper"

I'd be surprised if this was a VBox issue.
A new account for an old user.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Malformed \uxxxx encoding.

Post by Perryg »

If this worked before the 28th and does not now something must have changed. What changed?
vardasjonas
Posts: 2
Joined: 28. Feb 2012, 16:15

Re: Malformed \uxxxx encoding.

Post by vardasjonas »

Hi
thanks for the response.
It wasn't a Vbox issue, was an issue with the program which is now resolved.
Thanks again!!
Post Reply