[SourceJammer-users] SourceJammer GUI on Mac has errors
Brought to you by:
robertmacgrogan
From: Ben M. <bam...@gm...> - 2007-11-01 14:29:19
|
I am using sourcejammer on a MacBook. I had problems using it on the Moc OS-X 10.4.10, but was able to use the Windows version in the Parallels emulator on XP SP2. Either way, I am connecting to a repository on a Solaris box. I am able to log into the repository and browse through the folders (except as noted below), and set the default directory for the applications. The error I get is as follows: - When I attempt to open a folder in which there are files checked out, I get the following error dialog: [NOTE: "bmichaud" is my user name.] -------------------------- Error -------------------------- For input string: "bmichaud" For input string: "bmichaud" [OK] -------------------------- The Console stack trace is as follows: ------------------------------------------------- org.sourcejammer.client.gui.GUICommandException: For input string: "bmichaud" For input string: "bmichaud" java.lang.NumberFormatException: For input string: "bmichaud" at org.sourcejammer.client.gui.CommandCentral.retrieveProject (Unknown Source) at org.sourcejammer.client.gui.GuiUtil.refreshTreeNodeContents(Unknown Source) at org.sourcejammer.client.gui.process.RefreshProjectProcess.process (Unknown Source) at org.sourcejammer.client.gui.process.AbstractProcess.fireProcess (Unknown Source) at org.sourcejammer.client.gui.process.ProcessCentral $FireProcessThread.run(Unknown Source) java.lang.NumberFormatException: For input string: "bmichaud" at java.lang.NumberFormatException.forInputString (NumberFormatException.java:48) at java.lang.Long.parseLong(Long.java:403) at java.lang.Long.parseLong(Long.java:461) at org.sourcejammer.xml.soap.NodeInfoSerializer.getLongFromTokenizer (Unknown Source) at org.sourcejammer.xml.soap.NodeInfoSerializer.getSJDateFromTokenizer (Unknown Source) at org.sourcejammer.xml.soap.NodeInfoSerializer.stringToNodeInfo(Unknown Source) at org.sourcejammer.project.view.Project.buildChildrenFromStrings (Unknown Source) at org.sourcejammer.client.gui.CommandCentral.retrieveProject (Unknown Source) at org.sourcejammer.client.gui.GuiUtil.refreshTreeNodeContents(Unknown Source) at org.sourcejammer.client.gui.process.RefreshProjectProcess.process (Unknown Source) at org.sourcejammer.client.gui.process.AbstractProcess.fireProcess (Unknown Source) at org.sourcejammer.client.gui.process.ProcessCentral $FireProcessThread.run(Unknown Source) java.lang.NumberFormatException: For input string: "bmichaud" at java.lang.NumberFormatException.forInputString (NumberFormatException.java:48) at java.lang.Long.parseLong(Long.java:403) at java.lang.Long.parseLong(Long.java:461) at org.sourcejammer.xml.soap.NodeInfoSerializer.getLongFromTokenizer (Unknown Source) at org.sourcejammer.xml.soap.NodeInfoSerializer.getSJDateFromTokenizer (Unknown Source) at org.sourcejammer.xml.soap.NodeInfoSerializer.stringToNodeInfo(Unknown Source) at org.sourcejammer.project.view.Project.buildChildrenFromStrings (Unknown Source) at org.sourcejammer.client.gui.CommandCentral.retrieveProject (Unknown Source) at org.sourcejammer.client.gui.GuiUtil.refreshTreeNodeContents(Unknown Source) at org.sourcejammer.client.gui.process.RefreshProjectProcess.process (Unknown Source) at org.sourcejammer.client.gui.process.AbstractProcess.fireProcess (Unknown Source) at org.sourcejammer.client.gui.process.ProcessCentral $FireProcessThread.run(Unknown Source) ----------------------------------------------------------- I can then undo the checkout on the files that were checked out from the GUI on the windows side, then I can view the files in the directory on the Mac side, but when I try to check out a file on the Mac side, I get the same error. Any help you could offer would be greatly appreciated. Sincerely, Ben Michaud bam...@gm... |