0 Replies Latest reply on Oct 16, 2014 7:18 AM by dmouch

    Picketlink 2.7.0.Beta2 installer for jboss as 7.1

    dmouch

      Hi all,

      I need to deploy a modified idp provided by a 3rd party which seems it depends on Jboss EAP 6.1.

       

      When I tried to deploy the idp war on wildfly 8.1 I got this exception:

      Caused by: java.lang.ClassNotFoundException: org.apache.catalina.filters.ExpiresFilter

       

      So I thought I could download and run jboss as 7.1.1.Final but the picketlink installer fails with:

      Buildfile: /home/myuser/Downloads/picketlink-installer-2.7.0.Beta2/build.xml

       

      prepare:

           [echo]

           [echo]       ####################################################################################

           [echo]       Welcome to the PicketLink Installer

           [echo]

           [echo]       This installer will update your JBoss Application Server installation with the

           [echo]       following libraries and their dependencies:

           [echo]

           [echo]       - PicketLink Core 2.7.0.Beta2

           [echo]       - PicketLink Identity Management 2.7.0.Beta2

           [echo]       - PicketLink Federation 2.7.0.Beta2

           [echo]

           [echo]       New modules will be added to your installation.

           [echo]       ####################################################################################

           [echo]   

          [input] Which JBoss Application Server are you using ? ([eap], wildfly)

      eap

          [input] Please enter the path to your JBoss Application Server installation:

      /home/myuser/servers/sample-idp

       

      re-install-check:

       

      backup-as7-files:

       

      eap.check.test:

       

      pre-install-picketlink:

           [echo] Updating PicketLink Modules ...

        [copydir] DEPRECATED - The copydir task is deprecated.  Use copy instead.

       

      BUILD FAILED

      /home/myuser/Downloads/picketlink-installer-2.7.0.Beta2/build.xml:104: srcdir /home/myuser/servers/sample-idp/modules/system/layers/base/org/picketlink does not exist!

       

      Is there an installer for latest picketlink for JBoss 7.1?