|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
[vote] Release Continuum 1.1-beta-4Hi,
Continuum 1.1-beta-4 is ready for release The highlights are - lot of bug fixes - A new page to view the build queue - Customization of mail subject The Release Notes is available there: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=13727 The binaries are available there: - Runtime: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-4/continuum-plexus-runtime-1.1-beta-4-bin.tar.gz - Webapp: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-webapp/1.1-beta-4/continuum-webapp-1.1-beta-4.war - data management cli: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/data-management-cli/1.1-beta-4/data-management-cli-1.1-beta-4-app.jar Everyone is encouraged to vote and give their feedback. [ ] +1 Release it! [ ] 0 [ ] -1 Don't release it, because... The vote will be open for 72 hours. So, cast your votes now ;-) Here's my +1 Thanks, Emmanuel |
|
|
Re: [vote] Release Continuum 1.1-beta-4+1
-- Olivier 2007/10/25, Emmanuel Venisse <emmanuel@...>: > Hi, > > Continuum 1.1-beta-4 is ready for release > > The highlights are > - lot of bug fixes > - A new page to view the build queue > - Customization of mail subject > > The Release Notes is available there: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=13727 > > The binaries are available there: > - Runtime: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-4/continuum-plexus-runtime-1.1-beta-4-bin.tar.gz > - Webapp: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-webapp/1.1-beta-4/continuum-webapp-1.1-beta-4.war > - data management cli: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/data-management-cli/1.1-beta-4/data-management-cli-1.1-beta-4-app.jar > > Everyone is encouraged to vote and give their feedback. > > [ ] +1 Release it! > [ ] 0 > [ ] -1 Don't release it, because... > > > The vote will be open for 72 hours. So, cast your votes now ;-) > > Here's my +1 > > Thanks, > Emmanuel > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4> [x] -1 Don't release it, because...
I can't upgrade my MySql database. I exported Continuum 1.1-beta-3 database with a patched DMC beta-3, I created a new db for 1.1-beta-4, and DMC beta-4 doesn't seem to be able to load data in this new database : ... 20101 [main] INFO JPOX.RDBMS - Creating foreign key constraint : "BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS_FK2" in catalog "" schema "" 20173 [main] INFO JPOX.RDBMS - Validated 1 unique key(s) for table `BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS` Exception in thread "main" org.apache.maven.continuum.management.DataManagementException: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27] Message: Unrecognised tag: 'testResult' at org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:144) at org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:255) at org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:158) Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27] Message: Unrecognised tag: 'testResult' at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseBuildResult(ContinuumStaxReader.java:909) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProject(ContinuumStaxReader.java:1758) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProjectGroup(ContinuumStaxReader.java:2099) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseContinuumDatabase(ContinuumStaxReader.java:1091) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2589) at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2602) at org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:140) ... 2 more Additionally, DMC still doesn't read ~/.m2/settings.xml configuration file (proxy and repositories configuration) Damien |
|
|
Re: [vote] Release Continuum 1.1-beta-4I removed few days ago some tables in the model because they wasn't used, but they are exported by DMC beta-3.
Remove testResult tags in the xml file and it should be ok. I'll add some instructions about it on the site when I'll do the release. Emmanuel Damien Lecan a écrit : >> [x] -1 Don't release it, because... > > I can't upgrade my MySql database. > > I exported Continuum 1.1-beta-3 database with a patched DMC beta-3, I > created a new db for 1.1-beta-4, and DMC beta-4 doesn't seem to be > able to load data in this new database : > > ... > 20101 [main] INFO JPOX.RDBMS - Creating foreign key constraint : > "BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS_FK2" in catalog "" schema "" > 20173 [main] INFO JPOX.RDBMS - Validated 1 unique key(s) for table > `BUILDDEFINITIONTEMPLATE_BUILDDEFINITIONS` > Exception in thread "main" > org.apache.maven.continuum.management.DataManagementException: > javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27] > Message: Unrecognised tag: 'testResult' > at org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:144) > at org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:255) > at org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:158) > Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[53,27] > Message: Unrecognised tag: 'testResult' > at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseBuildResult(ContinuumStaxReader.java:909) > at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProject(ContinuumStaxReader.java:1758) > at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseProjectGroup(ContinuumStaxReader.java:2099) > at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.parseContinuumDatabase(ContinuumStaxReader.java:1091) > at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2589) > at org.apache.maven.continuum.model.project.io.stax.ContinuumStaxReader.read(ContinuumStaxReader.java:2602) > at org.apache.maven.continuum.management.JdoDataManagementTool.restoreDatabase(JdoDataManagementTool.java:140) > ... 2 more > > > Additionally, DMC still doesn't read ~/.m2/settings.xml configuration > file (proxy and repositories configuration) > > Damien > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4> I removed few days ago some tables in the model because they wasn't used, but they are exported by DMC beta-3.
> Remove testResult tags in the xml file and it should be ok. > I'll add some instructions about it on the site when I'll do the release. Ok, it works now. DMC still doesn't read my settings.xml file (proxy + Continuum beta-4 stage repository), but it can wait for next beta/rc release to be solved (or not). So +1 Damien |
|
|
Re: [vote] Release Continuum 1.1-beta-4Where is your settings.xml? It must be under ${user.home}/.m2/
Emmanuel Damien Lecan a écrit : >> I removed few days ago some tables in the model because they wasn't used, but they are exported by DMC beta-3. >> Remove testResult tags in the xml file and it should be ok. >> I'll add some instructions about it on the site when I'll do the release. > > Ok, it works now. > > DMC still doesn't read my settings.xml file (proxy + Continuum beta-4 > stage repository), but it can wait for next beta/rc release to be > solved (or not). > > So +1 > > Damien > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4> Where is your settings.xml? It must be under ${user.home}/.m2/
My settings.xml is under ${user.home}/.m2/ Here is what I get when I try to execute DMC and then dependency:resolve with DMC pom file. DMC alone : [robot@CC ~]$ java -jar data-management-cli-1.1-beta-4-app.jar ... 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli - Processing Continuum database... Exception in thread "main" org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing: ---------- 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-4 Try downloading the file manually from the project website. Then, install it using the command: mvn install:install-file -DgroupId=org.apache.maven.continuum -DartifactId=data-management-jdo \ -Dversion=1.1-beta-4 -Dpackaging=jar -Dfile=/path/to/file Path to dependency: 1) dummy:dummy:pom:1.0 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-4 ---------- 1 required artifact is missing. for artifact: dummy:dummy:pom:1.0 from the specified remote repositories: central (http://repo1.maven.org/maven2) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243) at org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:304) at org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:185) at org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:158) <= same session, same maven 2, same settings.xml => Then, with DMC pom file : [robot@CC ~]$ mvn dependency:resolve [INFO] Scanning for projects... Downloading: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-data-management/1.1-beta-4/continuum-data-management-1.1-beta-4.pom 2K downloaded Downloading: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-parent/1.1-beta-4/continuum-parent-1.1-beta-4.pom 25K downloaded Maven itself finds settings.xml and its configuration. Damien |
|
|
Re: [vote] Release Continuum 1.1-beta-4Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test)
Emmanuel Damien Lecan a écrit : >> Where is your settings.xml? It must be under ${user.home}/.m2/ > > My settings.xml is under ${user.home}/.m2/ > > Here is what I get when I try to execute DMC and then > dependency:resolve with DMC pom file. > > DMC alone : > > [robot@CC ~]$ java -jar data-management-cli-1.1-beta-4-app.jar ... > 0 [main] INFO org.apache.maven.continuum.management.DataManagementCli > - Processing Continuum database... > Exception in thread "main" > org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: > Missing: > ---------- > 1) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-4 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.maven.continuum > -DartifactId=data-management-jdo \ > -Dversion=1.1-beta-4 -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) dummy:dummy:pom:1.0 > 2) org.apache.maven.continuum:data-management-jdo:jar:1.1-beta-4 > > ---------- > 1 required artifact is missing. > > for artifact: > dummy:dummy:pom:1.0 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2) > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:305) > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:272) > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:243) > at org.apache.maven.continuum.management.DataManagementCli.downloadArtifact(DataManagementCli.java:304) > at org.apache.maven.continuum.management.DataManagementCli.processDatabase(DataManagementCli.java:185) > at org.apache.maven.continuum.management.DataManagementCli.main(DataManagementCli.java:158) > > > <= same session, same maven 2, same settings.xml => > > Then, with DMC pom file : > > [robot@CC ~]$ mvn dependency:resolve > [INFO] Scanning for projects... > Downloading: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-data-management/1.1-beta-4/continuum-data-management-1.1-beta-4.pom > 2K downloaded > Downloading: http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-parent/1.1-beta-4/continuum-parent-1.1-beta-4.pom > 25K downloaded > > Maven itself finds settings.xml and its configuration. > > Damien > > |
|
|
Re: [vote] Release Continuum 1.1-beta-42007/10/25, Emmanuel Venisse <emmanuel@...>:
> Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) http://jira.codehaus.org/browse/CONTINUUM-1536 Damien |
|
|
Re: [vote] Release Continuum 1.1-beta-4Thanks.
Emmanuel Damien Lecan a écrit : > 2007/10/25, Emmanuel Venisse <emmanuel@...>: >> Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) > > http://jira.codehaus.org/browse/CONTINUUM-1536 > > Damien > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4Hi,
It's duplicate with CONTINUUM-1492. Can you detailled what kind of proxy you use ? (NTLM authentification ?). Because as I have explained in CONTINUUM-1492, I have tested this successfully with adding -Dhttp.proxyHost=proxyhost.com, -Dhttp.proxyPort=80 (but with auth in the proxy) in the cli. Have you try this [1]? -- Olivier [1] http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html 2007/10/25, Damien Lecan <ml@...>: > 2007/10/25, Emmanuel Venisse <emmanuel@...>: > > Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) > > http://jira.codehaus.org/browse/CONTINUUM-1536 > > Damien > -- Olivier |
|
|
Re: [vote] Release Continuum 1.1-beta-4Hallo
anyone free to vote? :) i tried to install the webapp within a tomcat 5.5.25 / java 1.5 but i got stuck with a db driver problem (see below) i tried to follow instructions at: http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat but i am not quite sure those instructions are not foolproof. stupid questions part: - the settings for tomcat 5.0 and 5.5 are the same? - why is the war file not copied to webapps folder? - how do i configure the logs location (it claims a missing folder/file /logs/continuum.log)? - and finally where do i put the jdbc settings so the driver is found? regards :) ossi stacktrace: 2007-10-25 19:06:29,414 [main] INFO org.codehaus.plexus.PlexusContainer - Loading on start [role,roleHint]: [org.apache.maven.continuum.Continuum,default] 2007-10-25 19:06:30,609 [main] ERROR JPOX.RDBMS.Schema - Failed initialising database. Please check that your database JDBC driver is accessible, and the database URL and username/passwor d are correct. Exception : Cannot create JDBC driver of class '' for connect URL 'null' org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null' at org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150) at org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) at org.jpox.util.FailoverUtils.getConnection(FailoverUtils.java:51) at org.jpox.store.rdbms.RDBMSManager.<init>(RDBMSManager.java:241) --> No suitable driver found Emmanuel Venisse schrieb: > Hi, > > Continuum 1.1-beta-4 is ready for release > > The highlights are > - lot of bug fixes > - A new page to view the build queue > - Customization of mail subject > > The Release Notes is available there: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=13727 > > > The binaries are available there: > - Runtime: > http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-4/continuum-plexus-runtime-1.1-beta-4-bin.tar.gz > > - Webapp: > http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-webapp/1.1-beta-4/continuum-webapp-1.1-beta-4.war > > - data management cli: > http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/data-management-cli/1.1-beta-4/data-management-cli-1.1-beta-4-app.jar > > > Everyone is encouraged to vote and give their feedback. > > [ ] +1 Release it! > [ ] 0 > [ ] -1 Don't release it, because... > > > The vote will be open for 72 hours. So, cast your votes now ;-) > > Here's my +1 > > Thanks, > Emmanuel > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4ossi petz a écrit : > Hallo > > anyone free to vote? :) > > i tried to install the webapp within a tomcat 5.5.25 / java 1.5 but i > got stuck with a db driver problem (see below) > > i tried to follow instructions at: > http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat > > but i am not quite sure those instructions are not foolproof. > > stupid questions part: > - the settings for tomcat 5.0 and 5.5 are the same? no, and some version don't work due to missing libraries > - why is the war file not copied to webapps folder? The war must be exploded to access to some conf file like WEB-INF/classes/META-INF/plexus/application.xml > - how do i configure the logs location (it claims a missing > folder/file /logs/continuum.log)? The logs location is configured in WEB-INF/classes/log4j.xml By default, it use ${appserver.base}/logs/continuum.log and if you didn't configured appserver.base property in your tomcat, it is empty. > - and finally where do i put the jdbc settings so the driver is found? jdbc settings must be done in Tomcat because Continuum use JNDI for the datasources Look at this doc: http://people.apache.org/~evenisse/continuum_1.1_site/documentation/1_1/installation/tomcat.html Emmanuel > > regards :) > > ossi > > > > stacktrace: > > 2007-10-25 19:06:29,414 [main] INFO org.codehaus.plexus.PlexusContainer > - Loading on start [role,roleHint]: > [org.apache.maven.continuum.Continuum,default] > 2007-10-25 19:06:30,609 [main] ERROR JPOX.RDBMS.Schema - Failed > initialising database. Please check that your database JDBC driver is > accessible, and the database URL and username/passwor > d are correct. Exception : Cannot create JDBC driver of class '' for > connect URL 'null' > org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC > driver of class '' for connect URL 'null' > at > org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150) > > at > org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) > > at org.jpox.util.FailoverUtils.getConnection(FailoverUtils.java:51) > at org.jpox.store.rdbms.RDBMSManager.<init>(RDBMSManager.java:241) > > --> No suitable driver found > > > > > > Emmanuel Venisse schrieb: >> Hi, >> >> Continuum 1.1-beta-4 is ready for release >> >> The highlights are >> - lot of bug fixes >> - A new page to view the build queue >> - Customization of mail subject >> >> The Release Notes is available there: >> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=13727 >> >> >> The binaries are available there: >> - Runtime: >> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-4/continuum-plexus-runtime-1.1-beta-4-bin.tar.gz >> >> - Webapp: >> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-webapp/1.1-beta-4/continuum-webapp-1.1-beta-4.war >> >> - data management cli: >> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/data-management-cli/1.1-beta-4/data-management-cli-1.1-beta-4-app.jar >> >> >> Everyone is encouraged to vote and give their feedback. >> >> [ ] +1 Release it! >> [ ] 0 >> [ ] -1 Don't release it, because... >> >> >> The vote will be open for 72 hours. So, cast your votes now ;-) >> >> Here's my +1 >> >> Thanks, >> Emmanuel >> >> > > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4Normally, the proxy info must be loaded from the settings.xml and used by wagon, but maybe I ommit some code in
http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-data-management/data-management-cli/src/main/java/org/apache/maven/continuum/management/DataManagementCli.java in downloadArtifact(...) method Emmanuel olivier lamy a écrit : > Hi, > It's duplicate with CONTINUUM-1492. > Can you detailled what kind of proxy you use ? (NTLM authentification ?). > Because as I have explained in CONTINUUM-1492, I have tested this > successfully with adding -Dhttp.proxyHost=proxyhost.com, > -Dhttp.proxyPort=80 (but with auth in the proxy) in the cli. > Have you try this [1]? > -- > Olivier > > [1] http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html > > 2007/10/25, Damien Lecan <ml@...>: >> 2007/10/25, Emmanuel Venisse <emmanuel@...>: >>> Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) >> http://jira.codehaus.org/browse/CONTINUUM-1536 >> >> Damien >> > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4have instructions to migrate beta-3 database to beta-4?
-D On 10/25/07, Emmanuel Venisse <emmanuel@...> wrote: > Normally, the proxy info must be loaded from the settings.xml and used by wagon, but maybe I ommit some code in > http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-data-management/data-management-cli/src/main/java/org/apache/maven/continuum/management/DataManagementCli.java in downloadArtifact(...) > method > > Emmanuel > > olivier lamy a écrit : > > Hi, > > It's duplicate with CONTINUUM-1492. > > Can you detailled what kind of proxy you use ? (NTLM authentification ?). > > Because as I have explained in CONTINUUM-1492, I have tested this > > successfully with adding -Dhttp.proxyHost=proxyhost.com, > > -Dhttp.proxyPort=80 (but with auth in the proxy) in the cli. > > Have you try this [1]? > > -- > > Olivier > > > > [1] http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html > > > > 2007/10/25, Damien Lecan <ml@...>: > >> 2007/10/25, Emmanuel Venisse <emmanuel@...>: > >>> Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) > >> http://jira.codehaus.org/browse/CONTINUUM-1536 > >> > >> Damien > >> > > > > > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4instructions are the same from previous version, replace beta-2 by beta-3 and beta-3 by beta-4 :)
http://maven.apache.org/continuum/guides/mini/guide-data-management.html Emmanuel Dan Tran a écrit : > have instructions to migrate beta-3 database to beta-4? > > -D > > On 10/25/07, Emmanuel Venisse <emmanuel@...> wrote: >> Normally, the proxy info must be loaded from the settings.xml and used by wagon, but maybe I ommit some code in >> http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-data-management/data-management-cli/src/main/java/org/apache/maven/continuum/management/DataManagementCli.java in downloadArtifact(...) >> method >> >> Emmanuel >> >> olivier lamy a écrit : >>> Hi, >>> It's duplicate with CONTINUUM-1492. >>> Can you detailled what kind of proxy you use ? (NTLM authentification ?). >>> Because as I have explained in CONTINUUM-1492, I have tested this >>> successfully with adding -Dhttp.proxyHost=proxyhost.com, >>> -Dhttp.proxyPort=80 (but with auth in the proxy) in the cli. >>> Have you try this [1]? >>> -- >>> Olivier >>> >>> [1] http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html >>> >>> 2007/10/25, Damien Lecan <ml@...>: >>>> 2007/10/25, Emmanuel Venisse <emmanuel@...>: >>>>> Hmm, file an issue and I'll try to fix it (but I don't have a proxy to do a real test) >>>> http://jira.codehaus.org/browse/CONTINUUM-1536 >>>> >>>> Damien >>>> >>> >> > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4hallo
hell i was soooo close ;p after beeing proud to first had a look into the wiki before asking stupid questions i followed the instructions from the link you posted. works! (tomcat 5.5.25 includes the missing classes) so +1 from here :) regards ossi Emmanuel Venisse schrieb: > > > ossi petz a écrit : >> Hallo >> >> anyone free to vote? :) >> >> i tried to install the webapp within a tomcat 5.5.25 / java 1.5 but i >> got stuck with a db driver problem (see below) >> >> i tried to follow instructions at: >> http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat >> >> but i am not quite sure those instructions are not foolproof. >> >> stupid questions part: >> - the settings for tomcat 5.0 and 5.5 are the same? > > no, and some version don't work due to missing libraries > >> - why is the war file not copied to webapps folder? > > The war must be exploded to access to some conf file like > WEB-INF/classes/META-INF/plexus/application.xml > >> - how do i configure the logs location (it claims a missing >> folder/file /logs/continuum.log)? > > The logs location is configured in WEB-INF/classes/log4j.xml > By default, it use ${appserver.base}/logs/continuum.log and if you > didn't configured appserver.base property in your tomcat, it is empty. > >> - and finally where do i put the jdbc settings so the driver is found? > > jdbc settings must be done in Tomcat because Continuum use JNDI for the > datasources > > Look at this doc: > http://people.apache.org/~evenisse/continuum_1.1_site/documentation/1_1/installation/tomcat.html > > > Emmanuel > >> >> regards :) >> >> ossi >> >> >> >> stacktrace: >> >> 2007-10-25 19:06:29,414 [main] INFO >> org.codehaus.plexus.PlexusContainer - Loading on start >> [role,roleHint]: [org.apache.maven.continuum.Continuum,default] >> 2007-10-25 19:06:30,609 [main] ERROR JPOX.RDBMS.Schema - Failed >> initialising database. Please check that your database JDBC driver is >> accessible, and the database URL and username/passwor >> d are correct. Exception : Cannot create JDBC driver of class '' for >> connect URL 'null' >> org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC >> driver of class '' for connect URL 'null' >> at >> org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150) >> >> at >> org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880) >> >> at >> org.jpox.util.FailoverUtils.getConnection(FailoverUtils.java:51) >> at >> org.jpox.store.rdbms.RDBMSManager.<init>(RDBMSManager.java:241) >> >> --> No suitable driver found >> >> >> >> >> >> Emmanuel Venisse schrieb: >>> Hi, >>> >>> Continuum 1.1-beta-4 is ready for release >>> >>> The highlights are >>> - lot of bug fixes >>> - A new page to view the build queue >>> - Customization of mail subject >>> >>> The Release Notes is available there: >>> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=13727 >>> >>> >>> The binaries are available there: >>> - Runtime: >>> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-4/continuum-plexus-runtime-1.1-beta-4-bin.tar.gz >>> >>> - Webapp: >>> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-webapp/1.1-beta-4/continuum-webapp-1.1-beta-4..war >>> >>> - data management cli: >>> http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/data-management-cli/1.1-beta-4/data-management-cli-1.1-beta-4-app.jar >>> >>> >>> Everyone is encouraged to vote and give their feedback. >>> >>> [ ] +1 Release it! >>> [ ] 0 >>> [ ] -1 Don't release it, because... >>> >>> >>> The vote will be open for 72 hours. So, cast your votes now ;-) >>> >>> Here's my +1 >>> >>> Thanks, >>> Emmanuel >>> >>> >> >> >> > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4> It's duplicate with CONTINUUM-1492.
> Can you detailled what kind of proxy you use ? (NTLM authentification ?). Squid, without authentication > Because as I have explained in CONTINUUM-1492, I have tested this > successfully with adding -Dhttp.proxyHost=proxyhost.com, > -Dhttp.proxyPort=80 (but with auth in the proxy) in the cli. > Have you try this [1]? I tried. It was unsucessful. But DMC still tries to load dependencies from repo1.maven.org only. It ignores the added staging repository for beta-4 in settings.xml. So hard to know if it fails because of proxy configuration. Damien |
|
|
Re: [vote] Release Continuum 1.1-beta-4If possible, I'd like to see more votes for this release from committers/PMC
Thanks. Emmanuel Emmanuel Venisse a écrit : > Hi, > > Continuum 1.1-beta-4 is ready for release > > The highlights are > - lot of bug fixes > - A new page to view the build queue > - Customization of mail subject > > The Release Notes is available there: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10540&fixfor=13727 > > > The binaries are available there: > - Runtime: > http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-plexus-runtime/1.1-beta-4/continuum-plexus-runtime-1.1-beta-4-bin.tar.gz > > - Webapp: > http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/continuum-webapp/1.1-beta-4/continuum-webapp-1.1-beta-4.war > > - data management cli: > http://people.apache.org/builds/maven/continuum/1.1-beta-4/org/apache/maven/continuum/data-management-cli/1.1-beta-4/data-management-cli-1.1-beta-4-app.jar > > > Everyone is encouraged to vote and give their feedback. > > [ ] +1 Release it! > [ ] 0 > [ ] -1 Don't release it, because... > > > The vote will be open for 72 hours. So, cast your votes now ;-) > > Here's my +1 > > Thanks, > Emmanuel > > > |
|
|
Re: [vote] Release Continuum 1.1-beta-4On 10/29/07, Emmanuel Venisse <emmanuel@...> wrote:
> If possible, I'd like to see more votes for this release from committers/PMC Sorry, I missed this until Sunday evening. I'll take a look at it tonight. (Continuum releases tend to come as a surprise to me. A message a few days before, "I'm planning to do the release on Thursday..." would help me plan my time better.) -- Wendy |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |