hi,
I'm using Eureka in a development environment, and I created more
users with the CreatePerson stored procedure, as in:
select CreatePerson ('accountid1', 'firstname1', 'middlename1',
'lastname1', '
us...@email.com', 'opensocialid1');
select CreatePerson ('accountid2', 'firstname2', 'middlename2',
'lastname2', '
us...@email.com', 'opensocialid2');
...
and then populated some streams for each user.
everything was working fine, and I could access every profile and see
their posts.
but yesterday I got the latest codes from github, and now only the
posts from 'sysadmin' are showing up.
the posts from the other users I created are not appearing.
I'm not sure if this can help, but these are the logs I get in Jetty's
console when...
1. when I see the posts from 'sysadmin':
//
OK[22,21,0.0,0.0,20,1.1754943508222875E-38,19,0,0,0.0,15.0,0,18,0,-11,0.0,1.0,0,0,0.0,0.0,0,0,0
,
6,700000000,1.2884901888E12,4.2864699E9,17,0,0,0.0,0.0,0,0,0,6,0,0,0,-11,0,4,0,1,15,0.0,15.0,0,9,
-6,0.0,6.0,7,0.0,1.0,16,0,6,0,15,0,0,0,0,14,13,11,12,11,1,10,0,0,0,0,0,9,1,8,0.0,1.0,7,0,0,6,5,0,13,4,3,2,1,1,
["[Lorg.eurekastreams.commons.client.ActionRequest;/
4132500750",
"org.eurekastreams.commons.client.ActionRequestImpl/34061766",
"postPersonActivityServiceActionTaskHandler","java.lang.Integer/
3438268394",
"org.eurekastreams.server.domain.stream.ActivityDTO/367646709",
"org.eurekastreams.server.domain.stream.StreamEntityDTO/
3144033023","Administrator
Administrator","org.eurekastreams.server.domain.EntityType/
1770288046","sysadmin",
"java.util.HashMap/962170901","java.lang.String/
2004016611","content","mlmlml",
"org.eurekastreams.server.domain.stream.BaseObjectType/3665099290",
"java.lang.Boolean/476441737","java.lang.Long/4227064769",
"java.sql.Timestamp/
1769758459","org.eurekastreams.server.domain.stream.ActivityVerb/
348460455","(value not returned by search query)","java.util.Date/
1659716317","Activity#15","1td5yfks3bvyv"],0,5]
...
2. when I try to see the posts from 'account1':
OK[7,6,5,0,11,4,3,2,1,1,
["[Lorg.eurekastreams.commons.client.ActionRequest;/
4132500750",
"org.eurekastreams.commons.client.ActionRequestImpl/34061766",
"postPersonActivityServiceActionTaskHandler","java.lang.Integer/
3438268394",
"org.eurekastreams.commons.exceptions.GeneralException/1704786451",
"java.lang.NullPointerException","1j8u54i552duu"],0,5]
...
is there any broken code on github?
thanks in advance,
regards,
Cesar