Re: How to persist the configurations across restarts of Stanbol.

2013-07-17 Thread Andrea Taurchini
You're welcome Arthi. I didn't try Ubuntu, but I had no problem with many other distribution, so I'm sure that it will work out of the box. Best, Andrea Il giorno giovedì 18 luglio 2013, ha scritto: > Thanks Andrea, > I will switch to Ubuntu. I assume Stanbol will work well across all > versio

RE: Re:Re: How to persist the configurations across restarts of Stanbol.

2013-07-17 Thread arthi.venkat
Thanks Andrea, I will switch to Ubuntu. I assume Stanbol will work well across all versions of Ubuntu / Linux. Thanks and Rgds, Arthi Hi Arthi, it happened to me too. If you search old messages you will find my posts. I made the same checks you're doing : permissions, way to stop stanbol, backup

Re: NullPointerException from stanbol.commons.web.base.jersey.JerseyEndpoint

2013-07-17 Thread Joseph M'Bimbi-Bene
I was just trying to get the entity prefixes from a site metadatas. HttpClient client = new HttpClient(); client.getHttpConnectionManager().getParams().setConnectionTimeout(2000); HttpMethod method = null; InputStream in = null; try { method = new GetM

Re: NullPointerException from stanbol.commons.web.base.jersey.JerseyEndpoint

2013-07-17 Thread Fabian Christ
Hi Joseph, can you provide some more details what you were trying to do with Stanbol when this happened? What kind of request were you sending? Best, - Fabian Am 17.07.2013 18:57 schrieb "Joseph M'Bimbi-Bene" : > Hello everybody, here are some log from an error i get from Stanbol. At > first it

NullPointerException from stanbol.commons.web.base.jersey.JerseyEndpoint

2013-07-17 Thread Joseph M'Bimbi-Bene
Hello everybody, here are some log from an error i get from Stanbol. At first it was a "java.net.SocketException: Connection reset" in the client side 17.07.2013 17:34:41.493 *ERROR* [FelixStartLevel] org.apache.stanbol.commons.web.base.jersey [org.apache.stanbol.commons.web.base.jersey.JerseyEndp

Re: Missing org.apache.clerezza:clerezza:pom:0.4-SNAPSHOT

2013-07-17 Thread Reto Bachmann-Gmür
Hi Unfortunately rdfjson was not part of the latest zz partial release (my bad). The 0.4-SNAPSHOT version should now depended onparent 0.5-SNAPSHOT. But there are some issues here I'm currently looking at. Cheers, Reto On Wed, Jul 17, 2013 at 4:11 PM, Fabian Christ wrote: > Hi, > > the dependen

Re: Simple example for querying across multiple RDF graphs

2013-07-17 Thread Rafa Haro
Hi Arthi, The Stanbol Contenthub component is an Apache Solr based document repository, it is not a triple store. It should be use to store documents with textual content along with RDF metadata. You can find proper documentation about its usage in [1]. Basically, by default, if you submit a

RE: Simple example for querying across multiple RDF graphs

2013-07-17 Thread arthi.venkat
Hi , Adding I have used the WHERE clause in the SPARQL to point to both the graphs in the SPARQL query. However I do not get results. Is there a way I can directly access any graph from the SPARQL endpoint using WHERE clause or is there a need to first upload to the ContentHub before the query

Re: Missing org.apache.clerezza:clerezza:pom:0.4-SNAPSHOT

2013-07-17 Thread Fabian Christ
Hi, the dependency comes from org.apache.clerezza rdf.rdfjson 0.4-SNAPSHOT in the integration-tests/pom.xml - Fabian 2013/7/17 Fabian Christ : > Hi, > > after a longer period of inactivity I compiled Stanbol on a clean repo. > > During the integration tests I encoun

Re: Stanbol Summer Term '13 release

2013-07-17 Thread Reto Bachmann-Gmür
On Wed, Jul 17, 2013 at 3:35 PM, Fabian Christ wrote: > Hi, > > okay, so I can proceed to make trunk technically releasable. The other task > is to review all resolved Jira issues and prepare the release docs. This > will take a couple of days anyway. > > Do I understand correctly that you would l

Missing org.apache.clerezza:clerezza:pom:0.4-SNAPSHOT

2013-07-17 Thread Fabian Christ
Hi, after a longer period of inactivity I compiled Stanbol on a clean repo. During the integration tests I encounter a missing dependency. Could not find artifact org.apache.clerezza:clerezza:pom:0.4-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots) A look at https://reposi

Simple example for querying across multiple RDF graphs

2013-07-17 Thread arthi.venkat
Hi, I have a requirement to query the enhancement as done by Stanbol enhancer along with another RDF data ( data store supports SPARQL endpoint) I ran the custom enhancer chain from the curl command. I piped the RDF/XML output to a local file. I than uploaded this to the content hub. When I

Re: Stanbol Summer Term '13 release

2013-07-17 Thread Fabian Christ
Hi, okay, so I can proceed to make trunk technically releasable. The other task is to review all resolved Jira issues and prepare the release docs. This will take a couple of days anyway. Do I understand correctly that you would like to make the ng branch the new trunk after the release? Sounds r

Re: Stanbol Summer Term '13 release

2013-07-17 Thread Reto Bachmann-Gmür
Hi, Right now I'm porting the enhancer to ng. With that we would have the two most heavily developed components in ng and I think we should move the ongoing development to the code in that branch. So I wanted to propose this after finishing the current porting. This would mean to have one last re

Re: Stanbol Summer Term '13 release

2013-07-17 Thread Tommaso Teofili
thanks Fabian, it sounds good to me. Tommaso 2013/7/17 Fabian Christ > Hi, > > time has passed since our last releases at the beginning of 2013. Since new > features are under development in different branches we should fix what we > have in the trunk. > > I propose to prepare a big release of t

Stanbol Summer Term '13 release

2013-07-17 Thread Fabian Christ
Hi, time has passed since our last releases at the beginning of 2013. Since new features are under development in different branches we should fix what we have in the trunk. I propose to prepare a big release of the trunk with all its major components. I would exclude the launchers and bundlelist