初学Struts2,项目能正常访问,但后台好像会自动访问不存在的Action

每隔一会儿就自动出个找不到Action的警告,具体警告信息如下:
一月 21, 2017 5:09:55 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace [/] and action name [track] associated with context path []. - [unknown location]

一月 21, 2017 5:09:55 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace [/] and action name [track] associated with context path []. - [unknown location]
一月 21, 2017 5:09:55 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace [/] and action name [re] associated with context path []. - [unknown location]

一月 21, 2017 5:09:56 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace [/] and action name [re] associated with context path []. - [unknown location]

一月 21, 2017 5:10:02 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace [/] and action name [track] associated with context path []. - [unknown location]

一月 21, 2017 5:10:03 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace [/] and action name [track] associated with context path []. - [unknown location]

一月 21, 2017 5:10:03 下午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn
警告: Could not find action or result
There is no Action mapped for namespace [/] and action name [re] associated with context path []. - [unknown location]

你看看配置是不是有问题,然后你看看你运行的tomcat是不是启动了别的项目。

不访问不停地出警告是几个情况,而且显示的Action不是我创建的,肯定找不到?

你使用过滤器了么?返回的是什么页面,用fiddler调试下