[jira] [Commented] (UNOMI-80) Stopped in initializing

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

[ 
https://issues.apache.org/jira/browse/UNOMI-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869436#comment-15869436
 ] 

Kwang-in (Dennis) JUNG commented on UNOMI-80:
-

[~bhillou] I just tried again with running elasticsearch and run karaf, but 
still causing same as before. This is what being showed in localhost:9200.
Is it only supports ES version 5.1.2? Because I tested in 5.2.0(which was 
already installed in my computer)
--
{
  "name" : "DH6XhAa",
  "cluster_name" : "contextElasticSearch",
  "cluster_uuid" : "bsD5BlR-SLKiXYat1V7RDA",
  "version" : {
"number" : "5.2.0",
"build_hash" : "24e05b9",
"build_date" : "2017-01-24T19:52:35.800Z",
"build_snapshot" : false,
"lucene_version" : "6.4.0"
  },
  "tagline" : "You Know, for Search"
}
--
Thanks.


> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (UNOMI-80) Stopped in initializing

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

[ 
https://issues.apache.org/jira/browse/UNOMI-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869493#comment-15869493
 ] 

Kwang-in (Dennis) JUNG commented on UNOMI-80:
-

[~bhillou] It maybe version of elasticsearch could be a problem. I just 
attached log file. Could you look on it?

> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Attachments: karaf.log
>
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (UNOMI-80) Stopped in initializing

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

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

Kwang-in (Dennis) JUNG updated UNOMI-80:

Attachment: karaf.log

> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Attachments: karaf.log
>
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (UNOMI-80) Stopped in initializing

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

[ 
https://issues.apache.org/jira/browse/UNOMI-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869165#comment-15869165
 ] 

Kwang-in (Dennis) JUNG commented on UNOMI-80:
-

[~shuber] Thanks for quick reply!
But I still failed after reboot my laptop and try karaf start.
```
__ __    
   / //_/ __ _/ __/  
  / ,<  / __ `/ ___/ __ `/ /_
 / /| |/ /_/ / /  / /_/ / __/
/_/ |_|\__,_/_/   \__,_/_/ 

  Apache Karaf (3.0.8)

Hit '' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '' or type 'system:shutdown' or 'logout' to shutdown Karaf.

karaf@root()> Initializing Unomi...
```
It does not go onward after this. By document, it looks like something more 
need to show like `initializing `


> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (UNOMI-80) Stopped in initializing

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

[ 
https://issues.apache.org/jira/browse/UNOMI-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15869165#comment-15869165
 ] 

Kwang-in (Dennis) JUNG edited comment on UNOMI-80 at 2/16/17 4:44 AM:
--

[~shuber] Thanks for quick reply!
But I still failed after reboot my laptop and try karaf start.

$ ./bin/karaf start
__ __    
   / //_/ __ _/ __/  
  / ,<  / __ `/ ___/ __ `/ /_
 / /| |/ /_/ / /  / /_/ / __/
/_/ |_|\__,_/_/   \__,_/_/ 

  Apache Karaf (3.0.8)

Hit '' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '' or type 'system:shutdown' or 'logout' to shutdown Karaf.

karaf@root()> Initializing Unomi...

It does not go onward after this. By document, it looks like something more 
need to show like `initializing `



was (Author: djkooks):
[~shuber] Thanks for quick reply!
But I still failed after reboot my laptop and try karaf start.
```
__ __    
   / //_/ __ _/ __/  
  / ,<  / __ `/ ___/ __ `/ /_
 / /| |/ /_/ / /  / /_/ / __/
/_/ |_|\__,_/_/   \__,_/_/ 

  Apache Karaf (3.0.8)

Hit '' for a list of available commands
and '[cmd] --help' for help on a specific command.
Hit '' or type 'system:shutdown' or 'logout' to shutdown Karaf.

karaf@root()> Initializing Unomi...
```
It does not go onward after this. By document, it looks like something more 
need to show like `initializing `


> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (UNOMI-80) Stopped in initializing

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

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

Kwang-in (Dennis) JUNG resolved UNOMI-80.
-
Resolution: Fixed

> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Attachments: karaf.log
>
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (UNOMI-80) Stopped in initializing

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

[ 
https://issues.apache.org/jira/browse/UNOMI-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15870941#comment-15870941
 ] 

Kwang-in (Dennis) JUNG commented on UNOMI-80:
-

[~bhillou] Thanks for help! I'll close this issue.

> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Attachments: karaf.log
>
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (UNOMI-80) Stopped in initializing

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

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

Kwang-in (Dennis) JUNG closed UNOMI-80.
---
Resolution: Fixed

> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Attachments: karaf.log
>
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Reopened] (UNOMI-80) Stopped in initializing

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

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

Kwang-in (Dennis) JUNG reopened UNOMI-80:
-

> Stopped in initializing
> ---
>
> Key: UNOMI-80
> URL: https://issues.apache.org/jira/browse/UNOMI-80
> Project: Apache Unomi
>  Issue Type: Test
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Trivial
> Attachments: karaf.log
>
>
> Hello~just joined!
> I'm following up instruction guide, but it stops while init when starting 
> with 'karaf start'.
> ```
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
> java.lang.RuntimeException: 
> Port already in use: 4; 
> You may have started two containers.  If you need to start a second container 
> or the default ports are already in use update the config file 
> etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
> Port to unused ports
>   at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
> Initializing Unomi...
> ```
> It does not go on as mentioned in getting started page.
> http://unomi.incubator.apache.org/getting-started.html
> Also, I've failed in integration test(others are all success). Is it related 
> with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (UNOMI-80) Stopped in initializing

2017-02-15 Thread Kwang-in (Dennis) JUNG (JIRA)
Kwang-in (Dennis) JUNG created UNOMI-80:
---

 Summary: Stopped in initializing
 Key: UNOMI-80
 URL: https://issues.apache.org/jira/browse/UNOMI-80
 Project: Apache Unomi
  Issue Type: Test
Reporter: Kwang-in (Dennis) JUNG
Priority: Trivial


Hello~just joined!
I'm following up instruction guide, but it stops while init when starting with 
'karaf start'.
```
karaf@root()> Exception in thread "JMX Connector Thread 
[service:jmx:rmi://0.0.0.0:4/jndi/rmi://0.0.0.0:1099/karaf-root]" 
java.lang.RuntimeException: 
Port already in use: 4; 
You may have started two containers.  If you need to start a second container 
or the default ports are already in use update the config file 
etc/org.apache.karaf.management.cfg and change the Registry Port and Server 
Port to unused ports
at 
org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:278)
Initializing Unomi...
```
It does not go on as mentioned in getting started page.
http://unomi.incubator.apache.org/getting-started.html

Also, I've failed in integration test(others are all success). Is it related 
with this?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)