[ 
https://issues.apache.org/jira/browse/ATLAS-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16287556#comment-16287556
 ] 

Péter Gergő Barna commented on ATLAS-2205:
------------------------------------------

[~madhan.neethiraj]
version 0.8.0 (HDP 2.6.1.44) build failed with this error. I am not sure if the 
exclusions needed. 
The downgrade of the jetty.maven.plugin is necessary for the build to be 
successful.
If this problem did not occur to others then this patch can possibly be 
abandoned and this issue can be closed.



> Atlas webapp build failes, because javax.servlet-api 3.0 is a transitive 
> dependency
> -----------------------------------------------------------------------------------
>
>                 Key: ATLAS-2205
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2205
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-webui
>            Reporter: Péter Gergő Barna
>            Assignee: Péter Gergő Barna
>         Attachments: ATLAS-2205.patch
>
>
> Atlas webapp build fails, because javax.servlet-api 3.0 has become a 
> transitive dependency while Atlas actually depends on javax.servlet-api 3.1.
> Servlet-api 3.0 has become a transitive dependency since ATLAS-2186, jetty 
> downgrade patch.
> Build error:
> {noformat}
> 2017/10/11 04:40:45 INFO    : [INFO] --- 
> jetty-maven-plugin:9.2.12.v20150709:deploy-war (start-jetty) @ atlas-webapp 
> ---
> 2017/10/11 04:40:45 INFO    : [INFO] Logging initialized @636223ms
> 2017/10/11 04:40:45 INFO    : [INFO] 
> ------------------------------------------------------------------------
> 2017/10/11 04:40:45 INFO    : [INFO] Reactor Summary:
> 2017/10/11 04:40:45 INFO    : [INFO] 
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Server Build Tools 
> .................... SUCCESS [  1.406 s]
> 2017/10/11 04:40:45 INFO    : [INFO] apache-atlas 
> ....................................... SUCCESS [  7.121 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Integration 
> ........................... SUCCESS [ 33.494 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Common 
> ................................ SUCCESS [ 17.739 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Typesystem 
> ............................ SUCCESS [01:24 min]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Client 
> ................................ SUCCESS [ 21.357 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Server API 
> ............................ SUCCESS [ 13.729 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Notification 
> .......................... SUCCESS [ 20.123 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Graph Database Projects 
> ............... SUCCESS [  1.014 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Graph Database API 
> .................... SUCCESS [ 10.090 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Graph Database Common Code 
> ......................... SUCCESS [  9.906 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Shaded version of Apache hbase client 
> .............. SUCCESS [ 15.151 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Titan 0.5.4 Graph DB Impl 
> ............. SUCCESS [01:15 min]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Graph Database 
> Implementation Dependencies SUCCESS [  1.215 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Shaded version of Apache hbase server 
> .............. SUCCESS [ 37.501 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Repository 
> ............................ SUCCESS [02:09 min]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Authorization 
> ......................... SUCCESS [ 14.364 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Business Catalog 
> ...................... SUCCESS [ 19.532 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas UI 
> .................................... SUCCESS [01:30 min]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Web Application 
> ....................... FAILURE [ 25.644 s]
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Documentation 
> ......................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas FileSystem Model 
> ...................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Plugin Classloader 
> .................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Hive Bridge Shim 
> ...................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Hive Bridge 
> ........................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Falcon Bridge Shim 
> .................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Falcon Bridge 
> ......................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Sqoop Bridge Shim 
> ..................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Sqoop Bridge 
> .......................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Storm Bridge Shim 
> ..................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Storm Bridge 
> .......................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] Apache Atlas Distribution 
> .......................... SKIPPED
> 2017/10/11 04:40:45 INFO    : [INFO] 
> ------------------------------------------------------------------------
> 2017/10/11 04:40:45 INFO    : [INFO] BUILD FAILURE
> 2017/10/11 04:40:45 INFO    : [INFO] 
> ------------------------------------------------------------------------
> 2017/10/11 04:40:45 INFO    : [INFO] Total time: 10:34 min
> 2017/10/11 04:40:45 INFO    : [INFO] Finished at: 2017-10-11T04:40:45+00:00
> 2017/10/11 04:40:47 INFO    : [INFO] Final Memory: 174M/832M
> 2017/10/11 04:40:47 INFO    : [INFO] 
> ------------------------------------------------------------------------
> 2017/10/11 04:40:47 INFO    : [ERROR] Failed to execute goal 
> org.eclipse.jetty:jetty-maven-plugin:9.2.12.v20150709:deploy-war 
> (start-jetty) on project atlas-webapp: Unable to parse configuration of mojo 
> org.eclipse.jetty:jetty-maven-plugin:9.2.12.v20150709:deploy-war for 
> parameter webApp: Cannot create instance of class 
> org.eclipse.jetty.maven.plugin.JettyWebAppContext: 
> ExceptionInInitializerError: class 
> "javax.servlet.http.HttpSessionIdListener"'s signer information does not 
> match signer information of other classes in the same package -> [Help 1]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to