| Summary: | NPE in server log when running testing picketlink-sts quickstart | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jitka Kozana <jkudrnac> |
| Component: | Quickstarts | Assignee: | Peter Skopek <pskopek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jitka Kozana <jkudrnac> |
| Severity: | high | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | asaldhan, bsutter, jcacek, jkudrnac, myarboro, nziakova, pmuir, pskopek, sgilda |
| Target Milestone: | CR3 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:17:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1011975 | ||
| Bug Blocks: | |||
|
Description
Jitka Kozana
2013-11-15 11:21:02 UTC
I am able to recreate this one too. I will need Peter Skopek's or Anil Saldhan's help on this one. Adding them to the bug. Requesting a blocker flag. The PL STS is a P1 item in the EAP 6.2 RFE (EAP62_0600 - PicketLink STS - Productize). I had an email from Peter Skopek on 11/15/2013 at 10:16 AM saying:
Sande, testing fix for the issue. I will let you know when it is ready.
Peter
I will try to get an update.
Reassigning to Peter. Fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/28a6b325df895375aef836605f7d8078cbad608d 'Access the Application' section in CR3 readme is changed and is OK. However there is still line in 'How to use this quickstart' section: You can view the WSDL for the STS at the following URL: http://localhost:8080/picketlink-sts?wsdl/. After accessing this URL and login as a user from src/main/resources/users.properties the NPE from comment #0 is thrown. Readme should not contain any information that lead to throwing exceptions. I am not able to recreate this issue using the master branch. I tested it and it works fine. In Google Chrome, it prompts me to save the WSDL file and no exception is thrown in the server log. I need to take a look at the last build of the quickstarts. I am able to recreate this with the CR3 build. I may need Peter Skopek's help with this one. Problem is actually in the link used to get WSDL from picketlink-sts. Correct link is "http://localhost:8080/picketlink-sts?wsdl". There should not be slash at the end of query string in URL, which makes the difference. Sande, can you change README.md according my previous comment, please? Sure Peter. I was using the README markdown and had only copied the part up to the forward slash, thinking it was part of the end tag. Changed WSDL URL to: http://localhost:8080/picketlink-sts?wsdl Fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/20a059c0587e415dd3523296ce2bffbc27761747 Verified for EAP 6.2.0 CR3.1 |