<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to resolve: ServiceNow TA Error &amp;quot;Failed to load current state for selected entity in form!&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/619555#M106822</link>
    <description>&lt;P&gt;I got the exact same error. Were you able to resolve it? My error code for 500 is&amp;nbsp;&lt;SPAN&gt;ERR0005&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 21:27:13 GMT</pubDate>
    <dc:creator>isauadh</dc:creator>
    <dc:date>2022-11-03T21:27:13Z</dc:date>
    <item>
      <title>How to resolve: ServiceNow TA Error "Failed to load current state for selected entity in form!"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/610686#M105808</link>
      <description>&lt;P&gt;Loading the Configuration page from the&amp;nbsp;Splunk_TA_snow ServiceNow TA yields the following error:&lt;/P&gt;
&lt;DIV class=""&gt;
&lt;H2&gt;Something went wrong!&lt;/H2&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;Failed to load current state for selected entity in form!&lt;BR /&gt;&lt;BR /&gt;Error: Request failed with status code 500&lt;/DIV&gt;
&lt;DIV class=""&gt;ERR0005&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;Similarly for the inputs page yields the following error:&lt;/DIV&gt;
&lt;DIV class=""&gt;
&lt;DIV class=""&gt;
&lt;H2&gt;Failed to load Inputs Page&lt;/H2&gt;
&lt;/DIV&gt;
&lt;DIV class=""&gt;This is normal on Splunk search heads as they do not require an Input page. Check your installation or return to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://vadc-spkdev99.gd-ms.us:8000/en-US/app/Splunk_TA_snow/configuration" target="_blank" rel="noopener"&gt;configuration page&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Error: Request failed with status code 500&lt;/DIV&gt;
&lt;DIV class=""&gt;ERR0001&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;The troubleshooting documentation only mentions something about using the admin&amp;nbsp; account, which we are:&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Troubleshooting#Cannot_access_configuration_page" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Troubleshooting#Cannot_access_configuration_page&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV class=""&gt;SNOW internal logs only show this error:&lt;/DIV&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;index=_internal sourcetype="ta_snow"
2022-08-24 13:52:12,894 INFO pid=[xxx] tid=MainThread file=snow.py:stream_events:430 | No configured inputs found. To collect data from ServiceNow, configure new input(s) or update existing input(s) either from Inputs page of the Add-on or manually from inputs.conf.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Splunkd errors show:&lt;/P&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
raise ConnectionError(err, request=request)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/adapters.py", line 501, in send
r = adapter.send(request, **kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/sessions.py", line 645, in send
resp = self.send(prep, **send_kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/sessions.py", line 529, in request
return session.request(method=method, url=url, **kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/api.py", line 61, in request
**kwargs,
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/solnlib/splunk_rest_client.py", line 147, in request
response = self.handler(url, message, **kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/splunklib/binding.py", line 1279, in request
return self.request(url, { 'method': "GET", 'headers': headers })
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/splunklib/binding.py", line 1219, in get
response = self.http.get(path, all_headers, **query)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/splunklib/binding.py", line 685, in get
val = f(*args, **kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/splunklib/binding.py", line 70, in new_f
return request_fun(self, *args, **kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/splunklib/binding.py", line 289, in wrapper
**query)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/splunklib/client.py", line 795, in get
return super(Collection, self).get(name, owner, app, sharing, **query)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/splunklib/client.py", line 1702, in get
response = self.get(key)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/splunklib/client.py", line 1740, in __getitem__
conf = self._confs[name]
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/solnlib/conf_manager.py", line 457, in get_conf
return func(*args, **kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/solnlib/utils.py", line 153, in wrapper
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
return self._sock.recv_into(b)
File "/opt/splunk/lib/python3.7/socket.py", line 589, in readinto
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/opt/splunk/lib/python3.7/http/client.py", line 280, in _read_status
version, status, reason = self._read_status()
File "/opt/splunk/lib/python3.7/http/client.py", line 319, in begin
response.begin()
File "/opt/splunk/lib/python3.7/http/client.py", line 1373, in getresponse
httplib_response = conn.getresponse()
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/connectionpool.py", line 444, in _make_request
File "&amp;lt;string&amp;gt;", line 3, in raise_from
six.raise_from(e, None)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/connectionpool.py", line 449, in _make_request
chunked=chunked,
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/connectionpool.py", line 710, in urlopen
raise value.with_traceback(tb)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/packages/six.py", line 769, in reraise
raise six.reraise(type(error), error, _stacktrace)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/util/retry.py", line 550, in increment
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/connectionpool.py", line 786, in urlopen
timeout=timeout
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/adapters.py", line 450, in send
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
ConnectionResetError: [Errno 104] Connection reset by peer
return self._sock.recv_into(b)
File "/opt/splunk/lib/python3.7/socket.py", line 589, in readinto
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/opt/splunk/lib/python3.7/http/client.py", line 280, in _read_status
version, status, reason = self._read_status()
File "/opt/splunk/lib/python3.7/http/client.py", line 319, in begin
response.begin()
File "/opt/splunk/lib/python3.7/http/client.py", line 1373, in getresponse
httplib_response = conn.getresponse()
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/connectionpool.py", line 444, in _make_request
File "&amp;lt;string&amp;gt;", line 3, in raise_from
six.raise_from(e, None)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/connectionpool.py", line 449, in _make_request
chunked=chunked,
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/urllib3/connectionpool.py", line 710, in urlopen
WARNING:root:Run function: get_conf failed: Traceback (most recent call last):
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
raise ConnectionError(err, request=request)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/adapters.py", line 501, in send
r = adapter.send(request, **kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/sessions.py", line 645, in send
resp = self.send(prep, **send_kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/sessions.py", line 529, in request
return session.request(method=method, url=url, **kwargs)
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/requests/api.py", line 61, in request
**kwargs,
File "/opt/splunk/etc/apps/Splunk_TA_snow/lib/solnlib/splunk_rest_client.py", line 147, in request
Traceback (most recent call last):
During handling of the above exception, another exception occurred:
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
return self._sock.recv_into(b)
File "/opt/splunk/lib/python3.7/socket.py", line 589, in readinto
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
File "/opt/splunk/lib/python3.7/http/client.py", line 280, in _read_status
version, status, reason = self._read_status()
File "/opt/splunk/lib/python3.7/http/client.py", line 319, in begin
response.begin()
File "/opt/splunk/lib/python3.7/http/client.py", line 1373, in getresponse
httplib_response = conn.getresponse()&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;How do we troubleshoot and solve this?&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Aug 2022 15:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/610686#M105808</guid>
      <dc:creator>landen99</dc:creator>
      <dc:date>2022-08-24T15:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve: ServiceNow TA Error "Failed to load current state for selected entity in form!"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/619555#M106822</link>
      <description>&lt;P&gt;I got the exact same error. Were you able to resolve it? My error code for 500 is&amp;nbsp;&lt;SPAN&gt;ERR0005&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 21:27:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/619555#M106822</guid>
      <dc:creator>isauadh</dc:creator>
      <dc:date>2022-11-03T21:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve: ServiceNow TA Error "Failed to load current state for selected entity in form!"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/623411#M107270</link>
      <description>&lt;P&gt;I am having the same issue and have tried installing on multiple HFs, either of you able to resolve this?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 12:06:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/623411#M107270</guid>
      <dc:creator>JaysunFL</dc:creator>
      <dc:date>2022-12-06T12:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve: ServiceNow TA Error "Failed to load current state for selected entity in form!"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/632765#M108353</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I register the same Error Message on other TA's.&lt;BR /&gt;It seems to be a problem in Python.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 13:49:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/632765#M108353</guid>
      <dc:creator>patrickvanreck</dc:creator>
      <dc:date>2023-03-01T13:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve: ServiceNow TA Error "Failed to load current state for selected entity in form!"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/633659#M108485</link>
      <description>&lt;P&gt;I ran into the same issue for Falcon Crowdstrike Event Streams and the Splunk Add-On for AWS on my Heavy Forwarders. This indicates it was likely a Splunk config issue, rather than a Splunk app issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Splunk Support recommended the following, which fixed the problem right away.&lt;/P&gt;&lt;PRE&gt;The value for one of the parameters in the server.conf file is not set up in the expected format. &lt;BR /&gt;&lt;BR /&gt;Please perform the below steps in your HF in which the Box add-on UI page(s) are not loading properly: &lt;BR /&gt;&lt;BR /&gt;1.Go to /splunk/etc/system/local/server.conf file. &lt;BR /&gt;&lt;BR /&gt;2.Update the value of the enableSplunkdSSL parameter from True to true on the [sslConfig] stanza. &lt;BR /&gt;&lt;BR /&gt;3.Restart the HF.&lt;/PRE&gt;&lt;P&gt;If your server.conf file doesn't specifically have an invalid &lt;FONT face="courier new,courier"&gt;enableSplunkdSSL&lt;/FONT&gt; attribute, then I suspect that your issue may be some other SSL configuration.&lt;/P&gt;&lt;P&gt;It's worth noting too that using &lt;FONT face="courier new,courier"&gt;splunk cmd btool check --debug&lt;/FONT&gt; did &lt;STRONG&gt;not&lt;/STRONG&gt; detect this issue during troubleshooting.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 23:28:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resolve-ServiceNow-TA-Error-quot-Failed-to-load-current/m-p/633659#M108485</guid>
      <dc:creator>alecvogelsang-d</dc:creator>
      <dc:date>2023-03-07T23:28:02Z</dc:date>
    </item>
  </channel>
</rss>

