#1 2017-04-27 14:08:58

TheCois
Member
Registered: 2017-04-27

Unable to view the access page of a new installation

I have a new installation of reportserver 3.0.2 on an Ubuntu 16.04, EC2 host.
I downloaded and ran
    bitnami-reportserver-3.0.2-6-linux-x64-installer.run

During installation, I did not choose to install the example data (maybe that's the problem).
I manually started Apache and Tomcat using the ctrlscript.sh command
Everything went fine during that step (according to the apache2/logs and apache-tomcat/logs directories).

I then attempted to access 127.0.0.1:8080/reportserver using curl on the command line. The command locked and finally timed out after 22 minutes.
the output file I had redirected the output to contains the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Your application is not available</title>
<link href="/bitnami.css" media="all" rel="Stylesheet" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="expires" content="0">
<meta http-equiv="refresh" content="15" />
</head>
<body>
<div class="container">
<div id="header">
<table class="tableHeader">
<tr>
<td><img src="/img/bitnami.png" alt="Bitnami"></td>
</tr>
</table>
</div>
<div id="lowerContainer">

<table class="tableParagraph">
<tr>
  <td class="container">
     <h1>Your application is not available</h1>
    <p>Your application may not be available for many reasons:
      <ul>
       <li>If you just launched the server, please wait a few minutes for the application to deploy. It is common behavior for Java applications.</li>
       <li>Your application may not be working properly. Please check the application log file.</li>
      </ul>
      This page will automatically refresh every 15 seconds until the application is available.
    </p>
   </td>
</tr>
</table>
</div>
</body>
</html>


Yet, there is no error in apache-tomcat/logs/catalina.out

What could be my problem?
Thanks

Offline

Board footer

Powered by FluxBB