<?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>question Re: Nifi web page does not start Windows 2008 Server R2 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215696#M177606</link>
    <description>&lt;PRE&gt;2018-04-10 00:49:44,720 INFO [main] org.apache.nifi.web.server.JettyServer NiFi has started. The UI is available at the following URLs:
2018-04-10 00:49:44,720 INFO [main] org.apache.nifi.web.server.JettyServer &lt;A href="http://127.0.0.1:8080/nifi" target="_blank"&gt;http://127.0.0.1:8080/nifi&lt;/A&gt;
2018-04-10 00:49:44,720 INFO [main] org.apache.nifi.web.server.JettyServer &lt;A href="http://172.31.56.60:8080/nifi" target="_blank"&gt;http://172.31.56.60:8080/nifi&lt;/A&gt;
2018-04-10 00:49:44,722 INFO [main] org.apache.nifi.BootstrapListener Successfully initiated communication with Bootstrap


&lt;/PRE&gt;</description>
    <pubDate>Tue, 10 Apr 2018 22:43:36 GMT</pubDate>
    <dc:creator>Carolyn</dc:creator>
    <dc:date>2018-04-10T22:43:36Z</dc:date>
    <item>
      <title>Nifi web page does not start Windows 2008 Server R2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215694#M177604</link>
      <description>&lt;P&gt;Nifi installed on Windows Server 2008 R2 using the Windows msi without any errors.  The service starts up but when I attempt to open nifi in the Web browser using &lt;A href="http://localhost:8080/nifi" target="_blank"&gt;http://localhost:8080/nifi&lt;/A&gt;, I get the Nifi water drop but the canvas never appears.&lt;/P&gt;&lt;P&gt;The error appears in the nifi user log.  Do I need to enable HTTPS?&lt;/P&gt;&lt;PRE&gt;2018-04-10 14:52:07,061 INFO [NiFi Web Server-119] org.apache.nifi.web.filter.RequestLogger Attempting request for (&amp;lt;no user found&amp;gt;) POST &lt;A href="http://localhost:8080/nifi-api/access/kerberos" target="_blank"&gt;http://localhost:8080/nifi-api/access/kerberos&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:07,062 INFO [NiFi Web Server-119] o.a.n.w.a.c.IllegalStateExceptionMapper java.lang.IllegalStateException: Access tokens are only issued over HTTPS.. Returning Conflict response.
2018-04-10 14:52:07,235 INFO [NiFi Web Server-128] org.apache.nifi.web.filter.RequestLogger Attempting request for (&amp;lt;no user found&amp;gt;) POST &lt;A href="http://localhost:8080/nifi-api/access/oidc/exchange" target="_blank"&gt;http://localhost:8080/nifi-api/access/oidc/exchange&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:07,236 INFO [NiFi Web Server-128] o.a.n.w.a.c.IllegalStateExceptionMapper java.lang.IllegalStateException: User authentication/authorization is only supported when running over HTTPS.. Returning Conflict response.
2018-04-10 14:52:07,842 INFO [NiFi Web Server-129] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/current-user" target="_blank"&gt;http://localhost:8080/nifi-api/flow/current-user&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:08,418 INFO [NiFi Web Server-128] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/client-id" target="_blank"&gt;http://localhost:8080/nifi-api/flow/client-id&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:08,419 INFO [NiFi Web Server-114] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/config" target="_blank"&gt;http://localhost:8080/nifi-api/flow/config&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:08,422 INFO [NiFi Web Server-131] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/cluster/summary" target="_blank"&gt;http://localhost:8080/nifi-api/flow/cluster/summary&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:09,634 INFO [NiFi Web Server-45] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/banners" target="_blank"&gt;http://localhost:8080/nifi-api/flow/banners&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:11,046 INFO [NiFi Web Server-133] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/processor-types" target="_blank"&gt;http://localhost:8080/nifi-api/flow/processor-types&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:11,076 INFO [NiFi Web Server-128] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/about" target="_blank"&gt;http://localhost:8080/nifi-api/flow/about&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:11,262 INFO [NiFi Web Server-130] org.apache.nifi.web.filter.RequestLogger Attempting request for (&amp;lt;no user found&amp;gt;) GET &lt;A href="http://localhost:8080/nifi-api/access/config" target="_blank"&gt;http://localhost:8080/nifi-api/access/config&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:12,613 INFO [NiFi Web Server-131] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/controller-service-types" target="_blank"&gt;http://localhost:8080/nifi-api/flow/controller-service-types&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:15,440 INFO [NiFi Web Server-119] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/reporting-task-types" target="_blank"&gt;http://localhost:8080/nifi-api/flow/reporting-task-types&lt;/A&gt; (source ip: 127.0.0.1)
2018-04-10 14:52:26,157 INFO [NiFi Web Server-113] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) GET &lt;A href="http://localhost:8080/nifi-api/flow/prioritizers" target="_blank"&gt;http://localhost:8080/nifi-api/flow/prioritizers&lt;/A&gt; (source ip: 127.0.0.1)&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Apr 2018 21:57:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215694#M177604</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2018-04-10T21:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi web page does not start Windows 2008 Server R2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215695#M177605</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12116/cduby.html" nodeid="12116"&gt;@cduby&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Look for this line in your nifi-app.log file&lt;/P&gt;&lt;PRE&gt;The UI is available at the following URLs:&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;What URLs do you see?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 22:39:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215695#M177605</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2018-04-10T22:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi web page does not start Windows 2008 Server R2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215696#M177606</link>
      <description>&lt;PRE&gt;2018-04-10 00:49:44,720 INFO [main] org.apache.nifi.web.server.JettyServer NiFi has started. The UI is available at the following URLs:
2018-04-10 00:49:44,720 INFO [main] org.apache.nifi.web.server.JettyServer &lt;A href="http://127.0.0.1:8080/nifi" target="_blank"&gt;http://127.0.0.1:8080/nifi&lt;/A&gt;
2018-04-10 00:49:44,720 INFO [main] org.apache.nifi.web.server.JettyServer &lt;A href="http://172.31.56.60:8080/nifi" target="_blank"&gt;http://172.31.56.60:8080/nifi&lt;/A&gt;
2018-04-10 00:49:44,722 INFO [main] org.apache.nifi.BootstrapListener Successfully initiated communication with Bootstrap


&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Apr 2018 22:43:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215696#M177606</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2018-04-10T22:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi web page does not start Windows 2008 Server R2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215697#M177607</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/12116/cduby.html" nodeid="12116"&gt;@cduby&lt;/A&gt;&lt;P&gt;Try one of those URLs instead of localhost.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 22:49:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215697#M177607</guid>
      <dc:creator>Wynner</dc:creator>
      <dc:date>2018-04-10T22:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi web page does not start Windows 2008 Server R2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215698#M177608</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/286/dwynne.html" nodeid="286"&gt;@Wynner&lt;/A&gt; I see the same problem with both of those URLs.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 22:52:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215698#M177608</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2018-04-10T22:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi web page does not start Windows 2008 Server R2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215699#M177609</link>
      <description>&lt;P&gt;I tried on Windows Server 2012 and had the same issue.&lt;/P&gt;&lt;P&gt;I am creating my windows instance in AWS using the Windows Server with SQL Server.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 01:18:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215699#M177609</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2018-04-11T01:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi web page does not start Windows 2008 Server R2</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215700#M177610</link>
      <description>&lt;P&gt;I resolved the issue by using a different browser.  The version of Internet Explorer I was using did not work.   I resolved the issue by allowing the 8080 port through the windows firewall and then connecting remotely using Chrome.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Apr 2018 21:26:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-web-page-does-not-start-Windows-2008-Server-R2/m-p/215700#M177610</guid>
      <dc:creator>Carolyn</dc:creator>
      <dc:date>2018-04-11T21:26:40Z</dc:date>
    </item>
  </channel>
</rss>

