Re: [Owlim-discussion] pending write reached

2012-11-21 Thread damyan

hi Nico,

that means that at least 'PendigWritesLimit' updates are waiting to be 
processed due to some long running one still not finished ... or because 
of the said replication you are talking about.


there is no way to flush/discard the pending updates. They will wait 
until processed or until the 'Timeout' value is reached.


HTH
Dmayan Ognyanov
Ontotext AD

On 11/19/2012 1:43 PM, Broccoli Nico wrote:


hi,

in my owlim enterprise 5.2 ,

when i try to update , system respond to me pending write reached,

In jmxconsole i see pendingwritelimit and pendingwrite equals to 1000,

(we just finish replicate between worker)

How can i flush or free or delete this pending write ?

thanks

nico




Le informazioni contenute nella presente e-mail potrebbero essere 
confidenziali e sono dirette unicamente ai destinatari sopra indicati. 
In caso di ricezione da parte di persona diversa è vietato qualunque 
tipo di distribuzione o copia. Chi riceva questo messaggio per errore 
è pregato di inoltrarlo al mittente e di distruggere questa e-mail.


This e-mail may contain confidential information and is intended only 
for the use of the addressee(s) named above. If the reader of this 
message is not the intended recipient of this message, please note 
that distribution or copying of this communication is forbidden. 
Anyone who receives this communication in error should return it 
immediately to the sender and destroy the message.



___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


Re: [Owlim-discussion] openrdf-sesame server starting issue

2012-11-21 Thread damyan

Hi Nazmul,

the openrdf-sesame app will be initialized automatically when the 
workbench connects to it or you may access the main page at 
http://localhost:8081/openrdf-sesame/home/overview.view


the workbench uses XLT's to create repositories. The war file 
distributed with Owlim SE has a SE specific XLT named 
create-owlim-se.xsl within the 'transformations' folder of the deployed 
openrdf-workbench app. Check if you are using the right WAR file. There 
are other ways to create remote repositories, either using the Sesame 
console or by directly manipulating the SYSTEM repository as it is done 
within the example at:

http://owlim.ontotext.com/display/OWLIMv53/OWLIM+FAQ#OWLIMFAQ-HowcanIscript%28automate%29thecreationofremoterepositories%3F

not sure about tutorial but the online documentation is available at:
http://owlim.ontotext.com/display/OWLIMv53

regards,
Damyan Ognyanov
Ontotext AD


On 11/18/2012 2:00 AM, HUSSAIN, N (Student) wrote:


Hi,

I have installed OWLIM-SE. I can start workbench using the following 
URL: http://localhost:8080/openrdf-workbench/ 
http://localhost:8080/openrdf-workbench/


But I cannot start the server using this URL: 
http://localhost:8080/openrdf-sesame. A http error status error 404 
appear. However, after starting the server using openrdf-workbench, I 
tried to create new repository but 'OWLIM-SE' is not available in the 
drop-down list. Please help.


Is there any online tutorial available for OWLIM-SE?

Kind regards

Nazmul



___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


[Owlim-discussion] OWLIM 5.3 - SPARQL and math functions

2012-11-21 Thread Fabian Cretton
Hi,
 
Is there anyway to use math functions (as square root) in SPARQL queries with 
OWLIM 5.3 ?
 
If not, is it something planned or not to count on in a near future ?
 
Thanks for the information
Fabian
___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


Re: [Owlim-discussion] OWLIM 5.3 - SPARQL and math functions

2012-11-21 Thread Marek Šurek
Hi,
there are two options, as long as I know. 

The first one is to try BIND((?a * ?a) AS ?aSquared)

The second one could be to implement own Sesame SPARQL function(if you need 
complex math function as logarithms etc.). It is quite easy to implement and 
then insert into lib folder in server :
http://rivuli-development.com/further-reading/sesame-cookbook/creating-custom-sparql-functions/

Hope this helps.

Best regards,
Marek




 From: Fabian Cretton fabian.cret...@hevs.ch
To: owlim-discussion@ontotext.com 
Sent: Wednesday, 21 November 2012, 15:59
Subject: [Owlim-discussion] OWLIM 5.3 - SPARQL and math functions
 

Hi,
 
Is there anyway to use math functions (as square root) in SPARQL queries with 
OWLIM 5.3 ?
 
If not, is it something planned or not to count on in a near future ?
 
Thanks for the information
Fabian
___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


[Owlim-discussion] Rép. : Re: OWLIM 5.3 - SPARQL and math functions

2012-11-21 Thread Fabian Cretton
Thank you for the information, I guess I would need to write my custom
implementation then for square root.
 
But those mathematic function should be so widely used, it seems
strange to me that no one has done that before.
 
thanks
Fabian

 Marek Šurekmarek_su...@yahoo.co.uk 21.11.2012 16:07 
Hi,
there are two options, as long as I know. 

The first one is to try BIND((?a * ?a) AS ?aSquared)

The second one could be to implement own Sesame SPARQL function(if you
need complex math function as logarithms etc.). It is quite easy to
implement and then insert into lib folder in server :
http://rivuli-development.com/further-reading/sesame-cookbook/creating-custom-sparql-functions/

Hope this helps.
Best regards,
Marek

From: Fabian Cretton fabian.cret...@hevs.ch
To: owlim-discussion@ontotext.com 
Sent: Wednesday, 21 November 2012, 15:59
Subject: [Owlim-discussion] OWLIM 5.3 - SPARQL and math functions


Hi,
 
Is there anyway to use math functions (as square root) in SPARQL
queries with OWLIM 5.3 ?
 
If not, is it something planned or not to count on in a near future ?
 
Thanks for the information
Fabian

___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


Re: [Owlim-discussion] Rép. : Re: OWLIM 5.3 - SPARQL and math functions

2012-11-21 Thread Barry Norton


With apologies for slightly missing your point, with my previous answer, 
talking of standards (which SPIN isn't), note what RIF also omits:


http://www.w3.org/2005/rules/wiki/DTB#Numeric_Functions_and_Predicates

Barry


On 21/11/2012 16:52, Barry Norton wrote:


No, the standard SPARQL 1.1 picks out a subset of XQuery/XPath functions.

The standard has omitted sqrt (and a bunch of other useful things)

Barry


On 21/11/2012 16:42, Rakov, Simon wrote:


Hi,

I think that the XQuery/XPath functions are built in to OWLIM, is 
that correct?  However they do not include a sqrt() function.  
Extension function APIs in SPARQL certainly need a standard; this 
strikes me as a significant limitation of the SPARQL language.  There 
is SPIN, but it doesn’t include a sqrt() function either?


OWLIM folks, can you answer the following questions:

1)can you define and run SPIN functions using SPARQL in OWLIM? If so 
how do you set this up?


2)can you please provide us with some sample SPARQL to call an 
XQuery/XPath function?


Thanks

Simon



*Confidentiality Notice: *This message is private and may contain 
confidential and proprietary information. If you have received this 
message in error, please notify us and remove it from your system and 
note that you must not copy, distribute or take any action in 
reliance on it. Any unauthorized use or disclosure of the contents of 
this message is not permitted and may be unlawful.


*From:*owlim-discussion-boun...@ontotext.com 
[mailto:owlim-discussion-boun...@ontotext.com] *On Behalf Of *Fabian 
Cretton

*Sent:* Wednesday, November 21, 2012 10:12 AM
*To:* owlim-discussion@ontotext.com; Marek Šurek
*Subject:* [Owlim-discussion] Rép. : Re: OWLIM 5.3 - SPARQL and math 
functions


Thank you for the information, I guess I would need to write 
my custom implementation then for square root.


But those mathematic function should be so widely used, it seems 
strange to me that no one has done that before.


thanks

Fabian

 Marek Šurekmarek_su...@yahoo.co.uk 21.11.2012 16:07 

Hi,
there are two options, as long as I know.

The first one is to try BIND((?a * ?a) AS ?aSquared)

The second one could be to implement own Sesame SPARQL function(if 
you need complex math function as logarithms etc.). It is quite easy 
to implement and then insert into lib folder in server :

http://rivuli-development.com/further-reading/sesame-cookbook/creating-custom-sparql-functions/

Hope this helps.

Best regards,

Marek



*From:*Fabian Cretton fabian.cret...@hevs.ch
*To:* owlim-discussion@ontotext.com
*Sent:* Wednesday, 21 November 2012, 15:59
*Subject:* [Owlim-discussion] OWLIM 5.3 - SPARQL and math functions



Hi,

Is there anyway to use math functions (as square root) in SPARQL 
queries with OWLIM 5.3 ?


If not, is it something planned or not to count on in a near future ?

Thanks for the information

Fabian


___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com mailto:Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion



___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion




___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion


___
Owlim-discussion mailing list
Owlim-discussion@ontotext.com
http://ontomail.semdata.org/cgi-bin/mailman/listinfo/owlim-discussion