sourcejammer-users Mailing List for SourceJammer (Page 77)
Brought to you by:
robertmacgrogan
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
(7) |
Nov
(8) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(19) |
Feb
(64) |
Mar
(38) |
Apr
(40) |
May
(38) |
Jun
(46) |
Jul
(10) |
Aug
(20) |
Sep
(40) |
Oct
(60) |
Nov
(38) |
Dec
(61) |
2003 |
Jan
(102) |
Feb
(92) |
Mar
(83) |
Apr
(89) |
May
(9) |
Jun
(36) |
Jul
(24) |
Aug
(23) |
Sep
(47) |
Oct
(36) |
Nov
(31) |
Dec
(33) |
2004 |
Jan
(41) |
Feb
(59) |
Mar
(37) |
Apr
(19) |
May
(27) |
Jun
(38) |
Jul
(19) |
Aug
(23) |
Sep
(8) |
Oct
(8) |
Nov
(38) |
Dec
(27) |
2005 |
Jan
(33) |
Feb
(28) |
Mar
(23) |
Apr
(32) |
May
(35) |
Jun
(23) |
Jul
(58) |
Aug
(40) |
Sep
(27) |
Oct
(35) |
Nov
(10) |
Dec
(16) |
2006 |
Jan
(18) |
Feb
(5) |
Mar
(3) |
Apr
(16) |
May
(2) |
Jun
(17) |
Jul
(6) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(3) |
Dec
|
2007 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
(7) |
Dec
|
2008 |
Jan
|
Feb
(2) |
Mar
(9) |
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(1) |
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
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 |
From: Robert M. <rob...@ho...> - 2001-10-15 15:14:55
|
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. >From: si...@pa... >To: "RobertMacGrogan"<rob...@ho...> >Subject: SourceJammer Client - Exception >Date: Mon, 15 Oct 2001 07:51:21 -0700 (PDT) > >Hi Rob, > >I am able to deploy for SOAP now. However, I get an exception when I try to >run the client (GUI). It says that: >Exception in thread "main" java.lang.NoSuchMethodError: >javax.swing.JSplitPane: method setResizeWeight(D)V not found > at >org.sourcejammer.client.gui.SJPrimaryWindow.<init>(SJPrimaryWindow.java:101) > at org.sourcejammer.client.gui.SJGuiClient.main(SJGuiClient.java, >Compiled Code) > >Looks like this is also a class path issue. My class path contains just the >current directory, Java tools.jar and rt.jar. Do I need to add something >else before running the client? > >Thanks so much, >Sindhu > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: Robert M. <rob...@ho...> - 2001-10-12 21:53:13
|
Hi, Sindhu. I've seen this problem before. In fact, I put it on one of the FAQ pages at www.sourcejammer.org. Here's the text from the FAQ: *** When trying to deploy the SJDeploymentDescriptor.xml file, I get the following message "Ouch, the call failed. Fault Code = SOAP-ENV:Server.Exception: Fault String = org.w3c.dom.Node: method getNamespaceURI()Ljava/lang/String;not found error." How do I fix this? This is most likely a classpath issue in the tomcat_sj.sh (or bat) file, or whatever script your server is using to start Tomcat. The xerces.jar file must be at the beginning of your classpath, before any other xml parse packages, for SOAP to work. You can also try removing the jaxp.jar and parser.jar packages from your classpath, if these are present. *** Good luck! Please let me know if this works. If not, I'll be glad to keep working on the problem with you. And thanks for using SourceJammer! If you have any further questions or problems, please let me know. --Rob >From: si...@pa... >To: rob...@ho... >Subject: SourceJammer Server SOAP Deploy >Date: Fri, 12 Oct 2001 14:31:22 -0700 (PDT) > >Hello Robert, > >I am a developer looking for a good SourceCode Version Control System, and >I happened to see SourceJammer on the internet. > >I just downloaded it and am having some trouble deploying it for SOAP. Just >wondering if you could help me or point me in the right direction. I tried >the User Mailing List first, but could not find any installation >information there. > >I installed Tomcat (v 3.2.3), and unzipped all the server files to my >C:\SourceJammer. I can start Tomcat and I can also view an SourceJammer >index page (it says SourceJammer is up and running) when I type in >http://localhost:8080/sourceJammer at the address. > >When I try to run the deploy script, I get a message saying that the call >failed. > >Here are the complete details: >Fault Code - SOAP-ENV:Server.Exception. >Fault String - org.w3c.dom.Node:method getNameSpaceURI()Ljava/lang/String; >not found. > >What am I doing wrong here? It will be great if you can help me out. > >Thank you very much for your time, >Sindhu Parameswaran > > > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: Robert M. <rob...@ho...> - 2001-08-24 15:59:56
|
Hi, Adrian. Thanks for your interest in SourceJammer. If you downloaded the SourceJammer Windows Server version, then all you have is the source code. I've been meaning to get a full Windows installation up there for a while, but have not done so yet. Do you have access to a Linux or Unix machine or a Unix emulator? If so, I suggest that you download the Linux server installation (sourcejammer-server-1.0-beta-1.tar.gz) and untar-gz it and modify the files start_sourcejammer.sh, stop_sourcejammer.sh, and tomcat_sj.sh so that they run as .bat files. It's a pain, I know. I really should get busy making a Windows server. I'll try to get this done by early next week. If you don't have access to linux or unix, let me know. I'll send you some files to get you started. --Rob >From: "Adrian Stacey" <aj...@cu...> >To: <rob...@ho...> >Subject: Source jammer server >Date: Fri, 24 Aug 2001 09:11:59 +0100 > >Dear Rob, > >I recently downloaded the win32 versions of the source jammer server and >client. Although I got the client to run (and it all looks very good as far >as I can tell!), I am not sure as to how I should go about compiling and >running the source jammer server. I wondered if you could give me any >advice, > > Thanks, > > Adrian Stacey > _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
From: Robert M. <rob...@ho...> - 2001-08-23 20:40:25
|
Testing the users list. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |