Skip to main content
17-Peridot
December 11, 2019
Solved

How to launch Thingworx flow

  • December 11, 2019
  • 2 replies
  • 3307 views

Hi,

I installed thingworx flow successfully yesterday and ran command "pm2 ls" showed the complete components at the time .   However ,  today when I open the VM machine but found "pm2 ls" shows nothing.  

 

What's I've tried: 

1. run command "sc start RabbitMQ / rabbitmq.service" but it tells me the service is already running.   

2. restart the workflow subsystem, but it doesn't help

3. I can access thingworx foundation with host and port which were specified when installing work flow, but I cannot open https://<host>:<port>/Thingworx/Composer/apps/flow/#/

 

If the workflow doesn't launch automatically,  how can I launch it manually ? 

 

---Version---

Thingworx 8.5.1 + Thingworx worx work flow 8.5.1 + Postgresql 10.11 + windows server 2016 .

 

Regards,

Sean

Best answer by seanccc

@raluca_edu ,

I re-installed flow finally to solve the problem.  

 

Regards,

Sean

2 replies

19-Tanzanite
December 11, 2019

Hello @seanccc 

 

Have you tried opening flow using host name (server_name) as configured in vhost-flow.conf file.

 

image.png

 

You can find vhost-flow.conf file under nginix installation folder : C:\Program Files\nginx-1.13.12\conf\conf.d

 

/VR

seanccc17-PeridotAuthor
17-Peridot
December 11, 2019

@Velkumar ,

 

Yes, I've tried it but the web page is blank.   Yesterday the same web page showed the flow management page. 

 

Regards,

Sean 

16-Pearl
December 11, 2019

Try 

pm2 restart all

seanccc17-PeridotAuthor
17-Peridot
December 11, 2019

@rjanardan ,

 

The command just response: 

[PM2][WARN] No process found .  

seanccc_0-1576067671569.png

 

17-Peridot
December 11, 2019

Hi,

 

Open Services and check status of the following services:

- RabbitMQ

-ThingWorx-Flow

-ThingWorxFlowNginx

 

All should be running.

 

Hope it helps,

Raluca Edu