You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Gniewosław Rzepka <Gn...@makolab.net> on 2012/09/11 14:12:50 UTC

Creating the index failure

Trying to create index for custom vocabulary I've got an issue: it's impossible to reference to indexed site on http://{stanbol-instance}/entityhub/site/{name} after bundle installation.
I was trying to create new index according to 'step-by-step' instruction under http://incubator.apache.org/stanbol/docs/trunk/customvocabulary.html.
I'm working with 0.10.0 version.

I'll be very thankful for your support.


Gniewosław Rzepka
Specjalista ds. technologii Semantic Web / Semantic Technology Specialist

e: gniewoslaw.rzepka@makolab.net<ma...@makolab.net>
t: +48 42 683 74 69
[cid:image001.gif@01CD9022.4D5E83E0]<http://www.makolab.pl/>
MakoLab S.A.
ul. Demokratyczna 46, 93-430 Łódź
www.makolab.pl<http://www.makolab.pl/>

Spółka zarejestrowana w Krajowym Rejestrze Sądowym przez Sąd Rejonowy dla Łodzi - Śródmieścia w Łodzi XX Wydział Krajowego Rejestru Sądowego pod numerem KRS 0000289179. Wysokość kapitału zakładowego wynosi 707 473 PLN. Kapitał zakładowy został wpłacony w całości. NIP 7250015526, REGON 471343117.
Wiadomość ta jest przeznaczona jedynie dla osoby lub podmiotu będącego jej adresatem i może zawierać poufne lub uprzywilejowane informacje. Zakazane jest przeglądanie, przesyłanie, rozpowszechnianie lub inne wykorzystywanie tych informacji, jak również podejmowanie działań na ich podstawie, przez osoby lub podmioty inne niż zamierzony adresat. Jeśli otrzymali Państwo tę wiadomość przez pomyłkę, prosimy o poinformowanie nadawcy i usunięcie jej z komputera.
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please notify the sender and delete the material from your computer.


RE: Creating the index failure

Posted by Gniewosław Rzepka <Gn...@makolab.net>.
Dear Rupert,

There is mystery to me, but even if my site is accessible I still can't get positive result in enhancer. It looks like engines like Keyword Linking or Named Entity does not communicate with my site.

Is there something that I should do and that isn't in documentation?

I've tried every configuration and it’s a bit frustrating.

Best

Gniewoslaw



-----Original Message-----
From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
Sent: Wednesday, September 12, 2012 10:20 PM
To: stanbol-dev@incubator.apache.org
Subject: Re: Creating the index failure



Hi,



good to hear that it finally worked.



> If so, do I need to provide Sparql query endpoint and referenceable entities (<<Entity Prefix(es)>> and <<Entity Prefix(es)>> properties on <<Apache Stanbol Entityhub Referenced Site Configuration>>)?



If you refer to the configuration of your ReferencedSite: Entity

Prefix(es) are optional; Access URI and Query Service URI are optional if Cache Strategy is "all" (what is the case for your site).



> Log file ("{stanbol-working-dir}/stanbol/logs/error.log") already after deploying stanbol.war file in Tomcat application server contain errors.



This is expected. A lot of EnhancementEngines (geonames.org, zemanta, calais, CELI ...) require to user/pwd configuration. If you want to use those Engines you will need to add those information in the Engines Configuration otherwise you can ignore those messages.



> Is there a chance to get Stanbol docs in pdf format?



I am not aware of a PDF version. But If someone knows a nice tool that creates nice PDF files from Markdown files this should not be a big problem.



best

Rupert



On Wed, Sep 12, 2012 at 5:24 PM, Gniewosław Rzepka <Gn...@makolab.net>> wrote:

> Dear Rupert,

>

> Finally I've got positive result, but I'm not sure if I'm doing it correctly.

>

> After installation and activation bundle I have added <<Entityhub Referenced Site Configuration>> in my system console and it's working at this moment, I mean I can access to my site via http://{stanbol-instance}/entityhub/site/{name}<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d%3chttp:/%7bstanbol-instance%7d/entityhub/site/%7bname%7d>>.

>

> curl -H "Accept: application/rdf+xml" "http://193.239.136.89:8080/stan/entityhub/site/{name}<http://193.239.136.89:8080/stan/entityhub/site/%7bname%7d>" also sends correct result.

>

>

>

> The question is: am I'm doing this right?

>

> If so, do I need to provide Sparql query endpoint and referenceable entities (<<Entity Prefix(es)>> and <<Entity Prefix(es)>> properties on <<Apache Stanbol Entityhub Referenced Site Configuration>>)?

>

>

>

> Log file ("{stanbol-working-dir}/stanbol/logs/error.log") already after deploying stanbol.war file in Tomcat application server contain errors. After indexing process there wasn't nothing new, but a I thought you will be interested, so:

>

>

>

> 12.09.2012 12:55:56.980 *ERROR* [FelixStartLevel]

> org.apache.stanbol.enhancer.engines.geonames

> [org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancement

> Engine] Component instance could not be created, activation failed

>

>

>

> 12.09.2012 12:55:57.031 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.opencalais [org.apache.stanbol.enhancer.engines.opencalais.impl.OpenCalaisEngine] The activate method has thrown an exception (org.osgi.service.cm.ConfigurationException: org.apache.stanbol.enhancer.engines.opencalais.license : OpenCalaisEngine : please configure a OpenCalais License key to use this engine (e.g. byusing the 'Configuration' tab of the Apache Felix Web Console).) org.osgi.service.cm.ConfigurationException: org.apache.stanbol.enhancer.engines.opencalais.license : OpenCalaisEngine : please configure a OpenCalais License key to use this engine (e.g. byusing the 'Configuration' tab of the Apache Felix Web Console).

>

>

>

> and much much more.

>

> If you want I’ll send you error.log file which contain all of them.

>

>

>

> With greetings

>

> Gniewosław

>

>

>

> P.S.

>

> Is there a chance to get Stanbol docs in pdf format?

>

>

>

> -----Original Message-----

> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]<mailto:[mailto:rupert.westenthaler@gmail.com]>

> Sent: Tuesday, September 11, 2012 7:38 PM

> To: stanbol-dev@incubator.apache.org<ma...@incubator.apache.org>

> Subject: Re: Creating the index failure

>

>

>

> Hi Gniewosław,

>

>

>

> If you have

>

>

>

> * installed and activated the Bundle

>

> * copied the {name}.solrindex.zip file to the datafiles directory

>

>

>

> than the your data should be accessible at http://{stanbol-instance}/entityhub/site/{name}<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d%3chttp:/%7bstanbol-instance%7d/entityhub/site/%7bname%7d>>. If this is not the case than there is some kind of problem.

>

>

>

> Please try to spot/activate the "org.apache.stanbol.data.sites.{name}"

>

> bundle via the OSGI console.

>

>

>

> What {name} do you use because some names like "local" or "entityhub"

>

> are not allowed.

>

>

>

> If this does not help than it would be great if you could have a look at the log file ("{stanbol-working-dir}/stanbol/logs/error.log").

>

> maybe this log contains some hints about your problem.

>

>

>

>

>

> On Tue, Sep 11, 2012 at 4:21 PM, Gniewosław Rzepka <Gn...@makolab.net>>> wrote:

>

>> I'm 100 % sure that bundle has status "Active".

>

>> There is no information about explicit time required for index creating, but I suspect that it do not need than 10 minutes for 400 triples dataset. Even 1 hour doesn't makes differences.

>

>>

>

>

>

> Initialization time depends on the size of the index. Typically you can expect ~20MByte/sec. So an Index with 1GByte will take about a minute or so.

>

>

>

>> Also, after a first query is asked, the Apache Stanbol will be creating index cache on the disk ( stanbol-dir/stanbol/indexes/default/ ), which may take some time.

>

>> During this time, asked queries result with Cache Yard error.

>

>

>

> This is an important differentiation. If the site with {name} is not

> available (typically when the Bundle is not active) you will get a

>

> "404 - Not Found". If the Data are not available (maybe because the {name}.solrindex.zip file is not in the datafiles directory, the initialization is not yet completed or there where some error during initialization, than you will see an Exception telling you about a Cache error.

>

>

>

> best

>

> Rupert

>

>

>

> --

>

> | Rupert Westenthaler             rupert.westenthaler@gmail.com<ma...@gmail.com>>

>

> | Bodenlehenstraße 11                             ++43-699-11108907

>

> | A-5500 Bischofshofen







--

| Rupert Westenthaler             rupert.westenthaler@gmail.com<ma...@gmail.com>

| Bodenlehenstraße 11                             ++43-699-11108907

| A-5500 Bischofshofen

Re: Creating the index failure

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi,

I think the attachment got removed as one can not send larger files to
the list.
Can you send it directly to me or put is somewhere so that I con download it.

best
Rupert

On Wed, Sep 19, 2012 at 2:47 PM, Gniewosław Rzepka
<Gn...@makolab.net> wrote:
> File is in attachments.
>
> gniewoslaw
>
> -----Original Message-----
> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
> Sent: Wednesday, September 19, 2012 2:07 PM
> To: stanbol-dev@incubator.apache.org
> Subject: Re: Creating the index failure
>
> Hi
>
> On Wed, Sep 19, 2012 at 1:22 PM, Gniewosław Rzepka <Gn...@makolab.net> wrote:
>> There is Sesame Triplestore deployed on the same tomcat instance, but this application has been stopped - still no result.
>> Should I set solr home property on my own? I haven't done this.
>
> No Solr Home is not required by Apache Stanbol to be set.
>
> Can you provide me with the "error.log" file containing all the logs from a fresh install until the step where you encounter the first error (the missing referenced site). I would really like to track down the issue you have.
>
> best
> Rupert
>
>>
>> Gniewoslaw
>>
>> -----Original Message-----
>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>> Sent: Wednesday, September 19, 2012 11:22 AM
>> To: stanbol-dev@incubator.apache.org
>> Subject: Re: Creating the index failure
>>
>> Hi Gniewoslaw,
>>
>> let me ask an other question: Could it be that an other Servlet running on the same Tomcat sets the solr home property as Java System Property? If this is the case it might explain the problems you are encountering.
>>
>> best
>> Rupert
>>
>> On Tue, Sep 18, 2012 at 4:57 PM, Rupert Westenthaler <ru...@gmail.com> wrote:
>>> Hi,
>>>
>>> On Tue, Sep 18, 2012 at 3:01 PM, Gniewosław Rzepka
>>> <Gn...@makolab.net> wrote:
>>>>>> No. All those configurations are provided by the bundle you
>>>>>> install
>>>>
>>>> This step fell. After bundle installation (bundle is active) I can't reference my site via: http://localhost:8080/stanbol-0.10.0/entityhub/{siteName}.
>>>
>>> NOTE that the URL of your site should be
>>>
>>>     http://localhost:8080/stanbol-0.10.0/entityhub/site/{siteName}.
>>>
>>> can you check this URL instead of the one mentioned in your mail.
>>>
>>>>
>>>> Log file is in attachments.
>>>> More specific information about my Stanbol installation environment:
>>>> OS:             Windows Server 2008 R2 Enterprise SP1 64-bit 32 GB RAM memory Intel Core i7 2600
>>>> Java:           1.6.0_35 64-bit
>>>> Tomcat: 6.0
>>>> Maven:  3.0.4
>>>> Stanbol:        0.10.0 at this moment (i'm deploying war file by using Tomcat)
>>>> I realise that this is not a "friendly" environment for Stanbol.
>>>>
>>>
>>> While most of the Stanbol users do use linux (or mac) there are also
>>> some Windows users - so this should not be the problem. The only
>>> think you need to monitor are Exceptions mentioning something about
>>> "local loop back". If you see exceptions like that you need to adjust
>>> your Firewall, Virus Scanner configurations. Search the Stanbol mail
>>> archive for detailed information.
>>>
>>>
>>> best
>>> Rupert
>>>
>>>
>>>> Best
>>>> Gniewoslaw
>>>>
>>>> -----Original Message-----
>>>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>>>> Sent: Monday, September 17, 2012 4:20 PM
>>>> To: stanbol-dev@incubator.apache.org
>>>> Subject: Re: Creating the index failure
>>>>
>>>> On Mon, Sep 17, 2012 at 3:53 PM, Gniewosław Rzepka
>>>> <Gn...@makolab.net> wrote:
>>>>> Test queries calls result:
>>>>> " error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"
>>>>
>>>> This exception tells you that the data for your ReferencedSite are
>>>> not available. This means that the reason why you do not get the
>>>> expected results is because the ReferencedSite of the Entityhub is
>>>> still not working as expected :(
>>>>
>>>>>
>>>>> The question is:
>>>>> -Do I have to create <<Apache Stanbol Entityhub Referenced Site
>>>>> Configuration>> value after bundle installation? Is that correct,
>>>>> what should I set into Cache ID property? (Bundle is active
>>>>> already!)
>>>>
>>>> No. All those configurations are provided by the bundle you install
>>>>
>>>>> -Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0?
>>>>
>>>> The output format of the created bundle and {name}.solrindex.zip has
>>>> not changed. So the version of the indexing tool and your Stanbol
>>>> version do not matter.
>>>>
>>>>> (I didn't notice any differences between 0.9.0 and 0.10.0 versions
>>>>> in this case - it's still won’t work for these two - but I've found
>>>>> note saying that version 0.9.0 is more stable.)
>>>>
>>>> I would use the 0.10.0-incubating-SNAPSHOT version of Stanbol, as we
>>>> fixed a lot of Bugs since the last release.
>>>>
>>>> Can you setup a
>>>>
>>>> * new Stanbol server (0.10.0-incubating-SNAPSHOT version)
>>>> * copy the {name}.solrindex.zip into the datafiles directory
>>>> * install the org.apache.stanbol.data.sites.{name}
>>>> * configure the KeywordLinkingEngine for {name}
>>>> * create a EnhancementChain (List Chain) with "langdetect" and the
>>>> configured KeywordLinkingEngine
>>>> * send a text to the configured Chain
>>>>
>>>> If you still have problems please provide the log file for this
>>>> steps
>>>>
>>>>     {stanbol-working-dir}/stanbl/logs/error.log
>>>>
>>>> and I will try to figure out why this does not work for you.
>>>>
>>>> best
>>>> Rupert
>>>>
>>>>
>>>>
>>>>>
>>>>> Thanks for your support!
>>>>
>>>>
>>>>> Gniewoslaw
>>>>>
>>>>> -----Original Message-----
>>>>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>>>>> Sent: Monday, September 17, 2012 3:03 PM
>>>>> To: stanbol-dev@incubator.apache.org
>>>>> Subject: Re: Creating the index failure
>>>>>
>>>>> Hi,
>>>>>
>>>>> sorry for the late response, but I was offline the last few days.
>>>>>
>>>>>> There is mystery to me, but even if my site is accessible I still
>>>>>> can't get positive result in enhancer. It looks like engines like
>>>>>> Keyword Linking or Named Entity does not communicate with my site.
>>>>>>
>>>>>
>>>>> Typically the default configuration of the KeywordlinkingEngine [1]
>>>>> works fine. The only properties you want to change are
>>>>>
>>>>> * Name
>>>>> * Referenced Site: to the name of your Entityhub ReferencedSite you
>>>>> want to use
>>>>>
>>>>> properties you might need to change
>>>>>
>>>>> * Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
>>>>> * Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.
>>>>>
>>>>>
>>>>> If you do not get results than most likely because your dataset
>>>>> does not define rdfs:label
>>>>> (http://www.w3.org/2000/01/rdf-schema#label)
>>>>> values.
>>>>>
>>>>> You can test queries by
>>>>>
>>>>> * going to  http://localhost:8080/entityhub/site/{your-site}/find
>>>>> * empty the "LDPath:" formular field
>>>>> * add the name of an Entity you know that it exist in your vocabulary to "Name:"
>>>>>
>>>>> * If there are no results than empty the Language and try again.
>>>>> * If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.
>>>>>
>>>>> After setting the "Field:" field of the from to the correct property you should see the expected results.
>>>>>
>>>>> Please validate that "xml:lang" values are correct. If no "xml:lang"
>>>>> values are present, than it is also OK
>>>>>
>>>>> Configuring the value of the "Field:" as value of the "Label Field:"
>>>>> property of the KeywordLinkingEngine [1] you should be able to
>>>>> extract your entities from Text parsed to the Stanbol Enhancer
>>>>>
>>>>>
>>>>> hope this helps
>>>>> best
>>>>> Rupert
>>>>>
>>>>> [1]
>>>>> http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/
>>>>> e
>>>>> ngines/keywordlinkingengine.html
>>>>>
>>>>>> Is there something that I should do and that isn't in documentation?
>>>>>>
>>>>>> I've tried every configuration and it’s a bit frustrating.
>>>>>>
>>>>>
>>>>> --
>>>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>>>> | A-5500 Bischofshofen
>>>>
>>>>
>>>>
>>>> --
>>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>>> | A-5500 Bischofshofen
>>>
>>>
>>>
>>> --
>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>> | A-5500 Bischofshofen
>>
>>
>>
>> --
>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>> | Bodenlehenstraße 11                             ++43-699-11108907
>> | A-5500 Bischofshofen
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

RE: Creating the index failure

Posted by Gniewosław Rzepka <Gn...@makolab.net>.
File is in attachments.

gniewoslaw

-----Original Message-----
From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com] 
Sent: Wednesday, September 19, 2012 2:07 PM
To: stanbol-dev@incubator.apache.org
Subject: Re: Creating the index failure

Hi

On Wed, Sep 19, 2012 at 1:22 PM, Gniewosław Rzepka <Gn...@makolab.net> wrote:
> There is Sesame Triplestore deployed on the same tomcat instance, but this application has been stopped - still no result.
> Should I set solr home property on my own? I haven't done this.

No Solr Home is not required by Apache Stanbol to be set.

Can you provide me with the "error.log" file containing all the logs from a fresh install until the step where you encounter the first error (the missing referenced site). I would really like to track down the issue you have.

best
Rupert

>
> Gniewoslaw
>
> -----Original Message-----
> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
> Sent: Wednesday, September 19, 2012 11:22 AM
> To: stanbol-dev@incubator.apache.org
> Subject: Re: Creating the index failure
>
> Hi Gniewoslaw,
>
> let me ask an other question: Could it be that an other Servlet running on the same Tomcat sets the solr home property as Java System Property? If this is the case it might explain the problems you are encountering.
>
> best
> Rupert
>
> On Tue, Sep 18, 2012 at 4:57 PM, Rupert Westenthaler <ru...@gmail.com> wrote:
>> Hi,
>>
>> On Tue, Sep 18, 2012 at 3:01 PM, Gniewosław Rzepka 
>> <Gn...@makolab.net> wrote:
>>>>> No. All those configurations are provided by the bundle you 
>>>>> install
>>>
>>> This step fell. After bundle installation (bundle is active) I can't reference my site via: http://localhost:8080/stanbol-0.10.0/entityhub/{siteName}.
>>
>> NOTE that the URL of your site should be
>>
>>     http://localhost:8080/stanbol-0.10.0/entityhub/site/{siteName}.
>>
>> can you check this URL instead of the one mentioned in your mail.
>>
>>>
>>> Log file is in attachments.
>>> More specific information about my Stanbol installation environment:
>>> OS:             Windows Server 2008 R2 Enterprise SP1 64-bit 32 GB RAM memory Intel Core i7 2600
>>> Java:           1.6.0_35 64-bit
>>> Tomcat: 6.0
>>> Maven:  3.0.4
>>> Stanbol:        0.10.0 at this moment (i'm deploying war file by using Tomcat)
>>> I realise that this is not a "friendly" environment for Stanbol.
>>>
>>
>> While most of the Stanbol users do use linux (or mac) there are also 
>> some Windows users - so this should not be the problem. The only 
>> think you need to monitor are Exceptions mentioning something about 
>> "local loop back". If you see exceptions like that you need to adjust 
>> your Firewall, Virus Scanner configurations. Search the Stanbol mail 
>> archive for detailed information.
>>
>>
>> best
>> Rupert
>>
>>
>>> Best
>>> Gniewoslaw
>>>
>>> -----Original Message-----
>>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>>> Sent: Monday, September 17, 2012 4:20 PM
>>> To: stanbol-dev@incubator.apache.org
>>> Subject: Re: Creating the index failure
>>>
>>> On Mon, Sep 17, 2012 at 3:53 PM, Gniewosław Rzepka 
>>> <Gn...@makolab.net> wrote:
>>>> Test queries calls result:
>>>> " error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"
>>>
>>> This exception tells you that the data for your ReferencedSite are 
>>> not available. This means that the reason why you do not get the 
>>> expected results is because the ReferencedSite of the Entityhub is 
>>> still not working as expected :(
>>>
>>>>
>>>> The question is:
>>>> -Do I have to create <<Apache Stanbol Entityhub Referenced Site
>>>> Configuration>> value after bundle installation? Is that correct,
>>>> what should I set into Cache ID property? (Bundle is active
>>>> already!)
>>>
>>> No. All those configurations are provided by the bundle you install
>>>
>>>> -Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0?
>>>
>>> The output format of the created bundle and {name}.solrindex.zip has 
>>> not changed. So the version of the indexing tool and your Stanbol 
>>> version do not matter.
>>>
>>>> (I didn't notice any differences between 0.9.0 and 0.10.0 versions 
>>>> in this case - it's still won’t work for these two - but I've found 
>>>> note saying that version 0.9.0 is more stable.)
>>>
>>> I would use the 0.10.0-incubating-SNAPSHOT version of Stanbol, as we 
>>> fixed a lot of Bugs since the last release.
>>>
>>> Can you setup a
>>>
>>> * new Stanbol server (0.10.0-incubating-SNAPSHOT version)
>>> * copy the {name}.solrindex.zip into the datafiles directory
>>> * install the org.apache.stanbol.data.sites.{name}
>>> * configure the KeywordLinkingEngine for {name}
>>> * create a EnhancementChain (List Chain) with "langdetect" and the 
>>> configured KeywordLinkingEngine
>>> * send a text to the configured Chain
>>>
>>> If you still have problems please provide the log file for this 
>>> steps
>>>
>>>     {stanbol-working-dir}/stanbl/logs/error.log
>>>
>>> and I will try to figure out why this does not work for you.
>>>
>>> best
>>> Rupert
>>>
>>>
>>>
>>>>
>>>> Thanks for your support!
>>>
>>>
>>>> Gniewoslaw
>>>>
>>>> -----Original Message-----
>>>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>>>> Sent: Monday, September 17, 2012 3:03 PM
>>>> To: stanbol-dev@incubator.apache.org
>>>> Subject: Re: Creating the index failure
>>>>
>>>> Hi,
>>>>
>>>> sorry for the late response, but I was offline the last few days.
>>>>
>>>>> There is mystery to me, but even if my site is accessible I still 
>>>>> can't get positive result in enhancer. It looks like engines like 
>>>>> Keyword Linking or Named Entity does not communicate with my site.
>>>>>
>>>>
>>>> Typically the default configuration of the KeywordlinkingEngine [1] 
>>>> works fine. The only properties you want to change are
>>>>
>>>> * Name
>>>> * Referenced Site: to the name of your Entityhub ReferencedSite you 
>>>> want to use
>>>>
>>>> properties you might need to change
>>>>
>>>> * Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
>>>> * Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.
>>>>
>>>>
>>>> If you do not get results than most likely because your dataset 
>>>> does not define rdfs:label 
>>>> (http://www.w3.org/2000/01/rdf-schema#label)
>>>> values.
>>>>
>>>> You can test queries by
>>>>
>>>> * going to  http://localhost:8080/entityhub/site/{your-site}/find
>>>> * empty the "LDPath:" formular field
>>>> * add the name of an Entity you know that it exist in your vocabulary to "Name:"
>>>>
>>>> * If there are no results than empty the Language and try again.
>>>> * If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.
>>>>
>>>> After setting the "Field:" field of the from to the correct property you should see the expected results.
>>>>
>>>> Please validate that "xml:lang" values are correct. If no "xml:lang"
>>>> values are present, than it is also OK
>>>>
>>>> Configuring the value of the "Field:" as value of the "Label Field:"
>>>> property of the KeywordLinkingEngine [1] you should be able to 
>>>> extract your entities from Text parsed to the Stanbol Enhancer
>>>>
>>>>
>>>> hope this helps
>>>> best
>>>> Rupert
>>>>
>>>> [1]
>>>> http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/
>>>> e
>>>> ngines/keywordlinkingengine.html
>>>>
>>>>> Is there something that I should do and that isn't in documentation?
>>>>>
>>>>> I've tried every configuration and it’s a bit frustrating.
>>>>>
>>>>
>>>> --
>>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>>> | A-5500 Bischofshofen
>>>
>>>
>>>
>>> --
>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>> | A-5500 Bischofshofen
>>
>>
>>
>> --
>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>> | Bodenlehenstraße 11                             ++43-699-11108907
>> | A-5500 Bischofshofen
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: Creating the index failure

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi

On Wed, Sep 19, 2012 at 1:22 PM, Gniewosław Rzepka
<Gn...@makolab.net> wrote:
> There is Sesame Triplestore deployed on the same tomcat instance, but this application has been stopped - still no result.
> Should I set solr home property on my own? I haven't done this.

No Solr Home is not required by Apache Stanbol to be set.

Can you provide me with the "error.log" file containing all the logs
from a fresh install until the step where you encounter the first
error (the missing referenced site). I would really like to track down
the issue you have.

best
Rupert

>
> Gniewoslaw
>
> -----Original Message-----
> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
> Sent: Wednesday, September 19, 2012 11:22 AM
> To: stanbol-dev@incubator.apache.org
> Subject: Re: Creating the index failure
>
> Hi Gniewoslaw,
>
> let me ask an other question: Could it be that an other Servlet running on the same Tomcat sets the solr home property as Java System Property? If this is the case it might explain the problems you are encountering.
>
> best
> Rupert
>
> On Tue, Sep 18, 2012 at 4:57 PM, Rupert Westenthaler <ru...@gmail.com> wrote:
>> Hi,
>>
>> On Tue, Sep 18, 2012 at 3:01 PM, Gniewosław Rzepka
>> <Gn...@makolab.net> wrote:
>>>>> No. All those configurations are provided by the bundle you install
>>>
>>> This step fell. After bundle installation (bundle is active) I can't reference my site via: http://localhost:8080/stanbol-0.10.0/entityhub/{siteName}.
>>
>> NOTE that the URL of your site should be
>>
>>     http://localhost:8080/stanbol-0.10.0/entityhub/site/{siteName}.
>>
>> can you check this URL instead of the one mentioned in your mail.
>>
>>>
>>> Log file is in attachments.
>>> More specific information about my Stanbol installation environment:
>>> OS:             Windows Server 2008 R2 Enterprise SP1 64-bit 32 GB RAM memory Intel Core i7 2600
>>> Java:           1.6.0_35 64-bit
>>> Tomcat: 6.0
>>> Maven:  3.0.4
>>> Stanbol:        0.10.0 at this moment (i'm deploying war file by using Tomcat)
>>> I realise that this is not a "friendly" environment for Stanbol.
>>>
>>
>> While most of the Stanbol users do use linux (or mac) there are also
>> some Windows users - so this should not be the problem. The only think
>> you need to monitor are Exceptions mentioning something about "local
>> loop back". If you see exceptions like that you need to adjust your
>> Firewall, Virus Scanner configurations. Search the Stanbol mail
>> archive for detailed information.
>>
>>
>> best
>> Rupert
>>
>>
>>> Best
>>> Gniewoslaw
>>>
>>> -----Original Message-----
>>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>>> Sent: Monday, September 17, 2012 4:20 PM
>>> To: stanbol-dev@incubator.apache.org
>>> Subject: Re: Creating the index failure
>>>
>>> On Mon, Sep 17, 2012 at 3:53 PM, Gniewosław Rzepka
>>> <Gn...@makolab.net> wrote:
>>>> Test queries calls result:
>>>> " error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"
>>>
>>> This exception tells you that the data for your ReferencedSite are
>>> not available. This means that the reason why you do not get the
>>> expected results is because the ReferencedSite of the Entityhub is
>>> still not working as expected :(
>>>
>>>>
>>>> The question is:
>>>> -Do I have to create <<Apache Stanbol Entityhub Referenced Site
>>>> Configuration>> value after bundle installation? Is that correct,
>>>> what should I set into Cache ID property? (Bundle is active
>>>> already!)
>>>
>>> No. All those configurations are provided by the bundle you install
>>>
>>>> -Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0?
>>>
>>> The output format of the created bundle and {name}.solrindex.zip has
>>> not changed. So the version of the indexing tool and your Stanbol
>>> version do not matter.
>>>
>>>> (I didn't notice any differences between 0.9.0 and 0.10.0 versions
>>>> in this case - it's still won’t work for these two - but I've found
>>>> note saying that version 0.9.0 is more stable.)
>>>
>>> I would use the 0.10.0-incubating-SNAPSHOT version of Stanbol, as we
>>> fixed a lot of Bugs since the last release.
>>>
>>> Can you setup a
>>>
>>> * new Stanbol server (0.10.0-incubating-SNAPSHOT version)
>>> * copy the {name}.solrindex.zip into the datafiles directory
>>> * install the org.apache.stanbol.data.sites.{name}
>>> * configure the KeywordLinkingEngine for {name}
>>> * create a EnhancementChain (List Chain) with "langdetect" and the
>>> configured KeywordLinkingEngine
>>> * send a text to the configured Chain
>>>
>>> If you still have problems please provide the log file for this steps
>>>
>>>     {stanbol-working-dir}/stanbl/logs/error.log
>>>
>>> and I will try to figure out why this does not work for you.
>>>
>>> best
>>> Rupert
>>>
>>>
>>>
>>>>
>>>> Thanks for your support!
>>>
>>>
>>>> Gniewoslaw
>>>>
>>>> -----Original Message-----
>>>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>>>> Sent: Monday, September 17, 2012 3:03 PM
>>>> To: stanbol-dev@incubator.apache.org
>>>> Subject: Re: Creating the index failure
>>>>
>>>> Hi,
>>>>
>>>> sorry for the late response, but I was offline the last few days.
>>>>
>>>>> There is mystery to me, but even if my site is accessible I still
>>>>> can't get positive result in enhancer. It looks like engines like
>>>>> Keyword Linking or Named Entity does not communicate with my site.
>>>>>
>>>>
>>>> Typically the default configuration of the KeywordlinkingEngine [1]
>>>> works fine. The only properties you want to change are
>>>>
>>>> * Name
>>>> * Referenced Site: to the name of your Entityhub ReferencedSite you
>>>> want to use
>>>>
>>>> properties you might need to change
>>>>
>>>> * Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
>>>> * Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.
>>>>
>>>>
>>>> If you do not get results than most likely because your dataset does
>>>> not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
>>>> values.
>>>>
>>>> You can test queries by
>>>>
>>>> * going to  http://localhost:8080/entityhub/site/{your-site}/find
>>>> * empty the "LDPath:" formular field
>>>> * add the name of an Entity you know that it exist in your vocabulary to "Name:"
>>>>
>>>> * If there are no results than empty the Language and try again.
>>>> * If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.
>>>>
>>>> After setting the "Field:" field of the from to the correct property you should see the expected results.
>>>>
>>>> Please validate that "xml:lang" values are correct. If no "xml:lang"
>>>> values are present, than it is also OK
>>>>
>>>> Configuring the value of the "Field:" as value of the "Label Field:"
>>>> property of the KeywordLinkingEngine [1] you should be able to
>>>> extract your entities from Text parsed to the Stanbol Enhancer
>>>>
>>>>
>>>> hope this helps
>>>> best
>>>> Rupert
>>>>
>>>> [1]
>>>> http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/e
>>>> ngines/keywordlinkingengine.html
>>>>
>>>>> Is there something that I should do and that isn't in documentation?
>>>>>
>>>>> I've tried every configuration and it’s a bit frustrating.
>>>>>
>>>>
>>>> --
>>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>>> | A-5500 Bischofshofen
>>>
>>>
>>>
>>> --
>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>> | A-5500 Bischofshofen
>>
>>
>>
>> --
>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>> | Bodenlehenstraße 11                             ++43-699-11108907
>> | A-5500 Bischofshofen
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

RE: Creating the index failure

Posted by Gniewosław Rzepka <Gn...@makolab.net>.
There is Sesame Triplestore deployed on the same tomcat instance, but this application has been stopped - still no result.
Should I set solr home property on my own? I haven't done this.

Gniewoslaw

-----Original Message-----
From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com] 
Sent: Wednesday, September 19, 2012 11:22 AM
To: stanbol-dev@incubator.apache.org
Subject: Re: Creating the index failure

Hi Gniewoslaw,

let me ask an other question: Could it be that an other Servlet running on the same Tomcat sets the solr home property as Java System Property? If this is the case it might explain the problems you are encountering.

best
Rupert

On Tue, Sep 18, 2012 at 4:57 PM, Rupert Westenthaler <ru...@gmail.com> wrote:
> Hi,
>
> On Tue, Sep 18, 2012 at 3:01 PM, Gniewosław Rzepka 
> <Gn...@makolab.net> wrote:
>>>> No. All those configurations are provided by the bundle you install
>>
>> This step fell. After bundle installation (bundle is active) I can't reference my site via: http://localhost:8080/stanbol-0.10.0/entityhub/{siteName}.
>
> NOTE that the URL of your site should be
>
>     http://localhost:8080/stanbol-0.10.0/entityhub/site/{siteName}.
>
> can you check this URL instead of the one mentioned in your mail.
>
>>
>> Log file is in attachments.
>> More specific information about my Stanbol installation environment:
>> OS:             Windows Server 2008 R2 Enterprise SP1 64-bit 32 GB RAM memory Intel Core i7 2600
>> Java:           1.6.0_35 64-bit
>> Tomcat: 6.0
>> Maven:  3.0.4
>> Stanbol:        0.10.0 at this moment (i'm deploying war file by using Tomcat)
>> I realise that this is not a "friendly" environment for Stanbol.
>>
>
> While most of the Stanbol users do use linux (or mac) there are also 
> some Windows users - so this should not be the problem. The only think 
> you need to monitor are Exceptions mentioning something about "local 
> loop back". If you see exceptions like that you need to adjust your 
> Firewall, Virus Scanner configurations. Search the Stanbol mail 
> archive for detailed information.
>
>
> best
> Rupert
>
>
>> Best
>> Gniewoslaw
>>
>> -----Original Message-----
>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>> Sent: Monday, September 17, 2012 4:20 PM
>> To: stanbol-dev@incubator.apache.org
>> Subject: Re: Creating the index failure
>>
>> On Mon, Sep 17, 2012 at 3:53 PM, Gniewosław Rzepka 
>> <Gn...@makolab.net> wrote:
>>> Test queries calls result:
>>> " error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"
>>
>> This exception tells you that the data for your ReferencedSite are 
>> not available. This means that the reason why you do not get the 
>> expected results is because the ReferencedSite of the Entityhub is 
>> still not working as expected :(
>>
>>>
>>> The question is:
>>> -Do I have to create <<Apache Stanbol Entityhub Referenced Site 
>>> Configuration>> value after bundle installation? Is that correct, 
>>> what should I set into Cache ID property? (Bundle is active 
>>> already!)
>>
>> No. All those configurations are provided by the bundle you install
>>
>>> -Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0?
>>
>> The output format of the created bundle and {name}.solrindex.zip has 
>> not changed. So the version of the indexing tool and your Stanbol 
>> version do not matter.
>>
>>> (I didn't notice any differences between 0.9.0 and 0.10.0 versions 
>>> in this case - it's still won’t work for these two - but I've found 
>>> note saying that version 0.9.0 is more stable.)
>>
>> I would use the 0.10.0-incubating-SNAPSHOT version of Stanbol, as we 
>> fixed a lot of Bugs since the last release.
>>
>> Can you setup a
>>
>> * new Stanbol server (0.10.0-incubating-SNAPSHOT version)
>> * copy the {name}.solrindex.zip into the datafiles directory
>> * install the org.apache.stanbol.data.sites.{name}
>> * configure the KeywordLinkingEngine for {name}
>> * create a EnhancementChain (List Chain) with "langdetect" and the 
>> configured KeywordLinkingEngine
>> * send a text to the configured Chain
>>
>> If you still have problems please provide the log file for this steps
>>
>>     {stanbol-working-dir}/stanbl/logs/error.log
>>
>> and I will try to figure out why this does not work for you.
>>
>> best
>> Rupert
>>
>>
>>
>>>
>>> Thanks for your support!
>>
>>
>>> Gniewoslaw
>>>
>>> -----Original Message-----
>>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>>> Sent: Monday, September 17, 2012 3:03 PM
>>> To: stanbol-dev@incubator.apache.org
>>> Subject: Re: Creating the index failure
>>>
>>> Hi,
>>>
>>> sorry for the late response, but I was offline the last few days.
>>>
>>>> There is mystery to me, but even if my site is accessible I still 
>>>> can't get positive result in enhancer. It looks like engines like 
>>>> Keyword Linking or Named Entity does not communicate with my site.
>>>>
>>>
>>> Typically the default configuration of the KeywordlinkingEngine [1] 
>>> works fine. The only properties you want to change are
>>>
>>> * Name
>>> * Referenced Site: to the name of your Entityhub ReferencedSite you 
>>> want to use
>>>
>>> properties you might need to change
>>>
>>> * Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
>>> * Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.
>>>
>>>
>>> If you do not get results than most likely because your dataset does 
>>> not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
>>> values.
>>>
>>> You can test queries by
>>>
>>> * going to  http://localhost:8080/entityhub/site/{your-site}/find
>>> * empty the "LDPath:" formular field
>>> * add the name of an Entity you know that it exist in your vocabulary to "Name:"
>>>
>>> * If there are no results than empty the Language and try again.
>>> * If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.
>>>
>>> After setting the "Field:" field of the from to the correct property you should see the expected results.
>>>
>>> Please validate that "xml:lang" values are correct. If no "xml:lang"
>>> values are present, than it is also OK
>>>
>>> Configuring the value of the "Field:" as value of the "Label Field:"
>>> property of the KeywordLinkingEngine [1] you should be able to 
>>> extract your entities from Text parsed to the Stanbol Enhancer
>>>
>>>
>>> hope this helps
>>> best
>>> Rupert
>>>
>>> [1] 
>>> http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/e
>>> ngines/keywordlinkingengine.html
>>>
>>>> Is there something that I should do and that isn't in documentation?
>>>>
>>>> I've tried every configuration and it’s a bit frustrating.
>>>>
>>>
>>> --
>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>> | A-5500 Bischofshofen
>>
>>
>>
>> --
>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>> | Bodenlehenstraße 11                             ++43-699-11108907
>> | A-5500 Bischofshofen
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: Creating the index failure

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi Gniewoslaw,

let me ask an other question: Could it be that an other Servlet
running on the same Tomcat sets the solr home property as Java System
Property? If this is the case it might explain the problems you are
encountering.

best
Rupert

On Tue, Sep 18, 2012 at 4:57 PM, Rupert Westenthaler
<ru...@gmail.com> wrote:
> Hi,
>
> On Tue, Sep 18, 2012 at 3:01 PM, Gniewosław Rzepka
> <Gn...@makolab.net> wrote:
>>>> No. All those configurations are provided by the bundle you install
>>
>> This step fell. After bundle installation (bundle is active) I can't reference my site via: http://localhost:8080/stanbol-0.10.0/entityhub/{siteName}.
>
> NOTE that the URL of your site should be
>
>     http://localhost:8080/stanbol-0.10.0/entityhub/site/{siteName}.
>
> can you check this URL instead of the one mentioned in your mail.
>
>>
>> Log file is in attachments.
>> More specific information about my Stanbol installation environment:
>> OS:             Windows Server 2008 R2 Enterprise SP1 64-bit 32 GB RAM memory Intel Core i7 2600
>> Java:           1.6.0_35 64-bit
>> Tomcat: 6.0
>> Maven:  3.0.4
>> Stanbol:        0.10.0 at this moment (i'm deploying war file by using Tomcat)
>> I realise that this is not a "friendly" environment for Stanbol.
>>
>
> While most of the Stanbol users do use linux (or mac) there are also
> some Windows users - so this should not be the problem. The only think
> you need to monitor are Exceptions mentioning something about "local
> loop back". If you see exceptions like that you need to adjust your
> Firewall, Virus Scanner configurations. Search the Stanbol mail
> archive for detailed information.
>
>
> best
> Rupert
>
>
>> Best
>> Gniewoslaw
>>
>> -----Original Message-----
>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>> Sent: Monday, September 17, 2012 4:20 PM
>> To: stanbol-dev@incubator.apache.org
>> Subject: Re: Creating the index failure
>>
>> On Mon, Sep 17, 2012 at 3:53 PM, Gniewosław Rzepka
>> <Gn...@makolab.net> wrote:
>>> Test queries calls result:
>>> " error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"
>>
>> This exception tells you that the data for your ReferencedSite are not
>> available. This means that the reason why you do not get the expected
>> results is because the ReferencedSite of the Entityhub is still not
>> working as expected :(
>>
>>>
>>> The question is:
>>> -Do I have to create <<Apache Stanbol Entityhub Referenced Site Configuration>> value after bundle installation? Is that correct, what should I set into Cache ID property? (Bundle is active already!)
>>
>> No. All those configurations are provided by the bundle you install
>>
>>> -Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0?
>>
>> The output format of the created bundle and {name}.solrindex.zip has
>> not changed. So the version of the indexing tool and your Stanbol
>> version do not matter.
>>
>>> (I didn't notice any differences between 0.9.0 and 0.10.0 versions in this case - it's still won’t work for these two - but I've found note saying that version 0.9.0 is more stable.)
>>
>> I would use the 0.10.0-incubating-SNAPSHOT version of Stanbol, as we
>> fixed a lot of Bugs since the last release.
>>
>> Can you setup a
>>
>> * new Stanbol server (0.10.0-incubating-SNAPSHOT version)
>> * copy the {name}.solrindex.zip into the datafiles directory
>> * install the org.apache.stanbol.data.sites.{name}
>> * configure the KeywordLinkingEngine for {name}
>> * create a EnhancementChain (List Chain) with "langdetect" and the
>> configured KeywordLinkingEngine
>> * send a text to the configured Chain
>>
>> If you still have problems please provide the log file for this steps
>>
>>     {stanbol-working-dir}/stanbl/logs/error.log
>>
>> and I will try to figure out why this does not work for you.
>>
>> best
>> Rupert
>>
>>
>>
>>>
>>> Thanks for your support!
>>
>>
>>> Gniewoslaw
>>>
>>> -----Original Message-----
>>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>>> Sent: Monday, September 17, 2012 3:03 PM
>>> To: stanbol-dev@incubator.apache.org
>>> Subject: Re: Creating the index failure
>>>
>>> Hi,
>>>
>>> sorry for the late response, but I was offline the last few days.
>>>
>>>> There is mystery to me, but even if my site is accessible I still
>>>> can't get positive result in enhancer. It looks like engines like
>>>> Keyword Linking or Named Entity does not communicate with my site.
>>>>
>>>
>>> Typically the default configuration of the KeywordlinkingEngine [1] works fine. The only properties you want to change are
>>>
>>> * Name
>>> * Referenced Site: to the name of your Entityhub ReferencedSite you want to use
>>>
>>> properties you might need to change
>>>
>>> * Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
>>> * Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.
>>>
>>>
>>> If you do not get results than most likely because your dataset does not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
>>> values.
>>>
>>> You can test queries by
>>>
>>> * going to  http://localhost:8080/entityhub/site/{your-site}/find
>>> * empty the "LDPath:" formular field
>>> * add the name of an Entity you know that it exist in your vocabulary to "Name:"
>>>
>>> * If there are no results than empty the Language and try again.
>>> * If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.
>>>
>>> After setting the "Field:" field of the from to the correct property you should see the expected results.
>>>
>>> Please validate that "xml:lang" values are correct. If no "xml:lang"
>>> values are present, than it is also OK
>>>
>>> Configuring the value of the "Field:" as value of the "Label Field:"
>>> property of the KeywordLinkingEngine [1] you should be able to extract your entities from Text parsed to the Stanbol Enhancer
>>>
>>>
>>> hope this helps
>>> best
>>> Rupert
>>>
>>> [1] http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/engines/keywordlinkingengine.html
>>>
>>>> Is there something that I should do and that isn't in documentation?
>>>>
>>>> I've tried every configuration and it’s a bit frustrating.
>>>>
>>>
>>> --
>>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>>> | Bodenlehenstraße 11                             ++43-699-11108907
>>> | A-5500 Bischofshofen
>>
>>
>>
>> --
>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>> | Bodenlehenstraße 11                             ++43-699-11108907
>> | A-5500 Bischofshofen
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: Creating the index failure

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi,

On Tue, Sep 18, 2012 at 3:01 PM, Gniewosław Rzepka
<Gn...@makolab.net> wrote:
>>> No. All those configurations are provided by the bundle you install
>
> This step fell. After bundle installation (bundle is active) I can't reference my site via: http://localhost:8080/stanbol-0.10.0/entityhub/{siteName}.

NOTE that the URL of your site should be

    http://localhost:8080/stanbol-0.10.0/entityhub/site/{siteName}.

can you check this URL instead of the one mentioned in your mail.

>
> Log file is in attachments.
> More specific information about my Stanbol installation environment:
> OS:             Windows Server 2008 R2 Enterprise SP1 64-bit 32 GB RAM memory Intel Core i7 2600
> Java:           1.6.0_35 64-bit
> Tomcat: 6.0
> Maven:  3.0.4
> Stanbol:        0.10.0 at this moment (i'm deploying war file by using Tomcat)
> I realise that this is not a "friendly" environment for Stanbol.
>

While most of the Stanbol users do use linux (or mac) there are also
some Windows users - so this should not be the problem. The only think
you need to monitor are Exceptions mentioning something about "local
loop back". If you see exceptions like that you need to adjust your
Firewall, Virus Scanner configurations. Search the Stanbol mail
archive for detailed information.


best
Rupert


> Best
> Gniewoslaw
>
> -----Original Message-----
> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
> Sent: Monday, September 17, 2012 4:20 PM
> To: stanbol-dev@incubator.apache.org
> Subject: Re: Creating the index failure
>
> On Mon, Sep 17, 2012 at 3:53 PM, Gniewosław Rzepka
> <Gn...@makolab.net> wrote:
>> Test queries calls result:
>> " error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"
>
> This exception tells you that the data for your ReferencedSite are not
> available. This means that the reason why you do not get the expected
> results is because the ReferencedSite of the Entityhub is still not
> working as expected :(
>
>>
>> The question is:
>> -Do I have to create <<Apache Stanbol Entityhub Referenced Site Configuration>> value after bundle installation? Is that correct, what should I set into Cache ID property? (Bundle is active already!)
>
> No. All those configurations are provided by the bundle you install
>
>> -Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0?
>
> The output format of the created bundle and {name}.solrindex.zip has
> not changed. So the version of the indexing tool and your Stanbol
> version do not matter.
>
>> (I didn't notice any differences between 0.9.0 and 0.10.0 versions in this case - it's still won’t work for these two - but I've found note saying that version 0.9.0 is more stable.)
>
> I would use the 0.10.0-incubating-SNAPSHOT version of Stanbol, as we
> fixed a lot of Bugs since the last release.
>
> Can you setup a
>
> * new Stanbol server (0.10.0-incubating-SNAPSHOT version)
> * copy the {name}.solrindex.zip into the datafiles directory
> * install the org.apache.stanbol.data.sites.{name}
> * configure the KeywordLinkingEngine for {name}
> * create a EnhancementChain (List Chain) with "langdetect" and the
> configured KeywordLinkingEngine
> * send a text to the configured Chain
>
> If you still have problems please provide the log file for this steps
>
>     {stanbol-working-dir}/stanbl/logs/error.log
>
> and I will try to figure out why this does not work for you.
>
> best
> Rupert
>
>
>
>>
>> Thanks for your support!
>
>
>> Gniewoslaw
>>
>> -----Original Message-----
>> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
>> Sent: Monday, September 17, 2012 3:03 PM
>> To: stanbol-dev@incubator.apache.org
>> Subject: Re: Creating the index failure
>>
>> Hi,
>>
>> sorry for the late response, but I was offline the last few days.
>>
>>> There is mystery to me, but even if my site is accessible I still
>>> can't get positive result in enhancer. It looks like engines like
>>> Keyword Linking or Named Entity does not communicate with my site.
>>>
>>
>> Typically the default configuration of the KeywordlinkingEngine [1] works fine. The only properties you want to change are
>>
>> * Name
>> * Referenced Site: to the name of your Entityhub ReferencedSite you want to use
>>
>> properties you might need to change
>>
>> * Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
>> * Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.
>>
>>
>> If you do not get results than most likely because your dataset does not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
>> values.
>>
>> You can test queries by
>>
>> * going to  http://localhost:8080/entityhub/site/{your-site}/find
>> * empty the "LDPath:" formular field
>> * add the name of an Entity you know that it exist in your vocabulary to "Name:"
>>
>> * If there are no results than empty the Language and try again.
>> * If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.
>>
>> After setting the "Field:" field of the from to the correct property you should see the expected results.
>>
>> Please validate that "xml:lang" values are correct. If no "xml:lang"
>> values are present, than it is also OK
>>
>> Configuring the value of the "Field:" as value of the "Label Field:"
>> property of the KeywordLinkingEngine [1] you should be able to extract your entities from Text parsed to the Stanbol Enhancer
>>
>>
>> hope this helps
>> best
>> Rupert
>>
>> [1] http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/engines/keywordlinkingengine.html
>>
>>> Is there something that I should do and that isn't in documentation?
>>>
>>> I've tried every configuration and it’s a bit frustrating.
>>>
>>
>> --
>> | Rupert Westenthaler             rupert.westenthaler@gmail.com
>> | Bodenlehenstraße 11                             ++43-699-11108907
>> | A-5500 Bischofshofen
>
>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

RE: Creating the index failure

Posted by Gniewosław Rzepka <Gn...@makolab.net>.
>> No. All those configurations are provided by the bundle you install

This step fell. After bundle installation (bundle is active) I can't reference my site via: http://localhost:8080/stanbol-0.10.0/entityhub/{siteName}.

Log file is in attachments.
More specific information about my Stanbol installation environment:
OS: 		Windows Server 2008 R2 Enterprise SP1 64-bit 32 GB RAM memory Intel Core i7 2600
Java:		1.6.0_35 64-bit
Tomcat:	6.0
Maven:	3.0.4
Stanbol:	0.10.0 at this moment (i'm deploying war file by using Tomcat)
I realise that this is not a "friendly" environment for Stanbol.

Best
Gniewoslaw

-----Original Message-----
From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com] 
Sent: Monday, September 17, 2012 4:20 PM
To: stanbol-dev@incubator.apache.org
Subject: Re: Creating the index failure

On Mon, Sep 17, 2012 at 3:53 PM, Gniewosław Rzepka
<Gn...@makolab.net> wrote:
> Test queries calls result:
> " error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"

This exception tells you that the data for your ReferencedSite are not
available. This means that the reason why you do not get the expected
results is because the ReferencedSite of the Entityhub is still not
working as expected :(

>
> The question is:
> -Do I have to create <<Apache Stanbol Entityhub Referenced Site Configuration>> value after bundle installation? Is that correct, what should I set into Cache ID property? (Bundle is active already!)

No. All those configurations are provided by the bundle you install

> -Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0?

The output format of the created bundle and {name}.solrindex.zip has
not changed. So the version of the indexing tool and your Stanbol
version do not matter.

> (I didn't notice any differences between 0.9.0 and 0.10.0 versions in this case - it's still won’t work for these two - but I've found note saying that version 0.9.0 is more stable.)

I would use the 0.10.0-incubating-SNAPSHOT version of Stanbol, as we
fixed a lot of Bugs since the last release.

Can you setup a

* new Stanbol server (0.10.0-incubating-SNAPSHOT version)
* copy the {name}.solrindex.zip into the datafiles directory
* install the org.apache.stanbol.data.sites.{name}
* configure the KeywordLinkingEngine for {name}
* create a EnhancementChain (List Chain) with "langdetect" and the
configured KeywordLinkingEngine
* send a text to the configured Chain

If you still have problems please provide the log file for this steps

    {stanbol-working-dir}/stanbl/logs/error.log

and I will try to figure out why this does not work for you.

best
Rupert



>
> Thanks for your support!


> Gniewoslaw
>
> -----Original Message-----
> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
> Sent: Monday, September 17, 2012 3:03 PM
> To: stanbol-dev@incubator.apache.org
> Subject: Re: Creating the index failure
>
> Hi,
>
> sorry for the late response, but I was offline the last few days.
>
>> There is mystery to me, but even if my site is accessible I still
>> can't get positive result in enhancer. It looks like engines like
>> Keyword Linking or Named Entity does not communicate with my site.
>>
>
> Typically the default configuration of the KeywordlinkingEngine [1] works fine. The only properties you want to change are
>
> * Name
> * Referenced Site: to the name of your Entityhub ReferencedSite you want to use
>
> properties you might need to change
>
> * Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
> * Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.
>
>
> If you do not get results than most likely because your dataset does not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
> values.
>
> You can test queries by
>
> * going to  http://localhost:8080/entityhub/site/{your-site}/find
> * empty the "LDPath:" formular field
> * add the name of an Entity you know that it exist in your vocabulary to "Name:"
>
> * If there are no results than empty the Language and try again.
> * If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.
>
> After setting the "Field:" field of the from to the correct property you should see the expected results.
>
> Please validate that "xml:lang" values are correct. If no "xml:lang"
> values are present, than it is also OK
>
> Configuring the value of the "Field:" as value of the "Label Field:"
> property of the KeywordLinkingEngine [1] you should be able to extract your entities from Text parsed to the Stanbol Enhancer
>
>
> hope this helps
> best
> Rupert
>
> [1] http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/engines/keywordlinkingengine.html
>
>> Is there something that I should do and that isn't in documentation?
>>
>> I've tried every configuration and it’s a bit frustrating.
>>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: Creating the index failure

Posted by Rupert Westenthaler <ru...@gmail.com>.
On Mon, Sep 17, 2012 at 3:53 PM, Gniewosław Rzepka
<Gn...@makolab.net> wrote:
> Test queries calls result:
> " error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"

This exception tells you that the data for your ReferencedSite are not
available. This means that the reason why you do not get the expected
results is because the ReferencedSite of the Entityhub is still not
working as expected :(

>
> The question is:
> -Do I have to create <<Apache Stanbol Entityhub Referenced Site Configuration>> value after bundle installation? Is that correct, what should I set into Cache ID property? (Bundle is active already!)

No. All those configurations are provided by the bundle you install

> -Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0?

The output format of the created bundle and {name}.solrindex.zip has
not changed. So the version of the indexing tool and your Stanbol
version do not matter.

> (I didn't notice any differences between 0.9.0 and 0.10.0 versions in this case - it's still won’t work for these two - but I've found note saying that version 0.9.0 is more stable.)

I would use the 0.10.0-incubating-SNAPSHOT version of Stanbol, as we
fixed a lot of Bugs since the last release.

Can you setup a

* new Stanbol server (0.10.0-incubating-SNAPSHOT version)
* copy the {name}.solrindex.zip into the datafiles directory
* install the org.apache.stanbol.data.sites.{name}
* configure the KeywordLinkingEngine for {name}
* create a EnhancementChain (List Chain) with "langdetect" and the
configured KeywordLinkingEngine
* send a text to the configured Chain

If you still have problems please provide the log file for this steps

    {stanbol-working-dir}/stanbl/logs/error.log

and I will try to figure out why this does not work for you.

best
Rupert



>
> Thanks for your support!


> Gniewoslaw
>
> -----Original Message-----
> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
> Sent: Monday, September 17, 2012 3:03 PM
> To: stanbol-dev@incubator.apache.org
> Subject: Re: Creating the index failure
>
> Hi,
>
> sorry for the late response, but I was offline the last few days.
>
>> There is mystery to me, but even if my site is accessible I still
>> can't get positive result in enhancer. It looks like engines like
>> Keyword Linking or Named Entity does not communicate with my site.
>>
>
> Typically the default configuration of the KeywordlinkingEngine [1] works fine. The only properties you want to change are
>
> * Name
> * Referenced Site: to the name of your Entityhub ReferencedSite you want to use
>
> properties you might need to change
>
> * Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
> * Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.
>
>
> If you do not get results than most likely because your dataset does not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
> values.
>
> You can test queries by
>
> * going to  http://localhost:8080/entityhub/site/{your-site}/find
> * empty the "LDPath:" formular field
> * add the name of an Entity you know that it exist in your vocabulary to "Name:"
>
> * If there are no results than empty the Language and try again.
> * If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.
>
> After setting the "Field:" field of the from to the correct property you should see the expected results.
>
> Please validate that "xml:lang" values are correct. If no "xml:lang"
> values are present, than it is also OK
>
> Configuring the value of the "Field:" as value of the "Label Field:"
> property of the KeywordLinkingEngine [1] you should be able to extract your entities from Text parsed to the Stanbol Enhancer
>
>
> hope this helps
> best
> Rupert
>
> [1] http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/engines/keywordlinkingengine.html
>
>> Is there something that I should do and that isn't in documentation?
>>
>> I've tried every configuration and it’s a bit frustrating.
>>
>
> --
> | Rupert Westenthaler             rupert.westenthaler@gmail.com
> | Bodenlehenstraße 11                             ++43-699-11108907
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

RE: Creating the index failure

Posted by Gniewosław Rzepka <Gn...@makolab.net>.
Thanks for quick response!

> The only properties you want to change are
OK, I have already done this, but this still won't work.

> If you do not get results than most likely because your dataset does not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
My dataset has this property.

Test queries calls result:
" error - Unable to Query Site 'poland' (message: Unable to execute query on Cache polandIndex because it is currently not active)"

The question is:
-Do I have to create <<Apache Stanbol Entityhub Referenced Site Configuration>> value after bundle installation? Is that correct, what should I set into Cache ID property? (Bundle is active already!)
-Is that matters if I'm creating <<{name}.solrindex.zip>> with " org.apache.stanbol.entityhub.indexing.genericrdf-0.10.1-incubating-SNAPSHOT-jar-with-dependencies.jar" tool release  for stanbol-0.9.0? (I didn't notice any differences between 0.9.0 and 0.10.0 versions in this case - it's still won’t work for these two - but I've found note saying that version 0.9.0 is more stable.)

Thanks for your support!
Gniewoslaw

-----Original Message-----
From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com] 
Sent: Monday, September 17, 2012 3:03 PM
To: stanbol-dev@incubator.apache.org
Subject: Re: Creating the index failure

Hi,

sorry for the late response, but I was offline the last few days.

> There is mystery to me, but even if my site is accessible I still 
> can't get positive result in enhancer. It looks like engines like 
> Keyword Linking or Named Entity does not communicate with my site.
>

Typically the default configuration of the KeywordlinkingEngine [1] works fine. The only properties you want to change are

* Name
* Referenced Site: to the name of your Entityhub ReferencedSite you want to use

properties you might need to change

* Label Field: If your entities do not define rdfs:label, than you will need to change this to the property that holds the labels for your data. The best is to configure the full URI of the property.
* Default Matching Language: If your data do not define the correct language tags for labels, than you might want to add here the language defined for the labels in your dataset.


If you do not get results than most likely because your dataset does not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
values.

You can test queries by

* going to  http://localhost:8080/entityhub/site/{your-site}/find
* empty the "LDPath:" formular field
* add the name of an Entity you know that it exist in your vocabulary to "Name:"

* If there are no results than empty the Language and try again.
* If there are still no results that you do not have values for rdfs:label and you will need to configure the property that does hold the labels in your vocabulary.

After setting the "Field:" field of the from to the correct property you should see the expected results.

Please validate that "xml:lang" values are correct. If no "xml:lang"
values are present, than it is also OK

Configuring the value of the "Field:" as value of the "Label Field:"
property of the KeywordLinkingEngine [1] you should be able to extract your entities from Text parsed to the Stanbol Enhancer


hope this helps
best
Rupert

[1] http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/engines/keywordlinkingengine.html

> Is there something that I should do and that isn't in documentation?
>
> I've tried every configuration and it’s a bit frustrating.
>

-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Re: Creating the index failure

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi,

sorry for the late response, but I was offline the last few days.

> There is mystery to me, but even if my site is accessible I
> still can't get positive result in enhancer. It looks like engines
> like Keyword Linking or Named Entity does not communicate
> with my site.
>

Typically the default configuration of the KeywordlinkingEngine [1]
works fine. The only properties you want to change are

* Name
* Referenced Site: to the name of your Entityhub ReferencedSite you want to use

properties you might need to change

* Label Field: If your entities do not define rdfs:label, than you
will need to change this to the property that holds the labels for
your data. The best is to configure the full URI of the property.
* Default Matching Language: If your data do not define the correct
language tags for labels, than you might want to add here the language
defined for the labels in your dataset.


If you do not get results than most likely because your dataset does
not define rdfs:label (http://www.w3.org/2000/01/rdf-schema#label)
values.

You can test queries by

* going to  http://localhost:8080/entityhub/site/{your-site}/find
* empty the "LDPath:" formular field
* add the name of an Entity you know that it exist in your vocabulary to "Name:"

* If there are no results than empty the Language and try again.
* If there are still no results that you do not have values for
rdfs:label and you will need to configure the property that does hold
the labels in your vocabulary.

After setting the "Field:" field of the from to the correct property
you should see the expected results.

Please validate that "xml:lang" values are correct. If no "xml:lang"
values are present, than it is also OK

Configuring the value of the "Field:" as value of the "Label Field:"
property of the KeywordLinkingEngine [1] you should be able to extract
your entities from Text parsed to the Stanbol Enhancer


hope this helps
best
Rupert

[1] http://incubator.apache.org/stanbol/docs/trunk/components/enhancer/engines/keywordlinkingengine.html

> Is there something that I should do and that isn't in
> documentation?
>
> I've tried every configuration and it’s a bit frustrating.
>

-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

RE: Creating the index failure

Posted by Gniewosław Rzepka <Gn...@makolab.net>.
Is it possible to find solve for this error?

From: Gniewosław Rzepka
Sent: Friday, September 14, 2012 11:49 AM
To: stanbol-dev@incubator.apache.org
Subject: RE: Creating the index failure


Dear Rupert,

There is mystery to me, but even if my site is accessible I still can't get positive result in enhancer. It looks like engines like Keyword Linking or Named Entity does not communicate with my site.

Is there something that I should do and that isn't in documentation?

I've tried every configuration and it’s a bit frustrating.

Best

Gniewoslaw



-----Original Message-----
From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]<mailto:[mailto:rupert.westenthaler@gmail.com]>
Sent: Wednesday, September 12, 2012 10:20 PM
To: stanbol-dev@incubator.apache.org<ma...@incubator.apache.org>
Subject: Re: Creating the index failure



Hi,



good to hear that it finally worked.



> If so, do I need to provide Sparql query endpoint and referenceable entities (<<Entity Prefix(es)>> and <<Entity Prefix(es)>> properties on <<Apache Stanbol Entityhub Referenced Site Configuration>>)?



If you refer to the configuration of your ReferencedSite: Entity

Prefix(es) are optional; Access URI and Query Service URI are optional if Cache Strategy is "all" (what is the case for your site).



> Log file ("{stanbol-working-dir}/stanbol/logs/error.log") already after deploying stanbol.war file in Tomcat application server contain errors.



This is expected. A lot of EnhancementEngines (geonames.org, zemanta, calais, CELI ...) require to user/pwd configuration. If you want to use those Engines you will need to add those information in the Engines Configuration otherwise you can ignore those messages.



> Is there a chance to get Stanbol docs in pdf format?



I am not aware of a PDF version. But If someone knows a nice tool that creates nice PDF files from Markdown files this should not be a big problem.



best

Rupert



On Wed, Sep 12, 2012 at 5:24 PM, Gniewosław Rzepka <Gn...@makolab.net>> wrote:

> Dear Rupert,

>

> Finally I've got positive result, but I'm not sure if I'm doing it correctly.

>

> After installation and activation bundle I have added <<Entityhub Referenced Site Configuration>> in my system console and it's working at this moment, I mean I can access to my site via http://{stanbol-instance}/entityhub/site/{name}<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d%3chttp:/%7bstanbol-instance%7d/entityhub/site/%7bname%7d>>.

>

> curl -H "Accept: application/rdf+xml" "http://193.239.136.89:8080/stan/entityhub/site/{name}<http://193.239.136.89:8080/stan/entityhub/site/%7bname%7d>" also sends correct result.

>

>

>

> The question is: am I'm doing this right?

>

> If so, do I need to provide Sparql query endpoint and referenceable entities (<<Entity Prefix(es)>> and <<Entity Prefix(es)>> properties on <<Apache Stanbol Entityhub Referenced Site Configuration>>)?

>

>

>

> Log file ("{stanbol-working-dir}/stanbol/logs/error.log") already after deploying stanbol.war file in Tomcat application server contain errors. After indexing process there wasn't nothing new, but a I thought you will be interested, so:

>

>

>

> 12.09.2012 12:55:56.980 *ERROR* [FelixStartLevel]

> org.apache.stanbol.enhancer.engines.geonames

> [org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancement

> Engine] Component instance could not be created, activation failed

>

>

>

> 12.09.2012 12:55:57.031 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.opencalais [org.apache.stanbol.enhancer.engines.opencalais.impl.OpenCalaisEngine] The activate method has thrown an exception (org.osgi.service.cm.ConfigurationException: org.apache.stanbol.enhancer.engines.opencalais.license : OpenCalaisEngine : please configure a OpenCalais License key to use this engine (e.g. byusing the 'Configuration' tab of the Apache Felix Web Console).) org.osgi.service.cm.ConfigurationException: org.apache.stanbol.enhancer.engines.opencalais.license : OpenCalaisEngine : please configure a OpenCalais License key to use this engine (e.g. byusing the 'Configuration' tab of the Apache Felix Web Console).

>

>

>

> and much much more.

>

> If you want I’ll send you error.log file which contain all of them.

>

>

>

> With greetings

>

> Gniewosław

>

>

>

> P.S.

>

> Is there a chance to get Stanbol docs in pdf format?

>

>

>

> -----Original Message-----

> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]<mailto:[mailto:rupert.westenthaler@gmail.com]>

> Sent: Tuesday, September 11, 2012 7:38 PM

> To: stanbol-dev@incubator.apache.org<ma...@incubator.apache.org>

> Subject: Re: Creating the index failure

>

>

>

> Hi Gniewosław,

>

>

>

> If you have

>

>

>

> * installed and activated the Bundle

>

> * copied the {name}.solrindex.zip file to the datafiles directory

>

>

>

> than the your data should be accessible at http://{stanbol-instance}/entityhub/site/{name}<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d%3chttp:/%7bstanbol-instance%7d/entityhub/site/%7bname%7d>>. If this is not the case than there is some kind of problem.

>

>

>

> Please try to spot/activate the "org.apache.stanbol.data.sites.{name}"

>

> bundle via the OSGI console.

>

>

>

> What {name} do you use because some names like "local" or "entityhub"

>

> are not allowed.

>

>

>

> If this does not help than it would be great if you could have a look at the log file ("{stanbol-working-dir}/stanbol/logs/error.log").

>

> maybe this log contains some hints about your problem.

>

>

>

>

>

> On Tue, Sep 11, 2012 at 4:21 PM, Gniewosław Rzepka <Gn...@makolab.net>>> wrote:

>

>> I'm 100 % sure that bundle has status "Active".

>

>> There is no information about explicit time required for index creating, but I suspect that it do not need than 10 minutes for 400 triples dataset. Even 1 hour doesn't makes differences.

>

>>

>

>

>

> Initialization time depends on the size of the index. Typically you can expect ~20MByte/sec. So an Index with 1GByte will take about a minute or so.

>

>

>

>> Also, after a first query is asked, the Apache Stanbol will be creating index cache on the disk ( stanbol-dir/stanbol/indexes/default/ ), which may take some time.

>

>> During this time, asked queries result with Cache Yard error.

>

>

>

> This is an important differentiation. If the site with {name} is not

> available (typically when the Bundle is not active) you will get a

>

> "404 - Not Found". If the Data are not available (maybe because the {name}.solrindex.zip file is not in the datafiles directory, the initialization is not yet completed or there where some error during initialization, than you will see an Exception telling you about a Cache error.

>

>

>

> best

>

> Rupert

>

>

>

> --

>

> | Rupert Westenthaler             rupert.westenthaler@gmail.com<ma...@gmail.com>>

>

> | Bodenlehenstraße 11                             ++43-699-11108907

>

> | A-5500 Bischofshofen







--

| Rupert Westenthaler             rupert.westenthaler@gmail.com<ma...@gmail.com>

| Bodenlehenstraße 11                             ++43-699-11108907

| A-5500 Bischofshofen

Re: Creating the index failure

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi,

good to hear that it finally worked.

> If so, do I need to provide Sparql query endpoint and referenceable entities (<<Entity Prefix(es)>> and <<Entity Prefix(es)>> properties on <<Apache Stanbol Entityhub Referenced Site Configuration>>)?

If you refer to the configuration of your ReferencedSite: Entity
Prefix(es) are optional; Access URI and Query Service URI are optional
if Cache Strategy is "all" (what is the case for your site).

> Log file ("{stanbol-working-dir}/stanbol/logs/error.log") already after deploying stanbol.war file in Tomcat application server contain errors.

This is expected. A lot of EnhancementEngines (geonames.org, zemanta,
calais, CELI ...) require to user/pwd configuration. If you want to
use those Engines you will need to add those information in the
Engines Configuration otherwise you can ignore those messages.

> Is there a chance to get Stanbol docs in pdf format?

I am not aware of a PDF version. But If someone knows a nice tool that
creates nice PDF files from Markdown files this should not be a big
problem.

best
Rupert

On Wed, Sep 12, 2012 at 5:24 PM, Gniewosław Rzepka
<Gn...@makolab.net> wrote:
> Dear Rupert,
>
> Finally I've got positive result, but I'm not sure if I'm doing it correctly.
>
> After installation and activation bundle I have added <<Entityhub Referenced Site Configuration>> in my system console and it's working at this moment, I mean I can access to my site via http://{stanbol-instance}/entityhub/site/{name}<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d>.
>
> curl -H "Accept: application/rdf+xml" "http://193.239.136.89:8080/stan/entityhub/site/{name}" also sends correct result.
>
>
>
> The question is: am I'm doing this right?
>
> If so, do I need to provide Sparql query endpoint and referenceable entities (<<Entity Prefix(es)>> and <<Entity Prefix(es)>> properties on <<Apache Stanbol Entityhub Referenced Site Configuration>>)?
>
>
>
> Log file ("{stanbol-working-dir}/stanbol/logs/error.log") already after deploying stanbol.war file in Tomcat application server contain errors. After indexing process there wasn't nothing new, but a I thought you will be interested, so:
>
>
>
> 12.09.2012 12:55:56.980 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.geonames [org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine] Component instance could not be created, activation failed
>
>
>
> 12.09.2012 12:55:57.031 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.opencalais [org.apache.stanbol.enhancer.engines.opencalais.impl.OpenCalaisEngine] The activate method has thrown an exception (org.osgi.service.cm.ConfigurationException: org.apache.stanbol.enhancer.engines.opencalais.license : OpenCalaisEngine : please configure a OpenCalais License key to use this engine (e.g. byusing the 'Configuration' tab of the Apache Felix Web Console).) org.osgi.service.cm.ConfigurationException: org.apache.stanbol.enhancer.engines.opencalais.license : OpenCalaisEngine : please configure a OpenCalais License key to use this engine (e.g. byusing the 'Configuration' tab of the Apache Felix Web Console).
>
>
>
> and much much more.
>
> If you want I’ll send you error.log file which contain all of them.
>
>
>
> With greetings
>
> Gniewosław
>
>
>
> P.S.
>
> Is there a chance to get Stanbol docs in pdf format?
>
>
>
> -----Original Message-----
> From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
> Sent: Tuesday, September 11, 2012 7:38 PM
> To: stanbol-dev@incubator.apache.org
> Subject: Re: Creating the index failure
>
>
>
> Hi Gniewosław,
>
>
>
> If you have
>
>
>
> * installed and activated the Bundle
>
> * copied the {name}.solrindex.zip file to the datafiles directory
>
>
>
> than the your data should be accessible at http://{stanbol-instance}/entityhub/site/{name}<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d>. If this is not the case than there is some kind of problem.
>
>
>
> Please try to spot/activate the "org.apache.stanbol.data.sites.{name}"
>
> bundle via the OSGI console.
>
>
>
> What {name} do you use because some names like "local" or "entityhub"
>
> are not allowed.
>
>
>
> If this does not help than it would be great if you could have a look at the log file ("{stanbol-working-dir}/stanbol/logs/error.log").
>
> maybe this log contains some hints about your problem.
>
>
>
>
>
> On Tue, Sep 11, 2012 at 4:21 PM, Gniewosław Rzepka <Gn...@makolab.net>> wrote:
>
>> I'm 100 % sure that bundle has status "Active".
>
>> There is no information about explicit time required for index creating, but I suspect that it do not need than 10 minutes for 400 triples dataset. Even 1 hour doesn't makes differences.
>
>>
>
>
>
> Initialization time depends on the size of the index. Typically you can expect ~20MByte/sec. So an Index with 1GByte will take about a minute or so.
>
>
>
>> Also, after a first query is asked, the Apache Stanbol will be creating index cache on the disk ( stanbol-dir/stanbol/indexes/default/ ), which may take some time.
>
>> During this time, asked queries result with Cache Yard error.
>
>
>
> This is an important differentiation. If the site with {name} is not available (typically when the Bundle is not active) you will get a
>
> "404 - Not Found". If the Data are not available (maybe because the {name}.solrindex.zip file is not in the datafiles directory, the initialization is not yet completed or there where some error during initialization, than you will see an Exception telling you about a Cache error.
>
>
>
> best
>
> Rupert
>
>
>
> --
>
> | Rupert Westenthaler             rupert.westenthaler@gmail.com<ma...@gmail.com>
>
> | Bodenlehenstraße 11                             ++43-699-11108907
>
> | A-5500 Bischofshofen



-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

RE: Creating the index failure

Posted by Gniewosław Rzepka <Gn...@makolab.net>.
Dear Rupert,

Finally I've got positive result, but I'm not sure if I'm doing it correctly.

After installation and activation bundle I have added <<Entityhub Referenced Site Configuration>> in my system console and it's working at this moment, I mean I can access to my site via http://{stanbol-instance}/entityhub/site/{name}<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d>.

curl -H "Accept: application/rdf+xml" "http://193.239.136.89:8080/stan/entityhub/site/{name}" also sends correct result.



The question is: am I'm doing this right?

If so, do I need to provide Sparql query endpoint and referenceable entities (<<Entity Prefix(es)>> and <<Entity Prefix(es)>> properties on <<Apache Stanbol Entityhub Referenced Site Configuration>>)?



Log file ("{stanbol-working-dir}/stanbol/logs/error.log") already after deploying stanbol.war file in Tomcat application server contain errors. After indexing process there wasn't nothing new, but a I thought you will be interested, so:



12.09.2012 12:55:56.980 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.geonames [org.apache.stanbol.enhancer.engines.geonames.impl.LocationEnhancementEngine] Component instance could not be created, activation failed



12.09.2012 12:55:57.031 *ERROR* [FelixStartLevel] org.apache.stanbol.enhancer.engines.opencalais [org.apache.stanbol.enhancer.engines.opencalais.impl.OpenCalaisEngine] The activate method has thrown an exception (org.osgi.service.cm.ConfigurationException: org.apache.stanbol.enhancer.engines.opencalais.license : OpenCalaisEngine : please configure a OpenCalais License key to use this engine (e.g. byusing the 'Configuration' tab of the Apache Felix Web Console).) org.osgi.service.cm.ConfigurationException: org.apache.stanbol.enhancer.engines.opencalais.license : OpenCalaisEngine : please configure a OpenCalais License key to use this engine (e.g. byusing the 'Configuration' tab of the Apache Felix Web Console).



and much much more.

If you want I’ll send you error.log file which contain all of them.



With greetings

Gniewosław



P.S.

Is there a chance to get Stanbol docs in pdf format?



-----Original Message-----
From: Rupert Westenthaler [mailto:rupert.westenthaler@gmail.com]
Sent: Tuesday, September 11, 2012 7:38 PM
To: stanbol-dev@incubator.apache.org
Subject: Re: Creating the index failure



Hi Gniewosław,



If you have



* installed and activated the Bundle

* copied the {name}.solrindex.zip file to the datafiles directory



than the your data should be accessible at http://{stanbol-instance}/entityhub/site/{name}<http://%7bstanbol-instance%7d/entityhub/site/%7bname%7d>. If this is not the case than there is some kind of problem.



Please try to spot/activate the "org.apache.stanbol.data.sites.{name}"

bundle via the OSGI console.



What {name} do you use because some names like "local" or "entityhub"

are not allowed.



If this does not help than it would be great if you could have a look at the log file ("{stanbol-working-dir}/stanbol/logs/error.log").

maybe this log contains some hints about your problem.





On Tue, Sep 11, 2012 at 4:21 PM, Gniewosław Rzepka <Gn...@makolab.net>> wrote:

> I'm 100 % sure that bundle has status "Active".

> There is no information about explicit time required for index creating, but I suspect that it do not need than 10 minutes for 400 triples dataset. Even 1 hour doesn't makes differences.

>



Initialization time depends on the size of the index. Typically you can expect ~20MByte/sec. So an Index with 1GByte will take about a minute or so.



> Also, after a first query is asked, the Apache Stanbol will be creating index cache on the disk ( stanbol-dir/stanbol/indexes/default/ ), which may take some time.

> During this time, asked queries result with Cache Yard error.



This is an important differentiation. If the site with {name} is not available (typically when the Bundle is not active) you will get a

"404 - Not Found". If the Data are not available (maybe because the {name}.solrindex.zip file is not in the datafiles directory, the initialization is not yet completed or there where some error during initialization, than you will see an Exception telling you about a Cache error.



best

Rupert



--

| Rupert Westenthaler             rupert.westenthaler@gmail.com<ma...@gmail.com>

| Bodenlehenstraße 11                             ++43-699-11108907

| A-5500 Bischofshofen

Re: Creating the index failure

Posted by Rupert Westenthaler <ru...@gmail.com>.
Hi Gniewosław,

If you have

* installed and activated the Bundle
* copied the {name}.solrindex.zip file to the datafiles directory

than the your data should be accessible at
http://{stanbol-instance}/entityhub/site/{name}. If this is not the
case than there is some kind of problem.

Please try to spot/activate the "org.apache.stanbol.data.sites.{name}"
bundle via the OSGI console.

What {name} do you use because some names like "local" or "entityhub"
are not allowed.

If this does not help than it would be great if you could have a look
at the log file ("{stanbol-working-dir}/stanbol/logs/error.log").
maybe this log contains some hints about your problem.


On Tue, Sep 11, 2012 at 4:21 PM, Gniewosław Rzepka
<Gn...@makolab.net> wrote:
> I'm 100 % sure that bundle has status "Active".
> There is no information about explicit time required for index creating, but I suspect that it do not need than 10 minutes for 400 triples dataset. Even 1 hour doesn't makes differences.
>

Initialization time depends on the size of the index. Typically you
can expect ~20MByte/sec. So an Index with 1GByte will take about a
minute or so.

> Also, after a first query is asked, the Apache Stanbol will be creating index cache on the disk ( stanbol-dir/stanbol/indexes/default/ ), which may take some time.
> During this time, asked queries result with Cache Yard error.

This is an important differentiation. If the site with {name} is not
available (typically when the Bundle is not active) you will get a
"404 - Not Found". If the Data are not available (maybe because the
{name}.solrindex.zip file is not in the datafiles directory, the
initialization is not yet completed or there where some error during
initialization, than you will see an Exception telling you about a
Cache error.

best
Rupert

-- 
| Rupert Westenthaler             rupert.westenthaler@gmail.com
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

RE: Creating the index failure

Posted by Gniewosław Rzepka <Gn...@makolab.net>.
Hi Maciek,
Thanks for fast feedback!

I'm 100 % sure that bundle has status "Active". 
There is no information about explicit time required for index creating, but I suspect that it do not need than 10 minutes for 400 triples dataset. Even 1 hour doesn't makes differences.


Best regards  
Gniewosław Rzepka

-----Original Message-----
From: Maciek Sykulski [mailto:macieksk@gmail.com] 
Sent: Tuesday, September 11, 2012 4:00 PM
To: stanbol-dev@incubator.apache.org
Subject: Re: Creating the index failure

Hi Gniewosław,

Make sure that the newly installed index bundle has status "Active" under http://localhost:8080/system/console/bundles
The default is for the bundle to be stopped after installation.

Also, after a first query is asked, the Apache Stanbol will be creating index cache on the disk ( stanbol-dir/stanbol/indexes/default/ ), which may take some time.
During this time, asked queries result with Cache Yard error.

Best
Maciek

2012/9/11 Gniewosław Rzepka <Gn...@makolab.net>

>  Trying to create index for custom vocabulary I’ve got an issue: it’s 
> impossible to reference to indexed site on 
> http://{stanbol-instance}/entityhub/site/{name}
> after bundle installation.****
>
> I was trying to create new index according to ‘step-by-step’ 
> instruction under 
> http://incubator.apache.org/stanbol/docs/trunk/customvocabulary.html
> .****
>
> I’m working with 0.10.0 version.****
>
> ** **
>
> I'll be very thankful for your support.****
>
> ** **
>
> ** **
>
> Gniewosław Rzepka****
>
> Specjalista ds. technologii Semantic Web / Semantic Technology 
> Specialist*
> ***
>
> ** **
>
> e: *gniewoslaw.rzepka@makolab.net*****
>
> t: +48 42 683 74 69****
>
> <http://www.makolab.pl/>****
>
> MakoLab S.A.****
>
> ul. Demokratyczna 46, 93-430 Łódź
> www.makolab.pl
>
> ****
>
> Spółka zarejestrowana w Krajowym Rejestrze Sądowym przez Sąd Rejonowy 
> dla Łodzi - Śródmieścia w Łodzi XX Wydział Krajowego Rejestru Sądowego 
> pod numerem KRS 0000289179. Wysokość kapitału zakładowego wynosi 707 473 PLN.
> Kapitał zakładowy został wpłacony w całości. NIP 7250015526, REGON
> 471343117.****
>
> Wiadomość ta jest przeznaczona jedynie dla osoby lub podmiotu będącego 
> jej adresatem i może zawierać poufne lub uprzywilejowane informacje. 
> Zakazane jest przeglądanie, przesyłanie, rozpowszechnianie lub inne 
> wykorzystywanie tych informacji, jak również podejmowanie działań na 
> ich podstawie, przez osoby lub podmioty inne niż zamierzony adresat. 
> Jeśli otrzymali Państwo tę wiadomość przez pomyłkę, prosimy o 
> poinformowanie nadawcy i usunięcie jej z
> komputera.****
>
> The information transmitted is intended only for the person or entity 
> to which it is addressed and may contain confidential or privileged material.
> Any review, retransmission, dissemination or other use of, or taking 
> of any action in reliance upon, this information by persons or 
> entities other than the intended recipient is prohibited. If you 
> received this in error, please notify the sender and delete the 
> material from your computer.****
>
> ** **
>

Re: Creating the index failure

Posted by Maciek Sykulski <ma...@gmail.com>.
Hi Gniewosław,

Make sure that the newly installed index bundle has status "Active" under
http://localhost:8080/system/console/bundles
The default is for the bundle to be stopped after installation.

Also, after a first query is asked, the Apache Stanbol will be creating
index cache on the disk ( stanbol-dir/stanbol/indexes/default/ ), which may
take some time.
During this time, asked queries result with Cache Yard error.

Best
Maciek

2012/9/11 Gniewosław Rzepka <Gn...@makolab.net>

>  Trying to create index for custom vocabulary I’ve got an issue: it’s
> impossible to reference to indexed site on http://{stanbol-instance}/entityhub/site/{name}
> after bundle installation.****
>
> I was trying to create new index according to ‘step-by-step’ instruction
> under http://incubator.apache.org/stanbol/docs/trunk/customvocabulary.html
> .****
>
> I’m working with 0.10.0 version.****
>
> ** **
>
> I'll be very thankful for your support.****
>
> ** **
>
> ** **
>
> Gniewosław Rzepka****
>
> Specjalista ds. technologii Semantic Web / Semantic Technology Specialist*
> ***
>
> ** **
>
> e: *gniewoslaw.rzepka@makolab.net*****
>
> t: +48 42 683 74 69****
>
> <http://www.makolab.pl/>****
>
> MakoLab S.A.****
>
> ul. Demokratyczna 46, 93-430 Łódź
> www.makolab.pl
>
> ****
>
> Spółka zarejestrowana w Krajowym Rejestrze Sądowym przez Sąd Rejonowy dla
> Łodzi - Śródmieścia w Łodzi XX Wydział Krajowego Rejestru Sądowego pod
> numerem KRS 0000289179. Wysokość kapitału zakładowego wynosi 707 473 PLN.
> Kapitał zakładowy został wpłacony w całości. NIP 7250015526, REGON
> 471343117.****
>
> Wiadomość ta jest przeznaczona jedynie dla osoby lub podmiotu będącego jej
> adresatem i może zawierać poufne lub uprzywilejowane informacje. Zakazane
> jest przeglądanie, przesyłanie, rozpowszechnianie lub inne wykorzystywanie
> tych informacji, jak również podejmowanie działań na ich podstawie, przez
> osoby lub podmioty inne niż zamierzony adresat. Jeśli otrzymali Państwo tę
> wiadomość przez pomyłkę, prosimy o poinformowanie nadawcy i usunięcie jej z
> komputera.****
>
> The information transmitted is intended only for the person or entity to
> which it is addressed and may contain confidential or privileged material.
> Any review, retransmission, dissemination or other use of, or taking of any
> action in reliance upon, this information by persons or entities other than
> the intended recipient is prohibited. If you received this in error, please
> notify the sender and delete the material from your computer.****
>
> ** **
>