torquebox / backstage

Queue/Topic/Job viewer for TorqueBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unexpected file in Infinispan cache store

rurounijones opened this issue · comments

Running Torquebox 2.0.3 in standalone-ha mode with an installed backstage results in the following warning message being created.

09:24:01,818 WARN  [org.infinispan.loaders.file.FileCacheStore] (Scheduled-eviction-thread-0) ISPN000163: FileCacheStore ignored an unexpected file backstage in path C:\torquebox-current\jboss\standalone\data\web\default-host. The store path should be dedicated!

I checked and there is a backstage folder being put in that directory but it is always empty.

@rurounijones - this is a known bug in AS7 and not with TorqueBox or Backstage specifically. We're tracking it with https://issues.jboss.org/browse/TORQUE-782, which likely won't get fixed until TorqueBox 2.1. There is a workaround there to at least silence the log. You shouldn't see an issue while the apps are deployed, but Backstage may stop working (and require a redeploy) if the app deployed at '/' is undeployed.

Didn't think to look at the main torquebox JIRA since it looked like a backstage problem. Thanks for the information, I will keep an eye on that.