You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by GitBox <gi...@apache.org> on 2019/08/14 00:46:41 UTC

[GitHub] [knox] shanyu opened a new pull request #130: KNOX-1987: knox failed to start because knoxcli failed with "java.lan…

shanyu opened a new pull request #130: KNOX-1987: knox failed to start because knoxcli failed with "java.lan…
URL: https://github.com/apache/knox/pull/130
 
 
   …g.NoSuchFieldError: DEFAULT_XML_TYPE_ATTRIBUTE"WQ
   
   Signed-off-by: Shanyu Zhao <sh...@microsoft.com>
   
   ## What changes were proposed in this pull request?
   Upgrade jaxws-ri version to 2.3.2 so that it uses the same version (2.7.4) of eclipse persistence classes.
   
   Otherwise, there are these files in knox/dep folder, and depends on loading sequence of classloader, you might encouter the NoSuchFieldError:
   eclipselink-2.7.4.jar
   org.eclipse.persistence.core-2.7.2.jar
   org.eclipse.persistence.moxy-2.7.2.jar
   org.eclipse.persistence.asm-2.7.2.jar
   org.eclipse.persistence.sdo-2.7.2.jar
   
   ## How was this patch tested?
   Manual tests
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services