404 Not found when try to run report server for the first time

just downloaded the latest version of reportserver, restarted the whole server and was facing the same error.

configuration:
Using CATALINA_BASE: /opt/reportserver-2.2.2.5639-4/apache-tomcat
Using CATALINA_HOME: /opt/reportserver-2.2.2.5639-4/apache-tomcat
Using CATALINA_TMPDIR: /opt/reportserver-2.2.2.5639-4/apache-tomcat/temp
Using JRE_HOME: /opt/reportserver-2.2.2.5639-4/java
Using CLASSPATH: /opt/reportserver-2.2.2.5639-4/apache-tomcat/bin/bootstrap.jar:/opt/reportserver-2.2.2.5639-4/apache-tomcat/bin/tomcat-juli.jar
Server version: Apache Tomcat/7.0.65
Server built: Oct 9 2015 08:36:58 UTC
Server number: 7.0.65.0
OS Name: Linux
OS Version: 3.0.101-65-default
Architecture: amd64
JVM Version: 1.7.0_76-b13
JVM Vendor: Oracle Corporation

catalina.out contains following error after restarting:

SEVERE: Error deploying web application directory /opt/reportserver-2.2.2.5639-4/apache-tomcat/webapps/reportserver
java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/reportserver]]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:905)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1263)
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1978)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

The reason was an unexceptiontioned previous error before. Here, an error in the link of a jar file.

Regarding MVC-design principle, errors in the model or controller, should not lead to display errors in the view.

Hi,

I am sorry that you had problems with the installation. Could you explain what exactly went wrong so that we can pass on the problem to Bitnami who are providing the installers?

Best regards,
Arno