[ 
https://issues.apache.org/jira/browse/TINKERPOP-2685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17474924#comment-17474924
 ] 

Igor Ostapenko commented on TINKERPOP-2685:
-------------------------------------------

After image removal the same image was fetched (46543f02f871) and I got the 
same issue :(

Hm, this is interesting. Because of, for now it sounds like my local issue 
only, but 3.5.0 works, and it's only 3 months older.
{code:java}
> docker image ls | grep tinkerpop
tinkerpop/gremlin-server                  3.5.1               46543f02f871      
  5 months ago        361MB
tinkerpop/gremlin-server                  3.5.0               2144a6d4815a      
  8 months ago        360MB
tinkerpop/gremlin-server                  3.4.9               f0eace2eb993      
  13 months ago       186MB
tinkerpop/gremlin-server                  3.4.0               7b1458843678      
  3 years ago         150MB 

> docker image rm tinkerpop/gremlin-server:3.5.1
Untagged: tinkerpop/gremlin-server:3.5.1
Untagged: 
tinkerpop/gremlin-server@sha256:2f032dc74d3c2e54ea217064db330855e23931da5fc8ad5e561d274db8cf543a
Deleted: sha256:46543f02f87142a4fb839d82deac3cdd5989758d1fecba8637ea74c89a18ff81
Deleted: sha256:270cd06cb63c354b0c99d47dd8a33372e3fb04c750d913f6aedbd34ff97b82d7
Deleted: sha256:7bb19eea215e2499148fae804c59a5fd35e3b8d64e635ffa9407cc250776a909
Deleted: sha256:b4f329280ee03b4eabb135c4328a91a49ddad9c10112dd431cbbb66f96efe014
Deleted: sha256:80c2622757ade374193b222613deb49a12ba3d86dbdda47c6a66a4b81564120c
Deleted: sha256:ed147cd42c3e18248dea5855ec92db9224f2d955129636ca7be7d62756dad39a
Deleted: sha256:6de03ef85d7833e2c4e345b21c1ece96acc77bdb404c4e8ff00ce67c041c3a19
Deleted: sha256:f76137f5fc78c98b4de3399976f9ad85b688ad066af313ab9c51cc2c4ff0b263
Deleted: sha256:3cdba37ec287a9c44e5924ea59c3f3207b4881a5b7ebb4ace9e8f1cb46f8393d
Deleted: sha256:72e830a4dff5f0d5225cdc0a320e85ab1ce06ea5673acfe8d83a7645cbd0e9cf

> docker image ls | grep tinkerpop
tinkerpop/gremlin-server                  3.5.0               2144a6d4815a      
  8 months ago        360MB
tinkerpop/gremlin-server                  3.4.9               f0eace2eb993      
  13 months ago       186MB
tinkerpop/gremlin-server                  3.4.0               7b1458843678      
  3 years ago         150MB

> docker run tinkerpop/gremlin-server:3.5.1
Unable to find image 'tinkerpop/gremlin-server:3.5.1' locally
3.5.1: Pulling from tinkerpop/gremlin-server
5843afab3874: Pull complete
71bf5f49f093: Pull complete
9f4e90ab505e: Pull complete
d0b7ecf865ae: Pull complete
c6eb3463d6ac: Pull complete
74029860ca5d: Pull complete
0aa23e6a0143: Pull complete
5bad55de1a17: Pull complete
7bed58eb1c18: Pull complete
Digest: sha256:2f032dc74d3c2e54ea217064db330855e23931da5fc8ad5e561d274db8cf543a
Status: Downloaded newer image for tinkerpop/gremlin-server:3.5.1
WARNING: /opt/gremlin-server//opt/gremlin-server/conf/gremlin-server.yaml is 
unreadable
Configuration file not found.
Usage: /opt/gremlin-server/bin/gremlin-server.sh 
{start|stop|restart|status|console|install <group> <artifact> <version>|<conf 
file>}    start        Start the server in the background using 
conf/gremlin-server.yaml as the
                 default configuration file
    stop         Stop the server
    restart      Stop and start the server
    status       Check if the server is running
    console      Start the server in the foreground using 
conf/gremlin-server.yaml as the
                 default configuration file
    install      Install dependenciesIf using a custom YAML configuration file 
then specify it as the only argument for Gremlin
Server to run in the foreground or specify it via the GREMLIN_YAML environment 
variable.{code}

> "docker run tinkerpop/gremlin-server:3.5.1" does not work
> ---------------------------------------------------------
>
>                 Key: TINKERPOP-2685
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2685
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.5.1
>            Reporter: Igor Ostapenko
>            Priority: Blocker
>
>  
> {code:java}
> $ docker run tinkerpop/gremlin-server:3.5.1
> WARNING: /opt/gremlin-server//opt/gremlin-server/conf/gremlin-server.yaml is 
> unreadable
> Configuration file not found.
> Usage: /opt/gremlin-server/bin/gremlin-server.sh 
> {start|stop|restart|status|console|install <group> <artifact> <version>|<conf 
> file>}
>     start        Start the server in the background using 
> conf/gremlin-server.yaml as the
>                  default configuration file
>     stop         Stop the server
>     restart      Stop and start the server
>     status       Check if the server is running
>     console      Start the server in the foreground using 
> conf/gremlin-server.yaml as the
>                  default configuration file
>     install      Install dependencies
> If using a custom YAML configuration file then specify it as the only 
> argument for Gremlin
> Server to run in the foreground or specify it via the GREMLIN_YAML 
> environment variable.
> {code}
> But `docker run tinkerpop/gremlin-server:3.5.0` works fine.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to