Hi Alessandro, all

Enjoy you time at the ISWC. This can for sure wait until next week.

Please also Note that the JDK 8 build of Stanbol has one
Ontologymanager test failing:

https://builds.apache.org/job/stanbol-trunk-openjdk-8/12/org.apache.stanbol$org.apache.stanbol.integration-tests/testReport/org.apache.stanbol.ontologymanager.web.it/SessionTest/testCRUD/

@All: FYI - The complete failure of the Integration tests on the JDK-7
build on Jenkins (and also once in my local build) was IMO caused by a
ConcurrentModificationException in Apache Sling . I reported this with
SLING-4077 [1]

best
Rupert

[1] https://issues.apache.org/jira/browse/SLING-4077

On Mon, Oct 20, 2014 at 2:14 PM, Alessandro Adamou
<alessandro.ada...@studio.unibo.it> wrote:
> Hi Rupert - thanks for the bundlelist. I am away on a conference this week, 
> will definitely check them when I return.
>
> best
>
> Alessandro
>
> ________________________________________
> Da: Rupert Westenthaler <rupert.westentha...@gmail.com>
> Inviato: lunedì 20 ottobre 2014 11:49
> A: Fabio Ricci
> Cc: dev@stanbol.apache.org; Alessandro Adamou
> Oggetto: Re: Missing some HTTP services on 1624013
>
> Hi all,
>
> With rev 1632280 I fixed the issue covered by STANBOL-1393 by adding
> the Clerezza Jena TDB bundlelist to the full launcher. After this
> change it looks like that all expected components are available again.
>
> @Alessandro: could you please verify that the Ontologymanager, Rules
> and Reasoning components are fully functional again? I was clicking a
> lot of links in the UI and I was getting 404 NOT FOUND responses for
> some of the links (might be just user interface bugs)
>
> NOTE: I am still investigating an issue causing all integration-tests
> to fail on the first full build after a clean install. Basically the
> same issue as reported by Jenkins on the first run after rev 1632280
> (from last week). I was successful to replicate this locally. Followup
> build seam not to be affected and also the launcher works fine.
>
> best
> Rupert
>
>
> On Thu, Sep 18, 2014 at 12:00 PM, Fabio Ricci <fabio.ri...@semweb.ch> wrote:
>> Hi Rupert
>>
>> thank you for your Information!
>> I could now compile branch 012 successfully but would be great if stanbol
>> could be complete in order to use it otherwise it ends up in time
>> consumption instead of using it :) Should I svn-checkout another branch?
>>
>> I would need to load 5 thesauri into stanbol and RDFize a complete website
>> with them and build out of it an LOD space in RDF all with stanbol as it is.
>> Do you think stambol is currently mature for doing that ?
>>
>> As a product it is impressive however.
>>
>> Cheers
>> Fabio
>>
>>
>>
>> Da: Rupert Westenthaler <rupert.westentha...@gmail.com>
>> Rispondi: dev@stanbol.apache.org <dev@stanbol.apache.org>>
>> Data: 18 September 2014 at 11:47:49
>> A: dev@stanbol.apache.org <dev@stanbol.apache.org>>, Alessandro Adamou
>> <alessandro.ada...@studio.unibo.it>>
>>
>> Oggetto:  Re: Missing some HTTP services on 1624013
>>
>> Hi Fabio
>>
>> In short:
>>
>> * ontonet, rules and reasoners should be present but are not. I guess
>> this is because of an issue Alessandro is currently working on.
>> * cmsadapter and contenthub are not part of the trunk. enhancer_VIE
>> was just a demo.
>>
>> For more details note the inline comments ....
>>
>> On Thu, Sep 18, 2014 at 10:20 AM, Fabio Ricci <fabio.ri...@semweb.ch> wrote:
>>> Dear Rafa
>>> The components I needed are depicted in
>>> https://stanbol.apache.org/docs/trunk/components/
>>> - and they are the same as in http://dev.iks-project.eu:8081/ :
>>> /contenthub
>>
>> No longer available in the trunk version. Development stopped some
>> time ago. When you search the mailing list you will get more
>> information. Present in the 0.12.0 release. Some fixes in the
>> 0.12.1-SNAPSHOT version.
>>
>>> /enhancer_VIE
>>
>> This was just a demo and never a real component. If you want to use it
>> you will need to use a 0.12.* version
>>
>>> /sparql
>>
>> Is expected to be available in 1.0.0-SNAPSHOT
>>
>>> /ontonet
>>> /rules
>>> /reasoners
>>
>> Those are expected to be available in 1.0.0-SNAPSHOT. But there are
>> currently some issue Alessandro is working on. This is also the reason
>> why the stanbol-trunk build on Jenkins is unstable right now.
>>
>>> /cmsadapter
>>>
>>
>> Not present in 1.0.0-SNAPSHOT. Same reason as for the content hub.
>>
>> NOTE also that 1.0.0-SNAPSHOT currently does not support CORS.
>>
>>> Or shell I maybe take the ready launcher (renouncing at all that nice
>>> coding) under http://dev.iks-project.eu/downloads/stanbol-launchers/ ?
>>> Is there a way to get a current and complete version?
>>
>> In this case I would suggest to use the 0.12.0 release or the
>> 0.12.1-SNAPSHOT version.
>>
>> best
>> Rupert
>>
>>>
>>> Cheers
>>> Fabio
>>>
>>>
>>> Da: Rafa Haro <rharoapa...@gmail.com>
>>> Rispondi: dev@stanbol.apache.org <dev@stanbol.apache.org>>
>>> Data: 18 September 2014 at 09:54:25
>>> A: dev@stanbol.apache.org <dev@stanbol.apache.org>>, Fabio Ricci
>>> <fabio.ri...@semweb.ch>>
>>> Oggetto: Re: Missing some HTTP services on 1624013
>>>
>>> Hi Fabio,
>>>
>>> Which services were you expecting? Some components like ContentHub or
>>> Ortonet are not included in the current trunk version but are still
>>> maintained in the 0.12 branch as far as I know.
>>>
>>> Cheers,
>>> Rafa
>>>
>>>
>>> En 17 de septiembre de 2014 en 23:04:11, Fabio Ricci
>>> (fabio.ri...@semweb.ch) escrito:
>>>
>>> Dear community
>>>
>>> I am just starting working on this highly promising framework!
>>> After one day figuring out on my osx mavericks installation - my stanbol
>>> instance runs but shows only /enhancer /topic /entityhub as services.
>>>
>>> Using the latest stanbol release (1624013) from trunk. It compiles and
>>> builds the target(s).
>>>
>>> I start stanbol using the full target snapshot:
>>>
>>> java -Xmx4g -jar
>>> full/target/original-org.apache.stanbol.launchers.full-1.0.0-SNAPSHOT.jar
>>> -p9321
>>>
>>> My stanbol instance is showing only /enhancer /topic /entityhub as
>>> services.
>>>
>>> Where are the other services? What should I do in order to get all the
>>> other services registered and running?
>>>
>>> I am grateful for every hint on this !
>>>
>>> Thank you very much in advance
>>>
>>> Kind regards
>>>
>>> Fabio
>>
>>
>>
>> --
>> | Rupert Westenthaler rupert.westentha...@gmail.com
>> | Bodenlehenstraße 11 ++43-699-11108907
>> | A-5500 Bischofshofen
>> | REDLINK.CO
>> ..........................................................................
>> | http://redlink.co/
>
>
>
> --
> | Rupert Westenthaler             rupert.westentha...@gmail.com
> | Bodenlehenstraße 11                              ++43-699-11108907
> | A-5500 Bischofshofen
> | REDLINK.CO 
> ..........................................................................
> | http://redlink.co/



-- 
| Rupert Westenthaler             rupert.westentha...@gmail.com
| Bodenlehenstraße 11                              ++43-699-11108907
| A-5500 Bischofshofen
| REDLINK.CO 
..........................................................................
| http://redlink.co/

Reply via email to