From skumar at JasmineNetworks.com Thu Mar 1 12:47:57 2001 From: skumar at JasmineNetworks.com (Sunil Kumar) Date: Thu, 1 Mar 2001 12:47:57 -0800 Subject: unable to access remote coral .. Message-ID: Hi, for the last three-four weeks, we have not been able to access the remote coral, it always gives the error "cannot access equipment information", this is the same error which my colleagues chris (ckenney) and dong (dyu) get when they try to connect to remote coral, could you please look into the problem and suggest what needs to be done to get it working since its creating a lot of problem for us ... (rather its the 40 miles drive which scares me .. ) regards, Sunil. From mbell at snf.stanford.edu Thu Mar 1 14:00:09 2001 From: mbell at snf.stanford.edu (Mike Bell) Date: Thu, 01 Mar 2001 14:00:09 -0800 Subject: unable to access remote coral .. References: Message-ID: <3A9EC668.D6C37B38@snf.stanford.edu> Sunril, We are anxious to give you a hand with the problem, but need more information about the specific platform, OS etc. Please call me a t 650 725-9503 or send me a number where you can be reached. Thanks, Mike Sunil Kumar wrote: > Hi, > > for the last three-four weeks, we have not been able to access the remote > coral, it always gives the error "cannot access equipment information", this > is the same error which my colleagues chris (ckenney) and dong (dyu) get > when they try to connect to remote coral, could you please look into the > problem and suggest what needs to be done to get it working since its > creating a lot of problem for us ... (rather its the 40 miles drive which > scares me .. ) > > regards, > Sunil. From jscalf at snf.stanford.edu Mon Mar 5 10:24:09 2001 From: jscalf at snf.stanford.edu (Jennifer Scalf) Date: Mon, 5 Mar 2001 10:24:09 -0800 (PST) Subject: Error mesg in remote coral. Message-ID: I am having trouble getting remote coral to run on my computer. Java Web Start runs fine, but after I type in my username and password I get the following error dialog box: "Error! Cannot access equipment information!" Is this a problem on my end? I'm not sure because I have heard of a similar problem from another user. I am also not sure if I've got multiple sessions of coral running now, because I tried this a number of times and, since I got the same error message each time, I wasn't able to close the session. Thanks, Jennifer Scalf From Sylvie.Haas at Sun.COM Mon Mar 5 15:14:49 2001 From: Sylvie.Haas at Sun.COM (Sylvie Haas) Date: Mon, 5 Mar 2001 15:14:49 -0800 (PST) Subject: Java Web Start launch Message-ID: <200103052314.PAA20215@taller.eng.sun.com> Hello, It came to our attention that your application Remote Coral uses Java Web Start. I am the product marketing manager for Java Web Start and I am currently planning its marketing launch at Internet World on March 14. I would like to include you in the list of Java Web Start partners I am building for our web site. Would that be of interest to you and your company? If you are not the right person to deal with these marketing things, can you point me to the right people? Thanks for your support, Best regards Sylvie Haas Sun Microsystems Senior Product Marketing Manager Java 2 Platform Standard Edition (408) 517-6876 sylvie.haas at eng.sun.com From bmurray at snf.stanford.edu Tue Mar 6 09:01:01 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 6 Mar 2001 09:01:01 -0800 (PST) Subject: Remote Access (fwd) Message-ID: ---------- Forwarded message ---------- Date: Mon, 05 Mar 2001 18:19:18 -0800 From: Anthony Flannery To: bmurray at Stanford.EDU Subject: Remote Access Just FYI, I have tried running Remote Corral on a Linux box, but no go. The box is here in CISX 205. Remote Coral does work under WIN98 for the same machine. The error I get is the "Equipment Database Unavailable" message (or something like that). I sent the error log file. I'd really like to have it running under Linux. Just wanted to let you know. Tony Flannery From hopcroft at snf.stanford.edu Tue Mar 6 14:42:36 2001 From: hopcroft at snf.stanford.edu (Matt Hopcroft) Date: Tue, 6 Mar 2001 14:42:36 -0800 (PST) Subject: equipment status Message-ID: Hi, I noticed today that the traffic lights for equipment status on remote coral don't seem to update- I observed a difference between my remote and local coral screens. Is there some way to force a refresh or screen update on the remote coral? thanks, -Matt Matt Hopcroft hopcroft at snf.stanford.edu 650.736.2380 From bmurray at snf.stanford.edu Tue Mar 6 15:11:22 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 6 Mar 2001 15:11:22 -0800 (PST) Subject: equipment status In-Reply-To: Message-ID: Matt, The event server ran out of memory this afternoon so events were not being posted promptly. I have restarted the servers and will increase the memory allocated to the event manager. Thanks, Bill On Tue, 6 Mar 2001, Matt Hopcroft wrote: > > Hi, > I noticed today that the traffic lights for equipment status on > remote coral don't seem to update- I observed a difference between my > remote and local coral screens. Is there some way to force a refresh or > screen update on the remote coral? thanks, > > -Matt > > Matt Hopcroft > hopcroft at snf.stanford.edu > 650.736.2380 > From bmurray at snf.stanford.edu Tue Mar 6 15:19:20 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 6 Mar 2001 15:19:20 -0800 (PST) Subject: CORBA Memory Leak Message-ID: John and Mike, Earlier this afternoon, the event manager ran out of memory. The following error occurred in Sun's Corba implmentation code: java.lang.OutOfMemoryError at com.sun.CORBA.iiop.IIOPConnection.createInputStream(IIOPConnection.ja va, Compiled Code) at com.sun.CORBA.iiop.ReaderThread.run(IIOPConnection.java, Compiled Cod e) 2001-03-06 15:06:19 Posted event: 101 (43, 43) Elapsed time: 9 + 3872 msec This doesn't necessarily mean the problem is in their code. However, based on the performance of our code over the last two weeks, I suspect that Sun has a memory leak in their Corba implementation. If this is the case, increasing the memory allocated to the event manager JVM will only defer the problem. We may wish to place some print statements in the event manager code to track memory utilization. Thanks, Bill From bmurray at snf.stanford.edu Tue Mar 6 15:33:39 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 6 Mar 2001 15:33:39 -0800 (PST) Subject: Coral Message-ID: John and Mike, I have been intentionally running the Coral software for long periods without restarting the servers because I wanted to stress test the application and prove the robustness of our code. (Apparently Sun doesn't have the same high standards.) Anyway, in most actual production environments, Coral would be restarted once a week. So we probably shouldn't waste any time tracking down this memory leak. We do have some options. Until today, we had been running over two weeks under a heavy load with no problems. First, we could leave the JVM initial memory allocation for the event manager where it is and, additionally, set a mamximum memory allocation to twice the intial allocation. That would probably give us four weeks. That should be overkill. Bill From bmurray at snf.stanford.edu Wed Mar 7 10:31:19 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Wed, 7 Mar 2001 10:31:19 -0800 (PST) Subject: Remote Access In-Reply-To: <3AA44926.81269EBB@leland.stanford.edu> Message-ID: Tony, I would love to see this running under Linux. I have also had problems with my Linux box at home, but that's because I'm running 5.2. What version of Linux are you running? Which version of the JDK do you have? Thanks, Bill On Mon, 5 Mar 2001, Anthony Flannery wrote: > Just FYI, > > I have tried running Remote Corral on a Linux box, but no go. The box is > here in CISX 205. Remote Coral does work under WIN98 for the same > machine. The error I get is the "Equipment Database Unavailable" message > (or something like that). I sent the error log file. > > I'd really like to have it running under Linux. Just wanted to let you > know. > > Tony Flannery > From mbell at snf.stanford.edu Wed Mar 7 19:00:24 2001 From: mbell at snf.stanford.edu (Mike Bell) Date: Wed, 07 Mar 2001 19:00:24 -0800 Subject: linux 7.0 coral Message-ID: <3AA6F5C8.F93856BF@snf.stanford.edu> John and Bill, I installed java and webstart on the 7.0 linux box outside the firewall, but coral failed with "cannot access equipment information". I plan to move the box inside the firewall and try it tomorrow. Mom called and said I can't play anymore today. Mike From bmurray at snf.stanford.edu Tue Mar 13 08:37:09 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 13 Mar 2001 08:37:09 -0800 (PST) Subject: CORBA Memory Leak Message-ID: John and Mike, >From the logs, it appears that the event server ran out of memory at about 7:15am this morning. All the other servers appeared to be running great; events just weren't being posted any longer. The servers had been up for one week. However, it was a week of very heavy activity where we frequently exceeded 50 concurrent active users. As soon as I finish the database/code cleanup, I will double the memory allocated to the event server JVM which should give us a couple of weeks under a heavy load. Of course, I immediately restarted all the servers when I found the problem this morning. Status on database cleanup: I'm currently modifying the ticket generation code to handle our new default project/account changes. After this, I need to make a quick set of global changes to accommodate the change from expired to active in works_on and charges_to. Then (finally), we're ready to modify all the tables and test extensively. Bill From bmurray at snf.stanford.edu Tue Mar 13 08:45:40 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 13 Mar 2001 08:45:40 -0800 (PST) Subject: Java Web Start launch (fwd) Message-ID: Has anyone responded to this yet? If not, I would be happy to. Bill ---------- Forwarded message ---------- Date: Mon, 5 Mar 2001 15:14:49 -0800 (PST) From: Sylvie Haas To: coral at snf.stanford.edu Cc: sylvie.haas at eng.sun.com Subject: Java Web Start launch Hello, It came to our attention that your application Remote Coral uses Java Web Start. I am the product marketing manager for Java Web Start and I am currently planning its marketing launch at Internet World on March 14. I would like to include you in the list of Java Web Start partners I am building for our web site. Would that be of interest to you and your company? If you are not the right person to deal with these marketing things, can you point me to the right people? Thanks for your support, Best regards Sylvie Haas Sun Microsystems Senior Product Marketing Manager Java 2 Platform Standard Edition (408) 517-6876 sylvie.haas at eng.sun.com From bmurray at snf.stanford.edu Tue Mar 13 10:01:52 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 13 Mar 2001 10:01:52 -0800 (PST) Subject: Java Web Start launch In-Reply-To: <200103052314.PAA20215@taller.eng.sun.com> Message-ID: Sylvie, I apologize for my delay in responding to your request. I hope it's not too late to be included on your list of Java Web Start partners. We have been using Java Web Start with great success since December 15, 2000. We run a sophisticated nanofabrication facility which is used by academic and industrial users from around the world. Together with MIT and UC Berkeley, we have written a custom application called Coral to manage all aspects of lab operation including equipment control, equipment reservations, lab access, accounting, equipment maintenance, facilities monitoring, ... Since our lab users frequently travel great distances to use our facility, it was essential that we provide secure remote access to our software. Java Web Start was the natural choice since our application is completely written using Java and CORBA (except for our equipment control device drivers which are written in C). We currently have hundreds of local users and over 150 remote users of Coral. With very limited assistance from us, our remote users have downloaded and installed JWS and Coral on a wide variety of different platforms. If you need any additional information, please let me know. We love Java and are greatly to Sun for their wonderful community spirit and sharing of this great technology. Thanks, Bill Murray Principal Systems Software Developer Stanford Nanofabrication Facility Stanford University On Mon, 5 Mar 2001, Sylvie Haas wrote: > Hello, > > It came to our attention that your application Remote Coral uses Java Web Start. I am > the product marketing manager for Java Web Start and I am currently planning its > marketing launch at Internet World on March 14. > > I would like to include you in the list of Java Web Start partners I am building for > our web site. Would that be of interest to you and your company? If you are not the > right person to deal with these marketing things, can you point me to the right > people? > > Thanks for your support, > > Best regards > > > Sylvie Haas > Sun Microsystems > Senior Product Marketing Manager > Java 2 Platform Standard Edition > (408) 517-6876 > sylvie.haas at eng.sun.com > From mbell at snf.stanford.edu Tue Mar 13 17:34:41 2001 From: mbell at snf.stanford.edu (Mike Bell) Date: Tue, 13 Mar 2001 17:34:41 -0800 Subject: Sunray update Message-ID: <3AAECAB1.F5A2B38F@snf.stanford.edu> John & Bill, Turns out if we disconnect the fiber from the E3500 and plug it into a test switch we see traffic both ways. So it doesn't look like a bad fiber. Then if we plug a short patch cable in the E3500 and to a test switch located next to it, you see nothing until you giggle the end of the top cable for a while. Eventually we did get it to start, but only for a while. My guess is that there is some sort of switch that is engaged when you push a fiber into the jack on the card. The top one just doesn't feel right. This is similar to the button on the microvax 3600 problem. While I suspected this as the problem early on without the spare switch (Jason supplied) it was tough to nail down. If this had been a 100baseT I could have nailed the problem in a few minutes since we have a tester. I'll look around a bit for something that will work with fiber in the event this happens again. Sun has promised to send someone out - first thing tomorrow. Mike From bmurray at snf.stanford.edu Wed Mar 14 08:39:26 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Wed, 14 Mar 2001 08:39:26 -0800 (PST) Subject: Sunray Problem Message-ID: John and Mike, After taking another look at the logs, I'm wondering if we haven't been having intermittent problems with this network card for a few days. I also believe that what I thought may have been a CORBA memory leak at 7:15am yesterday was really network delays related to the Sunray card. For the last two days, we have had a significant number of events which have taken minutes to deliver with no apparent reason. I think that the reason may have been retrys to get to the sunrays in the lab. Once the card is fixed, we'll see if there's a noticeable difference. Bill From mbell at snf.stanford.edu Wed Mar 14 08:59:44 2001 From: mbell at snf.stanford.edu (Mike Bell) Date: Wed, 14 Mar 2001 08:59:44 -0800 Subject: Don't let the Sun go down on me. Message-ID: <3AAFA380.3DE67F9A@snf.stanford.edu> John and Bill, Turns out the gigabit card will be flown into our area as none are locally available. Steve, our Sun FE, will try to give me a time that the card will get delivered to 420 Via Ortega. He suspects it will take at least 4 hours. When it arrives I am to page him. Since this is an open case I can only hope the 4 hour rule doesn't apply! I'll talk to Tony and Raphael so we can minimize lag time. We can run Coral remote from PCs in the lab and elsewhere if that gets us anywhere. I've noticed that it runs a lot faster without all those pesky lab users. We could also produce a form and ask users to submit their time in writing and we could enter it after the fact. Or not. Last do we want to post a message on the web site for remote users or even disable remote Coral since a reservation for today would conflict with our - all on - first come - first serve situation. Mike From intelbalaji at yahoo.com Fri Mar 16 17:17:08 2001 From: intelbalaji at yahoo.com (Balaji Venkateshwaran) Date: Fri, 16 Mar 2001 17:17:08 -0800 (PST) Subject: remote coral Message-ID: <20010317011708.5056.qmail@web12802.mail.yahoo.com> Hi, I am CIS user. I was trying to download remote coral and encountered problems. My machine is a P3 based, windows 2000 OS. I had already set my remote access password and also downloaded Java Web Start 1.0 Then when I said " Launch Remote Coral" on SNF's website, it didn't succeed in doing that. I would appreciate your suggestions. Many thanks, Balaji __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ From shott at snf.stanford.edu Fri Mar 16 18:17:16 2001 From: shott at snf.stanford.edu (John Shott) Date: Fri, 16 Mar 2001 18:17:16 -0800 Subject: remote coral References: <20010317011708.5056.qmail@web12802.mail.yahoo.com> Message-ID: <3AB2C92C.C69D75D1@snf.stanford.edu> Balaji: Do you know if it downloaded the file Coral application onto your machine? If you do a find for "coral" on you machine you should see some files which the name coral in them buried in some deep directory. On my machine they are in: C:/Program Files/Java Web Start/javaws/cache/ .... and about 3 more directories down. If they are there, set up Java Web Start so that it does logging to a local file: In my case I log to D:/Home/javaws.log ... this can be specified on the Java Web Start control panel under Preferences/Advanced, I think. Then try to fire up Coral and either send us the log file or see if it offers any clues. Finally, are you doing this from Intel? Are you behind a firewall? If so, there may be the chance that a firewall at your end isn't allowing the underlying CORBA traffic through. If you are behind a firewall, do you have the ability to try remote coral from a location that is not behind a firewall? I hope this helps, Let me know what you find. Thanks, John From bmurray at snf.stanford.edu Sun Mar 18 21:18:31 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Sun, 18 Mar 2001 21:18:31 -0800 (PST) Subject: Coral Hack Attempt? Message-ID: Mike and John, It looks like we might have our first break-in attempt from remote Coral. Of course, it wasn't successful. Here's the log entries. None of our users would try this login name. Also, early Sunday morning is a suspicious time for such an attempt. 2001-03-17 20:41:08 Member hector attempting remote authentication. 2001-03-18 03:03:22 Member Administrator attempting remote authentication. 2001-03-18 03:03:22 Login attempt by Administrator. Has no remote password. 2001-03-18 03:03:32 Member smat attempting remote authentication. 2001-03-18 03:03:32 Login attempt by smat. Has no remote password. 2001-03-18 03:03:43 Member Administrator attempting remote authentication. 2001-03-18 03:03:43 Login attempt by Administrator. Has no remote password. 2001-03-18 10:46:37 Member linan attempting remote authentication. Bill From bmurray at snf.stanford.edu Sun Mar 18 21:23:18 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Sun, 18 Mar 2001 21:23:18 -0800 (PST) Subject: Coral Message-ID: John and Mike, I need to see if I can get the ip address of CORBA method invocations from the ORB. That way I might be able to find the ip address of hacker login attempts. Bill From bmurray at snf.stanford.edu Mon Mar 19 10:23:42 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Mon, 19 Mar 2001 10:23:42 -0800 (PST) Subject: Status Message-ID: John and Mike, I have just finished my last pass on the code changes for the cleanup. After my morning snack, I'm ready to start on the database tables. Yeah!!! Bill From bmurray at snf.stanford.edu Mon Mar 19 16:08:25 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Mon, 19 Mar 2001 16:08:25 -0800 (PST) Subject: Remote Access In-Reply-To: <3AB2D4E2.7C32B11D@leland.stanford.edu> Message-ID: Tony, I need to know the exact version of Java that you are running locally. This looks like a bug in the JDK. Locally, we are using 1.2.2. I suspect that you are using 1.3.1 or 1.3.x. If you run java with the -version switch, you can get the version number. Here's the "java -version" output from the sunray: sunray [/home/labnet/bin] $ /app/jdk/bin/java -version java version "1.2.2" Classic VM (build JDK-1.2.2-W, native threads, sunwjit) Bill On Fri, 16 Mar 2001, Anthony Flannery wrote: > Bill, > > Here it is. It took me a long time to get at it because I physically had > to be at my desk to reboot that machine. > > What I do now is run VNCServer under Windows to gain access to Coral > remotely. That works, but a bit slow. Would also like to be able to do > it under Linux so that I can provide individual logins for users at > work, and I don't have to worry about them clobbering my Windows system. > > Tony > > From beckwith at snf.stanford.edu Tue Mar 20 08:15:44 2001 From: beckwith at snf.stanford.edu (Sharleen Beckwith) Date: Tue, 20 Mar 2001 08:15:44 -0800 (PST) Subject: failure notice (fwd) Message-ID: ---------- Forwarded message ---------- Date: 20 Mar 2001 16:09:04 -0000 From: MAILER-DAEMON at snf.stanford.edu To: beckwith at snf.stanford.edu Subject: failure notice Hi. This is the qmail-send program at snf.stanford.edu. I'm afraid I wasn't able to deliver your message to the following addresses. This is a permanent error; I've given up. Sorry it didn't work out. : ezmlm-reject: fatal: List address must be in To: or Cc: (#5.7.0) --- Below this line is a copy of the message. Return-Path: Received: (qmail 22075 invoked by uid 20039); 20 Mar 2001 16:09:04 -0000 Received: from localhost (sendmail-bs at 127.0.0.1) by localhost with SMTP; 20 Mar 2001 16:09:04 -0000 Date: Tue, 20 Mar 2001 08:09:04 -0800 (PST) From: Sharleen Beckwith To: coral at snf Subject: it is down Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII From bmurray at snf.stanford.edu Tue Mar 20 09:38:07 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 20 Mar 2001 09:38:07 -0800 (PST) Subject: Cleanroom management software (fwd) Message-ID: Mike and John, In case you're not on the labnetwork mailing list, here's a message that hit the list this morning. Bill ---------- Forwarded message ---------- Date: Tue, 20 Mar 2001 08:43:00 -0800 (PST) From: Yohannes M Desta To: labnetwork at mtl.mit.edu Subject: Cleanroom management software Dear colleagues: At CAMD/LSU, we have a class 100 cleanroom with a variety of lithography, thin film deposition, and metrology equipment serving about 50 registered users. We would like to automate the equipment reservation and logon/off process by using some type of integrated software/hardware. I know that MIT has a system called CAFE but I am not aware of its capabilities. Can anyone point me towards any software commercial or otherwise that can do this efficiently? Is CAFE available at the market place? Thanks. Yohannes M. Desta Research Associate, CAMD/LSU __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ From mtalary at yahoo.com Tue Mar 20 15:54:59 2001 From: mtalary at yahoo.com (Mark Talary) Date: Tue, 20 Mar 2001 15:54:59 -0800 (PST) Subject: External Coral Access Message-ID: <20010320235459.38001.qmail@web13304.mail.yahoo.com> Dear Sir / Madam, As an industrial lab user of the SNF facility I have tried to access the equipment list externally to be able to book equipment. I have set up an external password at SNF and downloaded the relevant Java web start software on my remote PC but I have been unable to get access to the equipment lists. When I launch the Coral Remote (SNF) application I get to enter my username and password but get an error message after about three minutes of "Cannot access equipment information". Can you advise me what can be done to get access? It would help if you could cc replies to: jeff at digimagik.com Thanks for your help. Mark Talary __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ From bmurray at snf.stanford.edu Tue Mar 27 08:36:54 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 27 Mar 2001 08:36:54 -0800 (PST) Subject: Status Message-ID: John and Mike, I'm finishing up the final sql conversion script. I'll try running the conversion scripts on bopeep later this morning. I'll let you know how it goes. Bill From michael.j.wittbrodt at stanfordalumni.org Tue Mar 27 09:12:56 2001 From: michael.j.wittbrodt at stanfordalumni.org (michael.j.wittbrodt at stanfordalumni.org) Date: 27 Mar 2001 09:12:56 -0800 Subject: remote coral access Message-ID: <20010327171256.5240.cpmta@c004.sfo.cp.net> An embedded and charset-unspecified text was scrubbed... Name: not available URL: From bmurray at snf.stanford.edu Tue Mar 27 13:05:22 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Tue, 27 Mar 2001 13:05:22 -0800 (PST) Subject: Status Message-ID: John and Mike, Finally testing the conversion scripts. I'm going to take lunch and return to fix the scripts. Bill From bmurray at snf.stanford.edu Thu Mar 29 08:11:35 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Thu, 29 Mar 2001 08:11:35 -0800 (PST) Subject: Event Service Message-ID: John and Mike, Although there were no errors in any of the logs and everything looked great on rosen, there had not be any events posted since around midnight last night. As I checked the other logs, it became clear that lots of events should have been posted during that time period. Although the event server appeared to be working fine, I don't think it was. So I restarted all. I have saved the logs in /var/log/labnet/lastlog. I can see from the event server log that the server was still up and running at 7:15 am this morning because of this entry: Service queue thread: ConcurrentModificationException. 2001-03-29 07:15:36--> The service queue has been modified. Will try to service again in 100 milliseconds. This is wierd. Memory use also looked fine. It doesn't appear to be a network problem because enables were being logged by the hardware manager during this time period. I'm puzzled. Bill From bmurray at snf.stanford.edu Thu Mar 29 13:33:01 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Thu, 29 Mar 2001 13:33:01 -0800 (PST) Subject: Data Conversion Message-ID: John and Mike, Based on a preliminary review of all the conversion logs on bopeep, I believe I have successfully converted all the data on the development platform. I have also cleanly compiled and installed all the new code on guilden. Since we've eliminated snfdev, I need to make some minor modifications to the configuration files before firing up the servers to begin testing. I'm stopping for lunch now. Does anyone remember which machine used to be labadmin.snfdev? I'm sure it will come to me after lunch. Thanks, Bill From bmurray at snf.stanford.edu Fri Mar 30 11:12:37 2001 From: bmurray at snf.stanford.edu (Bill Murray) Date: Fri, 30 Mar 2001 11:12:37 -0800 (PST) Subject: Java Web Start Contest Message-ID: http://java.sun.com/products/javawebstart/contest.html We should enter. Bill