[wildfly-dev] Add persistend store to infinispan via CLI fail

Domenico Briganti dometec at gmail.com
Fri Dec 15 10:08:08 EST 2017


Done, Thanks!

Domenico


Il giorno ven, 15/12/2017 alle 15.44 +0100, Tomaž Cerar ha scritto:
> Yes it should work as well.
>  
> Please create issue in Jira https://issues.jboss.org/projects/WFLY
> And select “clustering” and “domain management” as a component (so it
> can get properly assigned)
>  
> --
> tomaz
>  
> From: Domenico Briganti
> Sent: petek, 15. december 2017 13:37
> To: Tomaž Cerar; wildfly-dev at lists.jboss.org
> Subject: Re: [wildfly-dev] Add persistend store to infinispan via CLI
> fail
>  
> Yes! it work in batch mode. See the attach cli file.
>  
> But it should works also in interactive mode, correct?
>  
>  
> Domenico
>  
>  
> Il giorno ven, 15/12/2017 alle 11.37 +0100, Tomaž Cerar ha scritto:
> > Does it work if you run you commands in batch?
> >  
> > --
> > Tomaž
> >  
> > From: Domenico Briganti
> > Sent: petek, 15. december 2017 09:39
> > To: wildfly-dev at lists.jboss.org
> > Subject: [wildfly-dev] Add persistend store to infinispan via CLI
> > fail
> >  file:///opt/wildfly-11.0.0.Final_Bravo/test.cli
> > Hi all!
> >  
> > I'm trying to configure a persistent file for a local-cache in
> > widlfly-11 via CLI but fail, it however works if I put the
> > configuration directly on standalone.xml:
> >  
> > <local-cache...
> >   <file-store path="authtoken.dat" relative-to="jboss.home.dir"
> > passivation="false" preload="true" purge="false"/>
> >  
> > I try this CLI command in a fresh wildfly-11 installation, and the
> > last
> > fail:
> > [standalone at localhost:9990 /] /subsystem=infinispan/cache-
> > container=reservation:add
> >  
> > {"outcome" => "success"}
> >  
> >  
> > [standalone at localhost:9990 /] /subsystem=infinispan/cache-
> > container=reservation/local-cache=authtoken:add(statistics-
> > enabled=true)
> >  
> > {"outcome" => "success"}
> >  
> >  
> > [standalone at localhost:9990 /] /subsystem=infinispan/cache-
> > container=reservation/local-
> > cache=authtoken/store=file:add(path=authtoken.dat,relative-
> > to=jboss.home.dir,passivation=false,preload=true,purge=true)
> >  
> > {
> >     "outcome" => "failed",
> >     "failure-description" => "WFLYCTL0158: Operation handler
> failed:
> > org.jboss.msc.service.DuplicateServiceException: Service
> > org.wildfly.clustering.infinispan.cache.store.reservation.authtoken
> > is
> > already registered",
> >     "rolled-back" => true
> > }
> >  
> >  
> > Maybe I submit a wrong CLI command?
> >  
> > Thanks,
> > Domenico Briganti
> >  
> >  
> > _______________________________________________
> > wildfly-dev mailing list
> > wildfly-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/wildfly-dev
> >  
>  


More information about the wildfly-dev mailing list