Re: [sword-devel] CrossWire server down?

2016-12-29 Thread David Haslam
News via email from Troy The server is soon being relocated. I've posted a notice on the CrossWire facebook page. As this mailing list depends on the server being active, some of you may not see this reply until it's up and running again. David -- View this message in context: http://sw

[sword-devel] CrossWire server down?

2016-12-29 Thread David Haslam
Problem loading page http://crosswire.org/ It was OK yesterday, I think. David -- View this message in context: http://sword-dev.350566.n4.nabble.com/CrossWire-server-down-tp4656583.html Sent from the SWORD Dev mailing list archive at Nabble.com. _

[sword-devel] CrossWire server status?

2010-08-26 Thread David Haslam
I think the CrossWire server is down. http://www.crosswire.org/ gives a problem loading page error. -- View this message in context: http://sword-dev.350566.n4.nabble.com/CrossWire-server-status-tp2340164p2340164.html Sent from the SWORD Dev mailing list archive at Nabble.com.

Re: [sword-devel] crosswire server

2009-05-10 Thread Peter von Kaehne
Restarted finally successfully at 12:49 GMT (unless someone else had done so already and I re-did it...) Peter May 10, 2009, at 6:48 PM, Peter von Kaehne wrote: > >> DM Smith wrote: >>> Tomcat is having problems. Since most pages are served by tomcat, the >>> website for all practical purposes

Re: [sword-devel] crosswire server

2009-05-10 Thread DM Smith
On May 10, 2009, at 6:48 PM, Peter von Kaehne wrote: DM Smith wrote: Tomcat is having problems. Since most pages are served by tomcat, the website for all practical purposes is down. I have tried several times to restart, no joy (11.48 GMT) I was watching you do it. I also did the same. Sen

Re: [sword-devel] crosswire server

2009-05-10 Thread Peter von Kaehne
DM Smith wrote: > Tomcat is having problems. Since most pages are served by tomcat, the > website for all practical purposes is down. I have tried several times to restart, no joy (11.48 GMT) Peter ___ sword-devel mailing list: sword-devel@crosswire.org

[sword-devel] crosswire server

2009-05-10 Thread DM Smith
Tomcat is having problems. Since most pages are served by tomcat, the website for all practical purposes is down. Static pages and ftp still work fine. -- DM ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/li

Re: [sword-devel] CrossWire Server Problems

2009-04-18 Thread DM Smith
On Apr 18, 2009, at 7:04 AM, Troy A. Griffitts wrote: Peter von Kaehne wrote: Troy A. Griffitts wrote: Please keep an eye out on the site and if anyone still needs to reset tomcat to fix anything, please post so we know. Just restarted it again at 11:44 GMT. OK, I've just reverted JDK ba

Re: [sword-devel] CrossWire Server Problems

2009-04-18 Thread Troy A. Griffitts
Peter von Kaehne wrote: Troy A. Griffitts wrote: Please keep an eye out on the site and if anyone still needs to reset tomcat to fix anything, please post so we know. Just restarted it again at 11:44 GMT. OK, I've just reverted JDK back to 1.6.0_11. Again, please let me know if we have tro

Re: [sword-devel] CrossWire Server Problems

2009-04-18 Thread Peter von Kaehne
Troy A. Griffitts wrote: > Please keep an eye out on the site and if anyone still needs to reset > tomcat to fix anything, please post so we know. Just restarted it again at 11:44 GMT. Please note that our use of Squid seems to mask partially the failure of tomcat - i.e. all appears normal until

Re: [sword-devel] CrossWire Server Problems

2009-04-18 Thread Joachim Ansorg
> We've also added the -server flag, as can be seen in the line above. I > don't know exactly what this does, but saw it recommended on some sites > and sounded right for our application. :) -server selects the server virtual machine which is more agressive in optimization of the running program

Re: [sword-devel] CrossWire Server Problems

2009-04-17 Thread Troy A. Griffitts
Thanks for all the feeback guys. I'm removed the line: export JAVA_OPTS="-server -Xms4096m -Xmx8192m" which was added recently along with the upgrade to JDK 1.6.0_13. It is a 64bit JDK. Yeah, I have no idea what the max numbers the JDK can take. We probably should put SOMETHING in JAVA_OPTS,

Re: [sword-devel] CrossWire Server Problems

2009-04-17 Thread Peter von Kaehne
Since we got a new server there had been no tomcat problem until last few days. Then the problem suddenly happened several times in a row. As we have not changed much of the applications, nor (I do suspect) has the load not gone up, I think the problem must lie with whatever you did to tomcat itse

Re: [sword-devel] CrossWire Server Problems

2009-04-17 Thread Manfred Bergmann
Am 17.04.2009 um 02:09 schrieb DM Smith: There have been some problems with the server lately. I think, but am not sure, that tomcat is having problems. I'm not very up on tomcat, so take what follows with a grain of salt. Other than that this log indicates a heavy usage of the forums.

Re: [sword-devel] CrossWire Server Problems

2009-04-17 Thread Manfred Bergmann
Am 17.04.2009 um 04:26 schrieb Troy A. Griffitts: A few things that changed recently. I updated to jdk 1.6.0_13 I added the following env variable for tomcat: export JAVA_OPTS="-server -Xms4096m -Xmx8192m" Wondering if anyone has insights... I can always put them back if we think these ar

Re: [sword-devel] CrossWire Server Problems

2009-04-17 Thread Manfred Bergmann
Am 17.04.2009 um 02:09 schrieb DM Smith: There have been some problems with the server lately. I think, but am not sure, that tomcat is having problems. I'm not very up on tomcat, so take what follows with a grain of salt. For those with server access and appropriate permissions, tomcat

Re: [sword-devel] CrossWire Server Problems

2009-04-16 Thread Tonny Kohar
Hi, On Fri, Apr 17, 2009 at 10:26 AM, Troy A. Griffitts wrote: > A few things that changed recently. > > I updated to jdk 1.6.0_13 > > I added the following env variable for tomcat: > export JAVA_OPTS="-server -Xms4096m -Xmx8192m" > > Wondering if anyone has insights...  I can always put them bac

Re: [sword-devel] CrossWire Server Problems

2009-04-16 Thread Troy A. Griffitts
A few things that changed recently. I updated to jdk 1.6.0_13 I added the following env variable for tomcat: export JAVA_OPTS="-server -Xms4096m -Xmx8192m" Wondering if anyone has insights... I can always put them back if we think these are bad. Regarding swordorbserver. FileMgr in SWORD

Re: [sword-devel] CrossWire Server Problems

2009-04-16 Thread Gregory Hellings
DM, On Apr 16, 2009, at 20:09, DM Smith wrote: There have been some problems with the server lately. I think, but am not sure, that tomcat is having problems. I'm not very up on tomcat, so take what follows with a grain of salt. For those with server access and appropriate permissions,

[sword-devel] CrossWire Server Problems

2009-04-16 Thread DM Smith
There have been some problems with the server lately. I think, but am not sure, that tomcat is having problems. I'm not very up on tomcat, so take what follows with a grain of salt. For those with server access and appropriate permissions, tomcat logs have a wealth of info and can be found

Re: [sword-devel] CrossWire server status?

2008-12-08 Thread David Haslam
It is OK again today. David Haslam wrote: > > http://crosswire.org/ http://crosswire.org/ currently times out, though > I was using the wiki about an hour ago. > > > -- View this message in context: http://www.nabble.com/CrossWire-server-status--tp20883737p20899333.html Sent from the SW

[sword-devel] CrossWire server status?

2008-12-07 Thread David Haslam
http://crosswire.org/ http://crosswire.org/ currently times out, though I was using the wiki about an hour ago. -- View this message in context: http://www.nabble.com/CrossWire-server-status--tp20883737p20883737.html Sent from the SWORD Dev mailing list archive at Nabble.com. __

[sword-devel] CrossWire Server Maintenence

2005-11-15 Thread Troy A. Griffitts
Due to security breaches, CrossWire's servers will be down for some (hopefully short) time. Our apologies for the inconvenience. ___ sword-devel mailing list: sword-devel@crosswire.org http://www.crosswire.org/mailman/listinfo/sword-devel Instructions

[sword-devel] Crosswire Server

2005-11-06 Thread DM Smith
I noticed that the server is currently running Fedora Core 3. Any thoughts of upgrading to FC4? I noticed that the server was upgraded to FC3 about 5 months after its release and it is now about 5 months after the release of FC4. I have been using FC4 since it was released and I have found tha

Re: [sword-devel] CrossWire server

2003-11-28 Thread JPKlingon
In a message dated 11/28/2003 10:07:02 PM Central Standard Time, [EMAIL PROTECTED] writes: My apologies.  CrossWire's server had a CPU fan go out this holiday. ...   No apologies needed - glad to hear it is back online (here I thought the server was taking Thanksgiving weekend off)     ** htt

[sword-devel] CrossWire server

2003-11-28 Thread Troy A. Griffitts
My apologies. CrossWire's server had a CPU fan go out this holiday. This lead to a server outage for the last day and a half. Things should be back online now. -troy. ___ sword-devel mailing list [EMAIL PROTECTED] http://www.crosswire.org/mailman/l