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

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

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

Reply to Author | View in Thread


    [ 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


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