[jira] Created: (CARGO-691) Cannot resolve path to weblogic home installation

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

[jira] Created: (CARGO-691) Cannot resolve path to weblogic home installation

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Cannot resolve path to weblogic home installation
-------------------------------------------------

                 Key: CARGO-691
                 URL: http://jira.codehaus.org/browse/CARGO-691
             Project: Cargo
          Issue Type: Bug
          Components: Maven2, Weblogic
         Environment: windows xp maven2
            Reporter: Paul van den Berg
         Attachments: errorMessage.txt

when using the cargo-maven2-plugin with containerId weblogic10x, the directory pointed out in the home var isn't resolved properly.

definition of de var: <home>s:\bea\Platform_102</home>
it resolves to: s:\bea, so resulting in an error that no installation was found.

The error message is attached.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

    http://xircles.codehaus.org/manage_email



[jira] Commented: (CARGO-691) Cannot resolve path to weblogic home installation

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/CARGO-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=179764#action_179764 ]

Jorg Heymans commented on CARGO-691:
------------------------------------

i'm seeing the same thing on weblogic9x

{code}
  <container>
    <containerId>weblogic9x</containerId>
        <home>D:/server/bea</home>
  </container>
{code}

gives me

{code}
org.codehaus.cargo.container.ContainerException: Invalid Weblogic installation. The [D:\server/registry.xml] file doesn't exist. Make sure the BEA_HOME directory you have specified points to the right location (It's currently pointing to [D:\server])
{code}

And why does it drop the last path element 'bea' in the exception message ??

> Cannot resolve path to weblogic home installation
> -------------------------------------------------
>
>                 Key: CARGO-691
>                 URL: http://jira.codehaus.org/browse/CARGO-691
>             Project: Cargo
>          Issue Type: Bug
>          Components: Maven2, Weblogic
>         Environment: windows xp maven2
>            Reporter: Paul van den Berg
>         Attachments: errorMessage.txt
>
>
> when using the cargo-maven2-plugin with containerId weblogic10x, the directory pointed out in the home var isn't resolved properly.
> definition of de var: <home>s:\bea\Platform_102</home>
> it resolves to: s:\bea, so resulting in an error that no installation was found.
> The error message is attached.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

    http://xircles.codehaus.org/manage_email



[jira] Commented: (CARGO-691) Cannot resolve path to weblogic home installation

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/CARGO-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=180985#action_180985 ]

rodneymckay commented on CARGO-691:
-----------------------------------

i set home as "F:/bea/weblogic92",

then cargo will get "f:/bea" as bea_home,

it seams like cargo will substring from 0 to the last "/".

so problem solved!!!

> Cannot resolve path to weblogic home installation
> -------------------------------------------------
>
>                 Key: CARGO-691
>                 URL: http://jira.codehaus.org/browse/CARGO-691
>             Project: Cargo
>          Issue Type: Bug
>          Components: Maven2, Weblogic
>         Environment: windows xp maven2
>            Reporter: Paul van den Berg
>         Attachments: errorMessage.txt
>
>
> when using the cargo-maven2-plugin with containerId weblogic10x, the directory pointed out in the home var isn't resolved properly.
> definition of de var: <home>s:\bea\Platform_102</home>
> it resolves to: s:\bea, so resulting in an error that no installation was found.
> The error message is attached.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

    http://xircles.codehaus.org/manage_email



[jira] Commented: (CARGO-691) Cannot resolve path to weblogic home installation

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/CARGO-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=195254#action_195254 ]

Adrian Cole commented on CARGO-691:
-----------------------------------

by default bea_home != wl_home, as it is not default in the bea installer.

In order to override the bea home, you need to set the property cargo.weblogic.bea.home to what you like.

> Cannot resolve path to weblogic home installation
> -------------------------------------------------
>
>                 Key: CARGO-691
>                 URL: http://jira.codehaus.org/browse/CARGO-691
>             Project: Cargo
>          Issue Type: Bug
>          Components: Maven2, Weblogic
>         Environment: windows xp maven2
>            Reporter: Paul van den Berg
>         Attachments: errorMessage.txt
>
>
> when using the cargo-maven2-plugin with containerId weblogic10x, the directory pointed out in the home var isn't resolved properly.
> definition of de var: <home>s:\bea\Platform_102</home>
> it resolves to: s:\bea, so resulting in an error that no installation was found.
> The error message is attached.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

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

    http://xircles.codehaus.org/manage_email