PAW Docker Containers not starting up

Post Reply
dharav9
Posts: 72
Joined: Wed Aug 15, 2018 3:18 pm
OLAP Product: TM1
Version: 10.3
Excel Version: 2016

PAW Docker Containers not starting up

Post by dharav9 »

Hi, All

Environment: Windows Server 2016
PAW 2.0.37
DOCKER 18.09.3


I do not see any containers (docker ps & docker ps -a).
I did execute (./scripts/paw.ps1) command and it throws following error.
PS D:\paw> ./scripts/paw
Adding custom certificate authority certificates to the system.

Unable to find image 'pa-docker:6000/planninganalytics/ibm-java8:latest-windowsservercore' locally
C:\Program Files\docker\docker.exe: Error response from daemon: Get https://pa-docker:6000/v2/: dial tcp: lookup pa-docker: no such host.
See 'C:\Program Files\docker\docker.exe run --help'.
Adding certificate authority certificate 'applixca.pem' to cacerts
Execution failed with exit code 1
At D:\paw\scripts\init.ps1:58 char:13
+ throw "Execution failed with exit code $LASTEXITCODE"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (Execution failed with exit code 1:String) [], RuntimeException
+ FullyQualifiedErrorId : Execution failed with exit code 1
I found that Hyper-v Virtual Switch Extension Adapter could not start. See the following image:
Image
Thank You

Dharav
Attachments
Switch.docx
(82.69 KiB) Downloaded 298 times
dr.nybble
MVP
Posts: 160
Joined: Wed Aug 17, 2011 3:51 pm
OLAP Product: TM1
Version: 10.2.2
Excel Version: Excel 2007

Re: PAW Docker Containers not starting up

Post by dr.nybble »

Run the Start.ps1 script -- looks like the images are not loaded.
dharav9
Posts: 72
Joined: Wed Aug 15, 2018 3:18 pm
OLAP Product: TM1
Version: 10.3
Excel Version: 2016

Re: PAW Docker Containers not starting up

Post by dharav9 »

Hello, dr.nybble

It seems images are not loading because Ethernet network is disable. I see the Virutal switches are not working and due to which we cannot enable Ethernet.

I performed ./start.ps1 and it throws parameter is incorrect error.
Installing/Updating IBM Planning Analytics Docker images
Loading image file D:\paw\images\images.tar, this may take a while...
Something went wrong at step 'Installing/Updating IBM Planning Analytics Docker images'
re-exec error: exit status 1: output: ProcessBaseLayer \\?\C:\ProgramData\docker\windowsfilter\c8b41fca42a2fd7b804a3cf54
ef2e26a28cee52ab1a0f05ffe16fc7caba2763e: The parameter is incorrect
Please Advise.

Thank You

Dharav
Post Reply