Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] Grouper 2.1.0 WS axis configuration problem?

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] Grouper 2.1.0 WS axis configuration problem?


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Scott Koranda <>, Francesco Malvezzi <>
  • Cc: "" <>
  • Subject: RE: [grouper-users] Grouper 2.1.0 WS axis configuration problem?
  • Date: Fri, 30 Mar 2012 15:31:39 +0000
  • Accept-language: en-US

This is fixed in 2.1.1, Its easy to patch 2.1.0 so I don't think it requires
an emergency release. I added it to the upgrade steps too...

https://bugs.internet2.edu/jira/browse/GRP-768

Thanks to Scott for figuring out the solution and sharing it! :)

Thanks,
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Chris Hyzer
Sent: Thursday, March 29, 2012 10:42 AM
To: Scott Koranda; Francesco Malvezzi
Cc:

Subject: RE: [grouper-users] Grouper 2.1.0 WS axis configuration problem?

It's a regression since we upgraded axis... sorry. I added a jira and will
fix in 2.1.1 and will change the upgrade instructions...

Thanks!
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Scott Koranda
Sent: Thursday, March 29, 2012 10:09 AM
To: Francesco Malvezzi
Cc:

Subject: Re: [grouper-users] Grouper 2.1.0 WS axis configuration problem?

> Il 28/03/2012 23:13, Scott Koranda ha scritto:
> > Hi,
> >
> > I am building Grouper 2.1.0 WS from source. I simply did 'ant
> > dist'. I did not receive any build errors.
> >
> > After deployment when I tried to access
> >
> > .../grouper-ws/services/GrouperService?wsdl
> >
> > I received this exception:
> >
> > Mar 28, 2012 3:50:10 PM org.apache.catalina.core.StandardWrapperValve
> > invoke
> > SEVERE: Servlet.service() for servlet AxisServlet threw exception
> > javax.servlet.ServletException: https is forbidden
>
> my co-worker Danilo told me he solved this issue following these
> instructions:
> http://axis.apache.org/axis2/java/core/docs/servlet-transport.html
>
> Does it apply to your case?
>

Yes, thank you.

Adding

<transportReceiver name="https"
class="org.apache.axis2.transport.http.SimpleHTTPServer">
<parameter name="port" locked="false">443</parameter>
</transportReceiver>

allows the WSDL to be delivered (we are proxying Tomcat with
Apache so port 443 and not 8443 is the correct port).

My question for the Grouper team is if this is a regression
from 1.6.x or I should add this edit to my production
deployment instructions?

Thanks,

Scott




Archive powered by MHonArc 2.6.16.

Top of Page