We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

gallery landing page not loading

deepdata
7 - Meteor

hi 

 

I am alteryx admin, 
one user are unable to load gallery page getting an error message " can't reach this page" as shown in attached picture. while i can load the same gallery on my system. one day ago I did alteryx service restart and need to kill some jobs to do restart fast.

now I am facing this issue, its new to me, how to sort it out.


thank you in advance

10 REPLIES 10
aatalai
15 - Aurora

Could it be a file wall issue?

Gaurav_Dhama_
12 - Quasar

is there a VPN that user has to use to access company resources? We generally see unable to access error due to this, or if the service is down. If service is down, we start it and then it resolves the issue.

Is it happening to only one user or to everyone now?

deepdata
7 - Meteor

Its  with him only right now, and he is in office network so no need of VPN

deepdata
7 - Meteor

file wall issue?

 

how to solve it?

Gaurav_Dhama_
12 - Quasar

Since you mentioned that there were few workflows that you had to kill, and service had to restart. MongoDB can leave behind some mongod.lock. These files can prevent user(s) from accessing the gallery as well.

 

If this exists in your mongodb directory (as configured in mongod.conf), you may have to stop the mongod process and then delete this file. Once deleted, restart the mongod.

 

I will also recommend checking mongodb logs before you do it.

deepdata
7 - Meteor

locks with what name it will be there, will it be in service or gallery?

 

Gaurav_Dhama_
12 - Quasar

name is mongod.lock. It will be in your server. To check you can view that in persistence settings inside Alteryx System Settings > under controller. It will be mentioned in Database Path.

mongod.lock file will be in that path.

deepdata
7 - Meteor

yes, there is 1kb file mongod.lock file I found there, 

should i delete it?

Gaurav_Dhama_
12 - Quasar

check process list and ensure that no mongod is active or running before deleting this file.

Labels
Top Solution Authors