Operating System - Tru64 Unix
1753297 Members
7067 Online
108792 Solutions
New Discussion юеВ

Re: Java 131 Installation Issue

 
Swaminathan_2
New Member

Java 131 Installation Issue

I have installed java131 successfully in
Tru64 Unix version 5.1A.

When i run the java command, i get this following error message.

swami> java
FastVM cannot allocate its internal data.
Please check process stack size and virtual address space limit.
Stack size may be too large, or virtual address space too small., file /runtime/
thread.c, line 298

What should i do to make java run?

Thanks in advance
3 REPLIES 3
Michael Schulte zur Sur
Honored Contributor

Re: Java 131 Installation Issue

Hi,

can you please post
sysconfig -q proc
?

Did you check the requirement from the installation procedure?

greetings,

Michael
Georg Tresselt
Honored Contributor

Re: Java 131 Installation Issue

What about your environment variables like CLASSPATH etc?
http://www.tresselt.eu
Ralf Puchner
Honored Contributor

Re: Java 131 Installation Issue

Read error message carefully:

Please check process stack size and virtual address space limit.

go through it:

check process stack size and virtual address space limit

how? have a look into admin guide if lost:

# sysconfig -q proc

easy - right?


Help() { FirstReadManual(urgently); Go_to_it;; }