Forum OpenACS Q&A: Install of OpenACS 4.5.1b hangs at: Loading SQLJ code..

Hi all,

I'm installing OpenACS 4.5.1b on RedHat 7.2 and Oracle 8.1.7.0.1

Installation is going in flying colors till getting to : "Loading SQLJ
code /..../regexp-oracle.sqlj..
Symptoms are same as when trying for the first time (without
modifications) to run java Oracle Installer, which is: nothing is
going on on the screen(for a long looong time), process is just
hanging there taking >90% of the CPU. So after I realized that this is
stuck I issued kill -9 and OpenACS4.5.1b install continued.
Same happend with next two packages, when "Loading SQLJ code
/web..../Util-oracle.sqlj" and "Loading SQLJ code
/web..../XMLExchange-oracle.sqlj

I have read Kevin's posting about his problem about same place but in
his case he was getting SIGSEGV error which I don't.
First I tried with glibc ver.2.1 and then I reverted back to ver.2.2
but there was no change, still hanging when trying to start jre.

by the way this is my very first posting, Im new to the Community but
already very impressed by what you guys doing.

Ciao,
Janus

Hi Janus,

I believe this is really a glibc issue.  I am sorry that I don't have links to give you.  But you can try google for "oracle greenpeace redhat".  Or may search through this forum.

Are you sure that your Oracle was properly installed and you have patched it to run in glibc 2.2?

Collapse
Posted by Vadim Nasardinov on

Xref

See also: http://www.google.com/search?q=LD_ASSUME_KERNEL+2.2.5+floating+point+stack+IBM+JRE

finally got back to this project, in fact it was the issue with the JRE and LD_ASSUME_KERNEL=2.2.5 again. It did full me at first though, as I was entering it manually before starting OpenACS install and it did not work.
It only started working smoothly when I entered: export LD_ASSUME_KERNEL=2.2.5 in .bash_profile for users oracle and nsadmin and restarted the system.Im sure only one was needed but I just did not want to pick the wrong one first.

ciao.
janus