Re: [Owlim-discussion] Is there a version of owlim jena bridge that would work with arq 2.9.4?

2013-01-20 Thread damyan

Hi Lauri,

The Jena adapter within Owlim 5.3 uses jena 2.7.3 / arq 2.9.3 combo - 
not sure if that helps or if those versions are forward compatible with 
those you are using. See the release notes:


http://owlim.ontotext.com/display/OWLIMv53/OWLIM-SE+Release+notes

regards,
Damyan Ognyanov
Ontotext AD

On 1/17/2013 6:55 PM, Lauri Carlson wrote:

Hello,

I hit the problem below after switching to arq 2.9.4. I am using 
owlim-se-5.2.5563. Is there a version of owlim jena bridge that would 
work with arq 2.9.4?
I use jena-core 2.7.4 and arq 2.9.4. It would harm other things to 
have to downgrade.


Greetings,
Lauri Carlson
University of Helsinki


http://www.mail-archive.com/owlim-discussion@ontotext.com/msg01415.html

Barry Bishop Wed, 22 Feb 2012 11:14:55 -0800

Forwarding reply on behalf of Damyan Onyanov:

Hi Marek,


the error you are getting is due to a version mismatch between the 
jena/arq libraries we use to build our bridge and those you are using. 
In recent versions of ARQ the 
com.hp.hpl.jena.sparql.engine.binding.BindingMap is no longer a 
'normal' class but an interface but in our code we are still trying to 
instantiate it as usually.



So you need to switch to some older versions of jena/arq that works 
with owlim, e.g. jena-2.6.3 and arq-2.8.6 combo for instance - these 
are exact versions we use.



HTH,
Damyan Ognyanov
Ontotext AD

___
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] Cannot delete repository with changed/removed ruleset

2013-01-20 Thread damyan

Hi Marek,

the cause behind this issue is that Sesame framework tries first to 
initialize the repository prior to delete its description from the 
SYSTEM and since init fails due to a missing pie file you are unable to 
proceed.
There are few ways to delete it or alter the configuration directly 
within the SYSTEM repo



look at the examples at:
http://owlim.ontotext.com/display/OWLIMv53/OWLIM+FAQ#OWLIMFAQ-Configuration

or override globally the 'ruleset' parametrer value by using 
-Druleset=



HTH
Damyan

On 1/18/2013 3:33 PM, Marek Ĺ urek wrote:

Hi everyone,
I experienced one situation which I consider not standard. When I change rules 
in .pie files or remove the whole .pie file, I cannot DELETE the repository. It 
ends with following exception :
javax.servlet.ServletException: org.openrdf.repository.RepositoryException: 
Failed to delete repository: org.openrdf.repository.RepositoryException: 
org.openrdf.sail.SailException: Invalid rule set: /path/to/ruleset/rules.pie 
(500)

I think that deleting repository should be allowed whether .pie file exists or 
not or is changed. As long as I again don't know whether Sesame doesnt allow it 
or it should be aimed to OWLIM I send this request here.
The only solution is revert .pie file, delete repository. Is it possible to 
change this behavior?

Best regards,
Marek


___
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