[jira] [Commented] (STREAMS-491) Example failure

2017-02-19 Thread Suneel Marthi (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15873904#comment-15873904
 ] 

Suneel Marthi commented on STREAMS-491:
---

Its obvious from the last failure that the timeout for twitter-neo4j is still 
set to 2, try increasing that to 6.

The issues u have identified so far in this jira are more to do with u running 
this on an old system with limited memory and the docker container shutting 
down due to initialization or shutdown failures. 

I would like to Resolve this jira as 'Not an Issue' and any similar issues like 
this are henceforth best addressed on d...@streams.incubator.apache.org mailing 
lists and don't need a Jira.

> Example failure
> ---
>
> Key: STREAMS-491
> URL: https://issues.apache.org/jira/browse/STREAMS-491
> Project: Streams
>  Issue Type: Test
>  Components: Build
>Affects Versions: 0.4.1
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Fix For: 0.5
>
> Attachments: log_streams_6_ver.txt, log_streams.txt
>
>
> Hello~I'm newbee in streams. Hope this is not a silly qustion...
> I'm currently testing on running example, but keep failing on it.
> The test is 
> http://streams.incubator.apache.org/site/0.5-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/index.html
>  .
> As mentioned, I am running the task with elasticsearch running.
> It happens when I work on 'mvn -PdockerITs docker:start' after install.
> 
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Start container 
> 13d02afcecb7
> 14:47:32.410 elasticsearch> [2017-02-08 05:47:32,407][WARN ][bootstrap
> ] unable to install syscall filter: seccomp unavailable: your kernel 
> is buggy and you should upgrade
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,936][INFO ][node 
> ] [Banshee] version[2.3.5], pid[1], 
> build[90f439f/2016-07-27T10:36:52Z]
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,937][INFO ][node 
> ] [Banshee] initializing ...
> [ERROR] DOCKER> Cannot process chunk response: java.io.IOException: Bad file 
> descriptor
> [ERROR] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 ms 
> while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> [ERROR] DOCKER> Error occurred during container startup, shutting down...
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Stop and remove 
> container 13d02afcecb7
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] streams-examples ... FAILURE [ 27.445 
> s]
> [INFO] streams-examples-flink . SKIPPED
> [INFO] flink-twitter-collection ... SKIPPED
> [INFO] streams-examples-local . SKIPPED
> [INFO] elasticsearch-hdfs . SKIPPED
> [INFO] elasticsearch-reindex .. SKIPPED
> [INFO] mongo-elasticsearch-sync ... SKIPPED
> [INFO] twitter-follow-neo4j ... SKIPPED
> [INFO] twitter-history-elasticsearch .. SKIPPED
> [INFO] twitter-userstream-elasticsearch ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 28.342 s
> [INFO] Finished at: 2017-02-08T14:47:54+09:00
> [INFO] Final Memory: 23M/285M
> [INFO] 
> 
> [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.15.0:start 
> (default-cli) on project streams-examples: [elasticsearch:2.3.5] 
> "elasticsearch": Timeout after 20474 ms while waiting on url 
> http://localhost:32818 and on log out 'elasticsearch startup' -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal io.fabric8:docker-maven-plugin:0.15.0:start (default-cli) on project 
> streams-examples: [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 
> ms while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at 
> 

[jira] [Commented] (STREAMS-491) Example failure

2017-02-18 Thread Suneel Marthi (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15873289#comment-15873289
 ] 

Suneel Marthi commented on STREAMS-491:
---

Did u increase the timeout to 6? You need to do it at 2 places in the POM.  

Its not a problem with OSX, I am running OSX 10.12 and i don't see this issue. 
I have a MBP with 16gb RAM.

Its pretty obvious you are running on an old machine, so shutdown all docker 
images except for this one, increase the timeout to 6 for both 
Elasticsearch and Neo4j, and then give it a try.



> Example failure
> ---
>
> Key: STREAMS-491
> URL: https://issues.apache.org/jira/browse/STREAMS-491
> Project: Streams
>  Issue Type: Test
>  Components: Build
>Affects Versions: 0.4.1
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Fix For: 0.5
>
> Attachments: log_streams.txt
>
>
> Hello~I'm newbee in streams. Hope this is not a silly qustion...
> I'm currently testing on running example, but keep failing on it.
> The test is 
> http://streams.incubator.apache.org/site/0.5-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/index.html
>  .
> As mentioned, I am running the task with elasticsearch running.
> It happens when I work on 'mvn -PdockerITs docker:start' after install.
> 
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Start container 
> 13d02afcecb7
> 14:47:32.410 elasticsearch> [2017-02-08 05:47:32,407][WARN ][bootstrap
> ] unable to install syscall filter: seccomp unavailable: your kernel 
> is buggy and you should upgrade
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,936][INFO ][node 
> ] [Banshee] version[2.3.5], pid[1], 
> build[90f439f/2016-07-27T10:36:52Z]
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,937][INFO ][node 
> ] [Banshee] initializing ...
> [ERROR] DOCKER> Cannot process chunk response: java.io.IOException: Bad file 
> descriptor
> [ERROR] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 ms 
> while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> [ERROR] DOCKER> Error occurred during container startup, shutting down...
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Stop and remove 
> container 13d02afcecb7
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] streams-examples ... FAILURE [ 27.445 
> s]
> [INFO] streams-examples-flink . SKIPPED
> [INFO] flink-twitter-collection ... SKIPPED
> [INFO] streams-examples-local . SKIPPED
> [INFO] elasticsearch-hdfs . SKIPPED
> [INFO] elasticsearch-reindex .. SKIPPED
> [INFO] mongo-elasticsearch-sync ... SKIPPED
> [INFO] twitter-follow-neo4j ... SKIPPED
> [INFO] twitter-history-elasticsearch .. SKIPPED
> [INFO] twitter-userstream-elasticsearch ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 28.342 s
> [INFO] Finished at: 2017-02-08T14:47:54+09:00
> [INFO] Final Memory: 23M/285M
> [INFO] 
> 
> [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.15.0:start 
> (default-cli) on project streams-examples: [elasticsearch:2.3.5] 
> "elasticsearch": Timeout after 20474 ms while waiting on url 
> http://localhost:32818 and on log out 'elasticsearch startup' -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal io.fabric8:docker-maven-plugin:0.15.0:start (default-cli) on project 
> streams-examples: [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 
> ms while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at 
> 

[jira] [Commented] (STREAMS-491) Example failure

2017-02-18 Thread Kwang-in (Dennis) JUNG (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15873062#comment-15873062
 ] 

Kwang-in (Dennis) JUNG commented on STREAMS-491:


[~smarthi] I tried both case, but still faced with same problem. Could it be a 
problem of OSX?

> Example failure
> ---
>
> Key: STREAMS-491
> URL: https://issues.apache.org/jira/browse/STREAMS-491
> Project: Streams
>  Issue Type: Test
>  Components: Build
>Affects Versions: 0.4.1
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Fix For: 0.5
>
> Attachments: log_streams.txt
>
>
> Hello~I'm newbee in streams. Hope this is not a silly qustion...
> I'm currently testing on running example, but keep failing on it.
> The test is 
> http://streams.incubator.apache.org/site/0.5-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/index.html
>  .
> As mentioned, I am running the task with elasticsearch running.
> It happens when I work on 'mvn -PdockerITs docker:start' after install.
> 
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Start container 
> 13d02afcecb7
> 14:47:32.410 elasticsearch> [2017-02-08 05:47:32,407][WARN ][bootstrap
> ] unable to install syscall filter: seccomp unavailable: your kernel 
> is buggy and you should upgrade
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,936][INFO ][node 
> ] [Banshee] version[2.3.5], pid[1], 
> build[90f439f/2016-07-27T10:36:52Z]
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,937][INFO ][node 
> ] [Banshee] initializing ...
> [ERROR] DOCKER> Cannot process chunk response: java.io.IOException: Bad file 
> descriptor
> [ERROR] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 ms 
> while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> [ERROR] DOCKER> Error occurred during container startup, shutting down...
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Stop and remove 
> container 13d02afcecb7
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] streams-examples ... FAILURE [ 27.445 
> s]
> [INFO] streams-examples-flink . SKIPPED
> [INFO] flink-twitter-collection ... SKIPPED
> [INFO] streams-examples-local . SKIPPED
> [INFO] elasticsearch-hdfs . SKIPPED
> [INFO] elasticsearch-reindex .. SKIPPED
> [INFO] mongo-elasticsearch-sync ... SKIPPED
> [INFO] twitter-follow-neo4j ... SKIPPED
> [INFO] twitter-history-elasticsearch .. SKIPPED
> [INFO] twitter-userstream-elasticsearch ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 28.342 s
> [INFO] Finished at: 2017-02-08T14:47:54+09:00
> [INFO] Final Memory: 23M/285M
> [INFO] 
> 
> [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.15.0:start 
> (default-cli) on project streams-examples: [elasticsearch:2.3.5] 
> "elasticsearch": Timeout after 20474 ms while waiting on url 
> http://localhost:32818 and on log out 'elasticsearch startup' -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal io.fabric8:docker-maven-plugin:0.15.0:start (default-cli) on project 
> streams-examples: [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 
> ms while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> at 

[jira] [Commented] (STREAMS-491) Example failure

2017-02-17 Thread Suneel Marthi (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15872432#comment-15872432
 ] 

Suneel Marthi commented on STREAMS-491:
---

Seems like u r running on an older and slower machine, here's what u could do:

1. Make sure u r not running any other docker images
2. increase the startup time to 6 from present 2 in pom



> Example failure
> ---
>
> Key: STREAMS-491
> URL: https://issues.apache.org/jira/browse/STREAMS-491
> Project: Streams
>  Issue Type: Test
>  Components: Build
>Affects Versions: 0.4.1
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Fix For: 0.5
>
> Attachments: log_streams.txt
>
>
> Hello~I'm newbee in streams. Hope this is not a silly qustion...
> I'm currently testing on running example, but keep failing on it.
> The test is 
> http://streams.incubator.apache.org/site/0.5-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/index.html
>  .
> As mentioned, I am running the task with elasticsearch running.
> It happens when I work on 'mvn -PdockerITs docker:start' after install.
> 
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Start container 
> 13d02afcecb7
> 14:47:32.410 elasticsearch> [2017-02-08 05:47:32,407][WARN ][bootstrap
> ] unable to install syscall filter: seccomp unavailable: your kernel 
> is buggy and you should upgrade
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,936][INFO ][node 
> ] [Banshee] version[2.3.5], pid[1], 
> build[90f439f/2016-07-27T10:36:52Z]
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,937][INFO ][node 
> ] [Banshee] initializing ...
> [ERROR] DOCKER> Cannot process chunk response: java.io.IOException: Bad file 
> descriptor
> [ERROR] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 ms 
> while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> [ERROR] DOCKER> Error occurred during container startup, shutting down...
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Stop and remove 
> container 13d02afcecb7
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] streams-examples ... FAILURE [ 27.445 
> s]
> [INFO] streams-examples-flink . SKIPPED
> [INFO] flink-twitter-collection ... SKIPPED
> [INFO] streams-examples-local . SKIPPED
> [INFO] elasticsearch-hdfs . SKIPPED
> [INFO] elasticsearch-reindex .. SKIPPED
> [INFO] mongo-elasticsearch-sync ... SKIPPED
> [INFO] twitter-follow-neo4j ... SKIPPED
> [INFO] twitter-history-elasticsearch .. SKIPPED
> [INFO] twitter-userstream-elasticsearch ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 28.342 s
> [INFO] Finished at: 2017-02-08T14:47:54+09:00
> [INFO] Final Memory: 23M/285M
> [INFO] 
> 
> [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.15.0:start 
> (default-cli) on project streams-examples: [elasticsearch:2.3.5] 
> "elasticsearch": Timeout after 20474 ms while waiting on url 
> http://localhost:32818 and on log out 'elasticsearch startup' -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal io.fabric8:docker-maven-plugin:0.15.0:start (default-cli) on project 
> streams-examples: [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 
> ms while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> at 

[jira] [Commented] (STREAMS-491) Example failure

2017-02-16 Thread Kwang-in (Dennis) JUNG (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871316#comment-15871316
 ] 

Kwang-in (Dennis) JUNG commented on STREAMS-491:


[~smarthi] Thanks for reply. It still cause error in newest version. I didn't 
run ES locally.
===
[ERROR] DOCKER> [neo4j:3.0.6] "graph": Timeout after 20005 ms while waiting on 
url http://localhost:32787 and on log out 'graph startup'
[ERROR] DOCKER> Cannot process chunk response: java.io.IOException: Bad file 
descriptor
[ERROR] DOCKER> Error occurred during container startup, shutting down...
[INFO] DOCKER> [neo4j:3.0.6] "graph": Stop and remove container 6d44bb29c327
16:03:58.358 mongo> 2017-02-17T07:03:58.352+ I CONTROL  
[signalProcessingThread] got signal 15 (Terminated), will terminate after 
current cmd ends
16:03:58.360 mongo> 2017-02-17T07:03:58.359+ I FTDC 
[signalProcessingThread] Shutting down full-time diagnostic data capture
16:03:58.392 mongo> 2017-02-17T07:03:58.392+ I CONTROL  
[signalProcessingThread] now exiting
16:03:58.393 mongo> 2017-02-17T07:03:58.393+ I NETWORK  
[signalProcessingThread] shutdown: going to close listening sockets...
16:03:58.393 mongo> 2017-02-17T07:03:58.393+ I NETWORK  
[signalProcessingThread] closing listening socket: 5
16:03:58.393 mongo> 2017-02-17T07:03:58.393+ I NETWORK  
[signalProcessingThread] closing listening socket: 6
16:03:58.393 mongo> 2017-02-17T07:03:58.393+ I NETWORK  
[signalProcessingThread] removing socket file: /tmp/mongodb-27017.sock
16:03:58.396 mongo> 2017-02-17T07:03:58.396+ I NETWORK  
[signalProcessingThread] shutdown: going to flush diaglog...
16:03:58.398 mongo> 2017-02-17T07:03:58.397+ I NETWORK  
[signalProcessingThread] shutdown: going to close sockets...
16:03:58.402 mongo> 2017-02-17T07:03:58.402+ I STORAGE  
[signalProcessingThread] WiredTigerKVEngine shutting down
16:03:58.870 mongo> 2017-02-17T07:03:58.867+ I STORAGE  
[signalProcessingThread] shutdown: removing fs lock...
16:03:58.872 mongo> 2017-02-17T07:03:58.868+ I CONTROL  
[signalProcessingThread] dbexit:  rc: 0
[INFO] DOCKER> [mongo:3.2.0] "mongo": Stop and remove container 2848a041acf8
16:04:00.485 elasticsearch> [2017-02-17 07:04:00,480][INFO ][node   
  ] [Benjamin Jacob Grimm] stopping ...
16:04:00.968 elasticsearch> [2017-02-17 07:04:00,966][INFO ][node   
  ] [Benjamin Jacob Grimm] stopped
16:04:01.013 elasticsearch> [2017-02-17 07:04:00,997][INFO ][node   
  ] [Benjamin Jacob Grimm] closing ...
[INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Stop and remove container 
dd23f78da9e0
[INFO] 
[INFO] Reactor Summary:
[INFO] 
[INFO] streams-examples ... FAILURE [ 51.809 s]
[INFO] streams-examples-flink . SKIPPED
[INFO] flink-twitter-collection ... SKIPPED
[INFO] streams-examples-local . SKIPPED
[INFO] elasticsearch-hdfs . SKIPPED
[INFO] elasticsearch-reindex .. SKIPPED
[INFO] mongo-elasticsearch-sync ... SKIPPED
[INFO] twitter-follow-neo4j ... SKIPPED
[INFO] twitter-history-elasticsearch .. SKIPPED
[INFO] twitter-userstream-elasticsearch ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 53.772 s
[INFO] Finished at: 2017-02-17T16:04:04+09:00
[INFO] Final Memory: 22M/220M
[INFO] 
[ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.15.0:start 
(default-cli) on project streams-examples: [neo4j:3.0.6] "graph": Timeout after 
20005 ms while waiting on url http://localhost:32787 and on log out 'graph 
startup' -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
io.fabric8:docker-maven-plugin:0.15.0:start (default-cli) on project 
streams-examples: [neo4j:3.0.6] "graph": Timeout after 20005 ms while waiting 
on url http://localhost:32787 and on log out 'graph startup'
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
 

[jira] [Commented] (STREAMS-491) Example failure

2017-02-16 Thread Suneel Marthi (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15871188#comment-15871188
 ] 

Suneel Marthi commented on STREAMS-491:
---

Could u try shutting down ur ES 5.2, and just running the examples in Docker 
and see if the issue recurs ?

> Example failure
> ---
>
> Key: STREAMS-491
> URL: https://issues.apache.org/jira/browse/STREAMS-491
> Project: Streams
>  Issue Type: Test
>  Components: Build
>Affects Versions: 0.4.1
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Fix For: 0.5
>
>
> Hello~I'm newbee in streams. Hope this is not a silly qustion...
> I'm currently testing on running example, but keep failing on it.
> The test is 
> http://streams.incubator.apache.org/site/0.5-incubating-SNAPSHOT/streams-examples/streams-examples-local/elasticsearch-hdfs/index.html
>  .
> As mentioned, I am running the task with elasticsearch running.
> It happens when I work on 'mvn -PdockerITs docker:start' after install.
> 
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Start container 
> 13d02afcecb7
> 14:47:32.410 elasticsearch> [2017-02-08 05:47:32,407][WARN ][bootstrap
> ] unable to install syscall filter: seccomp unavailable: your kernel 
> is buggy and you should upgrade
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,936][INFO ][node 
> ] [Banshee] version[2.3.5], pid[1], 
> build[90f439f/2016-07-27T10:36:52Z]
> 14:47:32.937 elasticsearch> [2017-02-08 05:47:32,937][INFO ][node 
> ] [Banshee] initializing ...
> [ERROR] DOCKER> Cannot process chunk response: java.io.IOException: Bad file 
> descriptor
> [ERROR] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 ms 
> while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> [ERROR] DOCKER> Error occurred during container startup, shutting down...
> [INFO] DOCKER> [elasticsearch:2.3.5] "elasticsearch": Stop and remove 
> container 13d02afcecb7
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] streams-examples ... FAILURE [ 27.445 
> s]
> [INFO] streams-examples-flink . SKIPPED
> [INFO] flink-twitter-collection ... SKIPPED
> [INFO] streams-examples-local . SKIPPED
> [INFO] elasticsearch-hdfs . SKIPPED
> [INFO] elasticsearch-reindex .. SKIPPED
> [INFO] mongo-elasticsearch-sync ... SKIPPED
> [INFO] twitter-follow-neo4j ... SKIPPED
> [INFO] twitter-history-elasticsearch .. SKIPPED
> [INFO] twitter-userstream-elasticsearch ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 28.342 s
> [INFO] Finished at: 2017-02-08T14:47:54+09:00
> [INFO] Final Memory: 23M/285M
> [INFO] 
> 
> [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.15.0:start 
> (default-cli) on project streams-examples: [elasticsearch:2.3.5] 
> "elasticsearch": Timeout after 20474 ms while waiting on url 
> http://localhost:32818 and on log out 'elasticsearch startup' -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal io.fabric8:docker-maven-plugin:0.15.0:start (default-cli) on project 
> streams-examples: [elasticsearch:2.3.5] "elasticsearch": Timeout after 20474 
> ms while waiting on url http://localhost:32818 and on log out 'elasticsearch 
> startup'
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at 
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at 
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
> at