Cargo is unable to find Weblogic home

View: New views
3 Messages — Rating Filter:   Alert me  

Cargo is unable to find Weblogic home

by Setya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I specify '/home/setya/Programs/wls103' as Weblogic home, but Cargo keeps throwing the following exception :

org.codehaus.cargo.container.ContainerException: Invalid Weblogic installation. The [/home/setya/Programs/modules] directory doesn't exist. Make sure the BEA_HOME directory you have specified points to the right location (It's currently pointing to [/home/setya/Programs])

It seems I encounter bug http://jira.codehaus.org/browse/CARGO-691

Any workaround, anyone ?

Any help would be greatly appreciated.

Regards,

Setya

Re: Cargo is unable to find Weblogic home

by Adrian Cole :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry you are having problems.

In weblogic land, there are 2 homes: BEA_HOME and WL_HOME.

By default, WL_HOME is the path of weblogic10.3/  and BEA_HOME is the
path including WL_HOME and also (very importantly) modules.

To reset the BEA_HOME, use the property cargo.weblogic.bea.home.

I hope this helps.

Cheers,
-Adrian

On Mon, Oct 19, 2009 at 7:25 AM, Setya <jsetya@...> wrote:

>
> Hi all,
>
> I specify '/home/setya/Programs/wls103' as Weblogic home, but Cargo keeps
> throwing the following exception :
>
> org.codehaus.cargo.container.ContainerException: Invalid Weblogic
> installation. The [/home/setya/Programs/modules] directory doesn't exist.
> Make sure the BEA_HOME directory you have specified points to the right
> location (It's currently pointing to [/home/setya/Programs])
>
> It seems I encounter bug  http://jira.codehaus.org/browse/CARGO-691
> http://jira.codehaus.org/browse/CARGO-691
>
> Any workaround, anyone ?
>
> Any help would be greatly appreciated.
>
> Regards,
>
> Setya
> --
> View this message in context: http://www.nabble.com/Cargo-is-unable-to-find-Weblogic-home-tp25959243p25959243.html
> Sent from the Cargo - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>    http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Cargo is unable to find Weblogic home

by Setya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Thanks for your advice.

I just changed the path into '/home/setya/Programs/wls103/wlserver_10.3' and it worked.

Regards,

Setya