Maven-public is not redirecting to maven-central

I´ve create a new Nexus Repository (3.26.0), with this configuration:

  • maven-central (proxy to maven central)
  • maven-releases (hosted)
  • maven-public (group) → grouping central and releases.

Each one has its own blobstore.

I´ve created a maven project to test the download of artifacts. My pom file is point to maven-public, but when i test the jar is not been downloaded.

I look at nexus log and saw this return
2021-12-16 22:15:14,998+0000 DEBUG [qtp224852335-75] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Servicing: GET /repository/maven-public/fish/payara/extras/payara-embedded-all/5.2021.10/payara-embedded-all-5.2021.10.jar (http:///repository/maven-public/fish/payara/extras/payara-embedded-all/5.2021.10/payara-embedded-all-5.2021.10.jar)
2021-12-16 22:15:14,999+0000 DEBUG [qtp224852335-75] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Parsed path: RepositoryPath{repositoryName=‘maven-public’, remainingPath=’/fish/payara/extras/payara-embedded-all/5.2021.10/payara-embedded-all-5.2021.10.jar’}
2021-12-16 22:15:14,999+0000 DEBUG [qtp224852335-75] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Looking for repository: maven-public
2021-12-16 22:15:15,000+0000 DEBUG [qtp224852335-75] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.DefaultHttpResponseSender - Sending response: Response{status=Status{successful=false, code=404, message=‘Repository not found’}, payload=null}
*2021-12-16 22:15:15,000+0000 DEBUG [qtp224852335-75] UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Service completed

If a point directly to maven-central address, this jar is downloaded successfully.
2021-12-16 18:49:41,169-0300 DEBUG [qtp30318553-552] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Servicing: GET /repository/maven-public/fish/payara/extras/payara-embedded-all/5.2021.10/payara-embedded-all-5.2021.10.pom (http:///repository/maven-public/fish/payara/extras/payara-embedded-all/5.2021.10/payara-embedded-all-5.2021.10.pom)
2021-12-16 18:49:41,169-0300 DEBUG [qtp30318553-552] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Parsed path: RepositoryPath{repositoryName=‘maven-public’, remainingPath=’/fish/payara/extras/payara-embedded-all/5.2021.10/payara-embedded-all-5.2021.10.pom’}
2021-12-16 18:49:41,169-0300 DEBUG [qtp30318553-552] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Looking for repository: maven-public
2021-12-16 18:49:41,169-0300 DEBUG [qtp30318553-552] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Repository: RepositoryImpl$$EnhancerByGuice$$de789163{type=group, format=maven2, name=‘maven-public’}
2021-12-16 18:49:41,169-0300 DEBUG [qtp30318553-552] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.ViewServlet - Dispatching to view facet: org.sonatype.nexus.repository.view.ConfigurableViewFacet$$EnhancerByGuice$$7f759941@6e7c8b
2021-12-16 18:49:41,169-0300 DEBUG [qtp30318553-552] *UNKNOWN org.sonatype.nexus.repository.httpbridge.internal.HttpResponseSenderSelector - Looking for HTTP response sender: maven2
2021-12-16 18:49:41,169-0300 DEBUG [qtp30318553-552] *UNKNOWN org.sonatype.nexus.repository.view.Router - Request: Request{action=‘GET’, path=’/fish/payara/extras/payara-embedded-all/5.2021.10/payara-embedded-all-5.2021.10.pom’, parameters={}, payload=HttpRequestPayloadAdapter{contentType=‘null’, size=-1}, multipart=false}

As i have my actual nexus repository working well, i´ve done the same test, pointing to maven-public. And it worked.
I´ve noticed some differences between these two installation:
the older nexus has the same three repos, but all of them point to the same blobstore.
I´ve searched a lot and i didn´t find anything. I´d like some help in this topic.

thanks

I had to recreate this repository. After this. it worked.