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

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Thingworx-Platform-H2-Developer-Freemium-7.2.1-b71 unable to load the page in my local machine.

smohanty1
1-Newbie

Thingworx-Platform-H2-Developer-Freemium-7.2.1-b71 unable to load the page in my local machine.

I have downloaded the Thingworx-Platform-H2-Developer-Freemium-7.2.1-b71 but after performing installation, I am unable to load the page.

Configuration:- 4 GB ram, Windows 7.0 32 bit OS.  Intel Core2 duo Processor. Please help me.

3 REPLIES 3

I just revisit the log file and its saying.

init Failed to initialize end point associated with ProtocolHandler ["http-nio-80"]

java.net.BindException: Address already in use: bind

I am new to thingworx, please help/

supandey
19-Tanzanite
(To:smohanty1)

Santosh have you tried changing the port? it seems to be in use already, may be you can try with 8080 and see if that helps, configure this on following installation step

Hope this helps.

ankigupta
5-Regular Member
(To:smohanty1)

Hi SANTOSH MOHANTY​,

Yes, it seems that the port is in use.

To change the port; open the <tomcat_home>/conf/server.xml

Look for following tag:

<Connector port="80" protocol="org.apache.coyote.http11.Http11NioProtocol"
           connectionTimeout="20000"
           redirectPort="8443" />

Change the port number to something else like 8080.

Save the file and restart the tomcat.

Top Tags