mkuchin / docker-registry-web

Web UI for private docker registry v2
https://hub.docker.com/r/hyper/docker-registry-web/
GNU General Public License v2.0
534 stars 135 forks source link

Unable to view CMD in the tag #20

Closed lueliu closed 8 years ago

lueliu commented 8 years ago

Hi THX your tool.

When I click on a tag,display,"An error has occurred"

my configuration error ? or something error.

How to display multiple levels of operation in a tag?

test-registry:latest has 26 layers

docker-registry-web logs

2015-12-30 07:59:06,974 [http-bio-8080-exec-4] ERROR errors.GrailsExceptionResolver  - GroovyRuntimeException occurred when processing request: [GET] /tag/centos/6.6
Ambiguous method overloading for method java.math.BigInteger#plus.
Cannot resolve which method to invoke for [null] due to overlapping prototypes between:
    [class java.lang.Character]
    [class java.lang.String]
    [class java.lang.Number]. Stacktrace follows:
groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.math.BigInteger#plus.
Cannot resolve which method to invoke for [null] due to overlapping prototypes between:
    [class java.lang.Character]
    [class java.lang.String]
    [class java.lang.Number]
    at docker.registry.web.RepositoryController.tag(RepositoryController.groovy:65)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:745)
2015-12-30 07:59:19,530 [http-bio-8080-exec-3] ERROR errors.GrailsExceptionResolver  - NullPointerException occurred when processing request: [GET] /tag/test-registry/latest
Stacktrace follows:
java.lang.NullPointerException
hknochi commented 8 years ago

push

i've the same problem

mkuchin commented 8 years ago

It seems it was fixed in #22, could you check if it working for you?