[JIRA] Commented: (SIDP-557) aacli.sh Exception (again)
Scott Cantor (JIRA)
noreply at shibboleth.net
Mon Nov 5 20:35:07 EST 2012
[ https://issues.shibboleth.net/jira/browse/SIDP-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14545#comment-14545 ]
Scott Cantor commented on SIDP-557:
-----------------------------------
Per Chad:
There is a way to do it. The assembly file for the distributions can take a scope a dependency file set. The current assembly, I believe, has two dep sets: one for compile time deps which is what ends up in the WAR and lib directory and one for then endorsed libs. I believe the correct way to address that issues is to add a third dep set with a provided scope and an inclusion set of only the servlet jar (and perhaps the jsp-api jar just for good measure) and put those libraries in some other directory (maybe a subdir of lib) and include that library on the command line tool classpath.
> aacli.sh Exception (again)
> --------------------------
>
> Key: SIDP-557
> URL: https://issues.shibboleth.net/jira/browse/SIDP-557
> Project: Shibboleth IdP 2 - Java
> Issue Type: Bug
> Components: Build
> Affects Versions: 2.3.8
> Environment: RHEL5, Sun JAVA, Tomcat, aacli.sh from shell
> Reporter: Mr. Kevin P. Foote
> Assignee: Chad La Joie
> Priority: Minor
> Fix For: 2.4.0
>
>
> Issue:
> The aacli.sh produces a large stack trace on a default install of 2.3.8 due to the servlet-api.jar not being found in the normal location shibboleth-idp/lib.
> Fix: (pick one)
> - place the servlet-api.jar file into the extracted lib area prior to deploying the IdP
> - place the servlet-api.jar file into the /opt/shibboleth-idp/lib area post deployment.
> This is a rehash of SIDP-422 must have been able to sneak back in.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the commits
mailing list