[
https://issues.jboss.org/browse/DROOLS-1099?page=com.atlassian.jira.plugi...
]
Petr Široký commented on DROOLS-1099:
-------------------------------------
The kie-server.log seems OK. The app deployed successfully, so you are likely not using
the correct end-point. Try accessing
http://<container_ip_address>:8080/kie-server/services/rest/server/ (this is for the
kie-server-showcase which has some users enabled by default).
For the drools-wb.log, it seems the deployment just hanged for some reason. Is the log
complete, could you e.g. try to wait ~10 minutes to see if the deployment finished by
then? Other thing that comes to my mind is that the container may not have enough entropy
for SecureRandom calls inside the conainter/sshd stuff. See
https://wiki.apache.org/tomcat/HowTo/FasterStartUp#Entropy_Source for more info. If that
would be the case we would need to fix it in the container.
Couldn't access any web service of drools or kie which run in
docker container
------------------------------------------------------------------------------
Key: DROOLS-1099
URL:
https://issues.jboss.org/browse/DROOLS-1099
Project: Drools
Issue Type: Bug
Components: tools
Affects Versions: 6.2.0.Final, 6.4.0.CR1
Environment: Ubuntu 15.04, Docker 1.10.3
Reporter: Jackey Lee
Assignee: Mario Fusco
Attachments: drools-wb.log, kie-server.log
I followed the instructions to run drools and KIE workbenches in docker. But the browser
shows "404-Not Found" when I tried to access
http://localhost:8080/drools-wb.
It shows "Forbidden" when I tried to access
http://localhost:32769/kie-server
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)