[JIRA] (JENKINS-61675) Neuxs platform plugin fail to connect nexus3

2020-04-10 Thread jyo...@sonatype.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Justin Young commented on  JENKINS-61675  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Neuxs platform plugin fail to connect nexus3   
 

  
 
 
 
 

 
 Hi Hokwang Lee, If you are a Nexus Repository Pro customer please open a ticket on https://support.sonatype.com/hc/en-us.   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.205411.158511410.9077.1586543700191%40Atlassian.JIRA.


[JIRA] (JENKINS-61675) Neuxs platform plugin fail to connect nexus3

2020-04-06 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee commented on  JENKINS-61675  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Neuxs platform plugin fail to connect nexus3   
 

  
 
 
 
 

 
 Justin Young can you see this issue?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.12#713012-sha1:6e07c38)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.205411.158511410.7327.1586234820151%40Atlassian.JIRA.


[JIRA] (JENKINS-61675) Neuxs platform plugin fail to connect nexus3

2020-03-24 Thread luckyhk....@samsung.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Hokwang Lee created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-61675  
 
 
  Neuxs platform plugin fail to connect nexus3   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Justin Young  
 
 
Components: 
 nexus-platform-plugin  
 
 
Created: 
 2020-03-25 05:28  
 
 
Priority: 
  Blocker  
 
 
Reporter: 
 Hokwang Lee  
 

  
 
 
 
 

 
 Hello.   I have Jenkins master server which is using java11 and lts version. I installed Nexus Platform plugin for integrated with my nexus 3.   I did "Test Connection", but here's error. It seems your code has problem with JAXB. 

 

Nexus Repository Manager 3.x connection failedjavax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
 - with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
	at javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:278)
	at javax.xml.bind.ContextFinder.find(ContextFinder.java:421)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721)
	at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662)
	at com.sonatype.nexus.api.zz.fs.a(SourceFile:33)
	at com.sonatype.nexus.api.zz.fs.b(SourceFile:24)
	at com.sonatype.nexus.api.zz.fu.handleResponse(SourceFile:54)
	at org.apache.http.impl.client.CloseableHttpClient.execute(SourceFile:223)
	at org.apache.http.impl.client.CloseableHttpClient.execute(SourceFile:165)
	at com.sonatype.nexus.api.zz.fo.a(SourceFile:83)
	at com.sonatype.nexus.api.zz.fn.getVersion(SourceFile:124)
	at com.sonatype.nexus.api.repository.v3.RepositoryManagerV3Client$getVersion.call(Unknown Source)
	at org.sonatype.nexus.ci.config.Nxrm3Configuration$DescriptorImpl.doVerifyCredentials(Nxrm3Configuration.groovy:92)
	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:710)
	at org.kohsuke.stapler.Function$MethodFunction.invoke(Function.java:396)
	at