You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by "Ozga, Rafal" <r....@nature.com> on 2012/03/05 12:30:01 UTC

Fuseki version suitable for 2.9.1-incubating-SNAPSHOT

Hi,

I¹ve noticed that Fuseki 0.2.1-incubating is no longer compatible with Jena
Arq 2.9.1-incubating-SNAPSHOT and Jena core 2.7.1-incubating-SNAPSHOT.
Namely, the following exception is being thrown while trying to run Fuseki:

java.lang.NoSuchFieldError: iriFactory
 at 
org.apache.jena.fuseki.validation.IRIValidator.<clinit>(IRIValidator.java:42
)
 at 
org.apache.jena.fuseki.server.SPARQLServer.buildServer(SPARQLServer.java:189
)
 at org.apache.jena.fuseki.server.SPARQLServer.<init>(SPARQLServer.java:82)
 at org.apache.jena.fuseki.FusekiCmd.exec(FusekiCmd.java:373)
 at arq.cmdline.CmdMain.mainMethod(CmdMain.java:97)
 at arq.cmdline.CmdMain.mainRun(CmdMain.java:59)
 at arq.cmdline.CmdMain.mainRun(CmdMain.java:46)
 at org.apache.jena.fuseki.FusekiCmd.main(FusekiCmd.java:101)

What¹s the suitable Fuseki version for the newest Jena snapshots ?

Kind regards, 

Rafal Ozga  

********************************************************************************   
DISCLAIMER: This e-mail is confidential and should not be used by anyone who is
not the original intended recipient. If you have received this e-mail in error
please inform the sender and delete it from your mailbox or any other storage
mechanism. Neither Macmillan Publishers Limited nor any of its agents accept
liability for any statements made which are clearly the sender's own and not
expressly made on behalf of Macmillan Publishers Limited or one of its agents.
Please note that neither Macmillan Publishers Limited nor any of its agents
accept any responsibility for viruses that may be contained in this e-mail or
its attachments and it is your responsibility to scan the e-mail and 
attachments (if any). No contracts may be concluded on behalf of Macmillan 
Publishers Limited or its agents by means of e-mail communication. Macmillan 
Publishers Limited Registered in England and Wales with registered number 785998 
Registered Office Brunel Road, Houndmills, Basingstoke RG21 6XS   
********************************************************************************

Re: Fuseki version suitable for 2.9.1-incubating-SNAPSHOT

Posted by Andy Seaborne <an...@apache.org>.
On 05/03/12 11:30, Ozga, Rafal wrote:
> Hi,
>
> I¹ve noticed that Fuseki 0.2.1-incubating is no longer compatible with Jena
> Arq 2.9.1-incubating-SNAPSHOT and Jena core 2.7.1-incubating-SNAPSHOT.
> Namely, the following exception is being thrown while trying to run Fuseki:
>
> java.lang.NoSuchFieldError: iriFactory
>   at
> org.apache.jena.fuseki.validation.IRIValidator.<clinit>(IRIValidator.java:42
> )
>   at
> org.apache.jena.fuseki.server.SPARQLServer.buildServer(SPARQLServer.java:189
> )
>   at org.apache.jena.fuseki.server.SPARQLServer.<init>(SPARQLServer.java:82)
>   at org.apache.jena.fuseki.FusekiCmd.exec(FusekiCmd.java:373)
>   at arq.cmdline.CmdMain.mainMethod(CmdMain.java:97)
>   at arq.cmdline.CmdMain.mainRun(CmdMain.java:59)
>   at arq.cmdline.CmdMain.mainRun(CmdMain.java:46)
>   at org.apache.jena.fuseki.FusekiCmd.main(FusekiCmd.java:101)
>
> What¹s the suitable Fuseki version for the newest Jena snapshots ?

Fuseki will be released using Jena 2.7.0 / ARQ 2.9.0 / TDB 0.9.0 then 
it'll move to picking up the later snapshots

	Andy

>
> Kind regards,
>
> Rafal Ozga