J2EE 1.4 on Solaris 8


 
Thread Tools Search this Thread
Operating Systems Solaris J2EE 1.4 on Solaris 8
# 1  
Old 05-27-2004
J2EE 1.4 on Solaris 8

Hi, I'm tryng to install the J2EE 1.4 on Solaris 8, but I'm getting an error message, saying I don't have enough space on the device....but I DO have...heres a df -k:
Quote:
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 1720134 1260274 408256 76% /
/proc 0 0 0 0% /proc
fd 0 0 0 0% /dev/fd
mnttab 0 0 0 0% /etc/mnttab
swap 515832 0 515832 0% /var/run
swap 516408 576 515832 1% /tmp
/dev/dsk/c0t0d0s7 6021893 1675886 4285789 29% /export/home
I'm trying to install in /export/home.......

Help??
# 2  
Old 05-27-2004
...........

perhabs your filesystem is out of inodes.....

# df -F ufs -o i

greetings Preßy
# 3  
Old 05-28-2004
Well....here's the output of the df comand you told me:
Quote:
Filesystem iused ifree %iused Mounted on
/dev/dsk/c0t0d0s0 56129 377215 13% /
/dev/dsk/c0t0d0s7 15046 744506 2% /export/home
I don't think it's out of inodes right?
# 4  
Old 05-28-2004
Are you using disk quotas?

Code:
repquota /export/home

(linux command - should work on solaris too) - You may need to be root to do this
# 5  
Old 06-01-2004
Ok, so here`s the output:
Quote:
zarnick@solaris( zarnick )$repquota /export/home/
quotactl: no quotas file on any mounted file system
Cannot report on /export/home/
zarnick@solaris( zarnick )$
So...no quota...what now?
# 6  
Old 06-01-2004
Can you post exactly what happens? i.e. what directory youre in when you install, etc.?
# 7  
Old 06-01-2004
Recommended free space is 500MB and
Quote:
The following additional requirements should be met before installing the Sun Java System Application Server software.

* Free space: your temporary directory must have a minimum of 35MB free for Sun Java System Application Server installation, and 250 MB of free space for the SDK installation.
It may be the installation is looking at / partition and finding it doesn't have the space (either ignoring where you wanted to put it or it's still going to have to put some portions of the product in /usr or some other directory and it's only looking that / does not have the total needed space) - or - it may be at the time of installation, /tmp did not have enough space. Please post the before and after while trying to load the product - and the actually commands you are attempting when loading.
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

search for introduction Jboss book,for admins (no Java and J2EE dev expirence)

Hi I am searching for introduction to Jboss for admins book. I will administrate an application which runs inside Jboss. I have no Java and J2EE development experience. That means for dummies :wall: Amazon search gets to many hits: http://i.imgur.com/tCayW.png What do you recommend me?... (0 Replies)
Discussion started by: slashdotweenie
0 Replies

2. Programming

J2EE prerequisites

Hi guys, I'm going to start studding about J2EE in a couple of weeks. I have no idea about its technologies. what prerequisites do i need. I only know java and have basic knowledge about HTML. I have a solid knowledge on database. 1. Do i need java script or CSS knowledge for JSP and JSF? 2.... (1 Reply)
Discussion started by: majid.merkava
1 Replies

3. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies
Login or Register to Ask a Question