Perhaps the following information will also be helpful:
- I am using this archive version from source forge: sourcejammer- 
client-2.0.2.2.tar.gz
- This is the content of my sj_client script:
% cat sj_gui
#! /bin/sh

$JAVA_HOME/bin/java -classpath "./bin/sj_lib.jar:./bin/ 
sj_client.jar:./bin/activation.jar:./bin/kunststoff.jar:./bin/ 
soap.jar:./bin/mail.jar" org.sourcejammer.client.gui.StartGUI ./conf

- This is a listing of files in the bin directory:
-rw-r--r--    1 benmicha  admin     934 Jun  5  2003 .source.jam
-rw-r--r--    1 benmicha  admin      27 Jun  5  2003 LibInfo.txt
-rw-r--r--    1 benmicha  admin   45386 Jun  5  2003 activation.jar
-rw-r--r--    1 benmicha  admin   43570 Jun  5  2003 kunststoff.jar
-rw-r--r--    1 benmicha  admin  234333 Jun  5  2003 mail.jar
-rw-r--r--    1 benmicha  admin  504598 Jun  5  2003 sj_client.jar
-rw-r--r--    1 benmicha  admin   90358 Jun  5  2003 sj_lib.jar
-rw-r--r--    1 benmicha  admin  232498 Jun  5  2003 soap.jar

- When I try to use the command-line version of the tool, I get the  
following error:
% sj_client
Exception in thread "main" java.lang.NoClassDefFoundError: org/ 
sourcejammer/client/commandline/Client

- When I checked the contents of the JAR files, I could not find any  
class named "Client"

Regards,
Ben

On Nov 1, 2007, at 10:29 AM, Ben Michaud wrote:

> 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
> [EMAIL PROTECTED]
>


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
SourceJammer-users mailing list
SourceJammer-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sourcejammer-users

Reply via email to