<?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>lta-web &#8211; Blue Lance</title>
	<atom:link href="https://bluelance.com/docs-tag/lta-web/feed/" rel="self" type="application/rss+xml" />
	<link>https://bluelance.com</link>
	<description></description>
	<lastBuildDate>Mon, 01 Jun 2026 18:16:54 +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>lta-web &#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>
		<item>
		<title>Windows Post-Installation Verification</title>
		<link>https://bluelance.com/docs/windows-post-installation-verification/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:17:27 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15827</guid>

					<description><![CDATA[After installation completes, verify that all services are running correctly before proceeding with configuration. Check service status: sc query LTA_Web sc query LTA_Server sc query LTA_DataCollector All three services should show as running. If any service is not running, check the logs for errors before continuing. Check logs for errors or warnings: \Program Files\Blue Lance [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">After installation completes, verify that all services are running correctly before proceeding with configuration.</p>



<p class="wp-block-paragraph"><strong>Check service status:</strong></p>



<p class="wp-block-paragraph">sc query LTA_Web</p>



<p class="wp-block-paragraph">sc query LTA_Server</p>



<p class="wp-block-paragraph">sc query LTA_DataCollector</p>



<p class="wp-block-paragraph">All three services should show as running. If any service is not running, check the logs for errors before continuing.</p>



<p class="wp-block-paragraph"><strong>Check logs for errors or warnings:</strong></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"><em>[Your administrator should note any expected output or common first-run messages specific to your environment.]</em></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Managing Services with PM2</title>
		<link>https://bluelance.com/docs/managing-services-with-pm2/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:24 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15820</guid>

					<description><![CDATA[LT Auditor MP &#8216;s web application can also be managed directly using PM2. The ecosystem configuration file is located at: /opt/bluelance/web/ecosystem.config.js Start the application: cd /opt/bluelance/web npx pm2 start ecosystem.config.js Check status: npx pm2 list npx pm2 status npx pm2 logs Restart the application: npx pm2 restart ecosystem.config.js # or restart by app name npx [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">LT Auditor <sup>MP </sup>&#8216;s web application can also be managed directly using PM2. The ecosystem configuration file is located at:</p>



<p class="wp-block-paragraph">/opt/bluelance/web/ecosystem.config.js</p>



<p class="wp-block-paragraph"><strong>Start the application:</strong></p>



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



<p class="wp-block-paragraph">npx pm2 start ecosystem.config.js</p>



<p class="wp-block-paragraph"><strong>Check status:</strong></p>



<p class="wp-block-paragraph">npx pm2 list</p>



<p class="wp-block-paragraph">npx pm2 status</p>



<p class="wp-block-paragraph">npx pm2 logs</p>



<p class="wp-block-paragraph"><strong>Restart the application:</strong></p>



<p class="wp-block-paragraph">npx pm2 restart ecosystem.config.js</p>



<p class="wp-block-paragraph"># or restart by app name</p>



<p class="wp-block-paragraph">npx pm2 restart lta-web</p>



<p class="wp-block-paragraph"><strong>Stop the application:</strong></p>



<p class="wp-block-paragraph">npx pm2 stop ecosystem.config.js</p>



<p class="wp-block-paragraph"># or stop by app name</p>



<p class="wp-block-paragraph">npx pm2 stop lta-web</p>



<p class="wp-block-paragraph"><strong>Save the PM2 process list:</strong></p>



<p class="wp-block-paragraph">npx pm2 save</p>



<p class="wp-block-paragraph">Always save the process list after making changes to ensure services restart automatically on system reboot.</p>



<p class="wp-block-paragraph"><strong>Monitor resource usage:</strong></p>



<p class="wp-block-paragraph">npx pm2 monit</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Managing Services with systemctl</title>
		<link>https://bluelance.com/docs/managing-services-with-systemctl/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:23 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15818</guid>

					<description><![CDATA[Use the following systemctl commands to manage the LT Auditor MP services at the system level. Start a service: sudo systemctl start lta-web sudo systemctl start lta-collector Restart a service: sudo systemctl restart lta-web sudo systemctl restart lta-collector Stop a service: sudo systemctl stop lta-web sudo systemctl stop lta-collector Check service status: sudo systemctl status [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Use the following systemctl commands to manage the LT Auditor <sup>MP</sup> services at the system level.</p>



<p class="wp-block-paragraph"><strong>Start a service:</strong></p>



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



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



<p class="wp-block-paragraph"><strong>Restart a service:</strong></p>



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



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



<p class="wp-block-paragraph"><strong>Stop a service:</strong></p>



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



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



<p class="wp-block-paragraph"><strong>Check service status:</strong></p>



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



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



<p class="wp-block-paragraph"><strong>Enable services to start automatically on boot:</strong></p>



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



<p class="wp-block-paragraph">sudo systemctl enable lta-collector</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Linux Post-Installation Verification</title>
		<link>https://bluelance.com/docs/linux-post-installation-verification/</link>
		
		<dc:creator><![CDATA[peter thomas]]></dc:creator>
		<pubDate>Thu, 28 May 2026 16:16:19 +0000</pubDate>
				<guid isPermaLink="false">https://bluelance.com/?post_type=docs&#038;p=15822</guid>

					<description><![CDATA[After installation completes, verify that all services are running correctly before proceeding with configuration. Check service status: systemctl status lta-web systemctl status lta-collector Both services should show as active and running. If either service is not running, check the logs for errors before continuing. Check logs for errors or warnings: cd /opt/bluelance/lcollector/logs/general/ cd /opt/bluelance/web/server/logs/ [Your [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">After installation completes, verify that all services are running correctly before proceeding with configuration.</p>



<p class="wp-block-paragraph"><strong>Check service status:</strong></p>



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



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



<p class="wp-block-paragraph">Both services should show as active and running. If either service is not running, check the logs for errors before continuing.</p>



<p class="wp-block-paragraph"><strong>Check logs for errors or warnings:</strong></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"><em>[Your administrator should note any expected output or common first-run messages specific to your environment.]</em></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
