Oracle Web Logic Server 11 G Error on archive file

Asked By 10 points N/A Posted on -
qa-featured

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.

SHARE
Best Answer by nadia_qasim
Answered By 0 points N/A #94018

Oracle Web Logic Server 11 G Error on archive file

qa-featured

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

Best Answer
Best Answer
Answered By 0 points N/A #94019

Oracle Web Logic Server 11 G Error on archive file

qa-featured

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

Related Questions