<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Build Failed gradle bootrun Cloudbreak in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110180#M25785</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2698/arthurgrevin.html" nodeid="2698"&gt;@Arthur GREVIN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is the API that's running on 9091 and there is nothing mapped to /. If you're checking out a URL that is mapped to an API endpoint, like &lt;STRONG&gt;10.0.0.30:9091/api/v1/connectors&lt;/STRONG&gt;, you should see a json returned. You can try it out with other pathes as well, like &lt;STRONG&gt;/api/v1/stacks&lt;/STRONG&gt; that needs authentication, it should return an "unauthorized" message. To see the api docs check out &lt;STRONG&gt;/apidocs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you're looking for the UI, it is running in a different container that is started by cbd. It is a nodejs app and it should listen on port 3000.&lt;/P&gt;&lt;P&gt;Did you use cbd to start cloudbreak then the&lt;/P&gt;&lt;PRE&gt;cbd util local-dev&lt;/PRE&gt;&lt;P&gt;command to set up a dev env?&lt;/P&gt;</description>
    <pubDate>Fri, 22 Apr 2016 16:05:25 GMT</pubDate>
    <dc:creator>msereg</dc:creator>
    <dc:date>2016-04-22T16:05:25Z</dc:date>
    <item>
      <title>Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110171#M25776</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I tried to build and run cloudbreak from the github project. But I face this error when I run &lt;/P&gt;&lt;P&gt;./gradlew bootRun -Dspring.config.location=application.properties --stacktrace&lt;/P&gt;&lt;PRE&gt;* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':autoscale:bootRun'.
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:69)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:46)
        at org.gradle.api.internal.tasks.execution.PostExecutionAnalysisTaskExecuter.execute(PostExecutionAnalysisTaskExecuter.java:35)
        at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:64)
        at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:58)
        at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:42)
        at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
        at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:53)
        at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
        at org.gradle.api.internal.AbstractTask.executeWithoutThrowingTaskFailure(AbstractTask.java:306)
        at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.executeTask(AbstractTaskPlanExecutor.java:79)
        at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.processTask(AbstractTaskPlanExecutor.java:63)
        at org.gradle.execution.taskgraph.AbstractTaskPlanExecutor$TaskExecutorWorker.run(AbstractTaskPlanExecutor.java:51)
        at org.gradle.execution.taskgraph.ParallelTaskPlanExecutor.process(ParallelTaskPlanExecutor.java:45)
        at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter.execute(DefaultTaskGraphExecuter.java:88)
        at org.gradle.execution.SelectedTaskExecutionAction.execute(SelectedTaskExecutionAction.java:29)
        at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:62)
        at org.gradle.execution.DefaultBuildExecuter.access$200(DefaultBuildExecuter.java:23)
        at org.gradle.execution.DefaultBuildExecuter$2.proceed(DefaultBuildExecuter.java:68)
        at org.gradle.execution.DryRunBuildExecutionAction.execute(DryRunBuildExecutionAction.java:32)
        at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:62)
        at org.gradle.execution.DefaultBuildExecuter.execute(DefaultBuildExecuter.java:55)
        at org.gradle.initialization.DefaultGradleLauncher.doBuildStages(DefaultGradleLauncher.java:149)
        at org.gradle.initialization.DefaultGradleLauncher.doBuild(DefaultGradleLauncher.java:106)
        at org.gradle.initialization.DefaultGradleLauncher.run(DefaultGradleLauncher.java:86)
        at org.gradle.launcher.exec.InProcessBuildActionExecuter$DefaultBuildController.run(InProcessBuildActionExecuter.java:80)
        at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:33)
        at org.gradle.launcher.cli.ExecuteBuildAction.run(ExecuteBuildAction.java:24)
        at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:36)
        at org.gradle.launcher.exec.InProcessBuildActionExecuter.execute(InProcessBuildActionExecuter.java:26)
        at org.gradle.launcher.cli.RunBuildAction.run(RunBuildAction.java:51)
        at org.gradle.internal.Actions$RunnableActionAdapter.execute(Actions.java:169)
        at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:237)
        at org.gradle.launcher.cli.CommandLineActionFactory$ParseAndBuildAction.execute(CommandLineActionFactory.java:210)
        at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:35)
        at org.gradle.launcher.cli.JavaRuntimeValidationAction.execute(JavaRuntimeValidationAction.java:24)
        at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:206)
        at org.gradle.launcher.cli.CommandLineActionFactory$WithLogging.execute(CommandLineActionFactory.java:169)
        at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:33)
        at org.gradle.launcher.cli.ExceptionReportingAction.execute(ExceptionReportingAction.java:22)
        at org.gradle.launcher.Main.doAction(Main.java:33)
        at org.gradle.launcher.bootstrap.EntryPoint.run(EntryPoint.java:45)
        at org.gradle.launcher.bootstrap.ProcessBootstrap.runNoExit(ProcessBootstrap.java:54)
        at org.gradle.launcher.bootstrap.ProcessBootstrap.run(ProcessBootstrap.java:35)
        at org.gradle.launcher.GradleMain.main(GradleMain.java:23)
        at org.gradle.wrapper.BootstrapMainStarter.start(BootstrapMainStarter.java:30)
        at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:127)
        at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:58)
Caused by: org.gradle.process.internal.ExecException: Process 'command '/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.77-0.b03.el7_2.x86_64/bin/java'' finished with non-zero exit value 1
        at org.gradle.process.internal.DefaultExecHandle$ExecResultImpl.assertNormalExitValue(DefaultExecHandle.java:365)
        at org.gradle.process.internal.DefaultJavaExecAction.execute(DefaultJavaExecAction.java:31)
        at org.gradle.api.tasks.JavaExec.exec(JavaExec.java:60)
        at org.springframework.boot.gradle.run.BootRunTask.exec(BootRunTask.java:63)
        at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:63)
        at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.doExecute(AnnotationProcessingTaskFactory.java:218)
        at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:211)
        at org.gradle.api.internal.project.taskfactory.AnnotationProcessingTaskFactory$StandardTaskAction.execute(AnnotationProcessingTaskFactory.java:200)
        at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:585)
        at org.gradle.api.internal.AbstractTask$TaskActionWrapper.execute(AbstractTask.java:568)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:80)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:61)
        ... 47 more


	&lt;/PRE&gt;&lt;P&gt;I didn't manage to find a solution to fix this problem.&lt;/P&gt;&lt;P&gt;for information :&lt;/P&gt;&lt;P&gt;JAVA_HOME= /lib/jvm/java/&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:38:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110171#M25776</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2016-04-21T18:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110172#M25777</link>
      <description>&lt;P&gt;Can you try running with java -jar core/build/libs/cloudbreak.jar -Dspring.config.location=application.properties&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:47:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110172#M25777</guid>
      <dc:creator>Krisz</dc:creator>
      <dc:date>2016-04-21T18:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110173#M25778</link>
      <description>&lt;P&gt;I face a new error : &lt;/P&gt;&lt;PRE&gt;2016-04-21 12:57:23,367 [main] locate:90 WARN  o.s.c.c.c.ConsulPropertySourceLocator - [owner:spring] [type:springLog] [id:] [name:] Unable to load consul config from config/null/
com.ecwid.consul.transport.TransportException: java.net.ConnectException: Connection refused
        at com.ecwid.consul.transport.DefaultHttpTransport.executeRequest(DefaultHttpTransport.java:123) ~[consul-api-1.10.jar!/:na]
        at com.ecwid.consul.transport.DefaultHttpTransport.makeGetRequest(DefaultHttpTransport.java:82) ~[consul-api-1.10.jar!/:na]
        at com.ecwid.consul.v1.ConsulRawClient.makeGetRequest(ConsulRawClient.java:85) ~[consul-api-1.10.jar!/:na]
        at com.ecwid.consul.v1.kv.KeyValueConsulClient.getKVValues(KeyValueConsulClient.java:135) ~[consul-api-1.10.jar!/:na]
        at com.ecwid.consul.v1.ConsulClient.getKVValues(ConsulClient.java:364) ~[consul-api-1.10.jar!/:na]
        at org.springframework.cloud.consul.config.ConsulPropertySource.init(ConsulPropertySource.java:61) ~[spring-cloud-consul-config-1.0.0.M6-v3.jar!/:1.0.0.M6-v3]
        at org.springframework.cloud.consul.config.ConsulPropertySourceLocator.locate(ConsulPropertySourceLocator.java:84) ~[spring-cloud-consul-config-1.0.0.M6-v3.jar!/:1.0.0.M6-v3]
        at org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration.initialize(PropertySourceBootstrapConfiguration.java:89) [spring-cloud-context-1.1.0.BUILD-SNAPSHOT.jar!/:1.1.0.BUILD-SNAPSHOT]
        at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:638) [spring-boot-1.3.1.RELEASE.jar!/:1.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:338) [spring-boot-1.3.1.RELEASE.jar!/:1.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:305) [spring-boot-1.3.1.RELEASE.jar!/:1.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1124) [spring-boot-1.3.1.RELEASE.jar!/:1.3.1.RELEASE]
        at org.springframework.boot.SpringApplication.run(SpringApplication.java:1113) [spring-boot-1.3.1.RELEASE.jar!/:1.3.1.RELEASE]
        at com.sequenceiq.cloudbreak.CloudbreakApplication.main(CloudbreakApplication.java:20) [cloudbreak.jar!/:na]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_77]
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_77]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_77]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_77]
        at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53) [cloudbreak.jar!/:na]
        at java.lang.Thread.run(Thread.java:745) [na:1.8.0_77]
Caused by: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_77]
        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_77]
        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_77]
        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_77]
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_77]
        at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_77]
        at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:71) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:220) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:164) ~[httpclient-4.5.1.jar!/:4.5.1]
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:139) ~[httpclient-4.5.1.jar!/:4.5.1]
        at com.ecwid.consul.transport.DefaultHttpTransport.executeRequest(DefaultHttpTransport.java:107) ~[consul-api-1.10.jar!/:na]&lt;/PRE&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:57:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110173#M25778</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2016-04-21T18:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110174#M25779</link>
      <description>&lt;P&gt;That is just a warning, but can you make sure the IPs you provided in the application.properties are correct. It can differ in many cases depending your environment.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 19:04:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110174#M25779</guid>
      <dc:creator>Krisz</dc:creator>
      <dc:date>2016-04-21T19:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110175#M25780</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/2698/arthurgrevin.html" nodeid="2698"&gt;@Arthur GREVIN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you'd like to use the bootRun command make sure you are running it against the build.gradle in the &lt;STRONG&gt;core &lt;/STRONG&gt;module like this (the properties file only works with an absolute path for me):&lt;/P&gt;&lt;PRE&gt;./gradlew bootRun -Dspring.config.location=file:/Users/msereg/prj/cloudbreak/core/app.properties --stacktrace -b core/build.gradle&lt;/PRE&gt;&lt;P&gt;If permgen space runs out of memory include this line in the core/build.gradle file:&lt;/P&gt;&lt;PRE&gt;bootRun {  jvmArgs = ["-XX:MaxPermSize=256m"]  ...}&lt;/PRE&gt;&lt;P&gt;Also if you have connection issues like above it means that your other containers are not running with cbd, or you have specified a wrong IP address for your docker-machine. You can check it out with this command:&lt;/P&gt;&lt;PRE&gt;docker-machine env &amp;lt;your-machine's-name&amp;gt;&lt;/PRE&gt;&lt;P&gt;For example mine is 192.168.99.100, I'm using this instead of 192.168.59.103 that's in the example.&lt;/P&gt;,&lt;P&gt;If you'd like to use the bootRun command make sure you are running it against the build.gradle in the &lt;STRONG&gt;core &lt;/STRONG&gt;module like this (the properties file only works with an absolute path for me):&lt;/P&gt;&lt;PRE&gt;./gradlew bootRun -Dspring.config.location=file:/Users/msereg/prj/cloudbreak/core/app.properties --stacktrace -b core/build.gradle&lt;/PRE&gt;&lt;P&gt;If permgen space runs out of memory include this line in the core/build.gradle file:&lt;/P&gt;&lt;PRE&gt;bootRun {  jvmArgs = ["-XX:MaxPermSize=256m"]  ...}&lt;/PRE&gt;&lt;P&gt;Also if you have connection issues like above it means that your other containers are not running with cbd, or you have specified a wrong IP address for your docker-machine. You can check it out with this command:&lt;/P&gt;&lt;PRE&gt;docker-machine env &amp;lt;your-machine's-name&amp;gt;&lt;/PRE&gt;&lt;P&gt;For example mine is 192.168.99.100, I'm using this instead of 192.168.59.103 that's in the example.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 19:29:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110175#M25780</guid>
      <dc:creator>msereg</dc:creator>
      <dc:date>2016-04-21T19:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110176#M25781</link>
      <description>&lt;P&gt;I believed they are correct :&lt;/P&gt;&lt;PRE&gt;cb.cert.dir=/root/cbd-local/certs
cb.client.id=cloudbreak
cb.client.secret=cbsecret2015
cb.db.port.5432.tcp.addr=10.0.0.30
cb.db.port.5432.tcp.port=5432
spring.cloud.consul.host=10.0.0.30
cb.identity.server.url=http://10.0.0.30:8089
server.port=9091



&lt;/PRE&gt;&lt;P&gt;and my ip is :  inet 10.0.0.30&lt;/P&gt;&lt;P&gt;Is there something I am missing ? &lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 19:41:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110176#M25781</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2016-04-21T19:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110177#M25782</link>
      <description>&lt;P&gt;It was indeed a problem with the host that I gave.&lt;/P&gt;&lt;P&gt;Th ip adress of the posgre container was different.&lt;/P&gt;&lt;P&gt;I don't have any errors when I run gradle bootRun, but it is stuck there:&lt;/P&gt;&lt;PRE&gt;2016-04-21 14:14:04,689 [main] logStarted:57 INFO  c.s.c.CloudbreakApplication - [owner:spring] [type:springLog] [id:] [name:] Started CloudbreakApplication in 56.011 seconds (JVM running for 57.589)
2016-04-21 14:14:56,639 [MessageBroker-1] run:113 INFO  o.s.w.s.c.WebSocketMessageBrokerStats - [owner:spring] [type:springLog] [id:] [name:] WebSocketSession[0 current WS(0)-HttpStream(0)-HttpPoll(0), 0 total, 0 closed abnormally (0 connect failure, 0 send limit, 0 transport error)], stompSubProtocol[processed CONNECT(0)-CONNECTED(0)-DISCONNECT(0)], stompBrokerRelay[null], inboundChannel[pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], outboundChannelpool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0], sockJsScheduler[pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 0]
&amp;gt; Building 98% &amp;gt; :core:bootRun
&lt;/PRE&gt;&lt;P&gt;It's been 10 min and nothing change. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 20:26:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110177#M25782</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2016-04-21T20:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110178#M25783</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2698/arthurgrevin.html" nodeid="2698"&gt;@Arthur GREVIN&lt;/A&gt; it is expected behavior, gradle doesn't put the process in the background, but Cloudbreak is started correctly. Technically the gradle process is running until Cloudbreak is stopped that's why it doesn't show 100%.&lt;/P&gt;&lt;P&gt;You can put it in the background just like any other processes.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2016 22:06:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110178#M25783</guid>
      <dc:creator>msereg</dc:creator>
      <dc:date>2016-04-21T22:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110179#M25784</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/386/msereg.html" nodeid="386" target="_blank"&gt;@Marton Sereg&lt;/A&gt; Thank you, the process is indeed running but I have a new issue : &lt;/P&gt;&lt;PRE&gt;2016-04-22 09:44:02,208 [main] start:162 INFO  o.s.b.c.e.t.TomcatEmbeddedServletContainer - [owner:spring] [type:springLog] [id:] [name:] Tomcat started on port(s): 9091 (http)
2016-04-22 09:44:02,237 [main] logStarted:57 INFO  c.s.c.CloudbreakApplication - [owner:spring] [type:springLog] [id:] [name:] Started CloudbreakApplication in 81.866 seconds (JVM running for 83.898)&lt;/PRE&gt;&lt;P&gt;So it seems that the application listens port 9091.&lt;/P&gt;&lt;P&gt;But in my browser I found : &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3600-cloudbreakissue.png" style="width: 588px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23328iE1653F49B6A77769/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3600-cloudbreakissue.png" alt="3600-cloudbreakissue.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:28:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110179#M25784</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2019-08-19T11:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110180#M25785</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2698/arthurgrevin.html" nodeid="2698"&gt;@Arthur GREVIN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is the API that's running on 9091 and there is nothing mapped to /. If you're checking out a URL that is mapped to an API endpoint, like &lt;STRONG&gt;10.0.0.30:9091/api/v1/connectors&lt;/STRONG&gt;, you should see a json returned. You can try it out with other pathes as well, like &lt;STRONG&gt;/api/v1/stacks&lt;/STRONG&gt; that needs authentication, it should return an "unauthorized" message. To see the api docs check out &lt;STRONG&gt;/apidocs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you're looking for the UI, it is running in a different container that is started by cbd. It is a nodejs app and it should listen on port 3000.&lt;/P&gt;&lt;P&gt;Did you use cbd to start cloudbreak then the&lt;/P&gt;&lt;PRE&gt;cbd util local-dev&lt;/PRE&gt;&lt;P&gt;command to set up a dev env?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:05:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110180#M25785</guid>
      <dc:creator>msereg</dc:creator>
      <dc:date>2016-04-22T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110181#M25786</link>
      <description>&lt;P&gt;Yes, but I have nothing listening to port 3000. And I don't see the ui container (uluwatu ?) with docker -ps&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:16:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110181#M25786</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2016-04-22T16:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110182#M25787</link>
      <description>&lt;P&gt;It should be a container from image hortonworks/cloudbreak-web:1.2.3 named cbreak_uluwatu_1.&lt;/P&gt;&lt;P&gt;Can you see it with docker ps -a as terminated? If yes can you send me the logs, or try to restart it with docker restart cbreak_uluwatu_1?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:29:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110182#M25787</guid>
      <dc:creator>msereg</dc:creator>
      <dc:date>2016-04-22T16:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110183#M25788</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/386/msereg.html" nodeid="386"&gt;@Marton Sereg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;The container was not running. I restart it like you said and it works. Thank you for your help !&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:35:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110183#M25788</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2016-04-22T16:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110184#M25789</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2698/arthurgrevin.html" nodeid="2698"&gt;@Arthur GREVIN&lt;/A&gt; cool, can you mark my answer as accepted then?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 16:42:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110184#M25789</guid>
      <dc:creator>msereg</dc:creator>
      <dc:date>2016-04-22T16:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110185#M25790</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/386/msereg.html" rel="nofollow noopener noreferrer" target="_blank"&gt;@Marton Sereg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Sorry to bother you again but I have a new issue related to the post. Cloudbreak api is running. It returns json as expected but I can't access the api with the UI. &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3630-cloudbreak2.png" style="width: 1747px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23327i3EF463D65C9B5B0A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3630-cloudbreak2.png" alt="3630-cloudbreak2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It seems there is something missing again.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:28:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110185#M25790</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2019-08-19T11:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110186#M25791</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2698/arthurgrevin.html" nodeid="2698"&gt;@Arthur GREVIN&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Can you check the developers console in your browser and see if there is a JS error there?&lt;/P&gt;&lt;P&gt;There was a bug in that version of cloudbreak that caused this sometimes on first page load but it ususally loads successfully after a few page refreshes.&lt;/P&gt;&lt;P&gt;This bug was fixed later, but there is no official release that contains it yet. If this error doesn't disappear, you can try to update the cloudbreak-web container with a patch like this:&lt;/P&gt;&lt;P&gt;Add this line to your cbd Profile:&lt;/P&gt;&lt;PRE&gt;export DOCKER_TAG_ULUWATU=1.2.5-rc.5&lt;/PRE&gt;&lt;P&gt;and run these commands to regenerate the yml files and restart cbd:&lt;/P&gt;&lt;PRE&gt;cbd kill
cbd regenerate
cbd start&lt;/PRE&gt;&lt;P&gt;This will pull the latest rc container of the UI where this bug is fixed and will restart all the components. (You may need to stop your dev cloudbreak and run the local-dev command again)&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 18:30:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110186#M25791</guid>
      <dc:creator>msereg</dc:creator>
      <dc:date>2016-04-25T18:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110187#M25792</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/386/msereg.html" nodeid="386" target="_blank"&gt;@Marton Sereg&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I pulled the lastest rc container(I did checked it was the right version with docker ps) but I still have the same issue : 
&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3654-cloudbreakissue3.png" style="width: 827px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23326iD1AC350CF7ADA1CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3654-cloudbreakissue3.png" alt="3654-cloudbreakissue3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:28:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110187#M25792</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2019-08-19T11:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110188#M25793</link>
      <description>&lt;P&gt;I just noticed that after some time I get this JS error : &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3655-cbissue5.png" style="width: 620px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23325iD1342B5AC4C969BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="3655-cbissue5.png" alt="3655-cbissue5.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:28:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110188#M25793</guid>
      <dc:creator>arthur_grevin</dc:creator>
      <dc:date>2019-08-19T11:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Build Failed gradle bootrun Cloudbreak</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110189#M25794</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2698/arthurgrevin.html" nodeid="2698"&gt;@Arthur GREVIN&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Please check the logs of your UI container with &lt;/P&gt;&lt;PRE&gt;docker logs cbreak_uluwatu_1
&lt;/PRE&gt;&lt;P&gt;And please also send me the cloudbreak logs in email to msereg at hortonworks com.&lt;/P&gt;&lt;P&gt;I'm not sure about this issue but maybe we can setup a webex tomorrow, it would be simpler I think.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2016 21:10:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Build-Failed-gradle-bootrun-Cloudbreak/m-p/110189#M25794</guid>
      <dc:creator>msereg</dc:creator>
      <dc:date>2016-04-25T21:10:40Z</dc:date>
    </item>
  </channel>
</rss>

