hal / testsuite.next

Testsuite for HAL
Apache License 2.0
2 stars 26 forks source link

start-wildfly.sh doesn't work correctly #114

Open marekkopecky opened 5 years ago

marekkopecky commented 5 years ago

start-wildfly.sh doesn't work correctly:

[mkopecky@dhcp-10-40-5-71 testsuite] (master)$ sudo ./start-wildfly.sh 
########## WILDFLY DIRECTORY associated with testsuite is /tmp/wildfly.hal.testsuite.vmB ##########
docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "exec: \"/opt/jboss/wildfly/bin/standalone.sh\": stat /opt/jboss/wildfly/bin/standalone.sh: permission denied": unknown.
[mkopecky@dhcp-10-40-5-71 testsuite] (master)$ 

The image stream itself looks ok:

[mkopecky@dhcp-10-40-5-71 testsuite] (master)$ sudo docker run -it -p 8080:8080 -p 9990:9990 halconsole/hal-wildfly-nightly
=========================================================================

  JBoss Bootstrap Environment
...

cc @spriadka @honza-kasik

marekkopecky commented 5 years ago

cc @hpehl

hpehl commented 5 years ago

Works on my machine. I don't use sudo.