You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergio Peña (JIRA)" <ji...@apache.org> on 2015/04/24 21:02:38 UTC

[jira] [Updated] (HIVE-10472) Jenkins HMS upgrade test is not publishing results because JIRAService class is not found.

     [ https://issues.apache.org/jira/browse/HIVE-10472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergio Peña updated HIVE-10472:
-------------------------------
    Summary: Jenkins HMS upgrade test is not publishing results because JIRAService class is not found.  (was: Jenkins HMS upgrade test is not publishing results due to GIT change)

> Jenkins HMS upgrade test is not publishing results because JIRAService class is not found.
> ------------------------------------------------------------------------------------------
>
>                 Key: HIVE-10472
>                 URL: https://issues.apache.org/jira/browse/HIVE-10472
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergio Peña
>            Assignee: Sergio Peña
>         Attachments: HIVE-10472.1.patch
>
>
> This error is happening on Jenkins when running the HMS upgrade tests. 
> The class used to publish the results is not found on any directory.
> + cd /var/lib/jenkins/jobs/PreCommit-HIVE-METASTORE-Test/workspace
> + set +x
> Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hive/ptest/execution/JIRAService
> Caused by: java.lang.ClassNotFoundException: org.apache.hive.ptest.execution.JIRAService
> 	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> 	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> Could not find the main class: org.apache.hive.ptest.execution.JIRAService.  Program will exit.
> + ret=0
> The problem is because the jenkins-execute-hms-test.sh is downloading the code to another directory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)