Re: Error requests taking long time

2019-01-25 Thread Diogo Munaro Vieira
Hi Serge, may I open an issue with it? The real problem here is a
connection waiting long time with an error instead of respond fast and take
other requests

Em ter, 22 de jan de 2019 10:21, Thaisa Mirely  * 1) you need to run Unomi / ES locally with just one instance for each (we
> are running in a Docker container)
>
>
> *até,*
> *energias boas para você. *
>
> Thaisa Mirely
> *Thought*Works - Recife, Brazil
>
>
> On Tue, Jan 22, 2019 at 9:19 AM Thaisa Mirely 
> wrote:
>
> > a brief context about this problem is that it occurred when we tried to
> > simulate a nullPointerException (we'll report it as soon as we can
> > reproduce again)
> >
> > To reproduce the error that Munaro sent,
> > 1) you need to run Unomi / ES locally using only one instance for each
> (we
> > are running in a docking window)
> > 2) we removed some body properties from the request to create a profile
> > via the API.
> >
> >
> > have a nice day
> >
> > *Thought*Works - Recife, Brazil
> >
> >
> > On Tue, Jan 22, 2019 at 5:28 AM Serge Huber  wrote:
> >
> >> Hello Diogo,
> >>
> >> From the exception, it seems more like there is a timeout while
> >> waiting for the body of the request. Are you sure the client is
> >> properly committing the request ? What kind of client are you using ?
> >>
> >> Regards,
> >>   Serge...
> >>
> >>
> >>
> >> On Mon, Jan 21, 2019 at 10:15 PM Diogo Munaro Vieira
> >>  wrote:
> >> >
> >> > Hi friends!
> >> >
> >> > When we send an event with wrong body it takes about 2 seconds to
> >> respond
> >> > timeout as error instead of right error message. Do you know about it?
> >> >
> >> >
> >> > HTTP ERROR 500
> >> > > Problem accessing /context.json. Reason:
> >> > > Server ErrorCaused
> >> > > by:java.io.IOException:
> >> java.util.concurrent.TimeoutException:
> >> > > Idle timeout expired: 30005/3 ms
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.server.HttpInput$ErrorState.noContent(HttpInput.java:852)
> >> > > at org.eclipse.jetty.server.HttpInput.read(HttpInput.java:191)
> >> > > at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
> >> > > at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
> >> > > at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
> >> > > at java.io.InputStreamReader.read(InputStreamReader.java:184)
> >> > > at java.io.BufferedReader.fill(BufferedReader.java:161)
> >> > > at java.io.BufferedReader.readLine(BufferedReader.java:324)
> >> > > at java.io.BufferedReader.readLine(BufferedReader.java:389)
> >> > > at org.apache.unomi.web.HttpUtils.getPayload(HttpUtils.java:154)
> >> > > at
> >> org.apache.unomi.web.ContextServlet.service(ContextServlet.java:112)
> >> > > at
> >> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:840)
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:584)
> >> > > at
> >> > >
> >>
> org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:71)
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
> >> > > at
> >> > >
> >>
> org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:296)
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
> >> > > at
> >> > >
> >>
> org.eclipse.jetty.server.handler.ContextHandler.doS

Re: Error requests taking long time

2019-01-22 Thread Diogo Munaro Vieira
I'm using curl. This request works:

curl -X 'POST' -H 'Accept: */*' -H 'Accept-Encoding: gzip, deflate' -H
'Connection: keep-alive' -H 'Content-Length: 1031' -H 'Content-type:
application/json' -H 'User-Agent: python-requests/2.18.1' -d '{"*source*":
{"itemId": "webpage", "scope": "systemscope", "itemType": "page"},
"events": [{"eventType": "pageview", "target": {"itemId": "
http://g1.globo.com/sp/noticia/2018/12/27/aloysio-nunes-sera-o-7o-ministro-do-governo-temer-na-gestao-doria-em-sp.ghtml?utm_source=push_medium=app_campaign=pushg1;,
"scope": "systemscope", "itemType": "page", "properties": {"product":
"unknown", "referrer": null, "xforwardedfor": "177.79.24.245", "timestamp":
"1545912327068", "object": "
http://g1.globo.com/sp/noticia/2018/12/27/aloysio-nunes-sera-o-7o-ministro-do-governo-temer-na-gestao-doria-em-sp.ghtml?utm_source=push_medium=app_campaign=pushg1;,
"userid": "10043195148951281664", "host": "177.79.24.245", "abtestkey":
null, "user": "10043195148951281664", "provider": "anonymous", "useragent":
"Mobile App: com.globo.iG1 - iOS version: 12.0 - GloboIDSDK: 1.6.0",
"operation": "horizon-pageview", "documentid": null}}, "source": {"itemId":
"unknown", "scope": "systemscope", "itemType": "page"}, "scope":
"systemscope"}]}' '
http://localhost:8181/context.json?sessionId=88657c83-2ce7-4c87-a2bc-6dce88a63f5r'
-v

This not:

curl -X 'POST' -H 'Accept: */*' -H 'Accept-Encoding: gzip, deflate' -H
'Connection: keep-alive' -H 'Content-Length: 1031' -H 'Content-type:
application/json' -H 'User-Agent: python-requests/2.18.1' -d '{"*sourc*":
{"itemId": "webpage", "scope": "systemscope", "itemType": "page"},
"events": [{"eventType": "pageview", "target": {"itemId": "
http://g1.globo.com/sp/noticia/2018/12/27/aloysio-nunes-sera-o-7o-ministro-do-governo-temer-na-gestao-doria-em-sp.ghtml?utm_source=push_medium=app_campaign=pushg1;,
"scope": "systemscope", "itemType": "page", "properties": {"product":
"unknown", "referrer": null, "xforwardedfor": "177.79.24.245", "timestamp":
"1545912327068", "object": "
http://g1.globo.com/sp/noticia/2018/12/27/aloysio-nunes-sera-o-7o-ministro-do-governo-temer-na-gestao-doria-em-sp.ghtml?utm_source=push_medium=app_campaign=pushg1;,
"userid": "10043195148951281664", "host": "177.79.24.245", "abtestkey":
null, "user": "10043195148951281664", "provider": "anonymous", "useragent":
"Mobile App: com.globo.iG1 - iOS version: 12.0 - GloboIDSDK: 1.6.0",
"operation": "horizon-pageview", "documentid": null}}, "source": {"itemId":
"unknown", "scope": "systemscope", "itemType": "page"}, "scope":
"systemscope"}]}' '
http://localhost:8181/context.json?sessionId=88657c83-2ce7-4c87-a2bc-6dce88a63f5r'
-v

The strange thing is that:

curl -X 'POST' -H 'Accept: */*' -H 'Accept-Encoding: gzip, deflate' -H
'Connection: keep-alive' -H 'Content-Length: 1031' -H 'Content-type:
application/json' -H 'User-Agent: python-requests/2.18.1' -d '{"*sources*":
{"itemId": "webpage", "scope": "systemscope", "itemType": "page"},
"events": [{"eventType": "pageview", "target": {"itemId": "
http://g1.globo.com/sp/noticia/2018/12/27/aloysio-nunes-sera-o-7o-ministro-do-governo-temer-na-gestao-doria-em-sp.ghtml?utm_source=push_medium=app_campaign=pushg1;,
"scope": "systemscope", "itemType": "page", "properties": {"product":
"unknown", "referrer": null, "xforwardedfor": "177.79.24.245", "timestamp":
"1545912327068", "object": "
http://g1.globo.com/sp/noticia/2018/12/27/aloysio-nunes-sera-o-7o-ministro-do-governo-temer-na-gestao-doria-em-sp.ghtml?utm_source=push_medium=app_campaign=pushg1;,
"userid": "10043195148951281664", "host": "177.79.24.245", "abtestkey":
null, "user": "10043195148951281664", "pro

Error requests taking long time

2019-01-21 Thread Diogo Munaro Vieira
.java:166)
> at org.eclipse.jetty.io.IdleTimeout$1.run(IdleTimeout.java:50)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
> at
> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Suppressed: java.lang.Throwable: HttpInput failure
> at org.eclipse.jetty.server.HttpInput.failed(HttpInput.java:648)
> at
> org.eclipse.jetty.server.HttpConnection$BlockingReadCallback.failed(HttpConnection.java:606)
> at org.eclipse.jetty.io.FillInterest.onFail(FillInterest.java:138)
> at
> org.eclipse.jetty.io.AbstractEndPoint.onIdleExpired(AbstractEndPoint.java:173)
> ... 9 more
> 
> http://eclipse.org/jetty;>Powered by Jetty://
> 9.3.24.v20180605
> 
> 


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: Happy new year

2019-01-02 Thread Diogo Munaro Vieira
Wow, there is an user list! Happy New year!!

Em qua, 2 de jan de 2019 01:47, Francois Papon  Happy new year to all the Apache Unomi users!
>
> Let's start this new year with the top level graduation :)
>
> Regards,
>
> --
> François Papon
> fpa...@apache.org
>
>


Re: EventCollector doesn't create profiles

2018-12-28 Thread Diogo Munaro Vieira
Thank you Serge!

I think EventCollector was faster and better for backend operations such as
kafka ingestion, but if it doesn't create a profile it really don't make
sense for me..

Em sex, 28 de dez de 2018 às 14:28, Michael Ghen 
escreveu:

> Re: Actually I'm wondering if the EventCollectorServlet is actually still
> useful?
>
> I actually didn’t know about this and created things through the
> ContextServlet. Seems like it could be confusing to have two ways to do
> things.
>
>
> On Fri, Dec 28, 2018 at 9:52 AM Serge Huber  wrote:
>
> > Hello Diogo,
> >
> > You are right the EventCollector servlet doesn't create the profile,
> > only the ContextServlet does. But you can send events to the
> > ContextServlet too so in theory you could do it all with a single
> > request.
> >
> > Actually I'm wondering if the EventCollectorServlet is actually still
> > useful ?
> >
> > As to the updated result, the value corresponds to the following
> constants:
> >
> > /**
> >  * No change occurred following an event being handled.
> >  */
> > int NO_CHANGE = 0;
> > /**
> >  * The associated session was updated following an event being handled.
> >  */
> > int SESSION_UPDATED = 1;
> > /**
> >  * The associated profile was updated following an event being handled.
> >  */
> > int PROFILE_UPDATED = 2;
> >
> > Regards,
> >   Serge...
> >
> > On Fri, Dec 28, 2018 at 3:15 PM Diogo Munaro Vieira
> >  wrote:
> > >
> > > Hi friends, I'm using event collector as documentation example
> > > <http://unomi.incubator.apache.org/manual/1_3_x/index.html>:
> > >
> > > curl -H "Content-Type: application/json" -X POST -d
> > > '{"events":[{"eventType":"view","scope":
> > > "example","source":{"itemType": "site","scope":"example","itemId":
> > >
> >
> "mysite"},"target":{"itemType":"page","scope":"example","itemId":"homepage","properties":{"pageInfo":{"referringURL":""]}'
> > > http://localhost:8181/eventcollector?sessionId=1234
> > >
> > > But when I access https://localhost:9443/cxs/profiles/count then no
> > profile
> > > was created.
> > >
> > > I'm using Unomi 1.3.0
> > >
> > > Another question about EventCollector: What's the difference between
> > > response with "updated: 0" or "updated: 1"?
> > >
> > > Thank you guys!
> > >
> > > --
> > > Diogo Munaro Vieira
> > >
> > > ---
> > > Big Data
> > > Ramal: 6866
> > >
> > > http://diogomunaro.com
> > > (21) 98656-0745
> >
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


EventCollector doesn't create profiles

2018-12-28 Thread Diogo Munaro Vieira
Hi friends, I'm using event collector as documentation example
<http://unomi.incubator.apache.org/manual/1_3_x/index.html>:

curl -H "Content-Type: application/json" -X POST -d
'{"events":[{"eventType":"view","scope":
"example","source":{"itemType": "site","scope":"example","itemId":
"mysite"},"target":{"itemType":"page","scope":"example","itemId":"homepage","properties":{"pageInfo":{"referringURL":""]}'
http://localhost:8181/eventcollector?sessionId=1234

But when I access https://localhost:9443/cxs/profiles/count then no profile
was created.

I'm using Unomi 1.3.0

Another question about EventCollector: What's the difference between
response with "updated: 0" or "updated: 1"?

Thank you guys!

-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


[jira] [Commented] (UNOMI-187) Integrate analytics.js

2018-09-11 Thread Diogo Munaro Vieira (JIRA)


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

Diogo Munaro Vieira commented on UNOMI-187:
---

Ohh it's an extension! Great!! Excellent work

> Integrate analytics.js 
> ---
>
> Key: UNOMI-187
> URL: https://issues.apache.org/jira/browse/UNOMI-187
> Project: Apache Unomi
>  Issue Type: New Feature
>  Components: web
>Affects Versions: 1.3.0-incubating
>Reporter: Romain Gauthier
>Assignee: Damien GAILLARD
>Priority: Major
> Fix For: 1.4.0-incubating
>
>
>  
> To ease Unomi adoption, it would be great to add an integration with 
> analytics.js
> [https://segment.com/docs/sources/website/analytics.js/]
>  
> From what I understood, this integration would allow data collection from any 
> website with a simple tag.
> Code of anaytics.js is here:
> [https://github.com/segmentio/analytics.js]
> Sample code of other integrations available here:
> https://github.com/segment-integrations?q=analytics.js-integration
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (UNOMI-187) Integrate analytics.js

2018-09-10 Thread Diogo Munaro Vieira (JIRA)


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

Diogo Munaro Vieira commented on UNOMI-187:
---

It would be better if I can choose if I want it... What do you think?

> Integrate analytics.js 
> ---
>
> Key: UNOMI-187
> URL: https://issues.apache.org/jira/browse/UNOMI-187
> Project: Apache Unomi
>  Issue Type: New Feature
>  Components: web
>Affects Versions: 1.3.0-incubating
>Reporter: Romain Gauthier
>Assignee: Damien GAILLARD
>Priority: Major
>
>  
> To ease Unomi adoption, it would be great to add an integration with 
> analytics.js
> [https://segment.com/docs/sources/website/analytics.js/]
>  
> From what I understood, this integration would allow data collection from any 
> website with a simple tag.
> Code of anaytics.js is here:
> [https://github.com/segmentio/analytics.js]
> Sample code of other integrations available here:
> https://github.com/segment-integrations?q=analytics.js-integration
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: context.js and context.json are returning 404

2018-08-07 Thread Diogo Munaro Vieira
You need to send a *sessionId* because an user is identified by it's
session and :

http://localhost:8181/context.json?sessionId=1234

When you send a sessionId, there is a cookie called *context-profile-id*
that is the user id created by Unomi for that user.

I hope it helps

Em ter, 7 de ago de 2018 às 09:52, Damien GAILLARD 
escreveu:

> Hello,
>
> Did you start unomi with the command unomi:start or by adding the
> parameter:
>
> export KARAF_OPTS="-Dunomi.autoStart=true"
>
> in your setenv.sh
>
> It's explain in the 5 min quick start here:
> http://unomi.incubator.apache.org/
>
> Let me know if this doesn't solve your problem
>
> Cheers
>
> Damien
>
>
> On Mon, Aug 6, 2018 at 10:46 PM Joyce Babu  wrote:
>
> >  Hello,
> >
> > I have installed unomi v1.2.0 in a docker container. But when I access
> > http://localhost:8181/context.js, the server is responding with a 404
> > error. http://localhost:8181/index.html is working correctly.
> >
> > https://github.com/ennexa/docker-unomi
> >
> > What did I do wrong?
> >
> > Thanks & Regards,
> > Joyce Babu
> >
>
>
> --
> Damien GAILLARD
> Software Developer
> <
> https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax
> >
> <
> https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax
> >
> 8 rue du sentier | 75002 | France
> <
> https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax
> >
> <
> https://www.jahia.com/cms/render/default/en/sites/jahiacom/home/employees/grid-layout/jahia-employee/GaillardDamien.signature.html.ajax
> >
> jahia.com <http://www.jahia.com/>
> SKYPE | TWITTER <https://twitter.com/> | VCARD
> <http://www.jahia.com/vcard/GaillardDamien.vcf>
>
> > JAHIA <http://www.jahia.com/> empowers organizations to create
> sophisticated websites that drive their business growth
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: [VOTE] Apache Unomi 1.3.0-incubating release

2018-06-26 Thread Diogo Munaro Vieira
+1 congrats guys!

Em ter, 26 de jun de 2018 às 11:02, Thomas Draier 
escreveu:

> +1 for me
>
> thomas
>
>
> On Tue, Jun 26, 2018 at 11:43 AM Serge Huber  wrote:
>
> > And somehow I forgot my vote :)
> >
> > +1 (binding)
> >
> > Serge Huber
> > CTO & Co-Founder
> > T +41 22 361 3424 <+41%2022%20361%2034%2024>
> > 9 route des Jeunes
> > <https://maps.google.com/?q=9+route+des+Jeunes=gmail=g> |
> > 1227 Acacias | Switzerland
> > jahia.com <http://www.jahia.com/>
> > SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> > <https://twitter.com/sergehuber> | VCARD
> > <http://www.jahia.com/vcard/HuberSerge.vcf>
> >
> >
> > > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained
> and
> > to discover why Jahia is a leading User Experience Platform (UXP) for
> > Digital Transformation.
> >
> >
> > On Tue, Jun 26, 2018 at 9:54 AM Damien GAILLARD 
> > wrote:
> >
> > > +1 let's go :)
> > >
> > > On Mon, Jun 25, 2018, 8:33 PM Serge Huber,  wrote:
> > >
> > > > *Hi all,After some trials and tribulations, it is this time again !I
> > > submit
> > > > Unomi 1.3.0-incubating release to your vote.Staging Repository
> (without
> > > > Karaf
> > > > KAR/features):*
> > > >
> > https://repository.apache.org/content/repositories/orgapacheunomi-1016/
> > > > <
> > https://repository.apache.org/content/repositories/orgapacheunomi-1016/
> > > ><
> > > >
> > https://repository.apache.org/content/repositories/orgapacheunomi-1016/
> > > > <
> > https://repository.apache.org/content/repositories/orgapacheunomi-1016/
> > > > >>*You
> > > > can find the sources here :
> > > > *
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1016/org/apache/unomi/unomi-root/1.3.0-incubating/unomi-root-1.3.0-incubating-source-release.zip
> > > > <
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1016/org/apache/unomi/unomi-root/1.3.0-incubating/unomi-root-1.3.0-incubating-source-release.zip
> > > > ><
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1016/org/apache/unomi/unomi-root/1.3.0-incubating/unomi-root-1.3.0-incubating-source-release.zip
> > > > <
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1016/org/apache/unomi/unomi-root/1.3.0-incubating/unomi-root-1.3.0-incubating-source-release.zip
> > > > >>*Convenience
> > > > binaries are also available
> > > > here:*
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1016/org/apache/unomi/unomi/1.3.0-incubating/
> > > > <
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1016/org/apache/unomi/unomi/1.3.0-incubating/
> > > > ><
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1016/org/apache/unomi/unomi/1.3.0-incubating/
> > > > <
> > > >
> > >
> >
> https://repository.apache.org/content/repositories/orgapacheunomi-1016/org/apache/unomi/unomi/1.3.0-incubating/
> > > > >>*Git
> > > > tag:unomi-root-1.3.0-incubatingRelease
> > > > Notes:
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220=12341610
> > > > <
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12319220=12341610
> > > > >Please
> > > > vote to approve this release:[ ] +1 Approve the release[ ] -1 Don't
> > > approve
> > > > the release (please provide specific comments)This vote will be open
> > for
> > > at
> > > > least 72 hours.Please let me know if you have any
> > > questions.Thanks,Regards*
> > > > Serge
> > > >
> > >
> >
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Segments based on events

2018-06-05 Thread Diogo Munaro Vieira
Hey guys,

I'm sending events for Unomi and it's working pretty well! But I don't know
how can I build segments with these event's properties. Here an example of
a event:

{
"source": {
"itemId": "webpage",
"scope": "systemscope",
"itemType": "page"
},
"events": [{
"eventType": "pageview",
"source": {
"itemId": "my page",
"scope": "systemscope",
"itemType": "page"
},
"scope": "systemscope",
"target": {
"itemId": "http://www.globo.com/;,
"scope": "systemscope",
"itemType": "page",
"properties": {
"referrer": "https%3A%2F%2Fwww.globo.com%2F",
"timestamp": "1528222422907",
"object": "http://www.globo.com/;,
"host": "177.200.196.180",
}
}
}]
}


I'm trying to create segments using this curl and getting
NullPointerException even at karaf log:

curl -iv -u karaf:karaf -H 'Content-Type: application/json' --insecure
https://localhost:9443/cxs/segments -X POST -d '{"metadata": {"id":
"globo","name": "Globocom","scope": "systemscope","description": "All home
users.","readOnly": true},"condition": {
"parameterValues": {
"propertyName": "target.properties.object",
"comparisonOperator": "equals",
"propertyValue": "http://www.globo.com/;
},
"type": "eventPropertyCondition"
}}'

What am I doing wrong?

Thank your for your attention,
-- 
Diogo Munaro Vieira


Re: Help creating conditions and segments

2018-06-01 Thread Diogo Munaro Vieira
t;http://www.jahia.com/vcard/HuberSerge.vcf>
> >
> >
> > > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained
> and
> > to discover why Jahia is a leading User Experience Platform (UXP) for
> > Digital Transformation.
> >
> > On Wed, May 30, 2018 at 9:42 PM, Gabriel Cardoso <
> > gabriel.card...@corp.globo.com> wrote:
> >
> > > Hello everyone,
> > > I'm from Globo.com (same team as @diogo.munaro) and we're in the
> process
> > of
> > > knowing more about Unomi and its API. Currently we're running in our
> > local
> > > machines but we're already with some machines ready to deploy Unomi in
> > our
> > > QA environment.
> > > I have some questions about the API and I would be really grateful if
> > > someone could lend me a hand.
> > > I'm trying to understand the flux to create a segment. Reading the api
> > docs
> > > (http://unomi.incubator.apache.org/rest-api-doc/index.html) I
> understood
> > > that to create a Segment first I need to create a Condition. I see that
> > > there is a "conditionEvaluator" and a "queryBuilder" as part of the
> > > payload, but I don't really understand how to use it. Lurking in the
> > github
> > > repository I found these conditions (
> > > https://github.com/apache/incubator-unomi/tree/unomi-
> > > root-1.2.0-incubating/plugins/baseplugin/src/main/java/org/
> > > apache/unomi/plugins/baseplugin/conditions)
> > > made as plugins, and also I didn't understand how to use them.
> > >
> > > tl;dr:
> > > How do I create Conditions and how do I create a Segment based on those
> > > previously created Conditions?
> > > How do I use those conditions created as plugins as my ConditionType?
> > >
> > > Is there any documentation regarding those topics? I would gladly read
> > them
> > > before asking for help again about those topics.
> > >
> > > Thanks in advance,
> > > --
> > > Gabriel Cardoso
> > > Profiling@BigData
> > > Globo.com
> > >
> >
>
>
>
> --
> Gabriel Cardoso
> Ramal 6584 - (21) 96601-4664
> Profiling@BigData
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: Unomi version control

2018-05-25 Thread Diogo Munaro Vieira
Ohhh ok, I was looking for minor versions. Are there releases for them?

Em sex, 25 de mai de 2018 às 11:04, Serge Huber <shu...@apache.org>
escreveu:

> I'm really not sure what you need but you can browse the source code as
> well as see the existing branches on the Github Apache mirror available
> here:
>
> https://github.com/apache/incubator-unomi
>
> As for changelogs we use the Apache Unomi JIRA to track all modifications,
> and use it to build change lots for releases that are then published on
> this page :
>
> http://unomi.apache.org/download.html
>
> You can see the versions and the related issues on this dashboard :
>
> https://issues.apache.org/jira/projects/UNOMI?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page=released-unreleased
>
> Regards,
>   Serge...
>
> On Fri, May 25, 2018 at 3:12 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > Yes ;D
> >
> > Em sex, 25 de mai de 2018 às 10:08, Serge Huber <shu...@jahia.com>
> > escreveu:
> >
> > > Hello Diogo,
> > >
> > > I'm not sure what you mean ? Version control on Apache Unomi releases ?
> > >
> > > Best regards,
> > >   Serge...
> > >
> > > Serge Huber
> > > CTO & Co-Founder
> > > T +41 22 361 3424
> > > 9 route des Jeunes | 1227 Acacias | Switzerland
> > > jahia.com <http://www.jahia.com/>
> > > SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> > > <https://twitter.com/sergehuber> | VCARD
> > > <http://www.jahia.com/vcard/HuberSerge.vcf>
> > >
> > >
> > > > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained
> > and
> > > to discover why Jahia is a leading User Experience Platform (UXP) for
> > > Digital Transformation.
> > >
> > > On Fri, May 25, 2018 at 1:48 PM, Diogo Munaro Vieira <
> > > diogo.mun...@corp.globo.com> wrote:
> > >
> > > > Hi, can I help with version control?
> > > >
> > > > Do you have a Tag system or something that I can help to improve
> > website
> > > > with download versions and changelog?
> > > >
> > > > --
> > > > Diogo Munaro Vieira
> > > >
> > > > ---
> > > > Big Data
> > > > Ramal: 6866
> > > >
> > > > http://diogomunaro.com
> > > > (21) 98656-0745
> > > >
> > >
> >
> >
> > --
> > Diogo Munaro Vieira
> >
> > ---
> > Big Data
> > Ramal: 6866
> >
> > http://diogomunaro.com
> > (21) 98656-0745
> >
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: Ingesting data in Unomi

2018-05-25 Thread Diogo Munaro Vieira
Thank you, but it would be better versions for issue control and
changelogs. I can help with it!

Em sex, 25 de mai de 2018 às 10:06, Serge Huber <shu...@jahia.com> escreveu:

> Ah sorry I thought you were on the master branch. System tags don't exist
> in 1.2 you are right.
>
> However I would recommend you use the master branch, as it is nearing
> release and much more recent.
>
> cheers,
>   Serge...
>
> Serge Huber
> CTO & Co-Founder
> T +41 22 361 3424
> 9 route des Jeunes | 1227 Acacias | Switzerland
> jahia.com <http://www.jahia.com/>
> SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> <https://twitter.com/sergehuber> | VCARD
> <http://www.jahia.com/vcard/HuberSerge.vcf>
>
>
> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and
> to discover why Jahia is a leading User Experience Platform (UXP) for
> Digital Transformation.
>
> On Fri, May 25, 2018 at 1:31 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > I'm using version 1.2.0 from website download link:
> > http://unomi.incubator.apache.org/download.html
> >
> > Here my stacktrace:
> >
> > 2018-05-24 11:28:51,718 | WARN  | qtp1299529195-68 |
> > WebApplicationExceptionMapper| 140 -
> > org.apache.cxf.cxf-rt-frontend-jaxrs - 3.0.2 |
> > javax.ws.rs.InternalServerErrorException: HTTP 500 Internal Server Error
> > at
> > org.apache.cxf.jaxrs.utils.SpecExceptions.toInternalServerErrorException
> > (SpecExceptions.java:79)
> > at
> > org.apache.cxf.jaxrs.utils.ExceptionUtils.toInternalServerErrorException
> > (ExceptionUtils.java:101)
> > at
> > org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.
> > convertExceptionToResponseIfPossible(JAXRSInInterceptor.java:226)
> > at
> > org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(
> > JAXRSInInterceptor.java:215)
> > at
> > org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(
> > JAXRSInInterceptor.java:77)
> > at
> > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(
> > PhaseInterceptorChain.java:307)
> > at
> > org.apache.cxf.transport.ChainInitiationObserver.onMessage(
> > ChainInitiationObserver.java:121)
> > at
> > org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(
> > AbstractHTTPDestination.java:243)
> > at
> > org.apache.cxf.transport.servlet.ServletController.invokeDestination(
> > ServletController.java:223)
> > at
> > org.apache.cxf.transport.servlet.ServletController.
> > invoke(ServletController.java:197)
> > at
> > org.apache.cxf.transport.servlet.ServletController.
> > invoke(ServletController.java:149)
> > at
> > org.apache.cxf.transport.servlet.CXFNonSpringServlet.
> > invoke(CXFNonSpringServlet.java:171)
> > at
> > org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(
> > AbstractHTTPServlet.java:290)
> > at
> > org.apache.cxf.transport.servlet.AbstractHTTPServlet.
> > doPost(AbstractHTTPServlet.java:209)
> > at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
> > at
> > org.apache.cxf.transport.servlet.AbstractHTTPServlet.
> > service(AbstractHTTPServlet.java:265)
> > at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)
> > at
> >
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:501)
> > at
> > org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.
> > doHandle(HttpServiceServletHandler.java:69)
> > at
> > org.eclipse.jetty.server.handler.ScopedHandler.handle(
> > ScopedHandler.java:137)
> > at
> > org.eclipse.jetty.security.SecurityHandler.handle(
> > SecurityHandler.java:557)
> > at
> > org.eclipse.jetty.server.session.SessionHandler.
> > doHandle(SessionHandler.java:231)
> > at
> > org.eclipse.jetty.server.handler.ContextHandler.
> > doHandle(ContextHandler.java:1086)
> > at
> > org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(
> > HttpServiceContext.java:240)
> > at org.eclipse.jetty.servlet.ServletHandler.doScope(
> > ServletHandler.java:427)
> > at
> > org.eclipse.jetty.server.session.SessionHandler.
> > doScope(SessionHandler.java:193)
> > at
> > org.eclipse.jetty.server.handler.ContextHandler.
> > doScope(ContextHandler.java:1020)
> > at
> > org.eclipse.jetty.server.handler.ScopedHandler.handle(
> > ScopedHandler.java:135)
> > at
> > org.ops4j.pax.web.service.jetty.internal.JettyServerHandlerCollection.
> >

Re: Unomi version control

2018-05-25 Thread Diogo Munaro Vieira
Yes ;D

Em sex, 25 de mai de 2018 às 10:08, Serge Huber <shu...@jahia.com> escreveu:

> Hello Diogo,
>
> I'm not sure what you mean ? Version control on Apache Unomi releases ?
>
> Best regards,
>   Serge...
>
> Serge Huber
> CTO & Co-Founder
> T +41 22 361 3424
> 9 route des Jeunes | 1227 Acacias | Switzerland
> jahia.com <http://www.jahia.com/>
> SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> <https://twitter.com/sergehuber> | VCARD
> <http://www.jahia.com/vcard/HuberSerge.vcf>
>
>
> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and
> to discover why Jahia is a leading User Experience Platform (UXP) for
> Digital Transformation.
>
> On Fri, May 25, 2018 at 1:48 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > Hi, can I help with version control?
> >
> > Do you have a Tag system or something that I can help to improve website
> > with download versions and changelog?
> >
> > --
> > Diogo Munaro Vieira
> >
> > ---
> > Big Data
> > Ramal: 6866
> >
> > http://diogomunaro.com
> > (21) 98656-0745
> >
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Unomi version control

2018-05-25 Thread Diogo Munaro Vieira
Hi, can I help with version control?

Do you have a Tag system or something that I can help to improve website
with download versions and changelog?

-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: Ingesting data in Unomi

2018-05-25 Thread Diogo Munaro Vieira
lob/master/services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java
>
> at line 946
>
> Btw you could deploy your own Unomi plugins with such descriptors ?
>
> cheers,
>   Serge...
>
> On Thu, May 24, 2018 at 4:59 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > I found that systemTags doesn't exists. I'm using tags... Are there
> > differences?
> >
> > Em qui, 24 de mai de 2018 às 11:07, Serge Huber <shu...@jahia.com>
> > escreveu:
> >
> > > Could you maybe check the Karaf logs to see if you see the reason for
> the
> > > error ?
> > >
> > > You can find them in the data/log directory.
> > >
> > > cheers,
> > >   Serge...
> > >
> > > Serge Huber
> > > CTO & Co-Founder
> > > T +41 22 361 3424
> > > 9 route des Jeunes | 1227 Acacias | Switzerland
> > > jahia.com <http://www.jahia.com/>
> > > SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> > > <https://twitter.com/sergehuber> | VCARD
> > > <http://www.jahia.com/vcard/HuberSerge.vcf>
> > >
> > >
> > > > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained
> > and
> > > to discover why Jahia is a leading User Experience Platform (UXP) for
> > > Digital Transformation.
> > >
> > > On Thu, May 24, 2018 at 3:41 PM, Diogo Munaro Vieira <
> > > diogo.mun...@corp.globo.com> wrote:
> > >
> > > > Hey guys,
> > > >
> > > > I tried to create my Item using concepts
> > > > <http://unomi.incubator.apache.org/versions/master/concepts.html>
> > > > reference,
> > > > but I'm getting 500 from API at localhost:
> > > >
> > > > curl -XPOST https://localhost:9443/cxs/profiles/properties/ -u
> > > karaf:karaf
> > > > -H "Content-Type: application/json" --data '{
> > > > "itemId": "tweetNb",
> > > > "itemType": "propertyType",
> > > >     "metadata": {
> > > > "id": "tweetNb",
> > > > "name": "tweetNb",
> > > > "systemTags": ["social"]
> > > > },
> > > > "target": "profiles",
> > > > "type": "integer"
> > > > }' --insecure -v
> > > >
> > > > Do I really need to add this item to ingest an Event with it?
> > > >
> > > > If yes, what's wrong with my Curl?
> > > >
> > > > --
> > > > Diogo Munaro Vieira
> > > >
> > > > ---
> > > > Big Data
> > > > Ramal: 6866
> > > >
> > > > http://diogomunaro.com
> > > > (21) 98656-0745
> > > >
> > >
> >
> >
> > --
> > Diogo Munaro Vieira
> >
> > ---
> > Big Data
> > Ramal: 6866
> >
> > http://diogomunaro.com
> > (21) 98656-0745
> >
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: Ingesting data in Unomi

2018-05-24 Thread Diogo Munaro Vieira
I found that systemTags doesn't exists. I'm using tags... Are there
differences?

Em qui, 24 de mai de 2018 às 11:07, Serge Huber <shu...@jahia.com> escreveu:

> Could you maybe check the Karaf logs to see if you see the reason for the
> error ?
>
> You can find them in the data/log directory.
>
> cheers,
>   Serge...
>
> Serge Huber
> CTO & Co-Founder
> T +41 22 361 3424
> 9 route des Jeunes | 1227 Acacias | Switzerland
> jahia.com <http://www.jahia.com/>
> SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> <https://twitter.com/sergehuber> | VCARD
> <http://www.jahia.com/vcard/HuberSerge.vcf>
>
>
> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and
> to discover why Jahia is a leading User Experience Platform (UXP) for
> Digital Transformation.
>
> On Thu, May 24, 2018 at 3:41 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > Hey guys,
> >
> > I tried to create my Item using concepts
> > <http://unomi.incubator.apache.org/versions/master/concepts.html>
> > reference,
> > but I'm getting 500 from API at localhost:
> >
> > curl -XPOST https://localhost:9443/cxs/profiles/properties/ -u
> karaf:karaf
> > -H "Content-Type: application/json" --data '{
> > "itemId": "tweetNb",
> > "itemType": "propertyType",
> > "metadata": {
> > "id": "tweetNb",
> >     "name": "tweetNb",
> > "systemTags": ["social"]
> > },
> > "target": "profiles",
> > "type": "integer"
> > }' --insecure -v
> >
> > Do I really need to add this item to ingest an Event with it?
> >
> > If yes, what's wrong with my Curl?
> >
> > --
> > Diogo Munaro Vieira
> >
> > ---
> > Big Data
> > Ramal: 6866
> >
> > http://diogomunaro.com
> > (21) 98656-0745
> >
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: Importing Third-Party Profile data

2018-05-24 Thread Diogo Munaro Vieira
Thanks Serge, I'm trying it here with import data

Em qui, 24 de mai de 2018 às 11:10, Serge Huber <shu...@jahia.com> escreveu:

> It depends if you want to do this in real-time (like in the case of a DMP
> integration) or if you already have a big set of profiles you want to
> import.
>
> In the first case you would probably like to use events to update the
> profile properties, and in the second case you could use the import feature
> to import profile data.
>
> You can find more information about the import API here :
>
> https://academy.jahia.com/documentation/marketing-factory/1.8/technical/integration-guide#Profiles_import_export
>
> Regards,
>   Serge...
>
> Serge Huber
> CTO & Co-Founder
> T +41 22 361 3424
> 9 route des Jeunes | 1227 Acacias | Switzerland
> jahia.com <http://www.jahia.com/>
> SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> <https://twitter.com/sergehuber> | VCARD
> <http://www.jahia.com/vcard/HuberSerge.vcf>
>
>
> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and
> to discover why Jahia is a leading User Experience Platform (UXP) for
> Digital Transformation.
>
> On Thu, May 24, 2018 at 3:53 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > Hi guys,
> >
> > I have Third-Party data to include in Unomi profiles. What is the best
> way
> > to do it?
> >
> > Thanks!
> >
> > --
> > Diogo Munaro Vieira
> >
> > ---
> > Big Data
> > Ramal: 6866
> >
> > http://diogomunaro.com
> > (21) 98656-0745
> >
>


-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Importing Third-Party Profile data

2018-05-24 Thread Diogo Munaro Vieira
Hi guys,

I have Third-Party data to include in Unomi profiles. What is the best way
to do it?

Thanks!

-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Ingesting data in Unomi

2018-05-24 Thread Diogo Munaro Vieira
Hey guys,

I tried to create my Item using concepts
<http://unomi.incubator.apache.org/versions/master/concepts.html> reference,
but I'm getting 500 from API at localhost:

curl -XPOST https://localhost:9443/cxs/profiles/properties/ -u karaf:karaf
-H "Content-Type: application/json" --data '{
"itemId": "tweetNb",
"itemType": "propertyType",
"metadata": {
"id": "tweetNb",
"name": "tweetNb",
"systemTags": ["social"]
},
"target": "profiles",
    "type": "integer"
}' --insecure -v

Do I really need to add this item to ingest an Event with it?

If yes, what's wrong with my Curl?

-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: [jira] [Created] (UNOMI-180) Implement CXS GraphQL specification

2018-04-27 Thread Diogo Munaro Vieira
But what about a version with both REST API and GraphQL working for
migration?

2018-04-27 5:00 GMT-03:00 Serge Huber (JIRA) <j...@apache.org>:

> Serge Huber created UNOMI-180:
> -
>
>  Summary: Implement CXS GraphQL specification
>  Key: UNOMI-180
>  URL: https://issues.apache.org/jira/browse/UNOMI-180
>  Project: Apache Unomi
>   Issue Type: Improvement
>   Components: core
> Affects Versions: 1.3.0-incubating
> Reporter: Serge Huber
>  Fix For: 2.0.0-incubating
>
>
> We should implement the CXS specification, as we are supposed to. The
> specification has now switched from REST API to GraphQL API, so the work
> will begin on implementing GraphQL in a separate branch.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v7.6.3#76005)
>



-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: Release version 1.3.0

2018-04-26 Thread Diogo Munaro Vieira
+1

2018-04-26 9:27 GMT-03:00 Jean-Baptiste Onofré <j...@nanthrax.net>:

> +1 it sounds good to me.
>
> Regards
> JB
>
> Le 26 avr. 2018 à 16:26, à 16:26, Serge Huber <shu...@apache.org> a écrit:
> >Hello,
> >
> >I'd like to propose to release version 1.3.0 possibly before the end of
> >the
> >week. It has a lot of cool new features and improvements including the
> >support for Karaf 4 !
> >
> >Any opinions ?
> >Please send a +1 or -1 (with explanation please) quickly so I don't
> >have to
> >wait too long.
> >
> >Regards,
> >  Serge...
>



-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


[jira] [Commented] (UNOMI-176) 1.3.0 Release Data

2018-04-24 Thread Diogo Munaro Vieira (JIRA)

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

Diogo Munaro Vieira commented on UNOMI-176:
---

Hey Serge, what issues need to be resolved before 1.3.0 release?

> 1.3.0 Release Data
> --
>
> Key: UNOMI-176
> URL: https://issues.apache.org/jira/browse/UNOMI-176
> Project: Apache Unomi
>  Issue Type: Wish
>Reporter: Don Hinshaw
>Priority: Minor
>
> There are some changes that are going to be included in the 1.3.0 Release 
> that we are interested in.  Can you provide a rough estimate of when 1.3.0 
> will be released?
> Please let me know if there is a better way to ask these questions in the 
> future.
> Thanks,
> Donnie



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


Re: Podling report

2018-01-31 Thread Diogo Munaro Vieira
I don't know how, but I can help

Em 31 de jan de 2018 08:06, "Serge Huber"  escreveu:

I volunteer :)

I'll try to put something together today if I can find the time.

cheers,
  Serge...

Serge Huber
CTO & Co-Founder
T +41 22 361 3424
9 route des Jeunes | 1227 Acacias | Switzerland
jahia.com 
SKYPE | LINKEDIN  | TWITTER
 | VCARD



> JOIN OUR COMMUNITY  to evaluate, get trained and
to discover why Jahia is a leading User Experience Platform (UXP) for
Digital Transformation.

On Wed, Jan 31, 2018 at 8:07 AM, Jean-Baptiste Onofré 
wrote:

> Hi guys,
>
> any volunteer to help me to prepare the podling report this month ?
>
> Thanks !
> Regards
> JB
> --
> Jean-Baptiste Onofré
> jbono...@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com
>


Re: Project not running

2018-01-23 Thread Diogo Munaro Vieira
Now it's working... I think it was contextElasticSearch in cluster.name...
Thanks!!

2018-01-22 14:27 GMT-02:00 Serge Huber <shu...@jahia.com>:

> Hello,
>
> You shouldn't use 2.4.4 just 5.1.2 for version 1.2
>
> Indeed looking at the logs something is failing when connecting to
> ElasticSearch.
>
> Did you change the cluster name in the elasticsearch.yml file to
> contextElasticSearch ?
>
> Regards,
>   Serge...
>
> Serge Huber
> CTO & Co-Founder
> T +41 22 361 3424
> 9 route des Jeunes | 1227 Acacias | Switzerland
> jahia.com <http://www.jahia.com/>
> SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> <https://twitter.com/sergehuber> | VCARD
> <http://www.jahia.com/vcard/HuberSerge.vcf>
>
>
> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and
> to discover why Jahia is a leading User Experience Platform (UXP) for
> Digital Transformation.
>
> On Mon, Jan 22, 2018 at 12:57 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > Thank you Serge for log file location. I'm using Unomi 1.2.0 right now.
> >
> > I found an error connecting to ElasticSearch. I tried with elastic search
> > versions:
> >
> >- 5.1.2
> >- 2.4.4
> >
> >
> > And same error appears:
> >
> > 2018-01-22 09:48:29,313 | ERROR | FelixStartLevel  | ServiceRecipe
> >| 15 - org.apache.aries.blueprint.core - 1.6.2 | Error
> > retrieving service from
> > ServiceRecipe[name='elasticSearchPersistenceService']
> > org.osgi.service.blueprint.container.ComponentDefinitionException:
> Unable
> > to initialize bean elasticSearchPersistenceServiceImpl
> > at
> > org.apache.aries.blueprint.container.BeanRecipe.
> > runBeanProcInit(BeanRecipe.java:738)[15:org.apache.aries.
> > blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.BeanRecipe.
> > internalCreate2(BeanRecipe.java:848)[15:org.apache.aries.
> > blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.BeanRecipe.
> internalCreate(BeanRecipe.
> > java:811)[15:org.apache.aries.blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.di.AbstractRecipe$1.call(
> > AbstractRecipe.java:79)[15:org.apache.aries.blueprint.core:1.6.2]
> > at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_131]
> > at
> > org.apache.aries.blueprint.di.AbstractRecipe.create(
> > AbstractRecipe.java:88)[15:org.apache.aries.blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.di.RefRecipe.internalCreate(
> > RefRecipe.java:62)[15:org.apache.aries.blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.di.AbstractRecipe.create(
> > AbstractRecipe.java:106)[15:org.apache.aries.blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.ServiceRecipe.
> > createService(ServiceRecipe.java:285)[15:org.apache.aries.
> > blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.ServiceRecipe.internalGetService(
> > ServiceRecipe.java:252)[15:org.apache.aries.blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.ServiceRecipe.
> > internalCreate(ServiceRecipe.java:149)[15:org.apache.aries.
> > blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.di.AbstractRecipe$1.call(
> > AbstractRecipe.java:79)[15:org.apache.aries.blueprint.core:1.6.2]
> > at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_131]
> > at
> > org.apache.aries.blueprint.di.AbstractRecipe.create(
> > AbstractRecipe.java:88)[15:org.apache.aries.blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.BlueprintRepository.
> createInstances(
> > BlueprintRepository.java:255)[15:org.apache.aries.blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.BlueprintRepository.
> > createAll(BlueprintRepository.java:186)[15:org.apache.aries.
> > blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.BlueprintContainerImpl.
> > instantiateEagerComponents(BlueprintContainerImpl.java:
> > 724)[15:org.apache.aries.blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(
> > BlueprintContainerImpl.java:411)[15:org.apache.aries.
> blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.BlueprintContainerImpl.run(
> > BlueprintContainerImpl.java:276)[15:org.apache.aries.
> blueprint.core:1.6.2]
> > at
> > org.apache.aries.blueprint.container.BlueprintExtender.createCo

Re: Project not running

2018-01-22 Thread Diogo Munaro Vieira
> jahia.com <http://www.jahia.com/>
> SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> <https://twitter.com/sergehuber> | VCARD
> <http://www.jahia.com/vcard/HuberSerge.vcf>
>
>
> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and
> to discover why Jahia is a leading User Experience Platform (UXP) for
> Digital Transformation.
>
> On Wed, Jan 17, 2018 at 2:59 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > Yes, I tried compiling and using binary... Can you please help me?
> >
> > 2018-01-17 7:58 GMT-02:00 Serge Huber <shu...@jahia.com>:
> >
> > > Hello Diogo,
> > >
> > > Thanks for your interest in Apache Unomi
> > >
> > > Did you try the 5 minute quickstart on the home page ?
> > >
> > > http://unomi.incubator.apache.org/
> > >
> > > I need to review that page (building and deploying) because I think
> it's
> > a
> > > little confusing.
> > >
> > > Let me know how it goes, I can walk you through it here.
> > >
> > > Regards,
> > >   Serge...
> > >
> > >
> > >
> > > Serge Huber
> > > CTO & Co-Founder
> > > T +41 22 361 3424
> > > 9 route des Jeunes | 1227 Acacias | Switzerland
> > > jahia.com <http://www.jahia.com/>
> > > SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> > > <https://twitter.com/sergehuber> | VCARD
> > > <http://www.jahia.com/vcard/HuberSerge.vcf>
> > >
> > >
> > > > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained
> > and
> > > to discover why Jahia is a leading User Experience Platform (UXP) for
> > > Digital Transformation.
> > >
> > > On Tue, Jan 16, 2018 at 8:35 PM, Diogo Munaro Vieira <
> > > diogo.mun...@corp.globo.com> wrote:
> > >
> > > > Hey guys, I'm following documentation to run this project:
> > > > http://unomi.incubator.apache.org/versions/1.2/building-and-
> > > deploying.html
> > > >
> > > > But http://localhost:8181/context.js always returns 404
> > > >
> > > > Do you know about better documentation about it?
> > > >
> > > > --
> > > > Diogo Munaro Vieira
> > > >
> > >
> >
> >
> >
> > --
> > Diogo Munaro Vieira
> >
> > ---
> > Big Data
> > Ramal: 6866
> >
> > http://diogomunaro.com
> > (21) 98656-0745
> >
>



-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Re: Project not running

2018-01-17 Thread Diogo Munaro Vieira
Yes, I tried compiling and using binary... Can you please help me?

2018-01-17 7:58 GMT-02:00 Serge Huber <shu...@jahia.com>:

> Hello Diogo,
>
> Thanks for your interest in Apache Unomi
>
> Did you try the 5 minute quickstart on the home page ?
>
> http://unomi.incubator.apache.org/
>
> I need to review that page (building and deploying) because I think it's a
> little confusing.
>
> Let me know how it goes, I can walk you through it here.
>
> Regards,
>   Serge...
>
>
>
> Serge Huber
> CTO & Co-Founder
> T +41 22 361 3424
> 9 route des Jeunes | 1227 Acacias | Switzerland
> jahia.com <http://www.jahia.com/>
> SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER
> <https://twitter.com/sergehuber> | VCARD
> <http://www.jahia.com/vcard/HuberSerge.vcf>
>
>
> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and
> to discover why Jahia is a leading User Experience Platform (UXP) for
> Digital Transformation.
>
> On Tue, Jan 16, 2018 at 8:35 PM, Diogo Munaro Vieira <
> diogo.mun...@corp.globo.com> wrote:
>
> > Hey guys, I'm following documentation to run this project:
> > http://unomi.incubator.apache.org/versions/1.2/building-and-
> deploying.html
> >
> > But http://localhost:8181/context.js always returns 404
> >
> > Do you know about better documentation about it?
> >
> > --
> > Diogo Munaro Vieira
> >
>



-- 
Diogo Munaro Vieira

---
Big Data
Ramal: 6866

http://diogomunaro.com
(21) 98656-0745


Project not running

2018-01-16 Thread Diogo Munaro Vieira
Hey guys, I'm following documentation to run this project:
http://unomi.incubator.apache.org/versions/1.2/building-and-deploying.html

But http://localhost:8181/context.js always returns 404

Do you know about better documentation about it?

-- 
Diogo Munaro Vieira