Announcement

Migration of this forum

Dear users of this forum,

we are pleased to inform you that we will be updating the software behind this forum in the near future.

Existing posts, users and categories will remain untouched.

Important:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

Liebe Nutzer dieses Forums,

wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.

Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!

Wichtig:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#1 2016-04-29 18:41:48

forchesatto
Member
Registered: 2016-04-29

Erro Forbidden Wildfly 10

Helo

I'm trying to install reportserver to Wildfly 10.0.Final and reportserver is latest (I've downloaded RS3.0.1-5834-2016-03-24-23-46-15-reportserver-ce.zip)

My log indicates success, but to have access error Forbidden

Has anyone ever experienced this?

2016-04-29 14:29:16,991 FINE  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 71) No FacesServlet found in deployment descriptor - bypassing configuration
2016-04-29 14:29:16,991 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 71) WFLYUT0021: Registered web context: /reportserver
2016-04-29 14:29:17,105 INFO  [org.jboss.as.server] (management task-10) WFLYSRV0010: Deployed "reportserver.war" (runtime-name : "reportserver.war")
2016-04-29 14:29:17,105 DEBUG [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 71) Updating status after deployment notification for reportserver.war
2016-04-29 14:29:17,105 INFO  [org.jboss.as.controller] (management task-10) WFLYCTL0183: Service status report
WFLYCTL0185:    Newly corrected services:

Offline

#2 2016-04-29 20:42:51

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: Erro Forbidden Wildfly 10

Hi and welcome to the ReportServer forum.

Installing ReportServer on JBoss can be a bit tricky because JBoss comes with a large number of libraries preinstalled that are however conflicting ReportServer's libraries. In order to run ReportServer one thus needs to tell Wildfly to not load its versions of the libraries. Have a look at https://reportserver.net/en/guides/conf … s-Wildfly/ which describes the necessary deployment descriptor.

Edit: As a colleague just informed me: Wildfly 9 and 10 have invented some new strategies to make deploying ReportServer difficult. I am sorry to say, but it seems we have to investigate.

Cheers
Arno

Last edited by Arno Mittelbach (2016-04-29 21:03:54)

Offline

#3 2016-04-29 22:14:02

Thorsten J. Krause
Guest

Re: Erro Forbidden Wildfly 10

Hi,

as Arno already said ReportServer will currently not run on Wildfly 10. We will probably make the necessary changes in the 3.0.2 release.
Wildfly 9 however works fine with the correct deployment descriptor (we will update the documentation accordingly):

<?xml version="1.0" encoding="UTF-8"?>  
<jboss-deployment-structure>  
  <deployment>  
    <exclusions>  
      <module name="org.hibernate" /> 
      <module name="org.antlr" /> 
    </exclusions>  
    <exclude-subsystems>
      <subsystem name="weld" />
      <subsystem name="org.hibernate" />
      <subsystem name="org.hibernate.validator" />
      <subsystem name="org.antlr" /> 
      <subsystem name="jpa" /> 
    </exclude-subsystems>
    <dependencies>  
      <module name="org.bouncycastle" />  
    </dependencies>  
  </deployment>  
</jboss-deployment-structure>  

Cheers,
Thorsten

#4 2016-05-06 12:35:10

forchesatto
Member
Registered: 2016-04-29

Re: Erro Forbidden Wildfly 10

Hi,

Thanks for the answer.

I'll try to disable some libs like jsf to see the result

Offline

Board footer

Powered by FluxBB