You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Geir Ove Grønmo (JIRA)" <je...@portals.apache.org> on 2009/07/08 11:36:14 UTC

[jira] Created: (JS2-1041) Installer fails when attempting to run PostgreSQL database scripts

Installer fails when attempting to run PostgreSQL database scripts
------------------------------------------------------------------

                 Key: JS2-1041
                 URL: https://issues.apache.org/jira/browse/JS2-1041
             Project: Jetspeed 2
          Issue Type: Bug
          Components: Installer
    Affects Versions: 2.2.0
         Environment: MacOSX
            Reporter: Geir Ove Grønmo


Running the java -jar jetspeed-installer-demo-2.2.0.jar installer I do get an error message complaining about a missing file in build.xml line 126. The reason is that the directory that contains the PostgreSQL scripts is called Jetspeed-2.2.0/database/postgresql and not Jetspeed-2.2.0/database/postgres. The directory name is retrieved from the db.type=postgres property in Jetspeed-2.2.0/database/database.properties.

I can get around the problem by not letting the installer setup the database, and instead do this myself after the install is done having renamed the directory first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-1041) Installer fails when attempting to run PostgreSQL database scripts

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ate Douma updated JS2-1041:
---------------------------

    Fix Version/s: 2.2.1

> Installer fails when attempting to run PostgreSQL database scripts
> ------------------------------------------------------------------
>
>                 Key: JS2-1041
>                 URL: https://issues.apache.org/jira/browse/JS2-1041
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Installer
>    Affects Versions: 2.2.0
>         Environment: MacOSX
>            Reporter: Geir Ove Grønmo
>            Assignee: Randy Watler
>             Fix For: 2.2.1
>
>
> Running the java -jar jetspeed-installer-demo-2.2.0.jar installer I do get an error message complaining about a missing file in build.xml line 126. The reason is that the directory that contains the PostgreSQL scripts is called Jetspeed-2.2.0/database/postgresql and not Jetspeed-2.2.0/database/postgres. The directory name is retrieved from the db.type=postgres property in Jetspeed-2.2.0/database/database.properties.
> I can get around the problem by not letting the installer setup the database, and instead do this myself after the install is done having renamed the directory first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-1041) Installer fails when attempting to run PostgreSQL database scripts

Posted by "Philip Wu (JIRA)" <je...@portals.apache.org>.
    [ https://issues.apache.org/jira/browse/JS2-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12776704#action_12776704 ] 

Philip Wu commented on JS2-1041:
--------------------------------

I've wrriten up some steps on how to workaround this issue:

http://pwu-developer.blogspot.com/2009/11/apache-jetspeed-220-with-postgres.html

> Installer fails when attempting to run PostgreSQL database scripts
> ------------------------------------------------------------------
>
>                 Key: JS2-1041
>                 URL: https://issues.apache.org/jira/browse/JS2-1041
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Installer
>    Affects Versions: 2.2.0
>         Environment: MacOSX
>            Reporter: Geir Ove Grønmo
>            Assignee: Randy Watler
>
> Running the java -jar jetspeed-installer-demo-2.2.0.jar installer I do get an error message complaining about a missing file in build.xml line 126. The reason is that the directory that contains the PostgreSQL scripts is called Jetspeed-2.2.0/database/postgresql and not Jetspeed-2.2.0/database/postgres. The directory name is retrieved from the db.type=postgres property in Jetspeed-2.2.0/database/database.properties.
> I can get around the problem by not letting the installer setup the database, and instead do this myself after the install is done having renamed the directory first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Assigned: (JS2-1041) Installer fails when attempting to run PostgreSQL database scripts

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randy Watler reassigned JS2-1041:
---------------------------------

    Assignee: Randy Watler

> Installer fails when attempting to run PostgreSQL database scripts
> ------------------------------------------------------------------
>
>                 Key: JS2-1041
>                 URL: https://issues.apache.org/jira/browse/JS2-1041
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Installer
>    Affects Versions: 2.2.0
>         Environment: MacOSX
>            Reporter: Geir Ove Grønmo
>            Assignee: Randy Watler
>
> Running the java -jar jetspeed-installer-demo-2.2.0.jar installer I do get an error message complaining about a missing file in build.xml line 126. The reason is that the directory that contains the PostgreSQL scripts is called Jetspeed-2.2.0/database/postgresql and not Jetspeed-2.2.0/database/postgres. The directory name is retrieved from the db.type=postgres property in Jetspeed-2.2.0/database/database.properties.
> I can get around the problem by not letting the installer setup the database, and instead do this myself after the install is done having renamed the directory first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Resolved: (JS2-1041) Installer fails when attempting to run PostgreSQL database scripts

Posted by "Randy Watler (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randy Watler resolved JS2-1041.
-------------------------------

    Resolution: Fixed

Corrected installer PosgreSQL database type name in installer scripts.

SVN commit 925552.

> Installer fails when attempting to run PostgreSQL database scripts
> ------------------------------------------------------------------
>
>                 Key: JS2-1041
>                 URL: https://issues.apache.org/jira/browse/JS2-1041
>             Project: Jetspeed 2
>          Issue Type: Bug
>          Components: Installer
>    Affects Versions: 2.2.0
>         Environment: MacOSX
>            Reporter: Geir Ove Grønmo
>            Assignee: Randy Watler
>             Fix For: 2.2.1
>
>
> Running the java -jar jetspeed-installer-demo-2.2.0.jar installer I do get an error message complaining about a missing file in build.xml line 126. The reason is that the directory that contains the PostgreSQL scripts is called Jetspeed-2.2.0/database/postgresql and not Jetspeed-2.2.0/database/postgres. The directory name is retrieved from the db.type=postgres property in Jetspeed-2.2.0/database/database.properties.
> I can get around the problem by not letting the installer setup the database, and instead do this myself after the install is done having renamed the directory first.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org