I have downloaded the new version for ReportServer (RS2.2.0_pre1-5570-reportserver) and I have deployed it to standalone WildFly(wildfly-8.1.0.Final).
The deployment seems to work correctly.
11:18:38,449 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of “reportserver.war” (runtime-name: “reportserver.war”)
11:18:42,710 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) JBAS017534: Registered web context: /reportserver
11:18:42,749 INFO [org.jboss.as.server] (ServerService Thread Pool – 28) JBAS018559: Deployed “reportserver.war” (runtime-name : “reportserver.war”)
the redirect is the correct behaviour, as the ReportServer.html page is the actual entry point. I seems unlikely, but did you check if the file is actually there?
The next two things I would verify, are the database and memory configuration. While misconfigurations in both places should trigger a message in the logfile, I have seen wildfly behave strangly when running out of memory.
If non of this solves your problem, you could try to increase the loglevel by editing the relevant section in your standalone.xml file. If you deployed using the webinterface, perhaps try deploying from a directory by unzipping ReportServer to the standalone/deployments directory and creating the .dodeploy file.
Let me know if any of this worked for you, if not I could also take a look at your logfile, perhaps I can spot some anormality.
could you tell us a bit more about your exact environment? In particular, what operating system and what database are you using? Could you also please send us all your log files to arno [dot] mittelbach [at] datenwerke [dot] net?
OS: Ubuntu 14.04.1 LTS
kernel: 3.13.0-32-generic x86_64 x86_64 x86_64
DB: MySQL version: 5.5.38-0ubuntu0.14.04.1 (mysql is for testing at the moment but I will use Oracle)
WildFly: wildfly-8.1.0.Final
ReportServer: RS2.2.0_pre1-5570-reportserver
I’m gonna send the logs to your email. Is there any reportserver log ?
I just set up a vm with a configuration very similar to yours (ubuntu 14.04.1, wildfly 8.1.0) and it just worked. So there is hope, I guess.
There is no specific ReportServer logfile unless you configured one -by default the ReportServer log output is included in general log.
We should probably wait until Arno has had a chance to take a look at your files. I he sees nothing suspicious, perhaps we can schedule a quick screen-sharing session and try to resolve this together.
Thanks so much for your help today.
Just for the record, the problem wasnt with reportserver. But the way I was deploying the application to wildfly wasnt apparently right. So we copied the folder reportserver.war to wildfly/standalone/deployment and created the file .dodeploy