PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → WEBDEV 26 - Docker Image - Issue
WEBDEV 26 - Docker Image - Issue
Started by Mike Nadeau, Jan., 14 2021 2:21 AM - 1 reply
Posted on January, 14 2021 - 2:21 AM
Hi,

I'm trying to get WebDev 26 working on a Linux server using the Docker image.

Here are the steps I do -

1) Get WinDev 26 image: docker pull windev/webdev:FR260056p

2) Create the volume: docker volume create vol

3) Run the container -

docker run \
-p 80:80 \
-v vol:/var/lib/WEBDEV/26.0/ \
windev/webdev:FR260056p

Everything works fine, but when I go to http://aa.bb.cc.dd/WDAdminWeb, I get the following error-

Error launching WDAdminWeb site.
(51, ERR_LAUNCH_FAILED)

I'm a bit lost... I tried with an older version (WEBDEV 25), and I get the same error.

Help?

Thanks,
Mike
Posted on February, 24 2021 - 9:09 PM
Hi there
I wonder if you solved it
I have the same problem