0

Authorization failed for https://mavensync.zkoss.org/maven2

asked 2023-01-10 23:10:04 +0800

lcmuniz2010 gravatar image lcmuniz2010
24

Hi,

When I try to build my project with maven this message appears:

Authorization failed for https://mavensync.zkoss.org/maven2/org/zkoss/zkspringboot/zkspringboot-starter/2.3.1/zkspringboot-starter-2.3.1.pom 403 Forbidden

Can somebody help me?

Thanks

delete flag offensive retag edit

3 Answers

Sort by ยป oldest newest most voted
0

answered 2023-01-11 17:20:48 +0800

MDuchemin gravatar image MDuchemin
2480 1 6
ZK Team

Hey there,

Please run from command line on your pom file:

mvn compile -U -X

-U will force update -X will show verbose log

If it succeed, then it was an update issue. If it still fails, please send the verbose error.

link publish delete flag offensive edit
0

answered 2023-01-16 22:49:09 +0800

FoToRiouS gravatar image FoToRiouS
0

Having same problem trying to update from ZK Springboot 2.5.12 to 3.0.0. In fact, tried delete data of 2.5.12 and it started giving me this error too.

As requested I've run the command 'mvn compile -U -X', still gives me error.

At the last line, thats whats appearing.

[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=5690200, ConflictMarker.markTime=2034300, ConflictMarker.nodeCount=274, ConflictIdSorter.graphTime=3556000, ConflictIdSorter.topsortTime=1177400, ConflictIdSorter.conflictIdCount=134, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=39772000, ConflictResolver.conflictItemCount=245, DefaultDependencyCollector.collectTime=4433740900, DefaultDependencyCollector.transformTime=57139400}
link publish delete flag offensive edit
0

answered 2023-01-20 16:30:00 +0800

MDuchemin gravatar image MDuchemin
2480 1 6
ZK Team

updated 2023-01-20 16:30:13 +0800

Hey there,

Can you open these URLs in your browser, to verify that you have access to it from your machine? https://mavensync.zkoss.org/maven2/org/zkoss/zkspringboot/zkspringboot-starter/2.3.1/

https://mavensync.zkoss.org/maven2/org/zkoss/zkspringboot/zkspringboot-autoconfig/3.0.0/

They should be publicly available, so if you see a 403 Forbidden error when connecting to them in-browser, please let us know.

@FoToRiouS When running the maven command, do you see any [ERROR] line? If so, could you share the text of that error?

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2023-01-10 23:10:04 +0800

Seen: 13 times

Last updated: Jan 20

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More