<?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>Error Archive - I MAKE YOU INTELLIGENT</title>
	<atom:link href="https://www.imakeyouintelligent.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.imakeyouintelligent.com/tag/error/</link>
	<description>Mach die Welt ein bisschen intelligenter</description>
	<lastBuildDate>Sat, 26 Nov 2022 19:04:15 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.imakeyouintelligent.com/wp-content/uploads/2018/01/cropped-square_v4-32x32.png</url>
	<title>Error Archive - I MAKE YOU INTELLIGENT</title>
	<link>https://www.imakeyouintelligent.com/tag/error/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Plesk Fehler beim Start MarianDB &#124; Bind on TCP/IP port. Got error: 22: Invalid argument</title>
		<link>https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/</link>
					<comments>https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/#comments</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Thu, 03 Nov 2022 19:52:27 +0000</pubDate>
				<category><![CDATA[Enterprise Solutions]]></category>
		<category><![CDATA[500]]></category>
		<category><![CDATA[bind-address]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[DB]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[my.cnf]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[SQLSTATE]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238784</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/">Plesk Fehler beim Start MarianDB | Bind on TCP/IP port. Got error: 22: Invalid argument</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Mich begrüßte ein Plesk-Server ganz unerwartet mit folgender Meldung nach Eingabe von #<span>service mariadb status</span></p>
<blockquote>
<p><strong>Unable to start MariaDB 10.6 on a Plesk server: Bind on TCP/IP port. Got error: 22: Invalid argument</strong></p>
<p><strong>service mariadb status</strong><br /><strong>&#8230;</strong><br /><strong>mariadbd[32685]: 2022-04-19 6:41:28 0 [ERROR] Can&#8217;t start server: Bind on TCP/IP port. Got error: 22: Invalid argument</strong><br /><strong>mariadbd[32685]: 2022-04-19 6:41:28 0 [ERROR] Do you already have another server running on port: 3306 ?</strong><br /><strong>mariadbd[32685]: 2022-04-19 6:41:28 0 [ERROR] Aborting</strong></p>
<p><strong>500 Plesk\Exception\Database</strong><br /><strong>DB query failed: SQLSTATE[HY000] [2002] No such file or directory</strong></p>
</blockquote>
<p>Der <a href="https://support.plesk.com/hc/en-us/articles/5180170766738-Unable-to-start-MariaDB-10-6-on-a-Plesk-server-Bind-on-TCP-IP-port-Got-error-22-Invalid-argument">Support-Artikel</a> von Plesk hat den richtigen Hinweis gegeben, leider nur mit falschen Pfaden, der korrekte Pfad lautet.<br />Daraus ergibt sich folgender Ablauf: </p>
<p>1. Verbindung via SSH mit dem betroffenen Plesk-Server herstellen.<br />2. Folgende Datei mit vi oder nano öffnen: /etc/mysql# &#8211;&gt; nano my.cnf<br />3. Die BindAdress muss von bind-address = ::ffff:127.0.0.1 in folgende geändert werden bind-address = 127.0.0.1<br />4.Die Datei speichern<br />5. Und einmal den Service durchstarten: service mariadb restart</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/">Plesk Fehler beim Start MarianDB | Bind on TCP/IP port. Got error: 22: Invalid argument</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/plesk-fehler-beim-start-mariandb-bind-on-tcp-ip-port-got-error-22-invalid-argument/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>LoRaWAN-Gateway &#124; iC880A -ERROR: local_conf.json is not a valid JSON file</title>
		<link>https://www.imakeyouintelligent.com/lorawan-gateway-error-local_conf-json-is-not-a-valid-json-file/</link>
					<comments>https://www.imakeyouintelligent.com/lorawan-gateway-error-local_conf-json-is-not-a-valid-json-file/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Wed, 16 Mar 2022 16:25:35 +0000</pubDate>
				<category><![CDATA[LoRaWAN - Long Range Wide Area Network]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[iC880A]]></category>
		<category><![CDATA[JSON]]></category>
		<category><![CDATA[LoRa]]></category>
		<category><![CDATA[Raspberry]]></category>
		<category><![CDATA[WAN]]></category>
		<guid isPermaLink="false">https://www.imakeyouintelligent.com/?p=238720</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/lorawan-gateway-error-local_conf-json-is-not-a-valid-json-file/">LoRaWAN-Gateway | iC880A -ERROR: local_conf.json is not a valid JSON file</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Seit ein paar Tagen hatte ich folgenden Fehler auf meinem LoRaWAN Gateway: </p>
<ul>
<li>ERROR: local_conf.json is not a valid JSON file</li>
</ul>
<p>Den Fehler erhielt ich nach folgendem Statement: service ttn-gateway status<br />Mit folgender gesamten Fehlermeldung: </p>
<p>pi@IMAKEYOUINTELLIGENT-LORWAWAN1:~ $<span class="Apple-converted-space">  </span>service ttn-gateway status<br />● ttn-gateway.service &#8211; The Things Network Gateway<br />Loaded: loaded (/lib/systemd/system/ttn-gateway.service; enabled; vendor preset: enabled)<br />Active: activating (auto-restart) (Result: exit-code) since Wed 2022-03-16 17:11:52 CET; 4s ago<br />Process: 2459 ExecStart=/opt/ttn-gateway/bin/start.sh (code=exited, status=1/FAILURE)<br />Main PID: 2459 (code=exited, status=1/FAILURE)<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[2459]: INFO: Beacon is disabled<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[2459]: INFO: Monitor is disabled<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[2459]: INFO: Platform configured to &#8222;IMST + Rpi&#8220;<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[2459]: INFO: Contact email configured to &#8222;info@imakeyouintelligent.com&#8220;<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[2459]: INFO: Description configured to &#8222;IMAKEYOUINTELLIGENT-LORAWAN1&#8220;<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[2459]: INFO: found local configuration file local_conf.json, parsing it<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[2459]: INFO: redefined parameters will overwrite global parameters<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[2459]: ERROR: local_conf.json is not a valid JSON file<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 systemd[1]: ttn-gateway.service: Main process exited, code=exited, status=1/FAILURE<br />Mär 16 17:11:52 IMAKEYOUINTELLIGENT-LORWAWAN1 systemd[1]: ttn-gateway.service: Failed with result &#8218;exit-code&#8216;.</p>
<p>Basis der Grundinstallation war: <a href="https://wiki.opennet-initiative.de/wiki/LoRaWAN-GW-Schritt-für-Schritt">https://wiki.opennet-initiative.de/wiki/LoRaWAN-GW-Schritt-für-Schritt </a><br />In der /opt/ttn-gateway/bin $ sudo nano local_conf.json musste die Latitude und Longitude mit einem Punkt (.) und nicht mit einem Komma (,) getrennt werden. Nach erfolgreichen Änderung war das Gateway wieder &#8222;up&#8220;. </p>
<p>pi@IMAKEYOUINTELLIGENT-LORWAWAN1:/opt/ttn-gateway/bin $ service ttn-gateway status<br />● ttn-gateway.service &#8211; The Things Network Gateway<br />Loaded: loaded (/lib/systemd/system/ttn-gateway.service; enabled; vendor preset: enabled)<br />Active: active (running) since Wed 2022-03-16 17:15:54 CET; 10s ago<br />Main PID: 3411 (start.sh)<br />Tasks: 4 (limit: 2059)<br />CGroup: /system.slice/ttn-gateway.service<br />├─3411 /bin/bash /opt/ttn-gateway/bin/start.sh<br />└─3426 ./poly_pkt_fwd</p>
<p>Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: found local configuration file local_conf.json, parsing it<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: redefined parameters will overwrite global parameters<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: local_conf.json does not contain a JSON object named SX1301_conf<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: local_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: gateway MAC address is configured to B827EBFFFE914B27<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: Found 1 servers in array.<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: Server 0 configured to &#8222;eu1.cloud.thethings.network&#8220;, with port up &#8222;1700&#8220; and port down &#8222;1700&#8220;<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: packets received with a valid CRC will be forwarded<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: packets received with a CRC error will NOT be forwarded<br />Mär 16 17:15:54 IMAKEYOUINTELLIGENT-LORWAWAN1 ttn-gateway[3411]: INFO: packets received with no CRC will NOT be forwarded</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/lorawan-gateway-error-local_conf-json-is-not-a-valid-json-file/">LoRaWAN-Gateway | iC880A -ERROR: local_conf.json is not a valid JSON file</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/lorawan-gateway-error-local_conf-json-is-not-a-valid-json-file/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Node-Red: Flows stopped due to missing node types. Check logs for details</title>
		<link>https://www.imakeyouintelligent.com/node-red-flows-stopped-due-to-missing-node-types-check-logs-for-details/</link>
					<comments>https://www.imakeyouintelligent.com/node-red-flows-stopped-due-to-missing-node-types-check-logs-for-details/#respond</comments>
		
		<dc:creator><![CDATA[Marvin Heyder]]></dc:creator>
		<pubDate>Mon, 27 Nov 2017 11:59:21 +0000</pubDate>
				<category><![CDATA[Node-RED]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Flow]]></category>
		<category><![CDATA[Flows stopped]]></category>
		<category><![CDATA[Node]]></category>
		<category><![CDATA[Node-Red]]></category>
		<category><![CDATA[Red]]></category>
		<guid isPermaLink="false">http://www.imakeyouintelligent.com/?p=4237</guid>

					<description><![CDATA[<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/node-red-flows-stopped-due-to-missing-node-types-check-logs-for-details/">Node-Red: Flows stopped due to missing node types. Check logs for details</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Nach dem Updates eines Nodes, war meine gesamten Node-Red Flows leider nicht mehr funktional, die GUI begrüßte mich mit: <span class="js-issue-title">Flows stopped due to missing node types. Check logs for details. Ggfs. kann es auch zu folgender Fehlermeldung kommen: Import of unrecognized types and &#8220; node not deployed&#8220; errors</span></p>
<p>Die Logs von Node-Red gaben mir folgende Information aus:</p>
<p>27 Nov 12:30:06 &#8211; [info] Server now running at <a href="http://127.0.0.1:1880/">http://127.0.0.1:1880/</a><br />
27 Nov 12:30:07 &#8211; [info] Waiting for missing types to be registered:<br />
27 Nov 12:30:07 &#8211; [info]  &#8211; homematic-config</p>
<p>Nach viel googeln war die Lösung doch relativ einfach:</p>
<ol>
<li>Klick auf das Hamburger-Symbol oben rechts in der Node-Red GUI</li>
<li>Configuration Nodes</li>
<li>Im unteren Bereich findet man eine Sparte &#8222;Unknown&#8220;</li>
</ol>
<p>Dort sollte man nun einen Node finden den man doppelt anklicken kann und dort dann oben rechts löschen kann. Im Anschluss über das Terminal &#8211; Node-red-stop und Node-red-start.</p>
<p>[ratings id=&#8220;4237&#8243;]</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
<p>Der Beitrag <a href="https://www.imakeyouintelligent.com/node-red-flows-stopped-due-to-missing-node-types-check-logs-for-details/">Node-Red: Flows stopped due to missing node types. Check logs for details</a> erschien zuerst auf <a href="https://www.imakeyouintelligent.com">I MAKE YOU INTELLIGENT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.imakeyouintelligent.com/node-red-flows-stopped-due-to-missing-node-types-check-logs-for-details/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
