-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29398/#review66092
-----------------------------------------------------------


Getting this:

2014-12-25 09:56:16,440 (main) [ERROR - 
org.apache.hive.service.CompositeService.start(CompositeService.java:74)] Error 
starting services SessionManager
java.lang.IllegalStateException: For this operation, the current service state 
must be INITED instead of STOPPED
        at 
org.apache.hive.service.ServiceOperations.ensureCurrentState(ServiceOperations.java:45)
        at 
org.apache.hive.service.AbstractService.ensureCurrentState(AbstractService.java:163)
        at 
org.apache.hive.service.AbstractService.start(AbstractService.java:102)
        at 
org.apache.hive.service.cli.operation.OperationManager.start(OperationManager.java:63)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        at 
org.apache.hive.service.cli.session.SessionManager.start(SessionManager.java:134)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        at org.apache.hive.service.cli.CLIService.start(CLIService.java:125)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        at org.apache.lens.server.LensServices.start(LensServices.java:213)
        at 
org.apache.lens.server.LensJerseyTest.startAll(LensJerseyTest.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:277)
        at org.testng.SuiteRunner.run(SuiteRunner.java:240)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1198)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1123)
        at org.testng.TestNG.run(TestNG.java:1031)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:204)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:107)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
2014-12-25 09:56:16,441 (main) [ERROR - 
org.apache.hive.service.CompositeService.start(CompositeService.java:74)] Error 
starting services CLIService
org.apache.hive.service.ServiceException: Failed to Start SessionManager
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:80)
        at 
org.apache.hive.service.cli.session.SessionManager.start(SessionManager.java:134)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        at org.apache.hive.service.cli.CLIService.start(CLIService.java:125)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        at org.apache.lens.server.LensServices.start(LensServices.java:213)
        at 
org.apache.lens.server.LensJerseyTest.startAll(LensJerseyTest.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:277)
        at org.testng.SuiteRunner.run(SuiteRunner.java:240)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1198)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1123)
        at org.testng.TestNG.run(TestNG.java:1031)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:204)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:107)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: java.lang.IllegalStateException: For this operation, the current 
service state must be INITED instead of STOPPED
        at 
org.apache.hive.service.ServiceOperations.ensureCurrentState(ServiceOperations.java:45)
        at 
org.apache.hive.service.AbstractService.ensureCurrentState(AbstractService.java:163)
        at 
org.apache.hive.service.AbstractService.start(AbstractService.java:102)
        at 
org.apache.hive.service.cli.operation.OperationManager.start(OperationManager.java:63)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        ... 28 more
2014-12-25 09:56:16,443 (main) [ERROR - 
org.apache.hive.service.CompositeService.start(CompositeService.java:74)] Error 
starting services lens_services
org.apache.hive.service.ServiceException: Failed to Start CLIService
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:80)
        at org.apache.hive.service.cli.CLIService.start(CLIService.java:125)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        at org.apache.lens.server.LensServices.start(LensServices.java:213)
        at 
org.apache.lens.server.LensJerseyTest.startAll(LensJerseyTest.java:70)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
        at 
org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:564)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:213)
        at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
        at org.testng.SuiteRunner.privateRun(SuiteRunner.java:277)
        at org.testng.SuiteRunner.run(SuiteRunner.java:240)
        at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
        at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
        at org.testng.TestNG.runSuitesSequentially(TestNG.java:1198)
        at org.testng.TestNG.runSuitesLocally(TestNG.java:1123)
        at org.testng.TestNG.run(TestNG.java:1031)
        at 
org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:204)
        at 
org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:107)
        at 
org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
Caused by: org.apache.hive.service.ServiceException: Failed to Start 
SessionManager
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:80)
        at 
org.apache.hive.service.cli.session.SessionManager.start(SessionManager.java:134)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        ... 26 more
Caused by: java.lang.IllegalStateException: For this operation, the current 
service state must be INITED instead of STOPPED
        at 
org.apache.hive.service.ServiceOperations.ensureCurrentState(ServiceOperations.java:45)
        at 
org.apache.hive.service.AbstractService.ensureCurrentState(AbstractService.java:163)
        at 
org.apache.hive.service.AbstractService.start(AbstractService.java:102)
        at 
org.apache.hive.service.cli.operation.OperationManager.start(OperationManager.java:63)
        at 
org.apache.hive.service.CompositeService.start(CompositeService.java:70)
        ... 28 more

- Rajat Khandelwal


On Dec. 25, 2014, 9:08 a.m., Laxman Ch wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/29398/
> -----------------------------------------------------------
> 
> (Updated Dec. 25, 2014, 9:08 a.m.)
> 
> 
> Review request for lens.
> 
> 
> Bugs: LENS-150
>     https://issues.apache.org/jira/browse/LENS-150
> 
> 
> Repository: lens
> 
> 
> Description
> -------
> 
> Maven POM cleanup for managed plugins
> 
> 
> Diffs
> -----
> 
>   checkstyle/pom.xml 1ce2bb7 
>   lens-cli/pom.xml 03b12ab 
>   lens-client-dist/pom.xml 1860c83 
>   lens-dist/pom.xml 4ea53fe 
>   lens-driver-hive/pom.xml f030251 
>   lens-ml-lib/pom.xml f9e7e0f 
>   lens-server/pom.xml 9a8fb7d 
>   pom.xml 9265a77 
> 
> Diff: https://reviews.apache.org/r/29398/diff/
> 
> 
> Testing
> -------
> 
> Done. Some test failures are there. But those test failures are not relevant 
> to current jira.
> 
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Lens Checkstyle Rules ............................. SUCCESS [3.328s]
> [INFO] Lens .............................................. SUCCESS [4.403s]
> [INFO] Lens API .......................................... SUCCESS [6.878s]
> [INFO] Lens API for server and extensions ................ SUCCESS [5.250s]
> [INFO] Lens Cube ......................................... SUCCESS 
> [16:36.419s]
> [INFO] Lens DB storage ................................... SUCCESS [12.921s]
> [INFO] Lens Query Library ................................ SUCCESS [6.802s]
> [INFO] Lens Hive Driver .................................. SUCCESS [3:01.361s]
> [INFO] Lens Driver for Cloudera Impala ................... SUCCESS [3.837s]
> [INFO] Lens Driver for JDBC .............................. SUCCESS [28.084s]
> [INFO] Lens Server ....................................... FAILURE [1:02.457s]
> [INFO] Lens client ....................................... SKIPPED
> [INFO] Lens CLI .......................................... SKIPPED
> [INFO] Lens Examples ..................................... SKIPPED
> [INFO] Lens Distribution ................................. SKIPPED
> [INFO] Lens Client Distribution .......................... SKIPPED
> [INFO] Lens ML Lib ....................................... SKIPPED
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 21:53.119s
> [INFO] Finished at: Thu Dec 25 08:44:14 UTC 2014
> [INFO] Final Memory: 104M/1226M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on 
> project lens-server: Execution default-test of goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: There was an 
> error in the forked process
> [ERROR] org.testng.TestNGException:
> [ERROR] DependencyMap::Method 
> "TestServerRestart.testHiveServerRestart()[pri:0, 
> instance:org.apache.lens.server.TestServerRestart@665ea4c5]" depends on 
> nonexistent group "unit-test"
> [ERROR] at 
> org.testng.DependencyMap.getMethodsThatBelongTo(DependencyMap.java:45)
> [ERROR] at org.testng.TestRunner.createDynamicGraph(TestRunner.java:1079)
> [ERROR] at org.testng.TestRunner.privateRun(TestRunner.java:734)
> [ERROR] at org.testng.TestRunner.run(TestRunner.java:617)
> [ERROR] at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
> [ERROR] at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
> [ERROR] at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
> [ERROR] at org.testng.SuiteRunner.run(SuiteRunner.java:240)
> [ERROR] at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
> [ERROR] at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
> [ERROR] at org.testng.TestNG.runSuitesSequentially(TestNG.java:1198)
> [ERROR] at org.testng.TestNG.runSuitesLocally(TestNG.java:1123)
> [ERROR] at org.testng.TestNG.run(TestNG.java:1031)
> [ERROR] at 
> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:91)
> [ERROR] at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.executeMulti(TestNGDirectoryTestSuite.java:204)
> [ERROR] at 
> org.apache.maven.surefire.testng.TestNGDirectoryTestSuite.execute(TestNGDirectoryTestSuite.java:107)
> [ERROR] at 
> org.apache.maven.surefire.testng.TestNGProvider.invoke(TestNGProvider.java:113)
> [ERROR] at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
> [ERROR] at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
> [ERROR] at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> [ERROR] -> [Help 1]
> 
> 
> Thanks,
> 
> Laxman Ch
> 
>

Reply via email to