I’ve tried reportserver on windows 8 without any problem,
after that, I tried to install reportserver on Centos 6/tomcat 8/Java 7 but the application can’t start completely.
I can access the main page but the login never comin’, it makes POST request to homepage indefinitely
in the tomcat logs, It seems that is blocking on that error (I don’t have this error on windows) :
Exception in thread “Thread-7” java.lang.IllegalAccessError: tried to access field org.slf4j.impl.StaticLoggerBinder.SINGLETON from class org.slf4j.LoggerFactory
at org.slf4j.LoggerFactory.(LoggerFactory.java:65)
at org.apache.sshd.common.AbstractFactoryManager.(AbstractFactoryManager.java:40)
at org.apache.sshd.SshServer.(SshServer.java:144)
at org.apache.sshd.SshServer.setUpDefaultServer(SshServer.java:446)
at net.datenwerke.rs.remoteaccess.service.sftp.SftpServiceImpl.start(SftpServiceImpl.java:54)
at net.datenwerke.rs.remoteaccess.service.RemoteAccessStartup$1.initialize(RemoteAccessStartup.java:33)
at net.datenwerke.gf.service.lateinit.LateInitStartup$1.run(LateInitStartup.java:42)
at java.lang.Thread.run(Thread.java:745)
From the download extract the files
slf4j-api-1.7.12.jar
slf4j-log4j12-1.7.12.jar
and place them into the WEB-INF/lib directory.
If it still does not work check the tomcat/lib directory and all other java library folders on your computer for slf4j files and remove them.
That should do the trick.