cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Thingworx 8.0 docker (postgresql) install error

snam1
2-Guest

Thingworx 8.0 docker (postgresql) install error

Hello. I tried to install TWX 8.0 docker (postgresql).

But, I got an error message below, beginning of progress bar.

install error.JPG

6 REPLIES 6
AnnaAn
13-Aquamarine
(To:snam1)

Hi Sangjoon Nam​,

Did you check the log with:

docker logs -f twxfoundation(twxfoundation is the ThingWorx instance name you gave when you install ThingWorx)?

And, you could also check the installation log from: /tmp/bitrock_installer.log

Thanks,

Br,

Anna

cmorfin
19-Tanzanite
(To:snam1)

Hi Sangjoon Nam

It would also be interesting to know more details about your setup:

- which OS are you using: Windows or Linux

- which version of the OS

- what is the version of docker (execute docker version command)

- if you are using Windows, do you use Docker for Windows or Docker Toolbox

Thank you

Kind regards

Christophe

I have the same issue.

I think that the problem should depend on this.

jdass
12-Amethyst
(To:snam1)

Did you have a previous installation of ThingWorx Trial Edition on the same machine ?

Solved for the same issue I found with ThingworxTrialEdition!

- Download Docker for windws (toolbar for windows 7 or 8 as suggested in thingworx guide)

- Download Thingworx

- Check if virtualization is enabled (TaskManager--> Performance)

Risultati immagini per task manager performance virtualization enabled

- if disabled you must enable it from the bios (there's no other way) Enter in bios and in device option or system option you should have Virtualization enable flag (VTx only if you don't need IO or also VTd if you need I/O interaction.

- Save and restart

- Active Hyper-V (Enable-WindowsOptionalFeature -Online -FeatureName:Microsoft-Hyper-V -All by power shell or by programs features)

- Install Docker and run it (now it should work - maybe it need reboot)

- now you can run thingworx install as Admin

Top Tags