sourcejammer-users Mailing List for SourceJammer (Page 72)
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...@ya...> - 2002-03-27 14:28:32
|
Hi, Alex. First, check your server_sourcejammer.xml file. Is it where it is supposed to be (in the tomcat/conf directory)? Is the sourcejammer context correct in this file? Check the "docBase" path. Also, make sure that start_sourcejammer.sh is specifying the correct location for server_sourcejammer.xml. If none of this helps, please copy the entire output that you get when you run start_sourcejammer.sh and send it to me. Thanks. --Rob --- Alex Oboimov <al...@so...> wrote: > Hi Robert! > > Wonder if you can help me. > > I'm using Linux RedHat 7.1 and Tomcat 3.2.4 > (standalone) with Java > JDK1.3.1. When I try to launch SourceJammer(v > 1.1.0): > > ./start_sourcejammer.sh (->tomcat_sj.sh) I get only > messages "Context > manager:Adding context Ctx ( ) > (/,/admin,/test,/examples)", > then tomcat processes start and die all of them very > quickly > and I never get connection. > When I issue ./stop_sourcejammer.sh I get message: > Stop tomcat. Java.net.ConnectExeption: Connection > refused > > Whereas regular tomcat (startup.sh -> shutdown.sh) > runs merrily... > > I seem to follow all the instructions found in > README and > SourceJammer-conf.htm files > > (I am resending my message wich I've sent beimg > unregistered...) > > Best regards, > Alex Oboimov > mailto:al...@so... > > > ===8<===========End of original message > text=========== > > > > Best regards, > Alex > mailto:al...@so... > > > > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |
From: Alex O. <al...@so...> - 2002-03-27 10:16:08
|
Hi Robert! Wonder if you can help me. I'm using Linux RedHat 7.1 and Tomcat 3.2.4 (standalone) with Java JDK1.3.1. When I try to launch SourceJammer(v 1.1.0): ./start_sourcejammer.sh (->tomcat_sj.sh) I get only messages "Context manager:Adding context Ctx ( ) (/,/admin,/test,/examples)", then tomcat processes start and die all of them very quickly and I never get connection. When I issue ./stop_sourcejammer.sh I get message: Stop tomcat. Java.net.ConnectExeption: Connection refused Whereas regular tomcat (startup.sh -> shutdown.sh) runs merrily... I seem to follow all the instructions found in README and SourceJammer-conf.htm files (I am resending my message wich I've sent beimg unregistered...) Best regards, Alex Oboimov mailto:al...@so... ===8<===========End of original message text=========== Best regards, Alex mailto:al...@so... |
From: Robert M. <rob...@ya...> - 2002-03-26 22:28:39
|
The 1.2 beta 1 release of the SJ server does not have the list and delete archive functionality. This was a mistake on my part. Somehow a slightly out-of-date version of the .jar file got into the release packages. I'll do a new release soon to correct this problem. --Rob __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-26 21:40:04
|
I found a bug in one of the scripts in the 1.2 beta 1 windows server release. The deploy.bat script has SJDeploymentDescriptor.xml hard-coded in it. This should be a %1 instead, so you can pass the individual deploy xml files to the script as a parameter. You need to deploy 3 files to get 1.2 working: SJDeploymentDescriptor.xml UploaderDeploy.xml DownloaderDeploy.xml I think the Linux (.sh) version of this script is correct. --Rob __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-25 15:43:29
|
Hi, All. I just wanted to announce that the next beta release of the SJ 1.2 client will include a visual diff tool. Hopefully I'll have this available later today or tomorrow. It's a pretty cool new feature that I'm sure some people out there will be happy to have. The tool is based on the VDiff sample application available from the JLibDiff project. --Rob __________________________________________________ Do You Yahoo!? Yahoo! Movies - coverage of the 74th Academy Awards® http://movies.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-19 15:10:11
|
Hi, Stan. I will post a more detailed document about transitioning from 1.1 to 1.2 soon, either as a readme in the 1.2 download or on the sourcejammer.org site. Possibly both. First of all, though, the first 1.2 beta should be available sometime today or tomorrow. The big file issue is largely solved, which is a big victory. A new level of complexity is added to the file add feature, though, in that you need to select a history storage type for binary files when you add them. Hopefully this will not seem too confusing. To answer your question, the 1.2 server will require a 1.2 client and vice versa. I'm sorry to keep ducking out on backward compatibility, but that would make doing these release so much more complex, and, hey, I'm only one guy. The 1.2 client/server communication is COMPLETELY different from 1.1. Well, some things are the same, but the way files are uploaded and downloaded is VERY VERY different. A whole new set of objects handles this. I cannot see a reasonable way to make it backward compatible. Sorry about that. I would suggest piloting 1.2 beta on a test server to make sure you like it. (It's much better in a lot of ways, though, so I'm sure you'll like it better). A conversion script will be provided to convert your 1.1 archives. You'll want to back everything up before running the conversion, though, just in case. I'll send out an announcement when 1.2 beta 1 is out the door. A quick list of new feature highlights: 1. Much better and faster file uploading and downloading, esp. for files over 250 MB. 2. More levels of user permissions. a) Admin users with all permissions, b) archive controller users who are in charge of a particular archive, c) archive users, who can check in/check out on a particular archive. 3. User management features in the GUI. 4. More secure sessions IDs. I'm going to add a few more features as we go through the 1.2 beta process as well, such as deleting archives and flagging an archive as restricted, which will prevent read-only access to that archive only. Thanks for the question, Stan. --Rob --- Stan Wong <won...@ya...> wrote: > Rob, > > With SJ 1.2 will the server and client have to be > upgraded at > the same time, or is it possible to do it > separately? > Will I be able to support a mix of 1.1 and 1.2 > clients? > I realize that I may forgo some capability if I > upgraded, say > the client but not the server, or vice versa. I am > wondering > how to plan my transition and what new features and > bug fixes > I can expect. > > Thanks for any advice that you can give me. > > Stan Wong > __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-12 16:01:40
|
Hi Daniele. --- "dan...@a-..." <dan...@a-...> wrote: > Hi Robert > > I can say I started to use SJ in real life now, even > if something isn't > clear to me yet. > One weird thing I notice is that when I start the > client as a normal > user (when I'm root I don't have any problems of > course), and I ckout > and ckin files, the clients returns error message: > Can't find or access > local file. This is due certainly to permission > problems that I'll fix > it by myself...don't worry about that...but, even > though this message > is given, the file is correctly changed and checked > in; I could even > ignore it and go on with my work, but I think better > to tell you about > it so that you can see if some review is needed. I think the problem probably occurs when your non-root user tries to access files "owned" by your root user. This is probably the "source.jam" file, which contains information on what version of each file is contained in a directory. Every time you add, get, check in, or check out, the source.jam file is accessed. If the gui does not find a source.jam in a directory it creates one. My guess is that you are performing some action on a directory as root that is creating a source.jam file. Then you log in as a user and that user cannont access the source.jam file because it is owned by root. > > Another thing. > I told you that on some machine I have to run the > command line client, > since that machine has not any graphical tool. > If I open a connection to that machine from a > graphics provided one, > the sj_gui starts, but it's extremely slow and > cannot work with it; but > the same thing DOESN'T happen with other graphical > tools started on > remote but displayed on the local one (X-Eyes for > instance); do you > think it could be a problem on SJ-side, or it's just > that the tool is > too heavy to be guided through the net? I haven't tried to do this with Linux and x-windows, but I have run the SJ GUI using terminal services and Windows and it runs fine. What are the specs of the remote server you are trying to run the SJ GUI on? I could be that it does not have enough RAM. Java Swing (which the GUI is built on) requires 128 MB. Looks like you really have got your problems straightened outh, though. --Rob > > Thank you > > Daniele > > > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-11 19:38:02
|
Hi, Julius. --- "Julius Caten (RET)" <jc...@re...> wrote: > Rob, > > Ok, I got the menu and looks like things are > functioning. Excellent. > > The computer we are using only has 32 meg of memory, > running Win98. It is > running both the SourceJammer server and client, so > it is very slow. Wow. You are really pushing that poor computer hard. My understanding is that Java Swing requires or recommends 128 MB as a minimum. The SJ gui uses Swing, so you may need 128 MB on the client for decent performance. But if you find 32 MB works OK, that's great. > > We are going to get a computer to run as a server > what do you recommend for > running SourceJammer server? How much memory and > processor size? More is definitely better. But how much you need depends on what you plan to do with SJ -- how much work you expect it to do. But generally, I think you'll be fine with a pretty typical small server setup, either Linux, Win 2000. Personally, I don't care for Win 98. I'd try to get at least 128 MB of RAM and 500Mhz of processing power. To get a box that small you might have to buy a used one. I haven't worked with anything smaller than that for quite some time Good luck. Let us know how it goes. --Rob > > Once we get the server moved to a bigger computer we > will run some more > tests. > I'll keep you posted. > > Thanks for your help. > Julius > > -----Original Message----- > From: Robert MacGrogan > [mailto:rob...@ya...] > Sent: Friday, March 08, 2002 5:09 PM > To: jc...@re... > Cc: sou...@li... > Subject: RE: SourceJammer Client > > > Aha! > > You are that far along. It's just that the screen > layout is a little out of whack. The entire top half > of the screen is invisible. Well, not actually > invisible, but just sized incorrectly. > > Put your mouse over the top of the big text area you > see, just between the text area and the menu bar. > Your > mouse should indicate that you can do some resizing. > Resize the text area down. That is, make it smaller. > The top portion of the gui should emerge. > > Take a look at the screen shots on > www.sourcejammer.org to get an idea of what the > screen > should look like. > > Hopefully I'm being clear. It is hard to tell when > describing this kind of visual stuff. Let me know . > . > . > > --Rob > > PS: This issue is kind-of addressed in client FAQ 7, > but it's inaccurate because it says the problem does > not occur in 1.1 and refers to a "blank screen". > I'll > try to update this. > > > --- "Julius Caten (RET)" > <jc...@re...> > wrote: > > Rob, > > > > We are not that far along. > > We get connected to a new empty archive and get > > logged in to that archive > > and then we see the attached screen. > > > > Julius > > > > > __________________________________________________ > Do You Yahoo!? > Try FREE Yahoo! Mail - the world's greatest free > email! > http://mail.yahoo.com/ > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-11 17:04:17
|
Daniele. Could this be a permissions issue? In other words, is it possible that you have started the sourcejammer server with a user that does not have the necessary access rights to the directory that SourceJammer needs to write the archive data to? Check the ownership or read/write priveledges on the . . ./server/webapps/sourcejammer/archives and /conf directories. The user you use to start the server must have read and write access to both these directories. Another possibility. How big are the files you are trying to add to your server? Are they large (over 1MB)? If so, that could have something to do with the trouble. Thanks. --Rob --- "dan...@a-..." <dan...@a-...> wrote: > Hi Robert > > Problems never end. > I tried to add files to an archive, and it returned > the error: an't > find or access local file, but files are there and I > don't understand > why. > One more thing, I noticed that when I tried to add > the files (with the > command addfile *, from sj_client), just one file > was added each time, > though the error message was given. > Now I restarted the server, reconnected, and the > previous error is > given: Unable to obtain a lock on the requested > node. > What could cause this? (I didn't touch any file this > time). > How can I add many files and dirs just by using the > command line > sj_client? > > Thanks > Daniele > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-08 23:09:16
|
Aha! You are that far along. It's just that the screen layout is a little out of whack. The entire top half of the screen is invisible. Well, not actually invisible, but just sized incorrectly. Put your mouse over the top of the big text area you see, just between the text area and the menu bar. Your mouse should indicate that you can do some resizing. Resize the text area down. That is, make it smaller. The top portion of the gui should emerge. Take a look at the screen shots on www.sourcejammer.org to get an idea of what the screen should look like. Hopefully I'm being clear. It is hard to tell when describing this kind of visual stuff. Let me know . . . --Rob PS: This issue is kind-of addressed in client FAQ 7, but it's inaccurate because it says the problem does not occur in 1.1 and refers to a "blank screen". I'll try to update this. --- "Julius Caten (RET)" <jc...@re...> wrote: > Rob, > > We are not that far along. > We get connected to a new empty archive and get > logged in to that archive > and then we see the attached screen. > > Julius > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-08 22:42:31
|
Julius. Select the archive. That is actually the "root" project for the archive. In other words, if you see the name of your archive at the top of the tree-view on the right-hand side with nothing below it, select it. That's your root project. Let me know . . . --Rob --- "Julius Caten (RET)" <jc...@re...> wrote: > Rob, > > No projects exist only an archive. I expected to > create a project from the > project menu. > > Julius > > -----Original Message----- > From: Robert MacGrogan > [mailto:rob...@ya...] > Sent: Friday, March 08, 2002 3:38 PM > To: jc...@re... > Cc: sou...@li... > Subject: Re: SourceJammer Client > > > Hi, Julius. > > --- "Julius Caten (RET)" > <jc...@re...> > wrote: > > Rob, > > > > We downloaded and installed the server and client > on > > a Win98 computer. Once > > we get everything running we will install the > > SourceJammer server on a true > > server computer and deploy the SourceJammer client > > to several desktop > > computers. But.. We are stuck, have read all the > > FQA's and still stuck. > > > > We get connected to a server archive but all the > > items on the Project and > > file menu are grayed out. > > > > Any suggestions? > > > The items on the project and file menus remain > grayed-out until you select a project or a file. > Hopefully, your problem is that simple. If not, let > me > know. > > Thanks. > > --Rob > > __________________________________________________ > Do You Yahoo!? > Try FREE Yahoo! Mail - the world's greatest free > email! > http://mail.yahoo.com/ > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-08 21:38:00
|
Hi, Julius. --- "Julius Caten (RET)" <jc...@re...> wrote: > Rob, > > We downloaded and installed the server and client on > a Win98 computer. Once > we get everything running we will install the > SourceJammer server on a true > server computer and deploy the SourceJammer client > to several desktop > computers. But.. We are stuck, have read all the > FQA's and still stuck. > > We get connected to a server archive but all the > items on the Project and > file menu are grayed out. > > Any suggestions? The items on the project and file menus remain grayed-out until you select a project or a file. Hopefully, your problem is that simple. If not, let me know. Thanks. --Rob __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-08 21:32:59
|
Thanks for the positive feedback, Steve. More responses below . . . --- Steve Rapaport <st...@a-...> wrote: > > A quick follow-up on this, Robert, from Steve -- > > I tried this, it works very well. I was unable > to find a way, later, to change either the type > or the description of the files. Is it possible? > > This method, plus the ability to go back and > manually > fix the few files that need fixing, would be ideal > for > now, until there's a version with a way to add a > tree with type > sniffing. You can't change the type or description of a file at this time. Your best bet is to go through and remove the files you need to change and re-add them. Do you have any idea about how one would go about "type sniffing"? I've thought a lot about this and tried to research it but with no luck. It would be a big enhancement to the client. > > Great work on this software, I think it rules. Thanks, Steve. And 1.2 beta is just a week or so away. Many many nice new features. > > -steve > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-08 21:29:22
|
--- "dan...@a-..." <dan...@a-...> wrote: > Is it possible to do the same from command line > sj_client? No. Sorry. The command-line client is not as robust as the gui. The best you can do is addfile * which will add all the files in the current local directory to the current project. For a full list of command line commands and how to use them, you can type "help" at the command prompt. You probably figured this out, but I want to have this advice appear somewhere in my users mail list. Thanks. --Rob PS: I'm just curious. Is there a particular reason why you want to use the command line tool? I'm asking so I know how important this feature is to my users so I know whether or not to keep maintaining and improving it. > > > > > --- "dan...@a-..." > <dan...@a-...> > > wrote: > > > Hi Robert > > > > > > I-m starting to add files on my archives, using > the > > > SJ command addfile; > > > but what if I want to add an entire directory > tree? > > > Should I create the same structure on the server > or > > > is it possible to > > > make it automatically? > > > > > > Thanks > > > > Good question, Daniele. > > > > Yes, it is possible to add an entire tree with one > > command. > > > > 1. Create a project that you want to add the > entire > > tree to. > > 2. Click on that project. > > 3. Map the project to the root directory of the > tree > > on your file system using Project | Set default > > directory > > 4. Click on the project. > > 5. Click Add File. > > 6. Notice the check box in the Add files dialog > that > > says "Add all contents recursively. If you click > this > > check box and click OK, the entire tree of the > > directory will be added to that project. But you > if > > you do this, all files will in the project will be > > added as the same "type" (text or binary, which > ever > > you select). They will also all receive the same > > description. > > > > --Rob > > > > > > > > > > Daniele > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Try FREE Yahoo! Mail - the world's greatest free > email! > > http://mail.yahoo.com/ > > > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-08 18:22:57
|
--- "dan...@a-..." <dan...@a-...> wrote: > Hi Robert > > I-m starting to add files on my archives, using the > SJ command addfile; > but what if I want to add an entire directory tree? > Should I create the same structure on the server or > is it possible to > make it automatically? > > Thanks Good question, Daniele. Yes, it is possible to add an entire tree with one command. 1. Create a project that you want to add the entire tree to. 2. Click on that project. 3. Map the project to the root directory of the tree on your file system using Project | Set default directory 4. Click on the project. 5. Click Add File. 6. Notice the check box in the Add files dialog that says "Add all contents recursively. If you click this check box and click OK, the entire tree of the directory will be added to that project. But you if you do this, all files will in the project will be added as the same "type" (text or binary, which ever you select). They will also all receive the same description. --Rob > > Daniele > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-08 17:12:10
|
Hi, Daniele. > I choose the extreme solution: I removed both > sourcejammer and Tomcat > from my machine and reinstalled them again, and it's > OK now. > That's great news. I guess sometimes re-installing is your best bet. > > I want to tell about one bug I found; I can't remove > an archive once > it's created, because it gives me the alert box with > the message: are > you sure you want to delete the archive?, but the > buttons 'yes' > and 'not' of the box are not enabled, and can't > remove the arch. > I don't know, maybe it's a problem with my > installation. That's strange. I've never seen that. I have sometimes seen Swing dialogs not sized correctly on Linux machines. Is it possible that the dialog is too small and the yes/no buttons on partially hidden? Try re-sizing the dialog to see if that helps. > > Thank you for all Robert, God bless you. No problem. Good luck to you. And let me know if you have any further problems. --Rob > > Daniele > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-08 15:17:40
|
Hi, Anakreon. (Sorry about having your names switched before). Basically, 1) is the local alias you use to refer to an archive on a server. 2) is the full URL to the server. 3) is the name of the archive on the server. Thus, I can create an archive on "myserver" called "MyArchive" and another archive on "myotherserver" also called "MyArchive". I can set up local aliases for both as follows: 1) MyArchive on myserver 2) http://myserver/sourcejammer/servlet/rpcrouter 3) MyArchive 1) MyArchive on myotherserver 2) http://myotherserver/sourcejammer/servlet/rpcrouter 3) MyArchive Also, there is a reason I require the entire path in 2). The path is actually configurable on the server side. So it's possible to have a server where the path is something like: http://myserver/sj/rpcrouter Or basically anything else you want. You just have to know how to configure your servlet container. --Rob --- MEINTI ANAKREON <AM...@si...> wrote: > > No, the problem is not with your English. This > dialog > > is very confusing. It has always been confusing. > But I > > haven't yet come up with a way to make it less > > confusing other than to document it on my FAQ > page. If > > you have any ideas, please let me know. > 1) > A name for this archive and URL > This is confusing.I thought that I should enter two > values. > Probably it would be better to say: > A unique name for the archive (if it should be > unique) or > A name for this archive. or > Project name. > 2) > > > > In the 2nd field ("URL for the SourceJammer > server"), > > enter the URL for the SourceJammer server you want > to > > connect to. This will most likely be something > like > > http://<someURL>/sourcejammer/servlet/rpcrouter. > > Since /sourcejammer/servlet/rpcrouter is standard it > would be better to just > ask the URL > of the web server. > So the information the user must provide would be > http://<someURL> > > > > 3. > > > > In the 3rd field ("Archive name on the server") > enter > > the name of the archive you want to connect to. If > you > > have not created any archives on your server yet, > you > > will need to create an archive before you can > connect. > Here I don't understand. > I gave a name for the archive at the first field. > Why do I need to give a new name again? > Are you trying to have unique names on the server's > filesystem or aliases? > I will enter the same value as the first field. > > Thanks for the time you spent to answer my > questions. > Regards Anakreon. > P.S Anakreon is my name. > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-07 20:00:13
|
Hi, Daniele. --- "dan...@a-..." <dan...@a-...> wrote: > Thank you Robert > > I think I start to understand now. > I looked at the server and found there's problems in > the archives > directory. > There are 5 archives I created, but only 2 have > files in the lock > directory. I think I erased them for an error. I'm not sure I understand you completely. Have you manually moved, erased, or altered any of the files in your server's archive directory? If so, then that is almost certainly the source of your problem. > So, if I try to connect to an archive and the locks > are not found, but > the files are in the archive dir, it throws the > exception. Again, I'm not sure I understand you. What do you mean by "the locks are not found"? What "files are in the archive dir"? What do you mean by "archive dir"? What exception is thrown? > But the exception is thrown also when I try to > connect to another > archive which has the lock files untouched. > If I open the sj_gui, and make a new archive, after > I put the > parameters I get an alert box with written "error" > at the top, and "OK" > in the middle; that sounds strange. Could you do a screen capture on this dialog and send it to me? > > > > One other thing. Could you tell me how much RAM > you > > have on your server? Also, would you hit the > following > > location with a web browser and tell me what you > see: > > > > http://<your site>/sourcejammer/AppStats > > This is what I see: > > SourceJammer Application Statistics > Cache max size: 1000 > > Current size: 0 > > Hits: 9 > > Found in cache: 0 > > Cache Efficiency Rating: 0.0% > > The cache is empty..it means there's an error? > Let me know > > Daniele > This means that after you restarted your server, you have tried to perform some action on the server ("hits") 9 times. But no files or projects have been added to the cache. This is what I would expect if you have been unable to connect to any archives. One other comment. Daniele, you have a tendency in these messages to provide very few specific details which makes it difficult for me to figure out exactly what is going on. Are you able to monitor the messages printed out by your server? Have you seen the "delete lock" messages? Do any other messages print out when you attempt to connect to an existing archive? If so, please send them. Send any and all error messages that print out on the client or the server that seem to be at all related to the problems you are having. If we can't make any progress, then you may want to try removing your server installation and installing the latest server version (1.1.0) and start over again. Thanks. --Rob __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Stan W. <won...@ya...> - 2002-03-07 16:58:59
|
Rob, Sorry for the misdirect. I was trying to use the conversion package as a guide to upgrading my 1.1 beta Linux server up to the released 1.1 configuration. Stan Wong Robert MacGrogan wrote: > It turns out that this is not actually a bug. I set up > the paths like that on purpose because the 1.0 release > did not have "server" in the path, so these config > files should work with a 1.0 release being converted > to 1.1. > > --Rob > > > --- Stan Wong <won...@ya...> wrote: > >>Rob, >> >>The file conf.xml in the Linux SJ 1.0 conversion >>package has a >>minor error. The nodes 'ConfigFilePath' and >>'DefaultArchiveRoot' >>have the directory 'server' missing from the path >>string so that >>it doesn't match the directory structure in the tar >>archive. >> >>Stan Wong >> >> >>_______________________________________________ >>SourceJammer-users mailing list >>Sou...@li... >> >> > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users > > > __________________________________________________ > Do You Yahoo!? > Try FREE Yahoo! Mail - the world's greatest free email! > http://mail.yahoo.com/ > > |
From: Robert M. <rob...@ya...> - 2002-03-07 16:37:38
|
It turns out that this is not actually a bug. I set up the paths like that on purpose because the 1.0 release did not have "server" in the path, so these config files should work with a 1.0 release being converted to 1.1. --Rob --- Stan Wong <won...@ya...> wrote: > Rob, > > The file conf.xml in the Linux SJ 1.0 conversion > package has a > minor error. The nodes 'ConfigFilePath' and > 'DefaultArchiveRoot' > have the directory 'server' missing from the path > string so that > it doesn't match the directory structure in the tar > archive. > > Stan Wong > > > _______________________________________________ > SourceJammer-users mailing list > Sou...@li... > https://lists.sourceforge.net/lists/listinfo/sourcejammer-users __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-07 16:26:54
|
Thanks for the message. I've found exactly where in the code this exception is being thrown. This is a strange problem, though. I've never seen this exception thrown and I have not heard anyone else report it. Here's what's happening: When the server reads information about a file or project, it reads an xml file about that file/project into memory and stores it in a cache. When it reads the xml file, it creates a "lock" file to make sure that it does not try to read the same file into memory twice. The first thing it does before reading the xml file into memory is look for a lock file. If it does not find one, it creates one and reads the file. If it does find a lock file, it thrown the exception you are seeing. But if there is a lock file, the information it needs on the file or project should already be in memory, so it should not even be trying to read the file. So I am not sure what is happening on your server. Here is what I would like you to do. 1. Restart your server. 2. Connect to an existing archive on your server. 3. Watch the messages that the server prints out. You should see a bunch of messages about deleting lock files. If not, then there is a problem. Let me know. One other thing. Could you tell me how much RAM you have on your server? Also, would you hit the following location with a web browser and tell me what you see: http://<your site>/sourcejammer/AppStats Thanks. --Rob --- "dan...@a-..." <dan...@a-...> wrote: > > > Unable to what? Please send the entire message > that > > you see. It may be helpful to me. And if a message > > prints out in the message section of the gui, > please > > copy that and send it to me as well. > > Excuse me if I didn't write, but I thought I already > sent this message > to you: > "Error: Unable to obtain a lock on the requested > node". > > Daniele > > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-07 15:29:58
|
Hi, Daniele. > Hi Robert > > Thanks, I understand all you wrote. > Unfortunately I don't get any other error message > from the sj_gui, > just "unable to...". Unable to what? Please send the entire message that you see. It may be helpful to me. And if a message prints out in the message section of the gui, please copy that and send it to me as well. > From the sj_gui: when disconnected (I can't > connect), if ask to make a > new archive, it asks me only for the name of the > arch; why doesn't it > ask for username, password and url? Sometimes, when there is in error in making a connection, the client gets confused and thinks it is connected when it is not. This only seems to apply to the Make New Archive action, though. You many need to re-start the GUI to make everything right again. --Rob __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-07 14:50:56
|
Hi, Daniele. This error is unrelated to your "can't lock node" error. The web interface for SJ uses JSP. If you want to display JSP pages under Tomcat, you need to have the JDK (and not just the JRE) installed on your server. The JDK comes with the tools required to compile Java files to Java classes. If you want to use the web interface, download the JDK from Sun. --Rob --- "dan...@a-..." <dan...@a-...> wrote: > Hi Robert > > Here's some info which maybe is more useful, about > the same problem I > told you before. > When I go to the url http://mysite/sourcejammer, I > get this displayed: > > Error: 500 > Location: /sourcejammer/index.jsp > Internal Servlet Error: > > javax.servlet.ServletException: sun/tools/javac/Main > at org.apache.jasper.servlet.JspServlet.service > (JspServlet.java:508) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at org.apache.tomcat.core.ServletWrapper.doService > (ServletWrapper.java:405) > at > org.apache.tomcat.core.Handler.service(Handler.java:287) > at org.apache.tomcat.core.ServletWrapper.service > (ServletWrapper.java:372) > at > org.apache.tomcat.core.ContextManager.internalService > (ContextManager.java:806) > at org.apache.tomcat.core.ContextManager.service > (ContextManager.java:752) > at > org.apache.tomcat.service.http.HttpConnectionHandler.processConnection > (HttpConnectionHandler.java:213) > at org.apache.tomcat.service.TcpWorkerThread.runIt > (PoolTcpEndpoint.java:416) > at > org.apache.tomcat.util.ThreadPool$ControlRunnable.run > (ThreadPool.java:501) > at java.lang.Thread.run(Thread.java:484) > > Root cause: > java.lang.NoClassDefFoundError: sun/tools/javac/Main > at > org.apache.jasper.compiler.SunJavaCompiler.compile > (SunJavaCompiler.java:136) > at org.apache.jasper.compiler.Compiler.compile > (Compiler.java:273) > at org.apache.jasper.servlet.JspServlet.doLoadJSP > (JspServlet.java:612) > at org.apache.jasper.servlet.JasperLoader12.loadJSP > (JasperLoader12.java:146) > at org.apache.jasper.servlet.JspServlet.loadJSP > (JspServlet.java:542) > at > org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary > (JspServlet.java:258) > at > org.apache.jasper.servlet.JspServlet$JspServletWrapper.service > (JspServlet.java:268) > at > org.apache.jasper.servlet.JspServlet.serviceJspFile > (JspServlet.java:429) > at org.apache.jasper.servlet.JspServlet.service > (JspServlet.java:500) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at org.apache.tomcat.core.ServletWrapper.doService > (ServletWrapper.java:405) > at > org.apache.tomcat.core.Handler.service(Handler.java:287) > at org.apache.tomcat.core.ServletWrapper.service > (ServletWrapper.java:372) > at > org.apache.tomcat.core.ContextManager.internalService > (ContextManager.java:806) > at org.apache.tomcat.core.ContextManager.service > (ContextManager.java:752) > at > org.apache.tomcat.service.http.HttpConnectionHandler.processConnection > (HttpConnectionHandler.java:213) > at org.apache.tomcat.service.TcpWorkerThread.runIt > (PoolTcpEndpoint.java:416) > at > org.apache.tomcat.util.ThreadPool$ControlRunnable.run > (ThreadPool.java:501) > at java.lang.Thread.run(Thread.java:484) > > I tried to do the same in your site, and get a login > form, so I think > the problem is on my server. > > Daniele > > > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-07 14:48:55
|
Hi, Daniele. > Thanks for the hint, I solved the problem with > class: path of mail.jar > was set wrong. Excellent. > But the problem of connecting to an archive remains. > Whenever I try to connect to an archive it gets an > error while trying > to get a lock for the requested node. > I can imagine what what happens, but don't know > exactly how it happens. Could you please give me the exact error message you are seeing? Also, have you tried re-starting your server? This might clear up the problem. > > Another question: > On the client I have two ways to create an archive: > 1 - from Connection/Mantain Archive List/New > 2 - from Tools/Make New Archive > > I understand with the 2 you create a new arechive on > the server, while > with the 1 you just create a local reference for an > existing archive, > in order to connect to it when you like. Is it that > way? You understand it perfectly. --Rob __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Robert M. <rob...@ya...> - 2002-03-06 21:20:44
|
Hi, Daniele. This sounds like two separate errors. I'll tackle the second error first. The "no class def found" error means that your classpath is set up wrong for some reason. I think you may be using one of the beta versions of the Linux client installation. If so, you may want to download the latest 1.1.0 linux client. Anyway, look at your sj_gui file (using vi or some other text editor). mail.jar needs to be in the classpath somewhere. The mail.jar file should be in the same location as activation.jar, soap.jar, and xerces.jar. If mail.jar is missing from the classpath, add it. Otherwise, make sure that the path is correct. As for the first error, can you please give me more information? Did the server print out a detailed error message? If so, could you send it to me? Have you been able to work with the SourceJammer server before now from a different machine? Did you create an archive, add files, etc.? If so, can you access the archive OK from the other machine? Thanks. --Rob --- "dan...@a-..." <dan...@a-...> wrote: > Hello Robert > > I have new troubles with sourcejammer. > I didn-t touch the server configuration, which was > working OK, but now > when I try to connect to an archive I get a proble: > Unable to obtain the requested node.... > This happens on the same machine, where I installed > both server and > client. > > Other problem: > I installed a client on a remote machine, on a linux > machine, and when I > work with the sj_client I get the same message: > Unable to obtain a lock > on the requested node. > If I use the sj_gui it looks even worse: > > Exception occurred during event dispatching: > java.lang.NoClassDefFoundError: > javax/mail/MessagingException > at > org.apache.soap.encoding.SOAPMappingRegistry.<clinit>(SOAPMappingRegistry.java:104) > at > org.sourcejammer.client.SOAPPortal.<init>(SOAPPortal.java:97) > at > org.sourcejammer.client.gui.CommandCentral.setServerURL(CommandCentral.java:150) > at > org.sourcejammer.client.gui.dialog.ListArchivesDialog$1.actionPerformed(ListArchivesDialog.java:92) > at > javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450) > at > javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504) > at > javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378) > at > javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250) > at > javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216) > at > java.awt.Component.processMouseEvent(Component.java:3715) > at > java.awt.Component.processEvent(Component.java:3544) > at > java.awt.Container.processEvent(Container.java:1164) > at > java.awt.Component.dispatchEventImpl(Component.java:2593) > at > java.awt.Container.dispatchEventImpl(Container.java:1213) > at > java.awt.Component.dispatchEvent(Component.java:2497) > at > java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451) > at > java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216) > at > java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125) > at > java.awt.Container.dispatchEventImpl(Container.java:1200) > at > java.awt.Window.dispatchEventImpl(Window.java:914) > at > java.awt.Component.dispatchEvent(Component.java:2497) > at > java.awt.EventQueue.dispatchEvent(EventQueue.java:339) > at > java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131) > at > java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) > at > java.awt.EventDispatchThread.run(EventDispatchThread.java:85) > > I-m using jre1.3.1, as it is suggested in the SJ > documentation, but it > seems I didn-t set everything in the right way. > Can you suggest me something? > Thanks a lot. > > Daniele > __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |