[SourceJammer-users] Re: SourceJammer GUI Client - Exception
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ho...> - 2001-10-15 20:55:04
|
Hi, Sindhu. I think you have not set up a local "archive definition" telling the GUI the info it needs to connect to your archive. The dialog you see when you first start the GUI is called the Archives dialog. You can also get this dialog by selecting Connection | Connect. This dialog should show a list of all the archive definitions you have created. If you have not created any archive definitions, then the list will be blank. I think I need to put a doc on the site explaining this a little better. I've always feared that this was a confusing part of the system. To create an archive definition: 1. Select Connection | Connect (or Connection | Maintain Archive List). 2. Click the New button. 3. In the "Archive" dialog, enter the following: a) A name for this archive . . . : Any name you want. Display only b) URL: the URL to your SourceJammer server (for example, http://localhost:8080/sourcejamer/servlet/rpcrouter") c) Archive Name: the name of the archive you created. For example, "MyArchive". 4. When you're done, click OK. 5. Now you should see the archive definition you just created in the list in the Archives dialog. 6. Select your archive and click Connect. Hope this helps. --Rob >From: si...@pa... >To: "RobertMacGrogan"<rob...@ho...> >Subject: SourceJammer GUI Client - Exception >Date: Mon, 15 Oct 2001 13:40:31 -0700 (PDT) > >Hi Rob, > >I can get the client to come up, but when I try to create a new archive >(Tools - Make New Archive), it throws an error dialog box saying >"SourceJammer is having trouble communicating with the server". The server >is up. I tried creating the archive through the CLI, and I can do that, but >the archive I created is not visible in the GUI. At the server console, I >get the exceptions below: > >org.sourcejammer.project.model.FileAccessException: Cannot access >ArchiveInfo file on file system. >c:\SourceJammer\server\webapps\sourcejammer\conf\filesys\null > (The system cannot find the file specified) >java.io.FileNotFoundException: >c:\SourceJammer\server\webapps\sourcejammer\conf\filesys\null (The system >cannot find the file specified) > >It all works fine from the Command Line option. I am able to create an >archive, connect to the archive, add files, checkin, checkout etc. > >Is there some other configuration setting here that I am missing? Hope you >can help me. > >Sorry to take up so much of your time, and thank you so much for your >patience, > >Sindhu > >----- In Response To ----- > >Hi, Sindhu. > >The error you are seeing tells me that you are trying to run the >SourceJammer client under JRE 1.2.2 or earlier. The SourceJammer client >requires JRE 1.3 or later (though, as far as I know, the only >incompatability is JSplitPane.setResizeWeight(), so sometimes I think I >should have tried to make it 1.2.2 compatible). > >As for the classpath, make sure the following are in your classpath: > >soap.jar >xerces.jar >activation.jar >mail.jar >sj_lib.jar > >Thanks. Let me know if you have any more questions or problems. > >--Rob > >PS: I'll post your error as a FAQ. > > > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |