MWS exception

Hi,
I am running a loadtest and I get the following exception in the logs. I can not tell exactly what action causes the exception since lots of virtual users are working. Have you encountered this exception?


CEST (webservice : FATAL) - [POP.003.0025] {0} cannot view the content of {1}.
com.webmethods.portal.mech.access.PortalAccessException: [POP.003.0025] {0} cannot view the content of {1}.
	at com.webmethods.portal.mech.access.impl.AccessMechanics.checkAccess(AccessMechanics.java:240)
	at com.webmethods.portal.bizPolicy.command.impl.CommandManager.checkAccess(CommandManager.java:205)
	at com.webmethods.portal.bizPolicy.command.impl.CommandManager.getCommand(CommandManager.java:87)
	at com.webmethods.portal.bizPolicy.command.impl.CommandManager.getCommand(CommandManager.java:65)
	at com.webmethods.portal.bizPolicy.biz.impl.BizPolicy.getCommand(BizPolicy.java:44)
	at com.webmethods.portal.bizPolicy.biz.system.impl.SystemPolicy.getWebServiceCommands(SystemPolicy.java:131)
	at com.webmethods.portal.bizPolicy.biz.impl.BizPolicy.initializeSOAPMappingRegistry(BizPolicy.java:134)
	at com.webmethods.portal.bizPolicy.command.impl.WebServiceHelper.initServiceDesc(WebServiceHelper.java:36)
	at com.webmethods.portal.bizPolicy.biz.impl.BizPolicy.initializeServiceDesc(BizPolicy.java:150)
	at com.webmethods.portal.webservices.handlers.CommandProvider.initServiceDesc(CommandProvider.java:127)
	at org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc(SOAPService.java:286)
	at org.apache.axis.MessageContext.setService(MessageContext.java:816)
	at com.webmethods.portal.webservices.handlers.CommandHandler.setupService(CommandHandler.java:106)
	at com.webmethods.portal.webservices.handlers.CommandHandler.invoke(CommandHandler.java:44)
	at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
	at org.apache.axis.server.AxisServer.invoke(AxisServer.java:249)
	at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
	at com.webmethods.portal.webservices.servlet.PortalAxisServlet.doPost(PortalAxisServlet.java:167)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
	at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
	at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
	at com.webmethods.portal.webservices.auth.BasicAuthFilter.doFilter(BasicAuthFilter.java:75)
	at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
	at com.webmethods.caf.faces.servlet.XSSFilter.doFilter(XSSFilter.java:22)
	at org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
	at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
	at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
	at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
	at com.webmethods.portal.webApplication.WmWebAppContext.handle(WmWebAppContext.java:159)
	at org.mortbay.http.HttpServer.service(HttpServer.java:909)
	at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
	at org.mortbay.http.ajp.AJP13Connection.handleNext(AJP13Connection.java:308)
	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
	at org.mortbay.http.ajp.AJP13Listener.handleConnection(AJP13Listener.java:212)
	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
 CEST (webservice : FATAL) - Exception:
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
 faultSubcode: 
 faultString: [POP.003.0025] {0} cannot view the content of {1}.; nested exception is: 
	com.webmethods.portal.PortalException: [POP.003.0025] {0} cannot view the content of {1}.
 faultActor: 
 faultNode: 
 faultDetail: 
	{http://xml.apache.org/axis/}hostname:some_host_name

br,
Vlad