Re: can we pass json as input

2013-04-10 Thread David Riccitelli
Hello Harish, We're using the Stanbol Façade contributed bundle [1] to pass a URL with a JSON payload. With this bundle installed, you can post analysis task: curl -ik \ -X POST \ -H "Content-Type: application/json" \ http://localhost:8080/api/tasks \ -d @*a json file* The JSON may speci

Re: can we pass json as input

2013-04-10 Thread harish suvarna
Basically I would like to post a bunch of urls through json, get html of the urls, parse the html, enhance and output the results. Well, outputting the enahncements for eah url is also a problem. May be I have to do it outside stanbol and then for each parsed text of url call stanbol. On Wed,

can we pass json as input

2013-04-10 Thread harish suvarna
Does Stanbol restful api allow posting a json as input? Is there any definition for such json? I would like to have an (say jsoup) engine which fetches the html of a url and parses the html for further processing? -- Thanks Harish

Build failed in Jenkins: stanbol-trunk-1.6 #1342

2013-04-10 Thread Apache Jenkins Server
See Changes: [reto] STANBOL-1020: passing debug arguments to java instance. Also changed run-built to offline and added custom action to resume debug of an existing instance. [rwesten] STANBOL-1022: The Entityhub JAX-RS resource no

Re: trying to find locally-indexed Entity stores

2013-04-10 Thread aj...@virginia.edu
I've restarted several times with no change-- does that indicate that this is not a possible cause? Thank you! --- A. Soroka The University of Virginia Library On Wed, Apr 10, 2013 at 1:23 AM, Rupert Westenthaler < rupert.westentha...@gmail.com> wrote: > Hi, > > This looks like as if you are

Re: create user with admin role

2013-04-10 Thread Reto Bachmann-Gmür
Hi Harish If you add the permission (including parenthesis) to the user it will not show up but it should still have effect. I hope Danny fixes that in the user manager otherwise I'll do it tomorrow. Cheers, Reto On Tue, Apr 9, 2013 at 11:28 PM, harish suvarna wrote: > Reto, > I need a user

Re: http error

2013-04-10 Thread Maxim Filipovich
Thanks for your answer, Rupert I just create issue https://issues.apache.org/jira/browse/STANBOL-1024 On 10 April 2013 11:23, Rupert Westenthaler wrote: > Hi Maxim, > > the launchers should start fine without any configuration. > > > On Wed, Apr 10, 2013 at 9:24 AM, Maxim Filipovich > wrote: >

Re: http error

2013-04-10 Thread Rupert Westenthaler
Hi Maxim, the launchers should start fine without any configuration. On Wed, Apr 10, 2013 at 9:24 AM, Maxim Filipovich wrote: > But, at localhost:8080/ i saw first error: > > java.lang.ExceptionInInitializerError > at freemarker.ext.beans.BeansWrapper.(BeansWrapper.java:147) > a

http error

2013-04-10 Thread Maxim Filipovich
Hi! I'm downloaded sources from github, build it on MacOs, ➜ repo git:(trunk) ✗ java -version java version "1.7.0_17" Java(TM) SE Runtime Environment (build 1.7.0_17-b02) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) Run stanbol java -Xmx1G -XX:MaxPermSize=256m -jar launchers/st