<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>port conflicts &#8211; Blue Lance</title>
	<atom:link href="https://bluelance.com/docs-tag/port-conflicts/feed/" rel="self" type="application/rss+xml" />
	<link>https://bluelance.com</link>
	<description></description>
	<lastBuildDate>Thu, 28 May 2026 17:13:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://bluelance.com/wp-content/uploads/2025/11/fevicon-ic-1.png</url>
	<title>port conflicts &#8211; Blue Lance</title>
	<link>https://bluelance.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Common Installation Issues</title>
		<link>https://bluelance.com/docs/common-installation-issues/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:17:37 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15834</guid>

					<description><![CDATA[If you encounter problems during or after installation, refer to the common issues and resolutions below. For issues not covered here, check the application logs first before contacting support. Cannot access from remote machines The server was likely configured using 127.0.0.1 (localhost) as the IP address during installation. This restricts access to the local machine [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">If you encounter problems during or after installation, refer to the common issues and resolutions below. For issues not covered here, check the application logs first before contacting support.</p>



<p class="wp-block-paragraph"><strong>Cannot access from remote machines</strong> The server was likely configured using 127.0.0.1 (localhost) as the IP address during installation. This restricts access to the local machine only. Reconfigure the server using its actual IP address or domain name.</p>



<p class="wp-block-paragraph"><strong>SMTP not working</strong> Email/alert delivery settings can be reconfigured after installation by editing the configuration files in the installation directory. You do not need to reinstall.</p>



<p class="wp-block-paragraph"><strong>Port conflicts</strong> If a required port is already in use by another application, the service will fail to start. Confirm all required ports are free before installation. Use the following to check for port conflicts:</p>



<p class="wp-block-paragraph">On Linux:</p>



<p class="wp-block-paragraph">sudo ss -tulnp | grep &lt;port&gt;</p>



<p class="wp-block-paragraph">On Windows:</p>



<p class="wp-block-paragraph">netstat -ano | findstr &lt;port&gt;</p>



<p class="wp-block-paragraph"><strong>Service errors on startup</strong> Check the application logs for error details:</p>



<p class="wp-block-paragraph">On Linux:</p>



<p class="wp-block-paragraph">cd /opt/bluelance/lcollector/logs/general/</p>



<p class="wp-block-paragraph">cd /opt/bluelance/web/server/logs/</p>



<p class="wp-block-paragraph">On Windows:</p>



<p class="wp-block-paragraph">\Program Files\Blue Lance 2-0\Web\Apps\Logs\</p>



<p class="wp-block-paragraph">\Program Files\Blue Lance 2-0\Collector\Logs\General\</p>



<p class="wp-block-paragraph"><strong>Services not starting automatically on reboot (Linux)</strong> If services do not restart after a system reboot, ensure they are enabled:</p>



<p class="wp-block-paragraph">sudo systemctl enable lta-web</p>



<p class="wp-block-paragraph">sudo systemctl enable lta-collector</p>



<p class="wp-block-paragraph"><strong>PowerShell execution policy error (Windows)</strong> If the installation script fails to run, confirm the execution policy is set correctly before running the installer:</p>



<p class="wp-block-paragraph">Set-ExecutionPolicy Unrestricted</p>



<p class="wp-block-paragraph">Remember to reset it after installation completes:</p>



<p class="wp-block-paragraph">Set-ExecutionPolicy Restricted</p>



<p class="wp-block-paragraph">For additional support, refer to the Blue Lance documentation at<a href="https://www.bluelance.com/docs"> https://www.bluelance.com/docs</a> or contact your system administrator.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
