Asked By
ella mendez
10 points
N/A
Posted on - 01/31/2012
I am looking for some help to install Oracle Web Logic server 11 G. I am getting an error message when executing the Web Logic Server. The error message says that ‘it is not able to archive because it is corrupted. Please help me to get out of this problem. Thanks in advance.
Oracle Web Logic Server 11 G Error on archive file
hi ellaÂ
Â
You have to do some steps like given below to solve this kind of problem
1. Shutdown the Admin Server gracefully as follows:
export MW_HOME=/u01/app/oracle/middleware
export DOMAIN_HOME=$MW_HOME/user_projects/domains/soa_domain
$DOMAIN_HOME/bin/stopWebLogic.sh
2. Remove the lock file:
rm /u01/app/oracle/middleware/user_projects/domains/soa_domain/servers/AdminServer/tmp/AdminServer.lok
3. Restart the Admin Server as follows, and you should be okay:
export MW_HOME=/u01/app/oracle/middlwareÂ
export DOMAIN_HOME=$MW_HOME/user_projects/domains/soa_domainÂ
cd $DOMAIN_HOME/binÂ
nohup $DOMAIN_HOME/bin/startWebLogic.sh &
let me know the result
Oracle Web Logic Server 11 G Error on archive file
Try to reinstall the WebLogic Server. Maybe the one that you have is damaged or corrupted. Click on the link below to download the installer. You need to accept the license agreement first to get the licensed version. The link contains the generic WebLogic 12.1.2 installer but it doesn't have the JVM/JDK.
Oracle WebLogic Server 11g Releases
The generic package installer is a .jar file which you can use to install the product on any platform where Java is already installed so it doesn't have JRockit and Sun JDK. Click the linke below for the WebLogic Server installation.
WebLogic Server 11g Release Installation Guide