Re: Docker installation problem

2017-08-30 Thread Suncatcher16
Nick Couchman-2 wrote > Also, if I were you, I would not post the public IP address of your > cloud-based database instance - even if you have the necessary ACLs in > place, it's just not a great idea to advertise that you're running a > particular service on that IP, on a publicly-accessible

Re: Docker installation problem

2017-08-29 Thread Mike Jumper
On Tue, Aug 29, 2017 at 7:08 AM, Suncatcher16 wrote: > One last question: how should one install Duo on Docker version? On regular > Guacamole we copied *guacamole-auth-duo-0.9.13-incubating.jar* to > GUACAMOLE_HOME/extensions and all is get working. > > Here I copy JAR

Re: Docker installation problem

2017-08-29 Thread Suncatcher16
nothing. It doesn't prompt me for Duo authentication. Am I missing smth? -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Docker-installation-problem-tp1577p1588.html Sent from the Apache Guacamole (incubating) - Users mailing list archive

Re: Docker installation problem

2017-08-29 Thread Suncatcher16
Excellent! Now it works! Thanks! -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Docker-installation-problem-tp1577p1587.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.

Re: Docker installation problem

2017-08-29 Thread Suncatcher16
The same error in logs: > ### Error querying database. Cause: org.postgresql.util.PSQLException: > ERROR: column "full_name" does not exist -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Docker-installation-problem-tp1577p158

Re: Docker installation problem

2017-08-29 Thread Suncatcher16
> psql:upgrade-pre-0.9.13.sql:42: ERROR: relation "guacamole_user" does not > exist > psql:upgrade-pre-0.9.13.sql:43: ERROR: relation "guacamole_user" does not > exist > psql:upgrade-pre-0.9.13.sql:44: ERROR: relation "guacamole_user" does not > exist

Re: Docker installation problem

2017-08-29 Thread Nick Couchman
DB structure changed since then? Should I recreate it with script? View this message in context: Re: Docker installation problem Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.

Re: Docker installation problem

2017-08-29 Thread Suncatcher16
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1515) > > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) >

Re: Docker installation problem

2017-08-25 Thread Mike Jumper
On Fri, Aug 25, 2017 at 6:57 AM, Suncatcher16 wrote: > I seems to be doing everything according manual but cannot access Guacamole > Wegbui. > All my containers start properly: > > > docker ps > > CONTAINER IDIMAGE COMMAND > CREATED > > STATUS

Docker installation problem

2017-08-25 Thread Suncatcher16
nt of web > application directory /usr/local/tomcat/webapps/manager has finished in 62 > ms > 25-Aug-2017 13:49:33.476 INFO [main] > org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler > ["http-nio-8080"] > 25-Aug-2017 13:49:33.502 INFO [main] > org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler > ["ajp-nio-8009"] > 25-Aug-2017 13:49:33.509 INFO [main] > org.apache.catalina.startup.Catalina.start Server startup in 14235 ms *docker logs guacd* > guacd[1]: INFO: Guacamole proxy daemon (guacd) version 0.9.13-incubating > started > guacd[1]: INFO: Listening on host 0.0.0.0, port 4822 I tried to start guacd container both with exposed and closed port like proposed here <http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Problem-for-newbie-to-Guacamole-and-Docker-td207.html> , but for the sane result. Any suggestions? Thx in advance. -- View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Docker-installation-problem-tp1577.html Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.