Segmentation fault when trying to run Weblogic

2001-11-08 Thread Kunal Bisla

Hi,
I'm trying to run weblogic600sp2_linux.bin in my
Linux7.0 
I have installed the jdk after much difficulty cause
kaffe was already installed as the jdk
Now when I try to do 
startWeblogic.sh 
it gives me a segmentation fault 

It would be really nice If someone could help me out 
thanks in advance 
Kunal

__
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: Segmentation fault when trying to run Weblogic

2001-11-08 Thread Hale, Curt


>I'm trying to run weblogic600sp2_linux.bin in my
>Linux7.0 
>I have installed the jdk after much difficulty cause
>kaffe was already installed as the jdk
>Now when I try to do 
>startWeblogic.sh 
>it gives me a segmentation fault 
>

We are running WL6.0/RH7.0/JDK1.3.0 on our box, more or less
OK.  Did you upgrade the glibc rpms?  You should...
Is your Java env stuff all pointing at the right JDK:

- PATH : /usr/local/bea/jdk130/bin
- JAVA_HOME :  /usr/local/bea/jdk130

and not to the other jdks.

Also, from BEAs website of supported OSs, RH7.0 seems to have
gotten booted off the list, I believe that WL6.0 is supported on
RH6.2, RH7.1 - RH7.0 was not there anymore.  But it is running
for us.

That said, we're moving on to WL6.1, RH7.1, and JDK1.3.1_001 in hopes
of smoother sailing.

Good luck,
Curt


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Segmentation fault when trying to run Weblogic

2001-11-08 Thread Calvin Austin

Redhat 7.0? If so either upgrade or get the rh 7.0 patches from
their website. Some large apps also need the C stack size to be reset
 ulimit -s 2048 
which is fixed in later glibc builds

regards
calvin

Kunal Bisla wrote:
> 
> Hi,
> I'm trying to run weblogic600sp2_linux.bin in my
> Linux7.0
> I have installed the jdk after much difficulty cause
> kaffe was already installed as the jdk
> Now when I try to do
> startWeblogic.sh
> it gives me a segmentation fault
> 
> It would be really nice If someone could help me out
> thanks in advance
> Kunal
> 
> __
> Do You Yahoo!?
> Find a job, post your resume.
> http://careers.yahoo.com
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]