Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crowd plugin 2.7.0 is reported as broken on Nexus 2.8.0-05 #14

Closed
mmatuska opened this issue May 2, 2014 · 15 comments
Closed

Crowd plugin 2.7.0 is reported as broken on Nexus 2.8.0-05 #14

mmatuska opened this issue May 2, 2014 · 15 comments

Comments

@mmatuska
Copy link

mmatuska commented May 2, 2014

Nexus has made new changes to break crowd plugin 2.7.0 :(

@PatrickRoumanoff
Copy link
Owner

yes nexus 2.8 introduces some breaking changes in their API and also they switched over their plugin systems and the maven versions.
To work with 2.8 it needs some deep changes in the code and the pom.xml - contribution welcome!

@flopma
Copy link
Collaborator

flopma commented May 5, 2014

Hopefully next week - I'll be able to take a look into it...

On 05/05/14 02:05, Patrick Roumanoff wrote:

yes nexus 2.8 introduces some breaking changes in their API and also
they switched over their plugin systems and the maven versions.
To work with 2.8 it needs some deep changes in the code and the pom.xml

  • contribution welcome!


Reply to this email directly or view it on GitHub
#14 (comment).

@anthonyyeong
Copy link

Same problem encountered. Thanks for looking into it.

@antongurov
Copy link

Would you please update the zip download with the fix @ https://github.com/PatrickRoumanoff/nexus-crowd-plugin/wiki

Thanks much!

@ghost
Copy link

ghost commented Jun 24, 2014

Seems to be broken again in 2.8.1-01
capture

@flopma
Copy link
Collaborator

flopma commented Jun 25, 2014

Hi, this is known to be broken in Nexus 2.8. You should build the master
branch which is 2.8.0-SNAPSHOT of this plugin and install it in Nexus.

------ Original Message ------
Received: 12:52 AM CEST, 06/25/2014
From: sdazzo notifications@github.com
To: PatrickRoumanoff/nexus-crowd-plugin
nexus-crowd-plugin@noreply.github.comCc: flopma flop.m@usa.net
Subject: Re: [nexus-crowd-plugin] Crowd plugin 2.7.0 is reported as broken on
Nexus 2.8.0-05 (#14)

Seems to be broken again in 2.8.1-01

capture


Reply to this email directly or view it on GitHub:

#14 (comment)

@anthonyyeong
Copy link

Hi flopma,
Is the SNAPSHOT binary hosted anywhere? I don’t have the knowledge and environment to compile. A plain end-user here.

Thanks and Regards,
Anthony

From: flopma [mailto:notifications@github.com]
Sent: Wednesday, 25 June, 2014 4:32 PM
To: PatrickRoumanoff/nexus-crowd-plugin
Cc: Yeong Che Yee Anthony (NCS)
Subject: Re: [nexus-crowd-plugin] Crowd plugin 2.7.0 is reported as broken on Nexus 2.8.0-05 (#14)

Hi, this is known to be broken in Nexus 2.8. You should build the master
branch which is 2.8.0-SNAPSHOT of this plugin and install it in Nexus.

------ Original Message ------
Received: 12:52 AM CEST, 06/25/2014
From: sdazzo <notifications@github.commailto:notifications@github.com>
To: PatrickRoumanoff/nexus-crowd-plugin
<nexus-crowd-plugin@noreply.github.commailto:nexus-crowd-plugin@noreply.github.com>Cc: flopma <flop.m@usa.netmailto:flop.m@usa.net>
Subject: Re: [nexus-crowd-plugin] Crowd plugin 2.7.0 is reported as broken on
Nexus 2.8.0-05 (#14)

Seems to be broken again in 2.8.1-01

capture


Reply to this email directly or view it on GitHub:

#14 (comment)


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-47074086.

@antongurov
Copy link

Yay! It worked. Thanks.

@ghost
Copy link

ghost commented Jun 26, 2014

Yes. Thank you. Installation of the new snapshot did work. However, I'm seeing a 403 now in wrapper.log. I've verified that I set up the application link correctly. Did Sonatype change something else in the crowd-plugin.xml? Full disclosure, I'm using the embedded crowd within JIRA.

If there's a better place for me to post this let me know.

Trace:
2014-06-25 16:47:59,999-0700 ERROR [qtp350747203-43] admin org.sonatype.nexus.plugins.crowd.client.CrowdUserManager - Unable to get userlist
java.rmi.RemoteException: Error in a Crowd REST call; nested exception is:
com.sun.jersey.api.client.UniformInterfaceException: Client response status: 403

.xml
<?xml version="1.0" encoding="UTF-8"?> <crowdConfiguration> <crowdServerUrl>https://<url>/</crowdServerUrl> <applicationName>app-name</applicationName> <applicationPassword>SECRET</applicationPassword> </crowdConfiguration>

@antongurov
Copy link

I bet this is coming from your Crowd server.

Check the logs there.

Sent from my iPhone

On Jun 25, 2014, at 8:11 PM, "sdazzo" <notifications@github.commailto:notifications@github.com> wrote:

Yes. Thank you. Installation of the new snapshot did work. However, I'm seeing a 403 now in wrapper.log. I've verified that I set up the application link correctly. Did Sonatype change something else in the crowd-plugin.xml? Full disclosure, I'm using the embedded crowd within JIRA.

If there's a better place for me to post this let me know.

Trace:
2014-06-25 16:47:59,999-0700 ERROR [qtp350747203-43] admin org.sonatype.nexus.plugins.crowd.client.CrowdUserManager - Unable to get userlist
java.rmi.RemoteException: Error in a Crowd REST call; nested exception is:
com.sun.jersey.api.client.UniformInterfaceException: Client response status: 403

.xml

https:///
app-name
SECRET


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-47174599.

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.

@ghost
Copy link

ghost commented Jun 26, 2014

Like I said, not using a standalone crowd server but the embedded jira crowd. I looked into numerous jira logs but am not seeing anything related to nexus or the application link.

@PatrickRoumanoff
Copy link
Owner

AFAIK we have never tested the plugin with JIRA + embedded crowd - so there is no guarantee this will work. Probably better to raise a new issue with your logs of the error.

@ghost
Copy link

ghost commented Jun 26, 2014

Hi. I appreciate the very quick responses. I've created a new issue as requested. Thanks.

@ghost
Copy link

ghost commented Jun 26, 2014

@antongurov which version of nexus did you get it working with? Since I'm at the latest, I will downgrade if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants