coova / jradius

JRadius is a Java RADIUS framework for client and server.
Other
94 stars 94 forks source link

Access denied to: http://coova-dev.s3.amazonaws.com/mvn #1

Closed mmoayyed closed 9 years ago

mmoayyed commented 9 years ago
[ERROR] Failed to execute goal on project cas-server-support-radius: Could not resolve dependencies for project org.jasig.cas:cas-server-support-radius:jar:4.1.0-RC3-SNAPSHOT: Failed to collect dependencies at net.jradius:jradius-core:jar:1.1.3: Failed to read artifact descriptor for net.jradius:jradius-core:jar:1.1.3: Could not transfer artifact net.jradius:jradius-core:pom:1.1.3 from/to coova (http://coova-dev.s3.amazonaws.com/mvn): Access denied to: http://coova-dev.s3.amazonaws.com/mvn/net/jradius/jradius-core/1.1.3/jradius-core-1.1.3.pom , ReasonPhrase:Forbidden. -> [Help 1]
lindseysEmmanuel commented 9 years ago

I am getting that same error. Does anyone know the cause and how to resolve it? Been attempting to troubleshoot this error for 3 days with no luck. All I know is the Apereo CAS RADIUS Support cannot connect for some reason.

Thought this link would help but it didn't: https://cwiki.apache.org/confluence/display/maven/dependencyresolutionexception

wlanmac commented 9 years ago

You will need to find a different repo to use... The source is at https://github.com/coova/jradius but there is no longer a repo in aws.

spaetow commented 9 years ago

David, can you publish it to Maven Central please? That way it's right where people use it. :-)

mmoayyed commented 9 years ago

@wlanmac Problem is, there are no other repos, short of one actually creating or installing the jar directly into the maven local cache. Since the project is maven based and you do releases, it would be ideal if you simply published snapshots and releases into maven central.

mvrueden commented 9 years ago

I encountered the same issue. Gladly we already set up a maven mirror for the original repository. However, we only have version 1.1.4 available. For those who are using 1.1.4 are welcome to use our mirror for now: http://maven.opennms.org/content/repositories/coova/

wlanmac commented 9 years ago

Thanks!

mmoayyed commented 9 years ago

We ended up using jitpack. If you keep releasing to github, that would work just fine.

jkacer commented 9 years ago

It would be great to have older versions also available in the JitPack repository. For example, CAS 4.0.x and 4.1.x still depend on version 1.0.0.

spaetow commented 9 years ago

You would be well-advised to switch to 1.1.4 or higher...

MwumLi commented 7 years ago

@jkacer Do you know where can find jradius@1.0.0 @spaetow The compilation will report more error when switch 1.14 or higher

MwumLi commented 7 years ago

@jkacer I have found net.jradius@1.0.0 in http://maven.it.su.se/nexus/content/groups/public 😀 if you come here for cas compilation question, you can add below in ~/.m2/setting to solve it:

   <mirror>
      <id>jradius1.0.0</id>
      <mirrorOf>coova</mirrorOf>
      <name>jradius1.0</name>
      <url>http://maven.it.su.se/nexus/content/groups/public</url>
    </mirror>
spaetow commented 7 years ago

@MwumLi, then those compilation errors should be resolved rather than going back to 1.0.0.

jkacer commented 7 years ago

Hi @MwumLi ! I'm glad you have already found it. Back then, I solved the problem by using a local copy of the library and uploading it into our company's Artifactory, so the build process found it. I was not able to find it anywhere on the Internet. Thank you for sharing the repository URL with us :-)

EvanPro commented 5 years ago

@jkacer I have found net.jradius@1.0.0 in http://maven.it.su.se/nexus/content/groups/public 😀 if you come here for cas compilation question, you can add below in ~/.m2/setting to solve it:

   <mirror>
      <id>jradius1.0.0</id>
      <mirrorOf>coova</mirrorOf>
      <name>jradius1.0</name>
      <url>http://maven.it.su.se/nexus/content/groups/public</url>
    </mirror>

Hi @MwumLi ! It does not work now , could you provide another one?:)