Hello Andy,

We have /Test in access URL, we are sending the data as HTTP POST request as 
http://localhost:7001/test URL

 

We are using HandleHttpRequest processor with below configuration 



 

We are using below flow diagram to test the application:



 

We are getting below error

 


<html>

    <head>

        <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>

        <title>Error 503 Service Unavailable</title>

    </head>

    <body>

        <h2>HTTP ERROR 503</h2>

        <p>Problem accessing /test. Reason:

 

            <pre>    Service Unavailable</pre>

        </p>

        <hr>

        <a href="http://eclipse.org/jetty";>Powered by Jetty:// 
9.4.3.v20170317</a>

        <hr/>

    </body>

</html>

 

We observed there is one more flowfile created with 0 bites along with actual 
file

 



 

Also we observed once we replace HandleHTTPRequest with ListenHTTPRequest 
processor we don’t see this error

 

Please find the logs attached

 

Thanks and Regards,

Rajesh Biswas | +91 9886433461 |  <http://www.bridgera.com/> www.bridgera.com

 

From: Andy LoPresto [mailto:[email protected]] 
Sent: Wednesday, September 26, 2018 10:19 PM
To: [email protected]
Cc: [email protected]
Subject: Re: Nifi Response Code

 

Also, there is no resource for “/Test”. You should be accessing 
http://your_host:8080/nifi or https://your_host:8443/nifi. 

 

Andy LoPresto

[email protected]

[email protected]

PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

 

On Sep 26, 2018, at 9:47 AM, Andy LoPresto <[email protected]> wrote:

 

Rajesh,

 

You’ll need to look at the following log files to see what the actual cause of 
the issue is:

 

* $NIFI_HOME/logs/nifi-bootstrap.log

* $NIFI_HOME/logs/nifi-app.log

 

Please share those contents (redacting sensitive information if necessary) if 
you need further help. The stacktrace should clearly explain the issue though, 
so hopefully this solves your problem. 

 

Andy LoPresto

[email protected]

[email protected]

PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

 

On Sep 26, 2018, at 5:51 AM, Rajesh Biswas <[email protected]> wrote:

 

Hello NiFi Team,

We are receiving HTTP 503 error after calling the NiFi Port



Would you please tell me how to fix it:




<html>

   <head>

       <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>

       <title>Error 503 Service Unavailable</title>

   </head>

   <body>

       <h2>HTTP ERROR 503</h2>

       <p>Problem accessing /Test. Reason:

           <pre>    Service Unavailable</pre>

       </p>

       <hr>

       <a href="http://eclipse.org/jetty";>Powered by Jetty://
9.4.3.v20170317</a>

       <hr/>

   </body>

</html>





Thanks and Regards,

Rajesh Biswas | +91 9886433461 |  <http://www.bridgera.com/>
www.bridgera.com <http://www.bridgera.com/> 





---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

 

 

Reply via email to