The Artifactory team is pleased to announce the availability of Artifactory 2.1 - the next major release of Artifactory!
New features and improvements offered in this version:
The add-ons initially offered in the pack are:
Instructions for easy upgrading to 2.1 from previous versions can be found here: http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory For a complete list of resolved issues in this version please see: http://issues.jfrog.org/jira/browse/RTFACT/fixforversion/10261 The latest Artifactory user guide is available at: http://wiki.jfrog.org/confluence/display/RTF/Artifactory+User+Guide Artifactory 2.1 is available for immediate download from JFrog's web site (http://artifactory.jfrog.org) or directly from SourceForge (http://sourceforge.net/project/platformdownload.php?group_id=175347). Enjoy! The Artifactory Team @ JFrog ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Hi Yoav, > The Artifactory team is pleased to announce the availability of > Artifactory 2.1 - the next major release of Artifactory! great. Just sadly it doesn't work for me with resin 4.0.1 (and also not with the current snapshot 4.0.s090928). I get a null point exception initializing spring/jersey. 2.0.8 at least worked when changing com.sun.jersey.config.property.resourceConfigClass to com.sun.jersey.api.core.ClasspathResourceConfig and adding <init-param> <param-name>com.sun.jersey.config.property.classpath</param-name> <param-value>WEB-INF/lib/artifactory-rest-2.0.8.jar</param-value> </init-param> It seems resin still misses something to run artifactory... :-( Best regards, --- Jan. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Administrator
|
Hi Jan,
Thanks for reporting this. We are going to have a look at it for the next minor release. Please follow up on http://issues.jfrog.org/jira/browse/RTFACT-2193. It would be nice if you could attach the stack trace for the NPE you got to the issue. Thanks, Yoav On Thu, Oct 8, 2009 at 10:40 AM, Jan Kriesten <[hidden email]> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
In reply to this post by Yoav Landman
Hi guys and congratulations with new release !! I couldn't upgrade Artifactory from v2.0.8 to v2.1.0 - just replacing war (as I always did) caused exceptions to be thrown, see the file attached. I'm running Tomcat 6.0.20 on Windows XP, exploded artifactory webapp directory was cleaned up. Previous upgrades 2.0.6 -> 2.0.7 -> 2.0.8 were just fine. http://www.nabble.com/file/p25848250/stdout_20091012.log stdout_20091012.log ----- -- Best regards, Evgeny http://evgeny-goldin.com/ -- View this message in context: http://www.nabble.com/-ANN--Artifactory-2.1-tp25796658p25848250.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
<DataStore> is set correctly (I'm using MySQL) Evgeny Goldin wrote: > > Hi guys and congratulations with new release !! > > I couldn't upgrade Artifactory from v2.0.8 to v2.1.0 - just replacing war > (as I always did) caused exceptions to be thrown, see the file attached. > I'm running Tomcat 6.0.20 on Windows XP, exploded artifactory webapp > directory was cleaned up. Previous upgrades 2.0.6 -> 2.0.7 -> 2.0.8 were > just fine. > > http://www.nabble.com/file/p25848250/stdout_20091012.log > stdout_20091012.log > ----- -- Best regards, Evgeny http://evgeny-goldin.com/ -- View this message in context: http://www.nabble.com/-ANN--Artifactory-2.1-tp25796658p25848289.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Looks like the system property 'java.io.tmpdir' is either pointing to a file or to a non-readable file/directory. Artifactory will print the value of this property if you'll set the logger named "org.artifactory.info.InfoWriter" from WARN to INFO in the logback config file (under $ARTIFACTORY_HOME/etc/logback.xml). Yossi From: Evgeny Goldin <[hidden email]> To: [hidden email] Sent: Mon, October 12, 2009 12:32:22 AM Subject: Re: [Artifactory-users] [ANN] Artifactory 2.1 <DataStore> is set correctly (I'm using MySQL) Evgeny Goldin wrote: > > Hi guys and congratulations with new release !! > > I couldn't upgrade Artifactory from v2.0.8 to v2.1.0 - just replacing war > (as I always did) caused exceptions to be thrown, see the file attached. > I'm running Tomcat 6.0.20 on Windows XP, exploded artifactory webapp > directory was cleaned up. Previous upgrades 2.0.6 -> 2.0.7 -> 2.0.8 were > just fine. > > http://www.nabble.com/file/p25848250/stdout_20091012.log > stdout_20091012.log > ----- -- Best regards, Evgeny http://evgeny-goldin.com/ -- View this message in context: http://www.nabble.com/-ANN--Artifactory-2.1-tp25796658p25848289.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Ok, I'll try it. Thank you! Yossi Shaul-2 wrote: > > Looks like the system property 'java.io.tmpdir' is either pointing to a > file or to a non-readable file/directory. > Artifactory will print the value of this property if you'll set the logger > named "org.artifactory.info.InfoWriter" from WARN to INFO in the logback > config file (under $ARTIFACTORY_HOME/etc/logback.xml). > > Yossi > > > > > ________________________________ > From: Evgeny Goldin <[hidden email]> > To: [hidden email] > Sent: Mon, October 12, 2009 12:32:22 AM > Subject: Re: [Artifactory-users] [ANN] Artifactory 2.1 > > > <DataStore> is set correctly (I'm using MySQL) > > > Evgeny Goldin wrote: >> >> Hi guys and congratulations with new release !! >> >> I couldn't upgrade Artifactory from v2.0.8 to v2.1.0 - just replacing war >> (as I always did) caused exceptions to be thrown, see the file attached. >> I'm running Tomcat 6.0.20 on Windows XP, exploded artifactory webapp >> directory was cleaned up. Previous upgrades 2.0.6 -> 2.0.7 -> 2.0.8 were >> just fine. >> >> http://www.nabble.com/file/p25848250/stdout_20091012.log >> stdout_20091012.log >> > > > ----- > -- > Best regards, > Evgeny > http://evgeny-goldin.com/ > > -- > View this message in context: > http://www.nabble.com/-ANN--Artifactory-2.1-tp25796658p25848289.html > Sent from the Artifactory-Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Artifactory-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Artifactory-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > ----- -- Best regards, Evgeny http://evgeny-goldin.com/ -- View this message in context: http://www.nabble.com/-ANN--Artifactory-2.1-tp25796658p25852232.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
In reply to this post by Yossi Shaul
No, it didn't help. I've switched <logger name="org.artifactory.info.InfoWriter"> <level value="INFO"/> </logger> but nothing related to "java.io.tmpdir" was printed in logs (still running 2.0.8 - should I use 2.1 in order to see this value printed?) Yossi Shaul-2 wrote: > > Looks like the system property 'java.io.tmpdir' is either pointing to a > file or to a non-readable file/directory. > Artifactory will print the value of this property if you'll set the logger > named "org.artifactory.info.InfoWriter" from WARN to INFO in the logback > config file (under $ARTIFACTORY_HOME/etc/logback.xml). > > Yossi > > > > > ________________________________ > From: Evgeny Goldin <[hidden email]> > To: [hidden email] > Sent: Mon, October 12, 2009 12:32:22 AM > Subject: Re: [Artifactory-users] [ANN] Artifactory 2.1 > > > <DataStore> is set correctly (I'm using MySQL) > > > Evgeny Goldin wrote: >> >> Hi guys and congratulations with new release !! >> >> I couldn't upgrade Artifactory from v2.0.8 to v2.1.0 - just replacing war >> (as I always did) caused exceptions to be thrown, see the file attached. >> I'm running Tomcat 6.0.20 on Windows XP, exploded artifactory webapp >> directory was cleaned up. Previous upgrades 2.0.6 -> 2.0.7 -> 2.0.8 were >> just fine. >> >> http://www.nabble.com/file/p25848250/stdout_20091012.log >> stdout_20091012.log >> > > > ----- > -- > Best regards, > Evgeny > http://evgeny-goldin.com/ > > -- > View this message in context: > http://www.nabble.com/-ANN--Artifactory-2.1-tp25796658p25848289.html > Sent from the Artifactory-Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Artifactory-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Artifactory-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/artifactory-users > > ----- -- Best regards, Evgeny http://evgeny-goldin.com/ -- View this message in context: http://www.nabble.com/-ANN--Artifactory-2.1-tp25796658p25870599.html Sent from the Artifactory-Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
In reply to this post by Yoav Landman
Heeeelp!
I'm trying to upgrade from 2.0.5 without success. I''m running Artifactory in Tomcat 6.0.18 under Linux, as a ROOT context. After a startup which take a lot of time, I've got the next error (artifactory.log): Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ntHost'. One of '{"http://artifactory.jfrog.org/xsd/1.4.0":domain}' is expected. (log atteched) In /etc/artifactory/ for artifactory.config.startup.xml, artifactory.config.bootstrap.xml I can see the offending parts: <proxy> <key>ss-proxy</key> <host>my.proxy.domain</host> <port>8080</port> <username>someuser</username> <password>somepass</password> <ntHost>my.domain.com</ntHost> <ntHost>my.domain.com</ntHost><ntHost>my.domain.com</ntHost><ntHost>my.domain.com</ntHost><ntHost>my.domain.com</ntHost><ntHost>my.domain.com</ntHost><domain>my.domain.com</domain> </proxy> I see ntHost 5 times for each proxy config. Modification of those file does not help at all, as those will be overwritten on next startup. As far as I can see downgrade (to 2.0.8) not applicable. I need some help ASAP. Thanks, Lóránd Somogyi ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Hi, Rename the fixed file to "artifactory.config.import.xml". This will cause Artifactory to reload the configuration from this file. We'll try to find what caused the duplication of ntHost. Is it the only proxy you have? Yossi From: Lóránd Somogyi <[hidden email]> To: [hidden email] Sent: Thu, October 15, 2009 1:21:35 PM Subject: Re: [Artifactory-users] [ANN] Artifactory 2.1 Heeeelp! I'm trying to upgrade from 2.0.5 without success. I''m running Artifactory in Tomcat 6.0.18 under Linux, as a ROOT context. After a startup which take a lot of time, I've got the next error (artifactory.log): Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'ntHost'. One of '{"http://artifactory.jfrog.org/xsd/1.4.0":domain}' is expected. (log atteched) In /etc/artifactory/ for artifactory.config.startup.xml, artifactory.config.bootstrap.xml I can see the offending parts: <proxy> <key>ss-proxy</key> <host>my.proxy.domain</host> <port>8080</port> <username>someuser</username> <password>somepass</password> <ntHost>my.domain.com</ntHost> <ntHost>my.domain.com</ntHost><ntHost>my.domain.com</ntHost><ntHost>my.domain.com</ntHost><ntHost>my.domain.com</ntHost><ntHost>my.domain.com</ntHost><domain>my.domain.com</domain> </proxy> I see ntHost 5 times for each proxy config. Modification of those file does not help at all, as those will be overwritten on next startup. As far as I can see downgrade (to 2.0.8) not applicable. I need some help ASAP. Thanks, Lóránd Somogyi ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Thanks Yossi!
That works for config. Unfortunately it looks like I ruined the jcr meanwhile... :-( To answer your question: We have 2 proxies defined. The duplications occurred for both. Regards, Lóránd Somogyi ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Can you send me the original config file (you can clean any private data)? I'll try to reproduce the issue with it. From: Lóránd Somogyi <[hidden email]> To: [hidden email] Sent: Thu, October 15, 2009 3:01:20 PM Subject: Re: [Artifactory-users] [ANN] Artifactory 2.1 Thanks Yossi! That works for config. Unfortunately it looks like I ruined the jcr meanwhile... :-( To answer your question: We have 2 proxies defined. The duplications occurred for both. Regards, Lóránd Somogyi ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Hi!
The orginal config is gone but I have some config which should do. (attached). Regards, Lóránd Somogyi http://lorands.com http://photols.com On Thu, Oct 15, 2009 at 5:07 PM, Yossi Shaul <[hidden email]> wrote:
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Artifactory-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/artifactory-users |
Free forum by Nabble | Edit this page |