user7691237
user7691237

Reputation: 11

MarkLogic HTTP AppServer returns "This site can’t be reached"

I executed the Self-paced Developer's XQuery class code for creating an HTTP AppService for 8030-world-leaders and placed hello.xqy in the root directory of the filesystem where it is suppossed to look. I get an "This site can’t be reached" error when I issue the URL http://<fullservername>:8030/hello.xqy in the browser. Where do I look for errors on the server? How do I troubleshoot this? Any pointers are helpful. I see that the Oracle-Linux server is listening on port 8030 when I issue netstat -a |grep 8030

Upvotes: 1

Views: 160

Answers (1)

grtjn
grtjn

Reputation: 20414

If you'd go to the MarkLogic Admin UI on port 8001, and open the Status tab on the landing page, your 8030-world-leaders app server should show up among the app servers. Check if it shows in red. If it shows red, it probably failed to claim port 8030 when it tried to initialize the app server. Simply go to the configure tab of that app server, pick a different, free port, maybe 8031, and save the change. MarkLogic will restart the app-server for you, and after that you should be able to connect to it on the new port without any further changes.

HTH!

Upvotes: 1

Related Questions