[opencms-dev] Setup Freezes on save_properties.jsp

??? shiys at langhua.cn
Fri Dec 3 18:38:21 CET 2004


Hi Mark,

Thank you very much! Your instruction is very clear. I'll try it.

Thanks again.

Shi Yusen/Langhua.cn

-----????-----
???: Roedel, Mark [mailto:MarkRoedel at letu.edu]
????: 2004?12?3? 3:39
???: The OpenCms mailing list; leon at psybergate.com
??: RE: [opencms-dev] Setup Freezes on save_properties.jsp



I had the same problem on FreeBSD, and found it was due to my
/dev/random having run out of data.  You can either change your Java
config to use /dev/urandom (sorry, you'll have to Google for details),
or give /dev/random more sources of entropy using the 'rndcontrol'
command.  (This is what I did.)  By default, I believe it's set up to
just use the keyboard as a source of randomness, which is fine for a
desktop machine, but not much use for a system sitting unattended in a
server room...

--
Mark Roedel
Web Programmer / Analyst
LeTourneau University



-----Original Message-----
From: opencms-dev-bounces at opencms.org
[mailto:opencms-dev-bounces at opencms.org] On Behalf Of ???
Sent: Wednesday, December 01, 2004 9:02 PM
To: leon at psybergate.com
Cc: opencms-dev at opencms.org
Subject: Re: [opencms-dev] Setup Freezes on save_properties.jsp

Hello Leon,

Now I met the same problem when I setup 5.0.1 on a FreeBSD.

Have you got any solution?

TIA

Shi Yusen/Langhua



-----????-----
???: Leon Messerschmidt [mailto:leon at psybergate.com]
????: 2004?11?12? 22:07
???: opencms-dev at opencms.org
??: [opencms-dev] Setup Freezes on save_properties.jsp


Hello

I deployed and tested OpenCMS 5.0.1 on a local server and everything
went according to plan.  I am now trying to deploy OpenCMS on a (very
far remote) production machine but it simply freezes on
save_properties.jsp.

I read the archives and tried different browsers (due to some apparent
problems with Mozilla, which I didn't get on my test machine).  I got no
joy.  The rest of the posts in the archives aren't really helpful.

The Java process does not seem to be doing anything.  There aren't any
processor activity to talk of.  As far as I can tell the aren't any
network/filesystem blocks that holds down the process.  I tried to make
some JDBC connections from other systems and they seem to work
perfectly.

Other than a message that OpenCMS started up correctly there aren't
anything in the log files.  I tried running Tomcat as root to prevent
any file access problems from making me look like an idiot.

The environment is:
OpenCMS 5.0.1
Redhat AS3
Sun JDK 1.4.2_02-b03
Tomcat 4.1.29 (Not the one that comes with Redhat but a clean install)
MySQL 3.23.58

I did notice when I shutdown Tomcat, it does not shutdown cleanly and
that I have to kill the process manually.  Don't know if this is
unrelated.

I am a bit stumpted.  Can anyone help me with a diagnoses short of
running a remote debugger.  Pretty Please ;-)

~ Leon





More information about the opencms-dev mailing list