artifactory - Unauthenticated user in Artfactory after migrating to SBT 0.13.5 -


i have team of 7 members, set behind proxy, , moved sbt 0.13.1 0.13.5. after sbt migration, 1 of team members can't execute sbt anymore. dependencies set in artifactory, , don't have access external repositories. sbt repositories been overwritten using system variable.

i've put 'repositories' file ~/.sbt/ 'repositories' file includes:

[repositories]   local   my-maven-proxy-releases: http://repoaddress/artifactory/remote-repos/   my-ivy-proxy-releases: http://repoaddress/artifactory/ivy-remote/,[organization]/[module]/(scala_[scalaversion]/)(sbt_[sbtversion]/)[revision]/[type]s/[artifact](-[classifier]).[ext] 

i've included '-dsbt.override.build.repos=true' in sbt's launch command using system variable.

whenever tries load sbt, fail due unresolved dependency sbt 0.13.5 want know if there way log http responses tries find sbt 0.13.5?

artifactory request.log shows specific user is: non_authenticated_user

credentials artifactory added in credentials.sbt file located inside sbt_home/plugins/ , credentials file added .ivy2/.credentials file. i've changed user admin user works in workstation still can't sbt 0.13.5. error log showed above:

    http response status: 401 url=http://repoaddress/artifactory/remote-repos/org/scala-sbt/logging/0.13.5/logging-0.13.5.pom client error: unauthorized url=http://repoaddress/artifactory/remote-repos/org/scala-sbt/logging/0.13.5/logging-0.13.5.pom     my-maven-proxy-releases: resource not reachable org/scala-sbt#logging;0.13.5: res=http://repoaddress/artifactory/remote-repos/org/scala-sbt/logging/0.13.5/logging-0.13.5.pom      trying http://repoaddress/artifactory/remote-repos/org/scala-sbt/logging/0.13.5/logging-0.13.5.jar         tried http://repoaddress/artifactory/remote-repos/org/scala-sbt/logging/0.13.5/logging-0.13.5.jar try credentials for: artifactory realm@repositorio.ginfes.intranet.local authentication: k='artifactory realm@repositorio.ginfes.intranet.local' c='null' http response status: 401 url=http://repoaddress/artifactory/remote-repos/org/scala-sbt/logging/0.13.5/logging-0.13.5.jar 

this log message resumed, avoid scrolling. i've tried run using jave http.proxy arguments, showed in here , i've added repositories explained in question same error still happening. problem doesn't happen when project configured sbt 0.13.1. error happens when execute project using sbt versions 0.13.1 , 0.13.5

is there way fixing authentication problem? missing artifactory configuration?

the config files versioned in 0.13.5, moved repository config files the

~/./sbt/ 

to

~/.sbt/0.13/ 

folder


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -