<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-19964</id>
	<title>Nabble - Artifactory-Users</title>
	<updated>2009-11-26T05:38:28Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Artifactory-Users-f19964.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Artifactory-Users-f19964.html" />
	<subtitle type="html">Discussions for users of Artifactory, The Maven2 Enterprise Repository Manager and Proxy.&lt;br&gt;
Artifactory is a Maven 2 enterprise repository. It offers advanced proxying, caching and security facilities to provide a robust, reproducible and independent build environment when using Maven 2.&lt;br&gt;
Artifactory exposes a robust artifacts management platform using rich Ajax web UI and can be run out-of-the-box with a simple &quot;unzip and launch&quot;.&lt;br&gt;
The project home is &lt;a href=&quot;http://artifactory.sourceforge.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26529508</id>
	<title>Serious Problems with 2.1.2</title>
	<published>2009-11-26T05:38:28Z</published>
	<updated>2009-11-26T05:38:28Z</updated>
	<author>
		<name>Quallo</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;i've downloaded Artifactory 2.1.2 and first it worked brilliant. Till the first time I wanted to compare its performance to Nexus..
&lt;br&gt;I've deleted my local Maven repository and fired up Maven mvn deploy till Maven stopped at Apache Velocity 1.5 (I don't know, why this happens, same Problem with Nexus too, but not when using no repository manager at all).
&lt;br&gt;I downloaded Velocity manually and deployed it to Artifactory. Then everythink worked fine.
&lt;br&gt;&lt;br&gt;Today I tried to delete the local repository and try again but nothing worked. Artifactory throws the following exception:
&lt;br&gt;&lt;br&gt;2009-11-26 14:20:49,948 [btpool0-7] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom'&lt;/a&gt;...
&lt;br&gt;2009-11-26 14:20:49,948 [btpool0-7] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom.sha1'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom.sha1'&lt;/a&gt;...
&lt;br&gt;2009-11-26 14:20:49,948 [btpool0-7] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom.md5'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom.md5'&lt;/a&gt;...
&lt;br&gt;2009-11-26 14:20:49,948 [btpool0-7] [WARN ] (o.a.j.f.JcrFsItem :355) - Could not brute force delete node: javax.jcr.PathNotFoundException: /repositories/repo1-cache/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom
&lt;br&gt;2009-11-26 14:20:49,948 [btpool0-7] [ERROR] (o.m.log :87) - /artifactory/repo/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom
&lt;br&gt;java.lang.RuntimeException: Failed to save resource 'repo1:org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom'.
&lt;br&gt;at org.artifactory.repo.jcr.StoringRepoMixin.saveResource(StoringRepoMixin.java:476) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.repo.jcr.JcrRepoBase.saveResource(JcrRepoBase.java:247) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.repo.RemoteRepoBase.downloadAndSave(RemoteRepoBase.java:356) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.repo.service.RepositoryServiceImpl.downloadAndSave(RepositoryServiceImpl.java:1338) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:1.6.0_17]
&lt;br&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.artifactory.jcr.lock.aop.LockingAdvice.invoke(LockingAdvice.java:74) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.jcr.lock.aop.LockingAdvice.invoke(LockingAdvice.java:45) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at $Proxy19.downloadAndSave(Unknown Source) [na:na]
&lt;br&gt;at org.artifactory.repo.RemoteRepoBase.getResourceStreamHandle(RemoteRepoBase.java:312) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.repo.service.RepositoryServiceImpl.getResourceStreamHandle(RepositoryServiceImpl.java:1374) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:1.6.0_17]
&lt;br&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106) [spring-tx-2.5.6.jar:2.5.6]
&lt;br&gt;at org.artifactory.jcr.lock.aop.LockingAdvice.invoke(LockingAdvice.java:72) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.jcr.lock.aop.LockingAdvice.invoke(LockingAdvice.java:45) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at $Proxy19.getResourceStreamHandle(Unknown Source) [na:na]
&lt;br&gt;at org.artifactory.engine.DownloadServiceImpl.respond(DownloadServiceImpl.java:182) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.engine.DownloadServiceImpl.process(DownloadServiceImpl.java:124) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [na:1.6.0_17]
&lt;br&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at java.lang.reflect.Method.invoke(Unknown Source) [na:1.6.0_17]
&lt;br&gt;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.artifactory.request.aop.RequestAdvice.invoke(RequestAdvice.java:66) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) [spring-aop-2.5.6.jar:2.5.6]
&lt;br&gt;at $Proxy31.process(Unknown Source) [na:na]
&lt;br&gt;at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:112) [artifactory-web-application-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:76) [artifactory-web-application-2.1.2.jar:na]
&lt;br&gt;at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:191) [artifactory-web-application-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.webapp.servlet.AccessFilter.useAnonymousIfPossible(AccessFilter.java:174) [artifactory-web-application-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:115) [artifactory-web-application-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:91) [artifactory-web-application-2.1.2.jar:na]
&lt;br&gt;at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.artifactory.webapp.servlet.RequestFilter.doFilter(RequestFilter.java:54) [artifactory-web-application-2.1.2.jar:na]
&lt;br&gt;at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:54) [artifactory-web-application-2.1.2.jar:na]
&lt;br&gt;at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.Server.handle(Server.java:326) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) [jetty-6.1.21.jar:6.1.21]
&lt;br&gt;at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451) [jetty-util-6.1.21.jar:6.1.21]
&lt;br&gt;Caused by: org.artifactory.api.repo.exception.RepositoryRuntimeException: Could not create file node resource at '/repositories/repo1-cache/org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom'.
&lt;br&gt;at org.artifactory.jcr.fs.JcrFile.fillData(JcrFile.java:153) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.repo.jcr.StoringRepoMixin.saveResource(StoringRepoMixin.java:442) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;... 71 common frames omitted
&lt;br&gt;Caused by: javax.jcr.RepositoryException: Could not store POM file.: Failed to read POM for 'org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom'.
&lt;br&gt;at org.artifactory.jcr.fs.JcrFile.processXmlStream(JcrFile.java:553) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.jcr.fs.JcrFile.setResourceNode(JcrFile.java:508) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.jcr.fs.JcrFile.fillData(JcrFile.java:151) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;... 72 common frames omitted
&lt;br&gt;Caused by: org.artifactory.api.repo.exception.maven.BadPomException: Failed to read POM for 'org/apache/maven/plugins/maven-site-plugin/2.0-beta-7/maven-site-plugin-2.0-beta-7.pom'.
&lt;br&gt;at org.artifactory.maven.MavenModelUtils.validatePomTargetPath(MavenModelUtils.java:104) [artifactory-common-2.1.2.jar:na]
&lt;br&gt;at org.artifactory.jcr.fs.JcrFile.processXmlStream(JcrFile.java:551) [artifactory-core-2.1.2.jar:na]
&lt;br&gt;... 74 common frames omitted
&lt;br&gt;&lt;br&gt;&lt;br&gt;Its one of the standard Maven Plugins and Artifactory doesn't want to download it!? I even tried to reinstall ist twice on two different machines, i tried 2.0.6 too, same error...
&lt;br&gt;&lt;br&gt;&lt;br&gt;Who can help me with this strange problem and who can tell my why velocity isn't downloaded by nexus and by Artifactory but when using no repository manager it is downloaded?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Greets, 
&lt;br&gt;&lt;br&gt;Christoph</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Serious-Problems-with-2.1.2-tp26529508p26529508.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26526064</id>
	<title>Re: Unable to retrieve some artifacts</title>
	<published>2009-11-26T03:25:51Z</published>
	<updated>2009-11-26T03:25:51Z</updated>
	<author>
		<name>Proner</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Yossi Shaul-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;The google-collections and jackrabbit checksum files on repo1 (.sha1 and
&lt;br&gt;.md5) contains the wrong checksums.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
In fact it's weirder than that. I've got the same issue with eu.medsea.mimeutil:mime-util:2.1.2.
&lt;br&gt;But if I download manually the jar file and then generate the md5 checksum, the result is equals to the one proposed by repo1. It seems to me that Artifactory is actually generating a wrong checksum (for both md5 and sha) in some case. The question is why ?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-retrieve-some-artifacts-tp26510895p26526064.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525363</id>
	<title>Re: No browsing remote repos through http proxy</title>
	<published>2009-11-26T03:05:29Z</published>
	<updated>2009-11-26T03:05:29Z</updated>
	<author>
		<name>TorstenKarusseit</name>
	</author>
	<content type="html">Hi Yoav,
&lt;br&gt;thank you, your last answer give me the idea:
&lt;br&gt;you have to start maven (first edit settings.xml to connect to Artifactory) to let Artifactory connect to remote repos.
&lt;br&gt;Now it runs ;)
&lt;br&gt;&lt;br&gt;(I've posted two issues about the WebUI)
&lt;br&gt;&lt;br&gt;so long
&lt;br&gt;Torsten
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26525363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525008</id>
	<title>Re: Error Deleting virtual Repositories after fresh installation</title>
	<published>2009-11-25T22:52:37Z</published>
	<updated>2009-11-25T22:52:37Z</updated>
	<author>
		<name>Richard23</name>
	</author>
	<content type="html">Sorry, I fogot to write the versions:
&lt;br&gt;JDK: java-6-sun-1.6.0.07
&lt;br&gt;Tomcat: apache-tomcat-6.0.20
&lt;br&gt;Artifactory: artifactory-2.1.0.war
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Richard23 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hello,
&lt;br&gt;I get an &amp;quot;Internal Error&amp;quot; when I try to delete a virtual repository. I'm doing Admin-&amp;gt;Repositories-&amp;gt;Virtual Repositories-&amp;gt;plugins-snapshots-&amp;gt;Delete . So I tried to reinstall and start again. Same error. Reinstall means deleting tomcat installation and artifactory home, and then install tomcat6 and put artifactory-2.1.0.war into webapps folder. 
&lt;br&gt;&lt;br&gt;I took a look at the logs and it seems to me, that some references are not intact or the delete order is wrong. I attached the logs to this message.
&lt;br&gt;&lt;br&gt;My question is: What should i do to get this working?
&lt;br&gt;&lt;br&gt;Thanks a lot,
&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p26524979/catalina.2009-11-26.log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;catalina.2009-11-26.log&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p26524979/catalina.out&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;catalina.out&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p26524979/localhost.2009-11-26.log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;localhost.2009-11-26.log&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-Deleting-virtual-Repositories-after-fresh-installation-tp26524979p26525008.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524979</id>
	<title>Error Deleting virtual Repositories after fresh installation</title>
	<published>2009-11-25T22:47:43Z</published>
	<updated>2009-11-25T22:47:43Z</updated>
	<author>
		<name>Richard23</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;I get an &amp;quot;Internal Error&amp;quot; when I try to delete a virtual repository. I'm doing Admin-&amp;gt;Repositories-&amp;gt;Virtual Repositories-&amp;gt;plugins-snapshots-&amp;gt;Delete . So I tried to reinstall and start again. Same error. Reinstall means deleting tomcat installation and artifactory home, and then install tomcat6 and put artifactory-2.1.0.war into webapps folder. 
&lt;br&gt;&lt;br&gt;I took a look at the logs and it seems to me, that some references are not intact or the delete order is wrong. I attached the logs to this message.
&lt;br&gt;&lt;br&gt;My question is: What should i do to get this working?
&lt;br&gt;&lt;br&gt;Thanks a lot,
&lt;br&gt;Richard
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p26524979/catalina.2009-11-26.log&quot; target=&quot;_top&quot;&gt;catalina.2009-11-26.log&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p26524979/catalina.out&quot; target=&quot;_top&quot;&gt;catalina.out&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/file/p26524979/localhost.2009-11-26.log&quot; target=&quot;_top&quot;&gt;localhost.2009-11-26.log&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Error-Deleting-virtual-Repositories-after-fresh-installation-tp26524979p26524979.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521395</id>
	<title>Archetype Catalog not being recognized</title>
	<published>2009-11-25T14:28:16Z</published>
	<updated>2009-11-25T14:28:16Z</updated>
	<author>
		<name>Karl Nielsen</name>
	</author>
	<content type="html">So I added an archetype to Artifactory (tested it before uploading it and it works locally fine). I build an archetype-catalog.xml and uploaded it using curl as described here: &lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-651&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-651&lt;/a&gt;&lt;div&gt;
&lt;br&gt;&lt;/div&gt;&lt;div&gt;When I hit &lt;a href=&quot;http://192.168.147.167:8080/artifactory/libs-releases-local/archetype-catalog.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.168.147.167:8080/artifactory/libs-releases-local/archetype-catalog.xml&lt;/a&gt; it returns my catalog&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;The url returns my catalog when I hit it in a browser, but when I type mvn archetype:generate -DremoteRepositories=&lt;a href=&quot;http://192.168.147.167:8080/artifactory/repo&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://192.168.147.167:8080/artifactory/repo&lt;/a&gt; it doesn&amp;#39;t list my archetype in the list.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;What am I missing?&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521395&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Archetype-Catalog-not-being-recognized-tp26521395p26521395.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26519085</id>
	<title>Re: No browsing remote repos through http proxy</title>
	<published>2009-11-25T11:43:37Z</published>
	<updated>2009-11-25T11:43:37Z</updated>
	<author>
		<name>Yoav Landman-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Artifactory is a proxy - not a mirror or a remote repo browser. It does not offer auto cache population - you need to first request a remote artifact for Artifactory to cache it locally. Maven and other build tools issue artifact requests during build, causing this to happen. No connection to remote repositories is made if you only browse the cache.&lt;div&gt;
As for the second issue, it&amp;#39;d be appreciated if you could open a jira issue (&lt;a href=&quot;http://issues.jfrog.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org&lt;/a&gt;), preferably with a screenshot, so we can better understand what is visually wrong on your end.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Yoav&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 25, 2009 at 3:35 PM, TorstenKarusseit &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519085&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;admin@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;br&gt;
Hi Yoav,&lt;br&gt;
that sounds reasonable.&lt;br&gt;
I tried also &lt;a href=&quot;http://localhost:8081/artifactory/repo1&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1&lt;/a&gt; and&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;&lt;a href=&quot;http://localhost:8081/artifactory/remote-repos&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/remote-repos&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;with the same result.&lt;br&gt;
The URL &lt;a href=&quot;http://localhost:8081/artefactory/rep1-cache&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artefactory/rep1-cache&lt;/a&gt; came from my first try&lt;br&gt;
to connect Artifactory to the predefined repo &lt;a href=&quot;http://repo1.maven.org/maven2/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/&lt;/a&gt;&lt;br&gt;
which was wrong as you explained.&lt;br&gt;
What may be the cause of not getting any successfull connection to a remote&lt;br&gt;
repo ?&lt;br&gt;
Do I need some add-on ?&lt;br&gt;
Is there any command forcing Artifactory to connect to remote repo ?&lt;br&gt;
&lt;br&gt;
offtopic:&lt;br&gt;
You are in Admin/Reposities and you have a bit smaller window in your&lt;br&gt;
browser which is scrolled down.&lt;br&gt;
Then when you hover repo names the up-popping gadget is not synchronized to&lt;br&gt;
your selection.&lt;br&gt;
&lt;br&gt;
thankfull for any help&lt;br&gt;
Torsten&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26512714.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26512714.html&lt;/a&gt;&lt;br&gt;

&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519085&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26519085&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26519085.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512714</id>
	<title>Re: No browsing remote repos through http proxy</title>
	<published>2009-11-25T05:35:47Z</published>
	<updated>2009-11-25T05:35:47Z</updated>
	<author>
		<name>TorstenKarusseit</name>
	</author>
	<content type="html">Hi Yoav,
&lt;br&gt;that sounds reasonable.
&lt;br&gt;I tried also &lt;a href=&quot;http://localhost:8081/artifactory/repo1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1&lt;/a&gt;&amp;nbsp;and &lt;a href=&quot;http://localhost:8081/artifactory/remote-repos&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/remote-repos&lt;/a&gt;&lt;br&gt;with the same result.
&lt;br&gt;The URL &lt;a href=&quot;http://localhost:8081/artefactory/rep1-cache&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artefactory/rep1-cache&lt;/a&gt;&amp;nbsp;came from my first try to connect Artifactory to the predefined repo &lt;a href=&quot;http://repo1.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/&lt;/a&gt;&amp;nbsp;which was wrong as you explained.
&lt;br&gt;What may be the cause of not getting any successfull connection to a remote repo ?
&lt;br&gt;Do I need some add-on ?
&lt;br&gt;Is there any command forcing Artifactory to connect to remote repo ?
&lt;br&gt;&lt;br&gt;offtopic:
&lt;br&gt;You are in Admin/Reposities and you have a bit smaller window in your browser which is scrolled down.
&lt;br&gt;Then when you hover repo names the up-popping gadget is not synchronized to your selection.
&lt;br&gt;&lt;br&gt;thankfull for any help
&lt;br&gt;Torsten</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26512714.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512649</id>
	<title>Re: Unable to retrieve some artifacts</title>
	<published>2009-11-25T05:29:31Z</published>
	<updated>2009-11-25T05:29:31Z</updated>
	<author>
		<name>Yossi Shaul-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;The google-collections and jackrabbit checksum files on repo1 (.sha1 and .md5) contains the wrong checksums. By default artifactory uses checksum policy that prohibits saving files with bad checksum.&lt;br&gt;You can either download and deploy the files to local artifactory repository using the web ui or change the checksum policy to ignore or pass through the remote checksum.&lt;br&gt;
&lt;br&gt;Yossi&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 25, 2009 at 1:06 PM, Konstantin Larionov &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512649&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lkb@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Greetings,&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I am using Artifactory 2.1.2 and I have a remote repository defined.&lt;br&gt;
I got this error when I tried to cache the google-collections artifact:&lt;br&gt;
&lt;br&gt;
2009-11-25 13:08:15,111 [ajp-8009-3] [INFO ] (o.a.r.HttpRepo :164) - repo1:&lt;br&gt;
Retrieving&lt;br&gt;
&amp;#39;&lt;a href=&quot;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom%27.&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom&amp;#39;.&lt;/a&gt;..&lt;br&gt;

2009-11-25 13:08:15,127 [ajp-8009-3] [INFO ] (o.a.r.HttpRepo :164) - repo1:&lt;br&gt;
Retrieving&lt;br&gt;
&amp;#39;&lt;a href=&quot;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom.sha1%27.&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom.sha1&amp;#39;.&lt;/a&gt;..&lt;br&gt;

2009-11-25 13:08:15,142 [ajp-8009-3] [INFO ] (o.a.r.HttpRepo :164) - repo1:&lt;br&gt;
Retrieving&lt;br&gt;
&amp;#39;&lt;a href=&quot;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom.md5%27.&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom.md5&amp;#39;.&lt;/a&gt;..&lt;br&gt;

2009-11-25 13:08:15,158 [ajp-8009-3] [WARN ] (o.a.j.f.JcrFsItem :355) -&lt;br&gt;
Could not brute force delete node: javax.jcr.PathNotFoundException:&lt;br&gt;
/repositories/repo1-cache/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom&lt;br&gt;
2009-11-25 13:08:15,158 [ajp-8009-3] [WARN ] (o.a.e.DownloadServiceImpl:38)&lt;br&gt;
- Sending HTTP error code 409: Checksum policy &amp;#39;GEN_IF_ABSENT&amp;#39; rejected the&lt;br&gt;
artifact &amp;#39;google-collections-1.0-rc4.pom&amp;#39;. Checksums info:&lt;br&gt;
[ChecksumInfo{type=SHA-1,&lt;br&gt;
original=&amp;#39;8493bb363055defcb1b65980b6b12cea736b0ec5&amp;#39;,&lt;br&gt;
actual=&amp;#39;5dedd5f08cb09fde24920c22c59cd947d662bc2f&amp;#39;}, ChecksumInfo{type=MD5,&lt;br&gt;
original=&amp;#39;9e26a8a6aca1c1eeb6a87f32412c9bdf&amp;#39;,&lt;br&gt;
actual=&amp;#39;c29527e6071e0d98d4590f21c2bb22d6&amp;#39;}].&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Interesting thing is that google-collections-1.0-rc3 artifact is retrieved&lt;br&gt;
and cached successfully.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
The same issue is observed for the jackrabbit-jca artifact:&lt;br&gt;
&lt;br&gt;
2009-11-25 13:07:27,814 [ajp-8009-2] [INFO ] (o.a.r.HttpRepo :164) - repo1:&lt;br&gt;
Retrieving&lt;br&gt;
&amp;#39;&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom%27.&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom&amp;#39;.&lt;/a&gt;..&lt;br&gt;

2009-11-25 13:07:27,830 [ajp-8009-2] [INFO ] (o.a.r.HttpRepo :164) - repo1:&lt;br&gt;
Retrieving&lt;br&gt;
&amp;#39;&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom.sha1%27.&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom.sha1&amp;#39;.&lt;/a&gt;..&lt;br&gt;

2009-11-25 13:07:27,846 [ajp-8009-2] [INFO ] (o.a.r.HttpRepo :164) - repo1:&lt;br&gt;
Retrieving&lt;br&gt;
&amp;#39;&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom.md5%27.&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom.md5&amp;#39;.&lt;/a&gt;..&lt;br&gt;

2009-11-25 13:07:27,971 [ajp-8009-2] [WARN ] (o.a.j.f.JcrFsItem :355) -&lt;br&gt;
Could not brute force delete node: javax.jcr.PathNotFoundException:&lt;br&gt;
/repositories/repo1-cache/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom&lt;br&gt;
2009-11-25 13:07:27,971 [ajp-8009-2] [WARN ] (o.a.e.DownloadServiceImpl:38)&lt;br&gt;
- Sending HTTP error code 409: Checksum policy &amp;#39;GEN_IF_ABSENT&amp;#39; rejected the&lt;br&gt;
artifact &amp;#39;jackrabbit-jca-1.5.7.pom&amp;#39;. Checksums info:&lt;br&gt;
[ChecksumInfo{type=SHA-1,&lt;br&gt;
original=&amp;#39;65cde525625717c8977b45ed4154a1c7f9e91ccb&amp;#39;,&lt;br&gt;
actual=&amp;#39;247d58887a383d6b8ef311b84cdc940db06b1ab3&amp;#39;}, ChecksumInfo{type=MD5,&lt;br&gt;
original=&amp;#39;3d2980a16d353ebf450f00520a8aac4f&amp;#39;,&lt;br&gt;
actual=&amp;#39;b609e160b0f44254db166d11b80adee1&amp;#39;}].&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
At the same time jackrabbit-jca-1.5.6 artifact is retrieved and cached&lt;br&gt;
successfully.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Any thoughts?&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Unable-to-retrieve-some-artifacts-tp26510895p26510895.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Unable-to-retrieve-some-artifacts-tp26510895p26510895.html&lt;/a&gt;&lt;br&gt;

Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512649&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512649&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-retrieve-some-artifacts-tp26510895p26512649.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512029</id>
	<title>Re: No browsing remote repos through http proxy</title>
	<published>2009-11-25T04:44:55Z</published>
	<updated>2009-11-25T04:44:55Z</updated>
	<author>
		<name>Yoav  Landman</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;If you are requesting a resource directly from a repository cache you will only get what has already been cached - in your case nothing, since you didn&amp;#39;t make any remote artifact requests yet. You need to make the request to the remote repository, e.g.: &lt;meta charset=&quot;utf-8&quot;&gt;&lt;a href=&quot;http://localhost:8081/artifactory/repo1-cache&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1&lt;/a&gt;, or better, to a virtual repository URL facading other repositories, like &lt;meta charset=&quot;utf-8&quot;&gt;&lt;a href=&quot;http://localhost:8081/artifactory/repo1-cache&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/&lt;/a&gt;remote-repos.&lt;div&gt;
Please also see: &lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Understanding+Repositories&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Understanding+Repositories&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div&gt;PS. I don&amp;#39;t understand where the URL&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; &quot;&gt; &lt;a href=&quot;http://localhost:8081/artefactory/rep1-cache&quot; target=&quot;_blank&quot; style=&quot;color: rgb(42, 93, 176); &quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artefactory/rep1-cache&lt;/a&gt; in your log is coming from - but it has typos.&lt;/span&gt;&lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 25, 2009 at 12:44 PM, TorstenKarusseit &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512029&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;admin@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;br&gt;
Hi Yossi,&lt;br&gt;
after changed the logback.xml&lt;br&gt;
tail -f artifactory.log shows:&lt;br&gt;
2009-11-25 11:18:03,098 [logback-watching] [INFO ]&lt;br&gt;
(o.a.w.s.l.LogbackConfigListener$LogbackConfigWatchDog:127) - Reloaded&lt;br&gt;
logback config from:&lt;br&gt;
/home/pilot/Artifactory/artifactory-2.1.2/etc/logback.xml.&lt;br&gt;
&lt;br&gt;
then I selected &amp;quot;repo1-cache&amp;quot; in Artifacts/Simple Browser and in&lt;br&gt;
artifactory.log shows up nothing (!!!)&lt;br&gt;
&lt;br&gt;
then I tried:&lt;br&gt;
wget &lt;a href=&quot;http://localhost:8081/artifactory/repo1-cache&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1-cache&lt;/a&gt;&lt;br&gt;
getting:&lt;br&gt;
--2009-11-25 11:30:51-- &lt;a href=&quot;http://localhost:8081/artefactory/rep1-cache&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artefactory/rep1-cache&lt;/a&gt;&lt;br&gt;
Auflösen des Hostnamen &amp;gt;localhost&amp;lt;.... 127.0.0.1, ::1&lt;br&gt;
Verbindungsaufbau zu localhost|127.0.0.1|:8081... verbunden.&lt;br&gt;
HTTP Anforderung gesendet, warte auf Antwort... 302 Found&lt;br&gt;
Platz: &lt;a href=&quot;http://localhost:8081/artifactory/repo1-cache/[folge]
--2009-11-25&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1-cache/[folge]&lt;br&gt;
--2009-11-25&lt;/a&gt; 11:30:51-- &lt;a href=&quot;http://localhost:8081/artifactory/repo1-cache/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1-cache/&lt;/a&gt;&lt;br&gt;
Wiederverwendung der bestehenden Verbindung zu localhost:8081.&lt;br&gt;
HTTP Anforderung gesendet, warte auf Antwort... 200 OK&lt;br&gt;
Länge: 13069 (13K) [text/html]&lt;br&gt;
...&lt;br&gt;
tail -f artifactory.log shows:&lt;br&gt;
nothing (!!!)&lt;br&gt;
&lt;br&gt;
Conclusions:&lt;br&gt;
Artifactory does not try to connect to &lt;a href=&quot;http://repo1.maven.org/maven2/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/&lt;/a&gt; for&lt;br&gt;
repo1-cache.&lt;br&gt;
Question:&lt;br&gt;
How may I debug between the following two points:&lt;br&gt;
 a) selecting &amp;quot;repo1-cache&amp;quot; in Artifacts/Simple Browser and&lt;br&gt;
 b) Atrifactory connecting to &lt;a href=&quot;http://repo1.maven.org/maven2/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/&lt;/a&gt; ?&lt;br&gt;
&lt;br&gt;
Please tell me if I&amp;#39;m wrong in something.&lt;br&gt;
so long&lt;br&gt;
Torsten&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26510641.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26510641.html&lt;/a&gt;&lt;br&gt;

&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512029&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26512029&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26512029.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510895</id>
	<title>Unable to retrieve some artifacts</title>
	<published>2009-11-25T03:06:05Z</published>
	<updated>2009-11-25T03:06:05Z</updated>
	<author>
		<name>Konstantin Larionov</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;&lt;br&gt;I am using Artifactory 2.1.2 and I have a remote repository defined.
&lt;br&gt;I got this error when I tried to cache the google-collections artifact:
&lt;br&gt;&lt;br&gt;2009-11-25 13:08:15,111 [ajp-8009-3] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom'&lt;/a&gt;...
&lt;br&gt;2009-11-25 13:08:15,127 [ajp-8009-3] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom.sha1'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom.sha1'&lt;/a&gt;...
&lt;br&gt;2009-11-25 13:08:15,142 [ajp-8009-3] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom.md5'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom.md5'&lt;/a&gt;...
&lt;br&gt;2009-11-25 13:08:15,158 [ajp-8009-3] [WARN ] (o.a.j.f.JcrFsItem :355) - Could not brute force delete node: javax.jcr.PathNotFoundException: /repositories/repo1-cache/com/google/collections/google-collections/1.0-rc4/google-collections-1.0-rc4.pom
&lt;br&gt;2009-11-25 13:08:15,158 [ajp-8009-3] [WARN ] (o.a.e.DownloadServiceImpl:38) - Sending HTTP error code 409: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'google-collections-1.0-rc4.pom'. Checksums info: [ChecksumInfo{type=SHA-1, original='8493bb363055defcb1b65980b6b12cea736b0ec5', actual='5dedd5f08cb09fde24920c22c59cd947d662bc2f'}, ChecksumInfo{type=MD5, original='9e26a8a6aca1c1eeb6a87f32412c9bdf', actual='c29527e6071e0d98d4590f21c2bb22d6'}].
&lt;br&gt;&lt;br&gt;&lt;br&gt;Interesting thing is that google-collections-1.0-rc3 artifact is retrieved and cached successfully.
&lt;br&gt;&lt;br&gt;&lt;br&gt;The same issue is observed for the jackrabbit-jca artifact:
&lt;br&gt;&lt;br&gt;2009-11-25 13:07:27,814 [ajp-8009-2] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom'&lt;/a&gt;...
&lt;br&gt;2009-11-25 13:07:27,830 [ajp-8009-2] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom.sha1'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom.sha1'&lt;/a&gt;...
&lt;br&gt;2009-11-25 13:07:27,846 [ajp-8009-2] [INFO ] (o.a.r.HttpRepo :164) - repo1: Retrieving '&lt;a href=&quot;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom.md5'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom.md5'&lt;/a&gt;...
&lt;br&gt;2009-11-25 13:07:27,971 [ajp-8009-2] [WARN ] (o.a.j.f.JcrFsItem :355) - Could not brute force delete node: javax.jcr.PathNotFoundException: /repositories/repo1-cache/org/apache/jackrabbit/jackrabbit-jca/1.5.7/jackrabbit-jca-1.5.7.pom
&lt;br&gt;2009-11-25 13:07:27,971 [ajp-8009-2] [WARN ] (o.a.e.DownloadServiceImpl:38) - Sending HTTP error code 409: Checksum policy 'GEN_IF_ABSENT' rejected the artifact 'jackrabbit-jca-1.5.7.pom'. Checksums info: [ChecksumInfo{type=SHA-1, original='65cde525625717c8977b45ed4154a1c7f9e91ccb', actual='247d58887a383d6b8ef311b84cdc940db06b1ab3'}, ChecksumInfo{type=MD5, original='3d2980a16d353ebf450f00520a8aac4f', actual='b609e160b0f44254db166d11b80adee1'}].
&lt;br&gt;&lt;br&gt;&lt;br&gt;At the same time jackrabbit-jca-1.5.6 artifact is retrieved and cached successfully.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Any thoughts?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-retrieve-some-artifacts-tp26510895p26510895.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510641</id>
	<title>Re: No browsing remote repos through http proxy</title>
	<published>2009-11-25T02:44:17Z</published>
	<updated>2009-11-25T02:44:17Z</updated>
	<author>
		<name>TorstenKarusseit</name>
	</author>
	<content type="html">Hi Yossi,
&lt;br&gt;after changed the logback.xml
&lt;br&gt;tail -f artifactory.log shows:
&lt;br&gt;2009-11-25 11:18:03,098 [logback-watching] [INFO ] (o.a.w.s.l.LogbackConfigListener$LogbackConfigWatchDog:127) - Reloaded logback config from: /home/pilot/Artifactory/artifactory-2.1.2/etc/logback.xml.
&lt;br&gt;&lt;br&gt;then I selected &amp;quot;repo1-cache&amp;quot; in Artifacts/Simple Browser and in artifactory.log shows up nothing (!!!)
&lt;br&gt;&lt;br&gt;then I tried:
&lt;br&gt;wget &lt;a href=&quot;http://localhost:8081/artifactory/repo1-cache&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1-cache&lt;/a&gt;&lt;br&gt;getting:
&lt;br&gt;--2009-11-25 11:30:51-- &lt;a href=&quot;http://localhost:8081/artefactory/rep1-cache&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artefactory/rep1-cache&lt;/a&gt;&lt;br&gt;Auflösen des Hostnamen &amp;gt;localhost&amp;lt;.... 127.0.0.1, ::1
&lt;br&gt;Verbindungsaufbau zu localhost|127.0.0.1|:8081... verbunden.
&lt;br&gt;HTTP Anforderung gesendet, warte auf Antwort... 302 Found
&lt;br&gt;Platz: &lt;a href=&quot;http://localhost:8081/artifactory/repo1-cache/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1-cache/&lt;/a&gt;[folge]
&lt;br&gt;--2009-11-25 11:30:51-- &lt;a href=&quot;http://localhost:8081/artifactory/repo1-cache/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8081/artifactory/repo1-cache/&lt;/a&gt;&lt;br&gt;Wiederverwendung der bestehenden Verbindung zu localhost:8081.
&lt;br&gt;HTTP Anforderung gesendet, warte auf Antwort... 200 OK
&lt;br&gt;Länge: 13069 (13K) [text/html]
&lt;br&gt;...
&lt;br&gt;tail -f artifactory.log shows:
&lt;br&gt;nothing (!!!)
&lt;br&gt;&lt;br&gt;Conclusions:
&lt;br&gt;Artifactory does not try to connect to &lt;a href=&quot;http://repo1.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/&lt;/a&gt;&amp;nbsp;for repo1-cache.
&lt;br&gt;Question:
&lt;br&gt;How may I debug between the following two points:
&lt;br&gt;&amp;nbsp;a) selecting &amp;quot;repo1-cache&amp;quot; in Artifacts/Simple Browser and
&lt;br&gt;&amp;nbsp;b) Atrifactory connecting to &lt;a href=&quot;http://repo1.maven.org/maven2/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/&lt;/a&gt;&amp;nbsp;?
&lt;br&gt;&lt;br&gt;Please tell me if I'm wrong in something.
&lt;br&gt;so long
&lt;br&gt;Torsten</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26510641.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26510383</id>
	<title>Re: Encrypted Passwords</title>
	<published>2009-11-25T02:20:48Z</published>
	<updated>2009-11-25T02:20:48Z</updated>
	<author>
		<name>Yossi Shaul-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;The private and public keys are both automatically generated and stored on the server, using the Triple DES algorithm (aka DESede).&lt;br&gt;What you see in the ui and put in the settings.xml is the result of taking the clear text password and encrypting it using the DESede keys.&lt;br&gt;
&lt;br&gt;Yossi Shaul&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Nov 25, 2009 at 1:45 AM, bman &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510383&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bpape@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
Thanks Fred!&lt;br&gt;
&lt;br&gt;
This helps a lot, but I still have some questions.  So does this mean that&lt;br&gt;
the private key is stored on the user&amp;#39;s machine, and the public key is&lt;br&gt;
stored on the server?  What do you mean by &amp;quot;encrypt is clear text password&lt;br&gt;
in the UI?&amp;quot;  Is the encryption method Triple DES as mentioned in the Jira&lt;br&gt;
request?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Barry&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
freddy33 wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; First, yes this is implemented.&lt;br&gt;
&amp;gt; Second, the SecretKey is actually generated per user when he is using the&lt;br&gt;
&amp;gt; Artifactory Web UI. I mean that the password is used to authenticate the&lt;br&gt;
&amp;gt; user against LDAP, then when going to the user profile page the user can&lt;br&gt;
&amp;gt; &amp;quot;Unlock&amp;quot; his password using it&amp;#39;s personal private key with the same&lt;br&gt;
&amp;gt; password. Artifactory never store the LDAP password, just the pair&lt;br&gt;
&amp;gt; private/public key used to decrypt the grabbled text used by the user in&lt;br&gt;
&amp;gt; the&lt;br&gt;
&amp;gt; settings.xml and encrypt is clear text password in the UI.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Is that clear? :)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; HTH,&lt;br&gt;
&amp;gt; Fred.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Sat, Nov 14, 2009 at 12:51 AM, bman &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510383&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bpape@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Howdy,&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; According to the original feature request for encrypted passwords&lt;br&gt;
&amp;gt;&amp;gt; (&lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-1191&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-1191&lt;/a&gt;), the admin user should&lt;br&gt;
&amp;gt;&amp;gt; be&lt;br&gt;
&amp;gt;&amp;gt; able to set the key value:&lt;br&gt;
&amp;gt;&amp;gt; The basic concept is to allow an admin user the ability (via Web UI) to&lt;br&gt;
&amp;gt;&amp;gt; set&lt;br&gt;
&amp;gt;&amp;gt; a secret key value (javax.crypto.SecretKey) to be used for encrypting&lt;br&gt;
&amp;gt;&amp;gt; users&lt;br&gt;
&amp;gt;&amp;gt; passwords.  Once the secret key has been set, the normal user would use&lt;br&gt;
&amp;gt;&amp;gt; the&lt;br&gt;
&amp;gt;&amp;gt; Web UI to input his password and then generate the encrypted (Triple&lt;br&gt;
&amp;gt;&amp;gt; DES?)&lt;br&gt;
&amp;gt;&amp;gt; version of the password. The user would then cut-and-paste the encrypted&lt;br&gt;
&amp;gt;&amp;gt; string into the settings.xml file.&lt;br&gt;
&amp;gt;&amp;gt; Was this part implemented?  If so, how does one go about doing this?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Otherwise, how is the key set and what security controls are around the&lt;br&gt;
&amp;gt;&amp;gt; key?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; We are integrating with LDAP, so we just want to be sure our domain&lt;br&gt;
&amp;gt;&amp;gt; credentials are well protected.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Thanks,&lt;br&gt;
&amp;gt;&amp;gt; Barry&lt;br&gt;
&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Encrypted-Passwords-tp26344800p26344800.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Encrypted-Passwords-tp26344800p26344800.html&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt; focus&lt;br&gt;
&amp;gt;&amp;gt; on&lt;br&gt;
&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510383&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; --&lt;br&gt;
&amp;gt; Co. Founder and Chief Architect&lt;br&gt;
&amp;gt; JFrog Ltd&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.jfrog.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.jfrog.org/&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://twitter.com/freddy33&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/freddy33&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt; 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and focus&lt;br&gt;
&amp;gt; on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510383&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;View this message in context: &lt;a href=&quot;http://old.nabble.com/Encrypted-Passwords-tp26344800p26505325.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Encrypted-Passwords-tp26344800p26505325.html&lt;/a&gt;&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510383&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26510383&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Encrypted-Passwords-tp26344800p26510383.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509816</id>
	<title>Re: No browsing remote repos through http proxy</title>
	<published>2009-11-25T01:37:49Z</published>
	<updated>2009-11-25T01:37:49Z</updated>
	<author>
		<name>Yossi Shaul-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;Add the following to the logging configuration file, logback.xml under the etc directory:&lt;br&gt;    &amp;lt;logger name=&amp;quot;org.apache.commons.httpclient&amp;quot;&amp;gt;&lt;br&gt;        &amp;lt;level value=&amp;quot;DEBUG&amp;quot;/&amp;gt;&lt;br&gt;

    &amp;lt;/logger&amp;gt;&lt;br&gt;It will output all the debug messages of the http client when it tries to connect to a remote repository.&lt;br&gt;Use a link similar to: &lt;a href=&quot;http://localhost:8080/artifactory/repo1/commons-lang/commons-lang/2.4/commons-lang-2.4.jar&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/artifactory/repo1/commons-lang/commons-lang/2.4/commons-lang-2.4.jar&lt;/a&gt; to make artifactory connect to a remote repository.&lt;br&gt;
You can then analyze the log file.&lt;br&gt;&lt;br&gt;Yossi&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 24, 2009 at 3:28 PM, TorstenKarusseit &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509816&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;admin@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;br&gt;
I&amp;#39;ve already inserted the proxy in Admin/Configuration/Proxies but without&lt;br&gt;
luck.&lt;br&gt;
Is there an opportunity to &amp;#39;debug&amp;#39; the connection between Artifactory and&lt;br&gt;
remote repository ?&lt;br&gt;
Thank you&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26495853.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26495853.html&lt;/a&gt;&lt;br&gt;


Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509816&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509816&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26509816.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505325</id>
	<title>Re: Encrypted Passwords</title>
	<published>2009-11-24T15:45:34Z</published>
	<updated>2009-11-24T15:45:34Z</updated>
	<author>
		<name>bman</name>
	</author>
	<content type="html">Thanks Fred!
&lt;br&gt;&lt;br&gt;This helps a lot, but I still have some questions. &amp;nbsp;So does this mean that the private key is stored on the user's machine, and the public key is stored on the server? &amp;nbsp;What do you mean by &amp;quot;encrypt is clear text password in the UI?&amp;quot; &amp;nbsp;Is the encryption method Triple DES as mentioned in the Jira request?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Barry
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;freddy33 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;First, yes this is implemented.
&lt;br&gt;Second, the SecretKey is actually generated per user when he is using the
&lt;br&gt;Artifactory Web UI. I mean that the password is used to authenticate the
&lt;br&gt;user against LDAP, then when going to the user profile page the user can
&lt;br&gt;&amp;quot;Unlock&amp;quot; his password using it's personal private key with the same
&lt;br&gt;password. Artifactory never store the LDAP password, just the pair
&lt;br&gt;private/public key used to decrypt the grabbled text used by the user in the
&lt;br&gt;settings.xml and encrypt is clear text password in the UI.
&lt;br&gt;&lt;br&gt;Is that clear? :)
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Fred.
&lt;br&gt;&lt;br&gt;On Sat, Nov 14, 2009 at 12:51 AM, bman &amp;lt;bpape@netspend.com&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Howdy,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; According to the original feature request for encrypted passwords
&lt;br&gt;&amp;gt; (&lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-1191&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-1191&lt;/a&gt;), the admin user should
&lt;br&gt;&amp;gt; be
&lt;br&gt;&amp;gt; able to set the key value:
&lt;br&gt;&amp;gt; The basic concept is to allow an admin user the ability (via Web UI) to set
&lt;br&gt;&amp;gt; a secret key value (javax.crypto.SecretKey) to be used for encrypting users
&lt;br&gt;&amp;gt; passwords. &amp;nbsp;Once the secret key has been set, the normal user would use the
&lt;br&gt;&amp;gt; Web UI to input his password and then generate the encrypted (Triple DES?)
&lt;br&gt;&amp;gt; version of the password. The user would then cut-and-paste the encrypted
&lt;br&gt;&amp;gt; string into the settings.xml file.
&lt;br&gt;&amp;gt; Was this part implemented? &amp;nbsp;If so, how does one go about doing this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Otherwise, how is the key set and what security controls are around the
&lt;br&gt;&amp;gt; key?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We are integrating with LDAP, so we just want to be sure our domain
&lt;br&gt;&amp;gt; credentials are well protected.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Barry
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Encrypted-Passwords-tp26344800p26344800.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Encrypted-Passwords-tp26344800p26344800.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt; on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Co. Founder and Chief Architect
&lt;br&gt;JFrog Ltd
&lt;br&gt;&lt;a href=&quot;http://www.jfrog.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jfrog.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/freddy33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/freddy33&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;Artifactory-users@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Encrypted-Passwords-tp26344800p26505325.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26495853</id>
	<title>No browsing remote repos through http proxy</title>
	<published>2009-11-24T05:28:57Z</published>
	<updated>2009-11-24T05:28:57Z</updated>
	<author>
		<name>TorstenKarusseit</name>
	</author>
	<content type="html">I've already inserted the proxy in Admin/Configuration/Proxies but without luck.
&lt;br&gt;Is there an opportunity to 'debug' the connection between Artifactory and remote repository ?
&lt;br&gt;Thank you
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/No-browsing-remote-repos-through-http-proxy-tp26495853p26495853.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26444392</id>
	<title>Browsing cache with Ivy</title>
	<published>2009-11-20T06:19:22Z</published>
	<updated>2009-11-20T06:19:22Z</updated>
	<author>
		<name>carltonb</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns:x=&quot;urn:schemas-microsoft-com:office:excel&quot; xmlns:p=&quot;urn:schemas-microsoft-com:office:powerpoint&quot; xmlns:a=&quot;urn:schemas-microsoft-com:office:access&quot; xmlns:dt=&quot;uuid:C2F41010-65B3-11d1-A29F-00AA00C14882&quot; xmlns:s=&quot;uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882&quot; xmlns:rs=&quot;urn:schemas-microsoft-com:rowset&quot; xmlns:Z=&quot;urn:schemas-microsoft-com:&quot; xmlns:b=&quot;urn:schemas-microsoft-com:office:publisher&quot; xmlns:ss=&quot;urn:schemas-microsoft-com:office:spreadsheet&quot; xmlns:c=&quot;urn:schemas-microsoft-com:office:component:spreadsheet&quot; xmlns:odc=&quot;urn:schemas-microsoft-com:office:odc&quot; xmlns:oa=&quot;urn:schemas-microsoft-com:office:activation&quot; xmlns:html=&quot;http://www.w3.org/TR/REC-html40&quot; xmlns:q=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:rtc=&quot;http://microsoft.com/officenet/conferencing&quot; xmlns:D=&quot;DAV:&quot; xmlns:Repl=&quot;http://schemas.microsoft.com/repl/&quot; xmlns:mt=&quot;http://schemas.microsoft.com/sharepoint/soap/meetings/&quot; xmlns:x2=&quot;http://schemas.microsoft.com/office/excel/2003/xml&quot; xmlns:ppda=&quot;http://www.passport.com/NameSpace.xsd&quot; xmlns:ois=&quot;http://schemas.microsoft.com/sharepoint/soap/ois/&quot; xmlns:dir=&quot;http://schemas.microsoft.com/sharepoint/soap/directory/&quot; xmlns:ds=&quot;http://www.w3.org/2000/09/xmldsig#&quot; xmlns:dsp=&quot;http://schemas.microsoft.com/sharepoint/dsp&quot; xmlns:udc=&quot;http://schemas.microsoft.com/data/udc&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:sub=&quot;http://schemas.microsoft.com/sharepoint/soap/2002/1/alerts/&quot; xmlns:ec=&quot;http://www.w3.org/2001/04/xmlenc#&quot; xmlns:sp=&quot;http://schemas.microsoft.com/sharepoint/&quot; xmlns:sps=&quot;http://schemas.microsoft.com/sharepoint/soap/&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:udcs=&quot;http://schemas.microsoft.com/data/udc/soap&quot; xmlns:udcxf=&quot;http://schemas.microsoft.com/data/udc/xmlfile&quot; xmlns:udcp2p=&quot;http://schemas.microsoft.com/data/udc/parttopart&quot; xmlns:wf=&quot;http://schemas.microsoft.com/sharepoint/soap/workflow/&quot; xmlns:dsss=&quot;http://schemas.microsoft.com/office/2006/digsig-setup&quot; xmlns:dssi=&quot;http://schemas.microsoft.com/office/2006/digsig&quot; xmlns:mdssi=&quot;http://schemas.openxmlformats.org/package/2006/digital-signature&quot; xmlns:mver=&quot;http://schemas.openxmlformats.org/markup-compatibility/2006&quot; xmlns:m=&quot;http://schemas.microsoft.com/office/2004/12/omml&quot; xmlns:mrels=&quot;http://schemas.openxmlformats.org/package/2006/relationships&quot; xmlns:spwp=&quot;http://microsoft.com/sharepoint/webpartpages&quot; xmlns:ex12t=&quot;http://schemas.microsoft.com/exchange/services/2006/types&quot; xmlns:ex12m=&quot;http://schemas.microsoft.com/exchange/services/2006/messages&quot; xmlns:pptsl=&quot;http://schemas.microsoft.com/sharepoint/soap/SlideLibrary/&quot; xmlns:spsl=&quot;http://microsoft.com/webservices/SharePointPortalServer/PublishedLinksService&quot; xmlns:st=&quot;&amp;#1;&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 12 (filtered medium)&quot;&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=EN-US link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;Hi all,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;I&amp;#8217;m a bit new and I&amp;#8217;m having issues using Ivy
dynamic revisions with Artifactory.&amp;nbsp;&amp;nbsp;&amp;nbsp; I find that I&amp;#8217;m not able to browse
Artifactory in the way Ivy needs.&amp;nbsp; &lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;For example, if I go to a URL like:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;http:// myhost/artifactory/myrepo/org/module&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Then Ivy expects that somewhere in the doc there will be a
list of hrefs like:&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;http:// myhost/artifactory/myrepo-cache/org/module&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Because the subdirs are myrepo-cache, Ivy won&amp;#8217;t follow
them.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Is there any way to set up Artifactory to behave like
this?&amp;nbsp;&amp;nbsp; Archiva works this way and it would be very helpful.&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Thanks in advance,&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;Carlton&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;


&lt;p&gt;&lt;pre&gt;
***CONFIDENTIALITY NOTICE and DISCLAIMER***
This message and any attachment are confidential and may be
privileged or otherwise protected from disclosure and solely for
the use of the person(s) or entity to whom it is intended. If you
have received this message in error and are not the intended
recipient, please notify the sender immediately and delete this
message and any attachment from your system. If you are not the
intended recipient, be advised that any use of this message is
prohibited and may be unlawful, and you must not copy this
message or attachment or disclose the contents to any other person.
&lt;/pre&gt;&lt;/p&gt;
&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26444392&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Browsing-cache-with-Ivy-tp26444392p26444392.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26421343</id>
	<title>Unable to sing up for Jira</title>
	<published>2009-11-19T05:54:49Z</published>
	<updated>2009-11-19T05:54:49Z</updated>
	<author>
		<name>elifarley</name>
	</author>
	<content type="html">After filling the form at &lt;a href=&quot;http://issues.jfrog.org/jira/secure/Signup!default.jspa&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/secure/Signup!default.jspa&lt;/a&gt;&lt;br&gt;&lt;br&gt;I receive this message:
&lt;br&gt;&lt;br&gt;* Your session has timed out
&lt;br&gt;&lt;br&gt;Is this form working for anyone else?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Elifarley</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Unable-to-sing-up-for-Jira-tp26421343p26421343.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26417687</id>
	<title>Interfaces</title>
	<published>2009-11-18T15:24:33Z</published>
	<updated>2009-11-18T15:24:33Z</updated>
	<author>
		<name>bman</name>
	</author>
	<content type="html">Howdy,
&lt;br&gt;&lt;br&gt;Are there any additional interface or access methods available to users besides the web interface? &amp;nbsp;Specifically we are interested if there are any webservices available.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Barry</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Interfaces-tp26417687p26417687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26405209</id>
	<title>Re: Problem Running Artifactory 2.1.2 with IBM JDK</title>
	<published>2009-11-18T00:05:46Z</published>
	<updated>2009-11-18T00:05:46Z</updated>
	<author>
		<name>Yossi Shaul-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;We identified the offending code and will fix it in the next minor version. You can track the issue here: &lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-2360&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-2360&lt;/a&gt;&lt;br&gt;
&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 17, 2009 at 10:16 PM, herbst &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Joerg.Herbst@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;br&gt;
There are quite a lot of error messages but I guess thats the reason:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
StandardContext[/artifactory]Could not find environment variable.&lt;br&gt;
StandardContext[/artifactory]Defaulting to &amp;#39;/srv/tomcat5/.artifactory&amp;#39;...&lt;br&gt;
StandardContext[/artifactory]Using artifactory.home at&lt;br&gt;
&amp;#39;/srv/tomcat5/.artifactory&amp;#39;.&lt;br&gt;
StandardContext[/artifactory]Exception sending context initialized event to&lt;br&gt;
listener instance of class&lt;br&gt;
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener&lt;br&gt;
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException&lt;br&gt;
        at&lt;br&gt;
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:114)&lt;br&gt;
        at&lt;br&gt;
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.contextInitialized(ArtifactoryContextConfigListener.java:57)&lt;br&gt;
        at&lt;br&gt;
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3831)&lt;br&gt;
        at&lt;br&gt;
org.apache.catalina.core.StandardContext.start(StandardContext.java:4323)&lt;br&gt;
        at&lt;br&gt;
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)&lt;br&gt;
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)&lt;br&gt;
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)&lt;br&gt;
        at&lt;br&gt;
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)&lt;br&gt;
        at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)&lt;br&gt;
        at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625)&lt;br&gt;
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431)&lt;br&gt;
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)&lt;br&gt;
        at&lt;br&gt;
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)&lt;br&gt;
        at&lt;br&gt;
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)&lt;br&gt;
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)&lt;br&gt;
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)&lt;br&gt;
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)&lt;br&gt;
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)&lt;br&gt;
        at org.apache.catalina.core.StandardService.start(StandardService.java:480)&lt;br&gt;
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)&lt;br&gt;
        at org.apache.catalina.startup.Catalina.start(Catalina.java:556)&lt;br&gt;
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br&gt;
        at&lt;br&gt;
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)&lt;br&gt;
        at&lt;br&gt;
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;br&gt;
        at java.lang.reflect.Method.invoke(Method.java:615)&lt;br&gt;
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)&lt;br&gt;
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)&lt;br&gt;
Caused by: java.lang.reflect.InvocationTargetException&lt;br&gt;
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;br&gt;
        at&lt;br&gt;
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)&lt;br&gt;
        at&lt;br&gt;
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;br&gt;
        at java.lang.reflect.Constructor.newInstance(Constructor.java:521)&lt;br&gt;
        at&lt;br&gt;
org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:108)&lt;br&gt;
        ... 26 more&lt;br&gt;
Caused by: org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;addonsManagerImpl&amp;#39;: Autowiring of fields failed;&lt;br&gt;
nested exception is org.springframework.beans.factory.BeanCreationException:&lt;br&gt;
Could not autowire field: private&lt;br&gt;
org.artifactory.api.config.CentralConfigService&lt;br&gt;
org.artifactory.addon.AddonsManagerImpl.centralConfigService; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;centralConfig&amp;#39;: Autowiring of fields failed; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Could&lt;br&gt;
not autowire field: private&lt;br&gt;
org.artifactory.api.security.AuthorizationService&lt;br&gt;
org.artifactory.config.CentralConfigServiceImpl.authService; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;securityServiceImpl&amp;#39;: Autowiring of fields failed;&lt;br&gt;
nested exception is org.springframework.beans.factory.BeanCreationException:&lt;br&gt;
Could not autowire field: private org.artifactory.api.mail.MailService&lt;br&gt;
org.artifactory.security.SecurityServiceImpl.mailService; nested exception&lt;br&gt;
is org.springframework.beans.factory.BeanCreationException: Error creating&lt;br&gt;
bean with name &amp;#39;mailServiceImpl&amp;#39; defined in URL&lt;br&gt;
[jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]:&lt;br&gt;
Instantiation of bean failed; nested exception is&lt;br&gt;
java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:243)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)&lt;br&gt;
        at java.security.AccessController.doPrivileged(AccessController.java:215)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)&lt;br&gt;
        at&lt;br&gt;
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)&lt;br&gt;
        at&lt;br&gt;
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)&lt;br&gt;
        at&lt;br&gt;
org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:190)&lt;br&gt;
        at&lt;br&gt;
org.artifactory.spring.ArtifactoryApplicationContext.&amp;lt;init&amp;gt;(ArtifactoryApplicationContext.java:97)&lt;br&gt;
        ... 31 more&lt;br&gt;
Caused by: org.springframework.beans.factory.BeanCreationException: Could&lt;br&gt;
not autowire field: private org.artifactory.api.config.CentralConfigService&lt;br&gt;
org.artifactory.addon.AddonsManagerImpl.centralConfigService; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;centralConfig&amp;#39;: Autowiring of fields failed; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Could&lt;br&gt;
not autowire field: private&lt;br&gt;
org.artifactory.api.security.AuthorizationService&lt;br&gt;
org.artifactory.config.CentralConfigServiceImpl.authService; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;securityServiceImpl&amp;#39;: Autowiring of fields failed;&lt;br&gt;
nested exception is org.springframework.beans.factory.BeanCreationException:&lt;br&gt;
Could not autowire field: private org.artifactory.api.mail.MailService&lt;br&gt;
org.artifactory.security.SecurityServiceImpl.mailService; nested exception&lt;br&gt;
is org.springframework.beans.factory.BeanCreationException: Error creating&lt;br&gt;
bean with name &amp;#39;mailServiceImpl&amp;#39; defined in URL&lt;br&gt;
[jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]:&lt;br&gt;
Instantiation of bean failed; nested exception is&lt;br&gt;
java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:435)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:240)&lt;br&gt;
        ... 46 more&lt;br&gt;
Caused by: org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;centralConfig&amp;#39;: Autowiring of fields failed; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Could&lt;br&gt;
not autowire field: private&lt;br&gt;
org.artifactory.api.security.AuthorizationService&lt;br&gt;
org.artifactory.config.CentralConfigServiceImpl.authService; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;securityServiceImpl&amp;#39;: Autowiring of fields failed;&lt;br&gt;
nested exception is org.springframework.beans.factory.BeanCreationException:&lt;br&gt;
Could not autowire field: private org.artifactory.api.mail.MailService&lt;br&gt;
org.artifactory.security.SecurityServiceImpl.mailService; nested exception&lt;br&gt;
is org.springframework.beans.factory.BeanCreationException: Error creating&lt;br&gt;
bean with name &amp;#39;mailServiceImpl&amp;#39; defined in URL&lt;br&gt;
[jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]:&lt;br&gt;
Instantiation of bean failed; nested exception is&lt;br&gt;
java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:243)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)&lt;br&gt;
        at java.security.AccessController.doPrivileged(AccessController.java:215)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:671)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:610)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:412)&lt;br&gt;
        ... 48 more&lt;br&gt;
Caused by: org.springframework.beans.factory.BeanCreationException: Could&lt;br&gt;
not autowire field: private&lt;br&gt;
org.artifactory.api.security.AuthorizationService&lt;br&gt;
org.artifactory.config.CentralConfigServiceImpl.authService; nested&lt;br&gt;
exception is org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;securityServiceImpl&amp;#39;: Autowiring of fields failed;&lt;br&gt;
nested exception is org.springframework.beans.factory.BeanCreationException:&lt;br&gt;
Could not autowire field: private org.artifactory.api.mail.MailService&lt;br&gt;
org.artifactory.security.SecurityServiceImpl.mailService; nested exception&lt;br&gt;
is org.springframework.beans.factory.BeanCreationException: Error creating&lt;br&gt;
bean with name &amp;#39;mailServiceImpl&amp;#39; defined in URL&lt;br&gt;
[jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]:&lt;br&gt;
Instantiation of bean failed; nested exception is&lt;br&gt;
java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:435)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:240)&lt;br&gt;
        ... 61 more&lt;br&gt;
Caused by: org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;securityServiceImpl&amp;#39;: Autowiring of fields failed;&lt;br&gt;
nested exception is org.springframework.beans.factory.BeanCreationException:&lt;br&gt;
Could not autowire field: private org.artifactory.api.mail.MailService&lt;br&gt;
org.artifactory.security.SecurityServiceImpl.mailService; nested exception&lt;br&gt;
is org.springframework.beans.factory.BeanCreationException: Error creating&lt;br&gt;
bean with name &amp;#39;mailServiceImpl&amp;#39; defined in URL&lt;br&gt;
[jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]:&lt;br&gt;
Instantiation of bean failed; nested exception is&lt;br&gt;
java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:243)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)&lt;br&gt;
        at java.security.AccessController.doPrivileged(AccessController.java:215)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:671)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:610)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:412)&lt;br&gt;
        ... 63 more&lt;br&gt;
Caused by: org.springframework.beans.factory.BeanCreationException: Could&lt;br&gt;
not autowire field: private org.artifactory.api.mail.MailService&lt;br&gt;
org.artifactory.security.SecurityServiceImpl.mailService; nested exception&lt;br&gt;
is org.springframework.beans.factory.BeanCreationException: Error creating&lt;br&gt;
bean with name &amp;#39;mailServiceImpl&amp;#39; defined in URL&lt;br&gt;
[jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]:&lt;br&gt;
Instantiation of bean failed; nested exception is&lt;br&gt;
java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:435)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:240)&lt;br&gt;
        ... 76 more&lt;br&gt;
Caused by: org.springframework.beans.factory.BeanCreationException: Error&lt;br&gt;
creating bean with name &amp;#39;mailServiceImpl&amp;#39; defined in URL&lt;br&gt;
[jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]:&lt;br&gt;
Instantiation of bean failed; nested exception is&lt;br&gt;
java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)&lt;br&gt;
        at java.security.AccessController.doPrivileged(AccessController.java:215)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:671)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:610)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:412)&lt;br&gt;
        ... 78 more&lt;br&gt;
Caused by: java.lang.NoClassDefFoundError:&lt;br&gt;
com.sun.net.ssl.internal.ssl.Provider&lt;br&gt;
        at java.lang.J9VMInternals.verifyImpl(Native Method)&lt;br&gt;
        at java.lang.J9VMInternals.verify(J9VMInternals.java:59)&lt;br&gt;
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)&lt;br&gt;
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;br&gt;
        at&lt;br&gt;
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)&lt;br&gt;
        at&lt;br&gt;
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;br&gt;
        at java.lang.reflect.Constructor.newInstance(Constructor.java:521)&lt;br&gt;
        at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)&lt;br&gt;
        at&lt;br&gt;
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)&lt;br&gt;
        ... 91 more&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
&lt;br&gt;
Yoav Landman-3 wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Can you post the original stacktrace?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Tue, Nov 17, 2009 at 5:34 PM, herbst &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405209&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Joerg.Herbst@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; I&amp;#39;ve tried to upgrade from Artifactory 2.0.8 to the latest version&lt;br&gt;
&amp;gt;&amp;gt; (2.1.2)&lt;br&gt;
&amp;gt;&amp;gt; on&lt;br&gt;
&amp;gt;&amp;gt; my linux box with IBM JDK 1.5 on Tomcat 5.0.&lt;br&gt;
&amp;gt;&amp;gt; The application does not start cause a class called &amp;quot;com.sun.net.ssl...&amp;quot;&lt;br&gt;
&amp;gt;&amp;gt; is&lt;br&gt;
&amp;gt;&amp;gt; used which is (naturally) not present within an IBM JDK.&lt;br&gt;
&amp;gt;&amp;gt; I don&amp;#39;t need any SSL (the server is just used internal), is their a way&lt;br&gt;
&amp;gt;&amp;gt; to&lt;br&gt;
&amp;gt;&amp;gt; get artifactory running without this class? Has anybody managed to get&lt;br&gt;
&amp;gt;&amp;gt; this&lt;br&gt;
&amp;gt;&amp;gt; running on a none Sun JDK?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; Thx&lt;br&gt;
&amp;gt;&amp;gt; Joerg&lt;br&gt;
&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26391938.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26391938.html&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt; focus&lt;br&gt;
&amp;gt;&amp;gt; on&lt;br&gt;
&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405209&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt; 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and focus&lt;br&gt;
&amp;gt; on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405209&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;font color=&quot;#888888&quot;&gt;--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26396461.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26396461.html&lt;/a&gt;&lt;br&gt;

&lt;/font&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405209&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26405209&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26405209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26396461</id>
	<title>Re: Problem Running Artifactory 2.1.2 with IBM JDK</title>
	<published>2009-11-17T12:16:05Z</published>
	<updated>2009-11-17T12:16:05Z</updated>
	<author>
		<name>herbst</name>
	</author>
	<content type="html">There are quite a lot of error messages but I guess thats the reason:
&lt;br&gt;&lt;br&gt;&lt;br&gt;StandardContext[/artifactory]Could not find environment variable.
&lt;br&gt;StandardContext[/artifactory]Defaulting to '/srv/tomcat5/.artifactory'...
&lt;br&gt;StandardContext[/artifactory]Using artifactory.home at '/srv/tomcat5/.artifactory'.
&lt;br&gt;StandardContext[/artifactory]Exception sending context initialized event to listener instance of class org.artifactory.webapp.servlet.ArtifactoryContextConfigListener
&lt;br&gt;java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:114)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.contextInitialized(ArtifactoryContextConfigListener.java:57)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3831)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContext.start(StandardContext.java:4323)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:625)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:431)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardService.start(StandardService.java:480)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:615)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
&lt;br&gt;Caused by: java.lang.reflect.InvocationTargetException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:521)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:108)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 26 more
&lt;br&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'addonsManagerImpl': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.config.CentralConfigService org.artifactory.addon.AddonsManagerImpl.centralConfigService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'centralConfig': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.security.AuthorizationService org.artifactory.config.CentralConfigServiceImpl.authService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityServiceImpl': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.mail.MailService org.artifactory.security.SecurityServiceImpl.mailService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailServiceImpl' defined in URL [jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:243)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(AccessController.java:215)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:728)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:380)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:190)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.artifactory.spring.ArtifactoryApplicationContext.&amp;lt;init&amp;gt;(ArtifactoryApplicationContext.java:97)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 31 more
&lt;br&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.config.CentralConfigService org.artifactory.addon.AddonsManagerImpl.centralConfigService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'centralConfig': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.security.AuthorizationService org.artifactory.config.CentralConfigServiceImpl.authService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityServiceImpl': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.mail.MailService org.artifactory.security.SecurityServiceImpl.mailService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailServiceImpl' defined in URL [jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:435)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:240)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 46 more
&lt;br&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'centralConfig': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.security.AuthorizationService org.artifactory.config.CentralConfigServiceImpl.authService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityServiceImpl': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.mail.MailService org.artifactory.security.SecurityServiceImpl.mailService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailServiceImpl' defined in URL [jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:243)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(AccessController.java:215)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:671)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:610)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:412)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 48 more
&lt;br&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.security.AuthorizationService org.artifactory.config.CentralConfigServiceImpl.authService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityServiceImpl': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.mail.MailService org.artifactory.security.SecurityServiceImpl.mailService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailServiceImpl' defined in URL [jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:435)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:240)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 61 more
&lt;br&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityServiceImpl': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.mail.MailService org.artifactory.security.SecurityServiceImpl.mailService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailServiceImpl' defined in URL [jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:243)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:959)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(AccessController.java:215)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:671)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:610)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:412)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 63 more
&lt;br&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.artifactory.api.mail.MailService org.artifactory.security.SecurityServiceImpl.mailService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailServiceImpl' defined in URL [jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:435)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:240)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 76 more
&lt;br&gt;Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mailServiceImpl' defined in URL [jar:file:/srv/www/tomcat5/base/webapps/artifactory/WEB-INF/lib/artifactory-core-2.1.2.jar!/org/artifactory/mail/MailServiceImpl.class]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(AccessController.java:215)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:671)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:610)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:412)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 78 more
&lt;br&gt;Caused by: java.lang.NoClassDefFoundError: com.sun.net.ssl.internal.ssl.Provider
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.J9VMInternals.verifyImpl(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:67)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Constructor.newInstance(Constructor.java:521)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 91 more
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Yoav Landman-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Can you post the original stacktrace?
&lt;br&gt;&lt;br&gt;On Tue, Nov 17, 2009 at 5:34 PM, herbst &amp;lt;Joerg.Herbst@gish.de&amp;gt; wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've tried to upgrade from Artifactory 2.0.8 to the latest version (2.1.2)
&lt;br&gt;&amp;gt; on
&lt;br&gt;&amp;gt; my linux box with IBM JDK 1.5 on Tomcat 5.0.
&lt;br&gt;&amp;gt; The application does not start cause a class called &amp;quot;com.sun.net.ssl...&amp;quot; is
&lt;br&gt;&amp;gt; used which is (naturally) not present within an IBM JDK.
&lt;br&gt;&amp;gt; I don't need any SSL (the server is just used internal), is their a way to
&lt;br&gt;&amp;gt; get artifactory running without this class? Has anybody managed to get this
&lt;br&gt;&amp;gt; running on a none Sun JDK?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thx
&lt;br&gt;&amp;gt; Joerg
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26391938.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26391938.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt; on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;Artifactory-users@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26396461.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26394152</id>
	<title>Re: Problem Running Artifactory 2.1.2 with IBM JDK</title>
	<published>2009-11-17T09:33:37Z</published>
	<updated>2009-11-17T09:33:37Z</updated>
	<author>
		<name>Yoav Landman-3</name>
	</author>
	<content type="html">Can you post the original stacktrace?&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 17, 2009 at 5:34 PM, herbst &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26394152&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Joerg.Herbst@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;br&gt;
I&amp;#39;ve tried to upgrade from Artifactory 2.0.8 to the latest version (2.1.2) on&lt;br&gt;
my linux box with IBM JDK 1.5 on Tomcat 5.0.&lt;br&gt;
The application does not start cause a class called &amp;quot;com.sun.net.ssl...&amp;quot; is&lt;br&gt;
used which is (naturally) not present within an IBM JDK.&lt;br&gt;
I don&amp;#39;t need any SSL (the server is just used internal), is their a way to&lt;br&gt;
get artifactory running without this class? Has anybody managed to get this&lt;br&gt;
running on a none Sun JDK?&lt;br&gt;
&lt;br&gt;
Thx&lt;br&gt;
Joerg&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26391938.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26391938.html&lt;/a&gt;&lt;br&gt;

Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26394152&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26394152&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26394152.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26391938</id>
	<title>Problem Running Artifactory 2.1.2 with IBM JDK</title>
	<published>2009-11-17T07:34:25Z</published>
	<updated>2009-11-17T07:34:25Z</updated>
	<author>
		<name>herbst</name>
	</author>
	<content type="html">I've tried to upgrade from Artifactory 2.0.8 to the latest version (2.1.2) on my linux box with IBM JDK 1.5 on Tomcat 5.0.
&lt;br&gt;The application does not start cause a class called &amp;quot;com.sun.net.ssl...&amp;quot; is used which is (naturally) not present within an IBM JDK.
&lt;br&gt;I don't need any SSL (the server is just used internal), is their a way to get artifactory running without this class? Has anybody managed to get this running on a none Sun JDK?
&lt;br&gt;&lt;br&gt;Thx
&lt;br&gt;Joerg</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-Running-Artifactory-2.1.2-with-IBM-JDK-tp26391938p26391938.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26387289</id>
	<title>Re: Write lock on /repositories/libs-snapshots/com not acquired in 120 seconds</title>
	<published>2009-11-17T02:09:24Z</published>
	<updated>2009-11-17T02:09:24Z</updated>
	<author>
		<name>Yoav Landman-3</name>
	</author>
	<content type="html">Ok, I reopened it, but it&amp;#39;d be helpful if you can provide more information in jira about your usage pattern, typical network connections used by clients, typical size of deployments and the recent stack trace that you got, since once of these may provide an indication for why you are getting these errors. &lt;br&gt;
&lt;br&gt;&lt;div&gt;Thanks&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 16, 2009 at 8:49 PM, sverhagen &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387289&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sverhagen@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;&lt;br&gt;
&lt;br&gt;
freddy33 wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Did you try this: &lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-1314&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-1314&lt;/a&gt;&lt;br&gt;
&amp;gt; Pleasde check if your issue is related, and keep us updated if the patch&lt;br&gt;
&amp;gt; helps.&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;We&amp;#39;ve been using 2.1.1 for a little while now and 2.1.2 as of today, in both&lt;br&gt;
of them I&amp;#39;ve been seeing these very same errors again when deploying&lt;br&gt;
artifacts during busy times. I reported this in the JIRA issue, but I can&amp;#39;t&lt;br&gt;
reopen it (I&amp;#39;d want to :-p).&lt;br&gt;
&lt;br&gt;
Regards, Sander.&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Write-lock-on--repositories-libs-snapshots-com-not-acquired-in-120-seconds-tp21727848p26377343.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Write-lock-on--repositories-libs-snapshots-com-not-acquired-in-120-seconds-tp21727848p26377343.html&lt;/a&gt;&lt;br&gt;

&lt;div class=&quot;im&quot;&gt;Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
&lt;/div&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387289&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;br&gt;
&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26387289&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Write-lock-on--repositories-libs-snapshots-com-not-acquired-in-120-seconds-tp21727848p26387289.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26377343</id>
	<title>Re: Write lock on /repositories/libs-snapshots/com not acquired in 120 seconds</title>
	<published>2009-11-16T10:49:12Z</published>
	<updated>2009-11-16T10:49:12Z</updated>
	<author>
		<name>sverhagen</name>
	</author>
	<content type="html">&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;freddy33 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;Did you try this: &lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-1314&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-1314&lt;/a&gt;&lt;br&gt;Pleasde check if your issue is related, and keep us updated if the patch
&lt;br&gt;helps.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
We've been using 2.1.1 for a little while now and 2.1.2 as of today, in both of them I've been seeing these very same errors again when deploying artifacts during busy times. I reported this in the JIRA issue, but I can't reopen it (I'd want to :-p).
&lt;br&gt;&lt;br&gt;Regards, Sander.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Write-lock-on--repositories-libs-snapshots-com-not-acquired-in-120-seconds-tp21727848p26377343.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26347572</id>
	<title>Re: Encrypted Passwords</title>
	<published>2009-11-13T22:21:25Z</published>
	<updated>2009-11-13T22:21:25Z</updated>
	<author>
		<name>freddy33</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;Hi,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;First, yes this is implemented.&lt;div&gt;Second, the SecretKey is actually generated per user when he is using the Artifactory Web UI. I mean that the password is used to authenticate the user against LDAP, then when going to the user profile page the user can &amp;quot;Unlock&amp;quot; his password using it&amp;#39;s personal private key with the same password. Artifactory never store the LDAP password, just the pair private/public key used to decrypt the grabbled text used by the user in the settings.xml and encrypt is clear text password in the UI.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Is that clear? :)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;HTH,&lt;/div&gt;&lt;div&gt;Fred.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Nov 14, 2009 at 12:51 AM, bman &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347572&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bpape@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;br&gt;
Howdy,&lt;br&gt;
&lt;br&gt;
According to the original feature request for encrypted passwords&lt;br&gt;
(&lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-1191&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-1191&lt;/a&gt;), the admin user should be&lt;br&gt;
able to set the key value:&lt;br&gt;
The basic concept is to allow an admin user the ability (via Web UI) to set&lt;br&gt;
a secret key value (javax.crypto.SecretKey) to be used for encrypting users&lt;br&gt;
passwords.  Once the secret key has been set, the normal user would use the&lt;br&gt;
Web UI to input his password and then generate the encrypted (Triple DES?)&lt;br&gt;
version of the password. The user would then cut-and-paste the encrypted&lt;br&gt;
string into the settings.xml file.&lt;br&gt;
Was this part implemented?  If so, how does one go about doing this?&lt;br&gt;
&lt;br&gt;
Otherwise, how is the key set and what security controls are around the key?&lt;br&gt;
&lt;br&gt;
We are integrating with LDAP, so we just want to be sure our domain&lt;br&gt;
credentials are well protected.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
Barry&lt;br&gt;
--&lt;br&gt;
View this message in context: &lt;a href=&quot;http://old.nabble.com/Encrypted-Passwords-tp26344800p26344800.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Encrypted-Passwords-tp26344800p26344800.html&lt;/a&gt;&lt;br&gt;
Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347572&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Co. Founder and Chief Architect&lt;br&gt;JFrog Ltd&lt;br&gt;&lt;a href=&quot;http://www.jfrog.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jfrog.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://twitter.com/freddy33&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/freddy33&lt;/a&gt;&lt;br&gt;

&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26347572&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Encrypted-Passwords-tp26344800p26347572.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26344800</id>
	<title>Encrypted Passwords</title>
	<published>2009-11-13T14:51:53Z</published>
	<updated>2009-11-13T14:51:53Z</updated>
	<author>
		<name>bman</name>
	</author>
	<content type="html">Howdy,
&lt;br&gt;&lt;br&gt;According to the original feature request for encrypted passwords (&lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-1191&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-1191&lt;/a&gt;), the admin user should be able to set the key value:
&lt;br&gt;&lt;i&gt;The basic concept is to allow an admin user the ability (via Web UI) to set a secret key value (javax.crypto.SecretKey) to be used for encrypting users passwords. &amp;nbsp;Once the secret key has been set, the normal user would use the Web UI to input his password and then generate the encrypted (Triple DES?) version of the password. The user would then cut-and-paste the encrypted string into the settings.xml file.&lt;/i&gt;&lt;br&gt;Was this part implemented? &amp;nbsp;If so, how does one go about doing this?
&lt;br&gt;&lt;br&gt;Otherwise, how is the key set and what security controls are around the key?
&lt;br&gt;&lt;br&gt;We are integrating with LDAP, so we just want to be sure our domain credentials are well protected.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Barry</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Encrypted-Passwords-tp26344800p26344800.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26310804</id>
	<title>Re: Authorization failures after upgrade to 2.1.2</title>
	<published>2009-11-11T15:29:15Z</published>
	<updated>2009-11-11T15:29:15Z</updated>
	<author>
		<name>Yoav Landman-3</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;On Wed, Nov 11, 2009 at 6:36 PM, jshap999 &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
&lt;br&gt;
You are correct.  Thanks for clearing that up.  I did a dump from my&lt;br&gt;
production server and imported it into my test server.  I was able to verify&lt;br&gt;
that the prescribed fix works.  Other questions arose however.  What is&lt;br&gt;
annotate permission? &lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Starting with 2.1 users can attach searchable properties to artifacts and folders, via the UI or via REST. You need to have the &amp;#39;annotate&amp;#39; permission in order to be able to tag artifacts with properties. You can find more information on this in the following user guide pages:&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Attaching+and+Reading+Metadata&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Attaching+and+Reading+Metadata&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Properties&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Properties&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You may also find this blog entry relevant, pertaining to using properties set in deployment time to do natural artifacts staging and promotion:&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://blogs.jfrog.org/2009/11/search-based-promotion-staging-and.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blogs.jfrog.org/2009/11/search-based-promotion-staging-and.html&lt;/a&gt; &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;My test server is finished indexing but has about 3500&lt;br&gt;
less artifacts.  What happened to the rest? &lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;This is most likely caused by a bug in the 2.0.4 storage cleanup, that leaves stale information about deleted/overwritten artifacts in the index (artifacts count is returned from an index query, not from actual record count). If your upgrade (import in your case) went fine without any errors, then all your original artifacts should be there.&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;If I point to the old data&lt;br&gt;
instead of doing a dump and load will the data be transformed preventing&lt;br&gt;
rollback?  We will probably wait for the fix before upgrading from 2.0.4,&lt;br&gt;
what does the release schedule look like?&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Technically speaking, the data itself will not be transformed, only metadata, but the bottom line is there is no rollback for an upgraded installation. However, like I explained, I don&amp;#39;t think the artifact count issue is a bug, but an old stale index that is now correct. If you are concerned about this, you can verify it by comparing the exports from the two different versions (and please let our support know if you still think there is a bug). &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;
Bonus question:&lt;br&gt;
We&amp;#39;ve noticed that our 2.0.4 standalone install running with derby and 24500&lt;br&gt;
artifacts uses a lot of CPU.  Are there suggestions for reducing that load?&lt;/blockquote&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Check that you are not running the nexus indexer on too many repositories too often, and that automatic backups are not set to create zip archives - both scenarios can be very CPU demanding. It may also be related to your VM settings.&lt;/div&gt;
&lt;div&gt;BTW, it is important to mention that 2.1.2 contains many performance improvements and that the storage engine specifically has been optimized for high concurrency and better caching and is a lot faster.&lt;/div&gt;&lt;div&gt; &lt;/div&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;&lt;div&gt;&lt;div class=&quot;h5&quot;&gt;
&lt;br&gt;
Yoav Landman-3 wrote:&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; A possible explanation for this is you were looking at the read-only&lt;br&gt;
&amp;gt; view of permissions-per-group (Admin:Security:Groups, then Permissions&lt;br&gt;
&amp;gt; per group). This would show the seemingly right permissions. To&lt;br&gt;
&amp;gt; restore the permissions you need to go to Admin:Security:Permissions,&lt;br&gt;
&amp;gt; and for each Target select the Groups tab give the group the desired&lt;br&gt;
&amp;gt; privileges and save.&lt;br&gt;
&amp;gt; If this still doesn&amp;#39;t sound right, it&amp;#39;d be faster to assist you&lt;br&gt;
&amp;gt; directly. It should be a simple issue to resolve.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; On Tue, Nov 10, 2009 at 5:58 PM, jshap999&lt;br&gt;
&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; This isn&amp;#39;t sounding quite right to me.  When we were running 2.1.2 the&lt;br&gt;
&amp;gt;&amp;gt; group&lt;br&gt;
&amp;gt;&amp;gt; showed the appropriate permissions checked for each repository.  Each&lt;br&gt;
&amp;gt;&amp;gt; user&lt;br&gt;
&amp;gt;&amp;gt; showed that they were in the appropriate group.  When I checked&lt;br&gt;
&amp;gt;&amp;gt; permissions&lt;br&gt;
&amp;gt;&amp;gt; for the user they had none and as expected if I logged in as a user I&lt;br&gt;
&amp;gt;&amp;gt; could&lt;br&gt;
&amp;gt;&amp;gt; see no artifacts nor could I download any during a maven build.  What is&lt;br&gt;
&amp;gt;&amp;gt; it&lt;br&gt;
&amp;gt;&amp;gt; you are asking me to do?  Am I supposed to uncheck, save and recheck,&lt;br&gt;
&amp;gt;&amp;gt; save?&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; tomerc wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Hi Justin,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; I was able to re-produce your issue.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The problem stems from a conversion issue of your old security.xml to a&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; new one compliant with the new version of Artifactory.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; As an intermediate solution:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Please log in with an admin user to your permissions in&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Admin:Security:Permissions and in the &amp;quot;Groups&amp;quot; tab enable the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; authorization for each group for each permission target.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; You can track the issue here:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-2334&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-2334&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Thanks,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Tomer Cohen&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; The Artifactory Team&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.jfrog.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.jfrog.org&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; You can send your config files to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 9:26 PM, jshap999&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I read that about the upgrades but wanted to make sure I could roll&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Where can I send the xml files?&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; $ARTIFACTORY_HOME/etc/artifactory.config.startup.xml, and the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifactory.config.xml and security.xml from your 2.0.4 export.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; PS to upgrade to 2.1.x from 2.0.x there&amp;#39;s no need to export/import -&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; simply replacing the war will work (or for standalone, the war + a&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; couple of jars:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&lt;/a&gt;).&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 8:26 PM, jshap999&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yes, logs are full of access denied messages.  User&amp;#39;s no longer had&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; access to&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any artifacts stored in artifactory, local or remote.  All was&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; working&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fine&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; in 2.0.4 which we have returned to so I can&amp;#39;t access anything from&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2.1.2&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ui for you.  Any logs or configuration written to disk by 2.1.2 are&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; available.  Method of upgrade was system export of 2.0.4, shut down,&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; bring&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; up 2.1.2, system import.  If there is something on disk I can send&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; let&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; me&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; know.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are those already deployed artifacts or remote artifacts that you&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; expect artifactory to cache? In the second case, make sure the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; group&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; has a &amp;#39;deploy&amp;#39; permission to the remote repository (artifactory&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; treats&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; cache population as &amp;#39;deployment&amp;#39;).&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also check the server&amp;#39;s &amp;#39;access.log&amp;#39; and &amp;#39;artifactory.log&amp;#39; - it&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; should&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; contain access denied log messages if your problem is related to&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Otherwise, you can also copy the configs from the UI&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (Admin:Advanced:Config Descriptor + Admin:Advanced:Security&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Descriptor) and send it to us so we can tell you if there&amp;#39;s&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; something&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrong with it.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 7:12 PM, jshap999&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to upgrade from 2.0.4 to 2.1.2 over the weekend but ended&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; up&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; rolling&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.  Everything looked fine in the gui but no one could download&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifacts.  We have one main group that looked like it still had&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; correct&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions and each user was still a member of that group.  Don&amp;#39;t&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; see&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; failures in the import log other than &amp;quot;No metadata files found for&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...&amp;quot;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2008&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment -&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; with&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2008&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment -&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; --&lt;br&gt;
&amp;gt;&amp;gt; View this message in context:&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26285941.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26285941.html&lt;/a&gt;&lt;br&gt;

&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt;&amp;gt; 30-Day&lt;br&gt;
&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and&lt;br&gt;
&amp;gt;&amp;gt; focus on&lt;br&gt;
&amp;gt;&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt;&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; ------------------------------------------------------------------------------&lt;br&gt;
&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008&lt;br&gt;
&amp;gt; 30-Day&lt;br&gt;
&amp;gt; trial. Simplify your report design, integration and deployment - and focus&lt;br&gt;
&amp;gt; on&lt;br&gt;
&amp;gt; what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
&amp;gt; _______________________________________________&lt;br&gt;
&amp;gt; Artifactory-users mailing list&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;View this message in context: &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26304327.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26304327.html&lt;/a&gt;&lt;br&gt;

&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;Sent from the Artifactory-Users mailing list archive at Nabble.com.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day&lt;br&gt;
trial. Simplify your report design, integration and deployment - and focus on&lt;br&gt;
what you do best, core application coding. Discover what&amp;#39;s new with&lt;br&gt;
Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;
_______________________________________________&lt;br&gt;
Artifactory-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;/div&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26310804&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26310804.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26304327</id>
	<title>Re: Authorization failures after upgrade to 2.1.2</title>
	<published>2009-11-11T08:36:48Z</published>
	<updated>2009-11-11T08:36:48Z</updated>
	<author>
		<name>jshap999</name>
	</author>
	<content type="html">You are correct. &amp;nbsp;Thanks for clearing that up. &amp;nbsp;I did a dump from my production server and imported it into my test server. &amp;nbsp;I was able to verify that the prescribed fix works. &amp;nbsp;Other questions arose however. &amp;nbsp;What is annotate permission? &amp;nbsp;My test server is finished indexing but has about 3500 less artifacts. &amp;nbsp;What happened to the rest? &amp;nbsp;If I point to the old data instead of doing a dump and load will the data be transformed preventing rollback? &amp;nbsp;We will probably wait for the fix before upgrading from 2.0.4, what does the release schedule look like? &amp;nbsp;
&lt;br&gt;&lt;br&gt;Bonus question:
&lt;br&gt;We've noticed that our 2.0.4 standalone install running with derby and 24500 artifacts uses a lot of CPU. &amp;nbsp;Are there suggestions for reducing that load?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Yoav Landman-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;A possible explanation for this is you were looking at the read-only
&lt;br&gt;view of permissions-per-group (Admin:Security:Groups, then Permissions
&lt;br&gt;per group). This would show the seemingly right permissions. To
&lt;br&gt;restore the permissions you need to go to Admin:Security:Permissions,
&lt;br&gt;and for each Target select the Groups tab give the group the desired
&lt;br&gt;privileges and save.
&lt;br&gt;If this still doesn't sound right, it'd be faster to assist you
&lt;br&gt;directly. It should be a simple issue to resolve.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 10, 2009 at 5:58 PM, jshap999
&lt;br&gt;&amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This isn't sounding quite right to me.  When we were running 2.1.2 the group
&lt;br&gt;&amp;gt; showed the appropriate permissions checked for each repository.  Each user
&lt;br&gt;&amp;gt; showed that they were in the appropriate group.  When I checked permissions
&lt;br&gt;&amp;gt; for the user they had none and as expected if I logged in as a user I could
&lt;br&gt;&amp;gt; see no artifacts nor could I download any during a maven build.  What is it
&lt;br&gt;&amp;gt; you are asking me to do?  Am I supposed to uncheck, save and recheck, save?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; tomerc wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Justin,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I was able to re-produce your issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The problem stems from a conversion issue of your old security.xml to a
&lt;br&gt;&amp;gt;&amp;gt; new one compliant with the new version of Artifactory.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As an intermediate solution:
&lt;br&gt;&amp;gt;&amp;gt; Please log in with an admin user to your permissions in
&lt;br&gt;&amp;gt;&amp;gt; Admin:Security:Permissions and in the &amp;quot;Groups&amp;quot; tab enable the
&lt;br&gt;&amp;gt;&amp;gt; authorization for each group for each permission target.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You can track the issue here:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-2334&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-2334&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tomer Cohen
&lt;br&gt;&amp;gt;&amp;gt; The Artifactory Team
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.jfrog.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jfrog.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You can send your config files to support@jfrog.org.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 9:26 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I read that about the upgrades but wanted to make sure I could roll
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Where can I send the xml files?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; $ARTIFACTORY_HOME/etc/artifactory.config.startup.xml, and the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifactory.config.xml and security.xml from your 2.0.4 export.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; PS to upgrade to 2.1.x from 2.0.x there's no need to export/import -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; simply replacing the war will work (or for standalone, the war + a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; couple of jars:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&lt;/a&gt;).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 8:26 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yes, logs are full of access denied messages.  User's no longer had
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; access to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any artifacts stored in artifactory, local or remote.  All was working
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fine
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; in 2.0.4 which we have returned to so I can't access anything from the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2.1.2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ui for you.  Any logs or configuration written to disk by 2.1.2 are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; available.  Method of upgrade was system export of 2.0.4, shut down,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; bring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; up 2.1.2, system import.  If there is something on disk I can send let
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; me
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; know.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are those already deployed artifacts or remote artifacts that you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; expect artifactory to cache? In the second case, make sure the group
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; has a 'deploy' permission to the remote repository (artifactory
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; treats
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; cache population as 'deployment').
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also check the server's 'access.log' and 'artifactory.log' - it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; contain access denied log messages if your problem is related to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Otherwise, you can also copy the configs from the UI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (Admin:Advanced:Config Descriptor + Admin:Advanced:Security
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Descriptor) and send it to us so we can tell you if there's something
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrong with it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 7:12 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to upgrade from 2.0.4 to 2.1.2 over the weekend but ended up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; rolling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.  Everything looked fine in the gui but no one could download
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifacts.  We have one main group that looked like it still had the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions and each user was still a member of that group.  Don't
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; failures in the import log other than &amp;quot;No metadata files found for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26285941.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26285941.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;Artifactory-users@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26304327.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26289552</id>
	<title>Re: Authorization failures after upgrade to 2.1.2</title>
	<published>2009-11-10T11:12:36Z</published>
	<updated>2009-11-10T11:12:36Z</updated>
	<author>
		<name>Yoav Landman-3</name>
	</author>
	<content type="html">A possible explanation for this is you were looking at the read-only
&lt;br&gt;view of permissions-per-group (Admin:Security:Groups, then Permissions
&lt;br&gt;per group). This would show the seemingly right permissions. To
&lt;br&gt;restore the permissions you need to go to Admin:Security:Permissions,
&lt;br&gt;and for each Target select the Groups tab give the group the desired
&lt;br&gt;privileges and save.
&lt;br&gt;If this still doesn't sound right, it'd be faster to assist you
&lt;br&gt;directly. It should be a simple issue to resolve.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Nov 10, 2009 at 5:58 PM, jshap999
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This isn't sounding quite right to me.  When we were running 2.1.2 the group
&lt;br&gt;&amp;gt; showed the appropriate permissions checked for each repository.  Each user
&lt;br&gt;&amp;gt; showed that they were in the appropriate group.  When I checked permissions
&lt;br&gt;&amp;gt; for the user they had none and as expected if I logged in as a user I could
&lt;br&gt;&amp;gt; see no artifacts nor could I download any during a maven build.  What is it
&lt;br&gt;&amp;gt; you are asking me to do?  Am I supposed to uncheck, save and recheck, save?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; tomerc wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi Justin,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I was able to re-produce your issue.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The problem stems from a conversion issue of your old security.xml to a
&lt;br&gt;&amp;gt;&amp;gt; new one compliant with the new version of Artifactory.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; As an intermediate solution:
&lt;br&gt;&amp;gt;&amp;gt; Please log in with an admin user to your permissions in
&lt;br&gt;&amp;gt;&amp;gt; Admin:Security:Permissions and in the &amp;quot;Groups&amp;quot; tab enable the
&lt;br&gt;&amp;gt;&amp;gt; authorization for each group for each permission target.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; You can track the issue here:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-2334&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-2334&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Tomer Cohen
&lt;br&gt;&amp;gt;&amp;gt; The Artifactory Team
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.jfrog.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jfrog.org&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; You can send your config files to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 9:26 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I read that about the upgrades but wanted to make sure I could roll
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Where can I send the xml files?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; $ARTIFACTORY_HOME/etc/artifactory.config.startup.xml, and the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifactory.config.xml and security.xml from your 2.0.4 export.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; PS to upgrade to 2.1.x from 2.0.x there's no need to export/import -
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; simply replacing the war will work (or for standalone, the war + a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; couple of jars:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&lt;/a&gt;).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 8:26 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yes, logs are full of access denied messages.  User's no longer had
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; access to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any artifacts stored in artifactory, local or remote.  All was working
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; fine
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; in 2.0.4 which we have returned to so I can't access anything from the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 2.1.2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ui for you.  Any logs or configuration written to disk by 2.1.2 are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; available.  Method of upgrade was system export of 2.0.4, shut down,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; bring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; up 2.1.2, system import.  If there is something on disk I can send let
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; me
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; know.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are those already deployed artifacts or remote artifacts that you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; expect artifactory to cache? In the second case, make sure the group
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; has a 'deploy' permission to the remote repository (artifactory
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; treats
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; cache population as 'deployment').
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also check the server's 'access.log' and 'artifactory.log' - it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; contain access denied log messages if your problem is related to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Otherwise, you can also copy the configs from the UI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (Admin:Advanced:Config Descriptor + Admin:Advanced:Security
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Descriptor) and send it to us so we can tell you if there's something
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrong with it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 7:12 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to upgrade from 2.0.4 to 2.1.2 over the weekend but ended up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; rolling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.  Everything looked fine in the gui but no one could download
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifacts.  We have one main group that looked like it still had the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions and each user was still a member of that group.  Don't
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; failures in the import log other than &amp;quot;No metadata files found for
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ...&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26285941.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26285941.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26289552&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26289552.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26285941</id>
	<title>Re: Authorization failures after upgrade to 2.1.2</title>
	<published>2009-11-10T07:58:40Z</published>
	<updated>2009-11-10T07:58:40Z</updated>
	<author>
		<name>jshap999</name>
	</author>
	<content type="html">This isn't sounding quite right to me. &amp;nbsp;When we were running 2.1.2 the group showed the appropriate permissions checked for each repository. &amp;nbsp;Each user showed that they were in the appropriate group. &amp;nbsp;When I checked permissions for the user they had none and as expected if I logged in as a user I could see no artifacts nor could I download any during a maven build. &amp;nbsp;What is it you are asking me to do? &amp;nbsp;Am I supposed to uncheck, save and recheck, save? 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;quote author=&quot;tomerc&quot;&gt;&lt;br&gt;Hi Justin,
&lt;br&gt;&lt;br&gt;I was able to re-produce your issue.
&lt;br&gt;&lt;br&gt;The problem stems from a conversion issue of your old security.xml to a new one compliant with the new version of Artifactory.
&lt;br&gt;&lt;br&gt;As an intermediate solution:
&lt;br&gt;Please log in with an admin user to your permissions in Admin:Security:Permissions and in the &amp;quot;Groups&amp;quot; tab enable the authorization for each group for each permission target.
&lt;br&gt;&lt;br&gt;You can track the issue here:
&lt;br&gt;&lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-2334&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-2334&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Tomer Cohen
&lt;br&gt;The Artifactory Team
&lt;br&gt;&lt;a href=&quot;http://www.jfrog.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jfrog.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Yoav Landman-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;You can send your config files to support@jfrog.org.
&lt;br&gt;&lt;br&gt;On Mon, Nov 9, 2009 at 9:26 PM, jshap999
&lt;br&gt;&amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I read that about the upgrades but wanted to make sure I could roll back.
&lt;br&gt;&amp;gt; Where can I send the xml files?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ARTIFACTORY_HOME/etc/artifactory.config.startup.xml, and the
&lt;br&gt;&amp;gt;&amp;gt; artifactory.config.xml and security.xml from your 2.0.4 export.
&lt;br&gt;&amp;gt;&amp;gt; PS to upgrade to 2.1.x from 2.0.x there's no need to export/import -
&lt;br&gt;&amp;gt;&amp;gt; simply replacing the war will work (or for standalone, the war + a
&lt;br&gt;&amp;gt;&amp;gt; couple of jars:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&lt;/a&gt;).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 8:26 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yes, logs are full of access denied messages.  User's no longer had
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; access to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; any artifacts stored in artifactory, local or remote.  All was working
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fine
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in 2.0.4 which we have returned to so I can't access anything from the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2.1.2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ui for you.  Any logs or configuration written to disk by 2.1.2 are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; available.  Method of upgrade was system export of 2.0.4, shut down,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; bring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; up 2.1.2, system import.  If there is something on disk I can send let me
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; know.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are those already deployed artifacts or remote artifacts that you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; expect artifactory to cache? In the second case, make sure the group
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; has a 'deploy' permission to the remote repository (artifactory treats
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; cache population as 'deployment').
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also check the server's 'access.log' and 'artifactory.log' - it should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; contain access denied log messages if your problem is related to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Otherwise, you can also copy the configs from the UI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (Admin:Advanced:Config Descriptor + Admin:Advanced:Security
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Descriptor) and send it to us so we can tell you if there's something
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrong with it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 7:12 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to upgrade from 2.0.4 to 2.1.2 over the weekend but ended up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; rolling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.  Everything looked fine in the gui but no one could download
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifacts.  We have one main group that looked like it still had the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions and each user was still a member of that group.  Don't see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; failures in the import log other than &amp;quot;No metadata files found for ...&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;Artifactory-users@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/quote&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26285941.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26282582</id>
	<title>Re: Authorization failures after upgrade to 2.1.2</title>
	<published>2009-11-10T04:38:06Z</published>
	<updated>2009-11-10T04:38:06Z</updated>
	<author>
		<name>tomerc</name>
	</author>
	<content type="html">Hi Justin,
&lt;br&gt;&lt;br&gt;I was able to re-produce your issue.
&lt;br&gt;&lt;br&gt;The problem stems from a conversion issue of your old security.xml to a new one compliant with the new version of Artifactory.
&lt;br&gt;&lt;br&gt;As an intermediate solution:
&lt;br&gt;Please log in with an admin user to your permissions in Admin:Security:Permissions and in the &amp;quot;Groups&amp;quot; tab enable the authorization for each group for each permission target.
&lt;br&gt;&lt;br&gt;You can track the issue here:
&lt;br&gt;&lt;a href=&quot;http://issues.jfrog.org/jira/browse/RTFACT-2334&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.jfrog.org/jira/browse/RTFACT-2334&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Tomer Cohen
&lt;br&gt;The Artifactory Team
&lt;br&gt;&lt;a href=&quot;http://www.jfrog.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.jfrog.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Yoav Landman-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;You can send your config files to support@jfrog.org.
&lt;br&gt;&lt;br&gt;On Mon, Nov 9, 2009 at 9:26 PM, jshap999
&lt;br&gt;&amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I read that about the upgrades but wanted to make sure I could roll back.
&lt;br&gt;&amp;gt; Where can I send the xml files?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ARTIFACTORY_HOME/etc/artifactory.config.startup.xml, and the
&lt;br&gt;&amp;gt;&amp;gt; artifactory.config.xml and security.xml from your 2.0.4 export.
&lt;br&gt;&amp;gt;&amp;gt; PS to upgrade to 2.1.x from 2.0.x there's no need to export/import -
&lt;br&gt;&amp;gt;&amp;gt; simply replacing the war will work (or for standalone, the war + a
&lt;br&gt;&amp;gt;&amp;gt; couple of jars:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&lt;/a&gt;).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 8:26 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yes, logs are full of access denied messages.  User's no longer had
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; access to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; any artifacts stored in artifactory, local or remote.  All was working
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fine
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in 2.0.4 which we have returned to so I can't access anything from the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2.1.2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ui for you.  Any logs or configuration written to disk by 2.1.2 are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; available.  Method of upgrade was system export of 2.0.4, shut down,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; bring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; up 2.1.2, system import.  If there is something on disk I can send let me
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; know.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are those already deployed artifacts or remote artifacts that you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; expect artifactory to cache? In the second case, make sure the group
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; has a 'deploy' permission to the remote repository (artifactory treats
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; cache population as 'deployment').
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also check the server's 'access.log' and 'artifactory.log' - it should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; contain access denied log messages if your problem is related to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Otherwise, you can also copy the configs from the UI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (Admin:Advanced:Config Descriptor + Admin:Advanced:Security
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Descriptor) and send it to us so we can tell you if there's something
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrong with it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 7:12 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to upgrade from 2.0.4 to 2.1.2 over the weekend but ended up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; rolling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.  Everything looked fine in the gui but no one could download
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifacts.  We have one main group that looked like it still had the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions and each user was still a member of that group.  Don't see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; failures in the import log other than &amp;quot;No metadata files found for ...&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;Artifactory-users@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26282582.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26272429</id>
	<title>Re: Authorization failures after upgrade to 2.1.2</title>
	<published>2009-11-09T11:39:44Z</published>
	<updated>2009-11-09T11:39:44Z</updated>
	<author>
		<name>Yoav Landman-3</name>
	</author>
	<content type="html">You can send your config files to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;support@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;On Mon, Nov 9, 2009 at 9:26 PM, jshap999
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I read that about the upgrades but wanted to make sure I could roll back.
&lt;br&gt;&amp;gt; Where can I send the xml files?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; $ARTIFACTORY_HOME/etc/artifactory.config.startup.xml, and the
&lt;br&gt;&amp;gt;&amp;gt; artifactory.config.xml and security.xml from your 2.0.4 export.
&lt;br&gt;&amp;gt;&amp;gt; PS to upgrade to 2.1.x from 2.0.x there's no need to export/import -
&lt;br&gt;&amp;gt;&amp;gt; simply replacing the war will work (or for standalone, the war + a
&lt;br&gt;&amp;gt;&amp;gt; couple of jars:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&lt;/a&gt;).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 8:26 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yes, logs are full of access denied messages.  User's no longer had
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; access to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; any artifacts stored in artifactory, local or remote.  All was working
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fine
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; in 2.0.4 which we have returned to so I can't access anything from the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2.1.2
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ui for you.  Any logs or configuration written to disk by 2.1.2 are
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; available.  Method of upgrade was system export of 2.0.4, shut down,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; bring
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; up 2.1.2, system import.  If there is something on disk I can send let me
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; know.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are those already deployed artifacts or remote artifacts that you
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; expect artifactory to cache? In the second case, make sure the group
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; has a 'deploy' permission to the remote repository (artifactory treats
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; cache population as 'deployment').
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Also check the server's 'access.log' and 'artifactory.log' - it should
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; contain access denied log messages if your problem is related to
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Otherwise, you can also copy the configs from the UI
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; (Admin:Advanced:Config Descriptor + Admin:Advanced:Security
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Descriptor) and send it to us so we can tell you if there's something
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; wrong with it.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 7:12 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to upgrade from 2.0.4 to 2.1.2 over the weekend but ended up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; rolling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; back.  Everything looked fine in the gui but no one could download
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; artifacts.  We have one main group that looked like it still had the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; permissions and each user was still a member of that group.  Don't see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; any
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; failures in the import log other than &amp;quot;No metadata files found for ...&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; focus
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26272429&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26272210</id>
	<title>Re: Authorization failures after upgrade to 2.1.2</title>
	<published>2009-11-09T11:26:17Z</published>
	<updated>2009-11-09T11:26:17Z</updated>
	<author>
		<name>jshap999</name>
	</author>
	<content type="html">I read that about the upgrades but wanted to make sure I could roll back. &amp;nbsp;Where can I send the xml files?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Yoav Landman-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;$ARTIFACTORY_HOME/etc/artifactory.config.startup.xml, and the
&lt;br&gt;artifactory.config.xml and security.xml from your 2.0.4 export.
&lt;br&gt;PS to upgrade to 2.1.x from 2.0.x there's no need to export/import -
&lt;br&gt;simply replacing the war will work (or for standalone, the war + a
&lt;br&gt;couple of jars:
&lt;br&gt;&lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;On Mon, Nov 9, 2009 at 8:26 PM, jshap999
&lt;br&gt;&amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, logs are full of access denied messages.  User's no longer had access to
&lt;br&gt;&amp;gt; any artifacts stored in artifactory, local or remote.  All was working fine
&lt;br&gt;&amp;gt; in 2.0.4 which we have returned to so I can't access anything from the 2.1.2
&lt;br&gt;&amp;gt; ui for you.  Any logs or configuration written to disk by 2.1.2 are
&lt;br&gt;&amp;gt; available.  Method of upgrade was system export of 2.0.4, shut down, bring
&lt;br&gt;&amp;gt; up 2.1.2, system import.  If there is something on disk I can send let me
&lt;br&gt;&amp;gt; know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Are those already deployed artifacts or remote artifacts that you
&lt;br&gt;&amp;gt;&amp;gt; expect artifactory to cache? In the second case, make sure the group
&lt;br&gt;&amp;gt;&amp;gt; has a 'deploy' permission to the remote repository (artifactory treats
&lt;br&gt;&amp;gt;&amp;gt; cache population as 'deployment').
&lt;br&gt;&amp;gt;&amp;gt; Also check the server's 'access.log' and 'artifactory.log' - it should
&lt;br&gt;&amp;gt;&amp;gt; contain access denied log messages if your problem is related to
&lt;br&gt;&amp;gt;&amp;gt; permissions.
&lt;br&gt;&amp;gt;&amp;gt; Otherwise, you can also copy the configs from the UI
&lt;br&gt;&amp;gt;&amp;gt; (Admin:Advanced:Config Descriptor + Admin:Advanced:Security
&lt;br&gt;&amp;gt;&amp;gt; Descriptor) and send it to us so we can tell you if there's something
&lt;br&gt;&amp;gt;&amp;gt; wrong with it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 7:12 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;justin_shapiro@cable.comcast.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I tried to upgrade from 2.0.4 to 2.1.2 over the weekend but ended up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rolling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; back.  Everything looked fine in the gui but no one could download
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; artifacts.  We have one main group that looked like it still had the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; permissions and each user was still a member of that group.  Don't see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; any
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; failures in the import log other than &amp;quot;No metadata files found for ...&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; Artifactory-users@lists.sourceforge.net
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;Artifactory-users@lists.sourceforge.net
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26272210.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26271989</id>
	<title>Re: Authorization failures after upgrade to 2.1.2</title>
	<published>2009-11-09T11:09:56Z</published>
	<updated>2009-11-09T11:09:56Z</updated>
	<author>
		<name>Yoav Landman-3</name>
	</author>
	<content type="html">$ARTIFACTORY_HOME/etc/artifactory.config.startup.xml, and the
&lt;br&gt;artifactory.config.xml and security.xml from your 2.0.4 export.
&lt;br&gt;PS to upgrade to 2.1.x from 2.0.x there's no need to export/import -
&lt;br&gt;simply replacing the war will work (or for standalone, the war + a
&lt;br&gt;couple of jars:
&lt;br&gt;&lt;a href=&quot;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.jfrog.org/confluence/display/RTF/Upgrading+Artifactory&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;On Mon, Nov 9, 2009 at 8:26 PM, jshap999
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26271989&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, logs are full of access denied messages.  User's no longer had access to
&lt;br&gt;&amp;gt; any artifacts stored in artifactory, local or remote.  All was working fine
&lt;br&gt;&amp;gt; in 2.0.4 which we have returned to so I can't access anything from the 2.1.2
&lt;br&gt;&amp;gt; ui for you.  Any logs or configuration written to disk by 2.1.2 are
&lt;br&gt;&amp;gt; available.  Method of upgrade was system export of 2.0.4, shut down, bring
&lt;br&gt;&amp;gt; up 2.1.2, system import.  If there is something on disk I can send let me
&lt;br&gt;&amp;gt; know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yoav Landman-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Are those already deployed artifacts or remote artifacts that you
&lt;br&gt;&amp;gt;&amp;gt; expect artifactory to cache? In the second case, make sure the group
&lt;br&gt;&amp;gt;&amp;gt; has a 'deploy' permission to the remote repository (artifactory treats
&lt;br&gt;&amp;gt;&amp;gt; cache population as 'deployment').
&lt;br&gt;&amp;gt;&amp;gt; Also check the server's 'access.log' and 'artifactory.log' - it should
&lt;br&gt;&amp;gt;&amp;gt; contain access denied log messages if your problem is related to
&lt;br&gt;&amp;gt;&amp;gt; permissions.
&lt;br&gt;&amp;gt;&amp;gt; Otherwise, you can also copy the configs from the UI
&lt;br&gt;&amp;gt;&amp;gt; (Admin:Advanced:Config Descriptor + Admin:Advanced:Security
&lt;br&gt;&amp;gt;&amp;gt; Descriptor) and send it to us so we can tell you if there's something
&lt;br&gt;&amp;gt;&amp;gt; wrong with it.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Mon, Nov 9, 2009 at 7:12 PM, jshap999
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26271989&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;justin_shapiro@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I tried to upgrade from 2.0.4 to 2.1.2 over the weekend but ended up
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; rolling
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; back.  Everything looked fine in the gui but no one could download
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; artifacts.  We have one main group that looked like it still had the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; correct
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; permissions and each user was still a member of that group.  Don't see
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; any
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; failures in the import log other than &amp;quot;No metadata files found for ...&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26270046.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; focus on
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26271989&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008
&lt;br&gt;&amp;gt;&amp;gt; 30-Day
&lt;br&gt;&amp;gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus
&lt;br&gt;&amp;gt;&amp;gt; on
&lt;br&gt;&amp;gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26271989&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271272.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the Artifactory-Users mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with
&lt;br&gt;&amp;gt; Crystal Reports now.  &lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Artifactory-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26271989&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Artifactory-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26271989&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Artifactory-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/artifactory-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/artifactory-users&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Authorization-failures-after-upgrade-to-2.1.2-tp26270046p26271989.html" />
</entry>

</feed>
