-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Duplicate
-
Affects Version/s: 6.2.0 CE RC2
-
Fix Version/s: 6.2.0 CE RC4, 6.2.0 CE RC5
-
Labels:None
-
Environment:Websphere 7.0.0.25 + MySQL 5. Portal 6.2.x EE GIT ID: e09ba8cf4a12d23f01759fa76db008f402f68ed4.
Plugins 6.2.x GIT ID: 8921cff65b14a0b361ec79c0f10d006a27b31962.
Websphere 8.5.5.2 + MySQL 5. Portal 6.2.x EE GIT ID: e09ba8cf4a12d23f01759fa76db008f402f68ed4.
Plugins 6.2.x GIT ID: 8921cff65b14a0b361ec79c0f10d006a27b31962.Websphere 7.0.0.25 + MySQL 5. Portal 6.2.x EE GIT ID: e09ba8cf4a12d23f01759fa76db008f402f68ed4. Plugins 6.2.x GIT ID: 8921cff65b14a0b361ec79c0f10d006a27b31962. Websphere 8.5.5.2 + MySQL 5. Portal 6.2.x EE GIT ID: e09ba8cf4a12d23f01759fa76db008f402f68ed4. Plugins 6.2.x GIT ID: 8921cff65b14a0b361ec79c0f10d006a27b31962.
-
Fix Priority:5
Deploying the test-pacl-portlet will make the portal unusable. The user will not be able to add anything or access the Control Panel. There is also a stack trace (see below) when the portlet is deployed.
Steps taken:
- In the Websphere 7 Web container custom properties, add this line:
com.ibm.ws.webcontainer.AllowQueryParamWithNoEqual = true
- Start Liferay on Websphere 7.0.0.25.
- Deploy the chat, flash, sample-service-builder, and test-pacl portlets.
- At this point, there is a stacktrace.
9/26/13 11:41:26:913 PDT] 00000039 SystemOut O Loading file:/C:/Program Files/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/liferay-ead7385Node01Cell/test-pacl-portlet.ear/test-pacl-portlet.war/WEB-INF/classes/service.properties [9/26/13 11:41:27:241 PDT] 00000039 SystemOut O Loading file:/C:/Program Files/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/liferay-ead7385Node01Cell/test-pacl-portlet.ear/test-pacl-portlet.war/WEB-INF/classes/service.properties [9/26/13 11:41:27:288 PDT] 00000039 SystemOut O 11:41:27,288 ERROR [SoapConnectorThreadPool : 1][HotDeployImpl:206] com.liferay.portal.kernel.deploy.hot.HotDeployException: Error registering servlet context listeners for test-pacl-portlettest-pacl-portlet com.liferay.portal.kernel.deploy.hot.HotDeployException: Error registering servlet context listeners for test-pacl-portlettest-pacl-portlet at com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener.throwHotDeployException(BaseHotDeployListener.java:46) at com.liferay.portal.deploy.hot.ServletContextListenerHotDeployListener.invokeDeploy(ServletContextListenerHotDeployListener.java:40) at com.liferay.portal.deploy.hot.HotDeployImpl.doFireDeployEvent(HotDeployImpl.java:203) at com.liferay.portal.deploy.hot.HotDeployImpl.fireDeployEvent(HotDeployImpl.java:96) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.liferay.portal.security.lang.DoPrivilegedHandler.doInvoke(DoPrivilegedHandler.java:88) at com.liferay.portal.security.lang.DoPrivilegedHandler.invoke(DoPrivilegedHandler.java:56) at $Proxy45.fireDeployEvent(Unknown Source) at com.liferay.portal.kernel.deploy.hot.HotDeployUtil.fireDeployEvent(HotDeployUtil.java:27) at com.liferay.portal.kernel.servlet.PluginContextListener.fireDeployEvent(PluginContextListener.java:164) at com.liferay.portal.kernel.servlet.PluginContextListener.doPortalInit(PluginContextListener.java:154) at com.liferay.portal.kernel.util.BasePortalLifecycle.portalInit(BasePortalLifecycle.java:44) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:64) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:56) at com.liferay.portal.kernel.util.BasePortalLifecycle.registerPortalLifecycle(BasePortalLifecycle.java:54) at com.liferay.portal.kernel.servlet.PluginContextListener.contextInitialized(PluginContextListener.java:116) at com.liferay.portal.kernel.servlet.SecurePluginContextListener.contextInitialized(SecurePluginContextListener.java:150) at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1717) at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:384) at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:299) at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:100) at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:166) at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:732) at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:617) at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376) at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1127) at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1319) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:611) at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:944) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:740) at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1272) at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5275) at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5453) at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1277) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2048) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:385) at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:328) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:599) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:561) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1184) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773) at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1331) at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118) at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1224) at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:453) at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:288) at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:65) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:733) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:522) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.liferay.portal.deploy.hot.ServletContextListenerHotDeployListener.doInvokeDeploy(ServletContextListenerHotDeployListener.java:77) at com.liferay.portal.deploy.hot.ServletContextListenerHotDeployListener.invokeDeploy(ServletContextListenerHotDeployListener.java:37) ... 72 more Caused by: java.lang.RuntimeException: File is not protected at com.liferay.testpacl.util.TestPACLUtil.testWriteFile(TestPACLUtil.java:115) at com.liferay.testpacl.servlet.TestPACLServletContextListener.<init>(TestPACLServletContextListener.java:28) at java.lang.J9VMInternals.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1325) at com.liferay.portal.kernel.util.InstanceFactory.newInstance(InstanceFactory.java:63) at com.liferay.portal.kernel.util.InstanceFactory.newInstance(InstanceFactory.java:27) at com.liferay.portal.kernel.servlet.SecurePluginContextListener.instantiatingListener(SecurePluginContextListener.java:290) at com.liferay.portal.kernel.servlet.SecurePluginContextListener.instantiatingListeners(SecurePluginContextListener.java:162) ... 78 more [9/26/13 11:41:27:288 PDT] 00000039 SystemOut O 11:41:27,288 INFO [SoapConnectorThreadPool : 1][HookHotDeployListener:686] Registering hook for test-pacl-portlet [9/26/13 11:41:27:288 PDT] 00000039 SystemOut O Loading file:/C:/Program Files/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/liferay-ead7385Node01Cell/test-pacl-portlet.ear/test-pacl-portlet.war/WEB-INF/classes/portal.properties [9/26/13 11:41:27:444 PDT] 00000039 SystemOut O 11:41:27,444 INFO [SoapConnectorThreadPool : 1][HookHotDeployListener:813] Hook for test-pacl-portlet is available for use [9/26/13 11:41:27:460 PDT] 00000039 SystemOut O 11:41:27,460 INFO [SoapConnectorThreadPool : 1][PortletHotDeployListener:343] Registering portlets for test-pacl-portlet [9/26/13 11:41:27:553 PDT] 00000039 SystemOut O 11:41:27,538 ERROR [SoapConnectorThreadPool : 1][HotDeployImpl:206] com.liferay.portal.kernel.deploy.hot.HotDeployException: Error registering portlets for test-pacl-portlettest-pacl-portlet com.liferay.portal.kernel.deploy.hot.HotDeployException: Error registering portlets for test-pacl-portlettest-pacl-portlet at com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener.throwHotDeployException(BaseHotDeployListener.java:46) at com.liferay.portal.deploy.hot.PortletHotDeployListener.invokeDeploy(PortletHotDeployListener.java:127) at com.liferay.portal.deploy.hot.HotDeployImpl.doFireDeployEvent(HotDeployImpl.java:203) at com.liferay.portal.deploy.hot.HotDeployImpl.fireDeployEvent(HotDeployImpl.java:96) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.liferay.portal.security.lang.DoPrivilegedHandler.doInvoke(DoPrivilegedHandler.java:88) at com.liferay.portal.security.lang.DoPrivilegedHandler.invoke(DoPrivilegedHandler.java:56) at $Proxy45.fireDeployEvent(Unknown Source) at com.liferay.portal.kernel.deploy.hot.HotDeployUtil.fireDeployEvent(HotDeployUtil.java:27) at com.liferay.portal.kernel.servlet.PluginContextListener.fireDeployEvent(PluginContextListener.java:164) at com.liferay.portal.kernel.servlet.PluginContextListener.doPortalInit(PluginContextListener.java:154) at com.liferay.portal.kernel.util.BasePortalLifecycle.portalInit(BasePortalLifecycle.java:44) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:64) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:56) at com.liferay.portal.kernel.util.BasePortalLifecycle.registerPortalLifecycle(BasePortalLifecycle.java:54) at com.liferay.portal.kernel.servlet.PluginContextListener.contextInitialized(PluginContextListener.java:116) at com.liferay.portal.kernel.servlet.SecurePluginContextListener.contextInitialized(SecurePluginContextListener.java:150) at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1717) at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:384) at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:299) at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:100) at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:166) at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:732) at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:617) at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376) at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1127) at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1319) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:611) at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:944) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:740) at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1272) at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5275) at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5453) at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1277) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2048) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:385) at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:328) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:599) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:561) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1184) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773) at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1331) at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118) at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1224) at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:453) at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:288) at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:65) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:733) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:522) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646) Caused by: java.lang.RuntimeException: File is not protected at com.liferay.testpacl.util.TestPACLUtil.testWriteFile(TestPACLUtil.java:115) at com.liferay.testpacl.portlet.TestPACLPortlet.<init>(TestPACLPortlet.java:44) at java.lang.J9VMInternals.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1325) at com.liferay.portlet.PortletBagFactory.getPortletInstance(PortletBagFactory.java:416) at com.liferay.portlet.PortletBagFactory.create(PortletBagFactory.java:121) at com.liferay.portal.deploy.hot.PortletHotDeployListener.doInvokeDeploy(PortletHotDeployListener.java:369) at com.liferay.portal.deploy.hot.PortletHotDeployListener.invokeDeploy(PortletHotDeployListener.java:124) ... 72 more [9/26/13 11:41:27:569 PDT] 00000039 SystemOut O 11:41:27,569 ERROR [SoapConnectorThreadPool : 1][BasePortalLifecycle:47] java.lang.RuntimeException: File is not protected java.lang.RuntimeException: File is not protected at com.liferay.testpacl.util.TestPACLUtil.testWriteFile(TestPACLUtil.java:115) at com.liferay.testpacl.servlet.TestPACLServlet.<init>(TestPACLServlet.java:27) at java.lang.J9VMInternals.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1325) at com.liferay.portal.kernel.util.InstanceFactory.newInstance(InstanceFactory.java:63) at com.liferay.portal.kernel.util.InstanceFactory.newInstance(InstanceFactory.java:27) at com.liferay.portal.kernel.servlet.SecureServlet.doPortalInit(SecureServlet.java:101) at com.liferay.portal.kernel.util.BasePortalLifecycle.portalInit(BasePortalLifecycle.java:44) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:64) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:56) at com.liferay.portal.kernel.util.BasePortalLifecycle.registerPortalLifecycle(BasePortalLifecycle.java:54) at com.liferay.portal.kernel.servlet.SecureServlet.init(SecureServlet.java:76) at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:358) at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:171) at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1809) at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:98) at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:714) at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinally(WebApp.java:449) at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:304) at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:100) at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:166) at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:732) at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:617) at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376) at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1127) at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1319) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:611) at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:944) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:740) at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1272) at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5275) at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5453) at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1277) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2048) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:385) at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:328) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:599) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:561) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1184) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773) at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1331) at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118) at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1224) at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:453) at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:288) at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:65) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:733) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:522) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646) [9/26/13 11:41:27:600 PDT] 00000039 FfdcProvider W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\ffdc\server1_4ffa4ffa_13.09.26_11.41.27.5853691.txt com.ibm.ws.webcontainer.servlet.ServletInstance.init 181 [9/26/13 11:41:27:600 PDT] 00000039 servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0100E: Uncaught init() exception created by servlet Test PACL Servlet in application test-pacl-portlet: java.lang.IllegalStateException: Unable to initialize portal at com.liferay.portal.kernel.util.BasePortalLifecycle.portalInit(BasePortalLifecycle.java:49) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:64) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:56) at com.liferay.portal.kernel.util.BasePortalLifecycle.registerPortalLifecycle(BasePortalLifecycle.java:54) at com.liferay.portal.kernel.servlet.SecureServlet.init(SecureServlet.java:76) at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:358) at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:171) at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1809) at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:98) at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:714) at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinally(WebApp.java:449) at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:304) at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:100) at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:166) at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:732) at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:617) at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376) at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1127) at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1319) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:611) at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:944) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:740) at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1272) at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5275) at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5453) at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1277) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2048) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:385) at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:328) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:599) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:561) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1184) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773) at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1331) at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118) at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1224) at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:453) at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:288) at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:65) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:733) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:522) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646) Caused by: java.lang.RuntimeException: File is not protected at com.liferay.testpacl.util.TestPACLUtil.testWriteFile(TestPACLUtil.java:115) at com.liferay.testpacl.servlet.TestPACLServlet.<init>(TestPACLServlet.java:27) at java.lang.J9VMInternals.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1325) at com.liferay.portal.kernel.util.InstanceFactory.newInstance(InstanceFactory.java:63) at com.liferay.portal.kernel.util.InstanceFactory.newInstance(InstanceFactory.java:27) at com.liferay.portal.kernel.servlet.SecureServlet.doPortalInit(SecureServlet.java:101) at com.liferay.portal.kernel.util.BasePortalLifecycle.portalInit(BasePortalLifecycle.java:44) ... 62 more [9/26/13 11:41:27:616 PDT] 00000039 extension E com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor createServletWrapper Error occured while preparing the servlet for initialization. javax.servlet.ServletException: SRVE0207E: Uncaught initialization exception created by servlet at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:434) at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.init(ServletWrapperImpl.java:171) at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1809) at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:98) at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:714) at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinally(WebApp.java:449) at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:304) at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:100) at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:166) at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:732) at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:617) at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:376) at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:668) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1127) at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1319) at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:611) at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:944) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:740) at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1272) at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5275) at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5453) at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1277) at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2048) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:385) at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:328) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:599) at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:561) at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1184) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:36) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:243) at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1085) at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:966) at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:848) at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:773) at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1331) at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118) at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:1224) at com.ibm.ws.management.connector.AdminServiceDelegator.invoke(AdminServiceDelegator.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) at java.lang.reflect.Method.invoke(Method.java:599) at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:453) at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:288) at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:65) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:733) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:522) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1646) Caused by: java.lang.IllegalStateException: Unable to initialize portal at com.liferay.portal.kernel.util.BasePortalLifecycle.portalInit(BasePortalLifecycle.java:49) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:64) at com.liferay.portal.kernel.util.PortalLifecycleUtil.register(PortalLifecycleUtil.java:56) at com.liferay.portal.kernel.util.BasePortalLifecycle.registerPortalLifecycle(BasePortalLifecycle.java:54) at com.liferay.portal.kernel.servlet.SecureServlet.init(SecureServlet.java:76) at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:358) ... 57 more Caused by: java.lang.RuntimeException: File is not protected at com.liferay.testpacl.util.TestPACLUtil.testWriteFile(TestPACLUtil.java:115) at com.liferay.testpacl.servlet.TestPACLServlet.<init>(TestPACLServlet.java:27) at java.lang.J9VMInternals.newInstanceImpl(Native Method) at java.lang.Class.newInstance(Class.java:1325) at com.liferay.portal.kernel.util.InstanceFactory.newInstance(InstanceFactory.java:63) at com.liferay.portal.kernel.util.InstanceFactory.newInstance(InstanceFactory.java:27) at com.liferay.portal.kernel.servlet.SecureServlet.doPortalInit(SecureServlet.java:101) at com.liferay.portal.kernel.util.BasePortalLifecycle.portalInit(BasePortalLifecycle.java:44) ... 62 more [9/26/13 11:41:27:631 PDT] 00000039 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [test-pacl-portlet] [/test-pacl-portlet] [1 Servlet]: Initialization successful. [9/26/13 11:41:27:631 PDT] 00000039 servlet I com.ibm.ws.webcontainer.servlet.ServletWrapper init SRVE0242I: [test-pacl-portlet] [/test-pacl-portlet] [Dynamic Resource Servlet]: Initialization successful. [9/26/13 11:41:27:647 PDT] 00000039 webcontainer I com.ibm.ws.wswebcontainer.VirtualHost addWebApplication SRVE0250I: Web Module test-pacl-portlet has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443]. [9/26/13 11:41:27:663 PDT] 00000039 ApplicationMg A WSVR0221I: Application started: test-pacl-portlet [9/26/13 11:41:27:663 PDT] 00000039 CompositionUn A WSVR0191I: Composition unit WebSphere:cuname=test-pacl-portlet in BLA WebSphere:blaname=test-pacl-portlet started. [9/26/13 11:41:27:991 PDT] 00000036 SystemOut O 11:41:27,991 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: WASX7209I: Connected to process "server1" on node liferay-ead7385Node01 using SOAP connector; The type of process is: UnManagedProcess [9/26/13 11:41:27:991 PDT] 00000036 SystemOut O 11:41:27,991 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: WASX7327I: Contents of was.policy file: [9/26/13 11:41:27:991 PDT] 00000036 SystemOut O 11:41:27,991 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // [9/26/13 11:41:27:991 PDT] 00000036 SystemOut O 11:41:27,991 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // Template policy file for enterprise application. [9/26/13 11:41:27:991 PDT] 00000036 SystemOut O 11:41:27,991 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // Extra permissions can be added if required by the enterprise application. [9/26/13 11:41:27:991 PDT] 00000036 SystemOut O 11:41:27,991 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // [9/26/13 11:41:27:991 PDT] 00000036 SystemOut O 11:41:27,991 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // NOTE: Syntax errors in the policy files will cause the enterprise application FAIL to start. [9/26/13 11:41:27:991 PDT] 00000036 SystemOut O 11:41:27,991 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // Extreme care should be taken when editing these policy files. It is advised to use [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // the policytool provided by the JDK for editing the policy files [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // (WAS_HOME/java/jre/bin/policytool). [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: // [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: grant codeBase "file:${application}" { [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: }; [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: grant codeBase "file:${jars}" { [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: }; [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: grant codeBase "file:${connectorComponent}" { [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: }; [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: grant codeBase "file:${webComponent}" { [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: }; [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: grant codeBase "file:${ejbComponent}" { [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: }; [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5016I: Installation of test-pacl-portlet started. [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5058I: Application and module versions are validated with versions of deployment targets. [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5005I: The application test-pacl-portlet is configured in the WebSphere Application Server repository. [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5053I: The library references for the installed optional package are created. [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5005I: The application test-pacl-portlet is configured in the WebSphere Application Server repository. [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5001I: The application binaries are saved in C:\Program Files\IBM\WebSphere\AppServer\profiles\AppSrv01\wstemp\Script1415b9315f5\workspace\cells\liferay-ead7385Node01Cell\applications\test-pacl-portlet.ear\test-pacl-portlet.ear [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5005I: The application test-pacl-portlet is configured in the WebSphere Application Server repository. [9/26/13 11:41:28:006 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: SECJ0400I: Successfully updated the application test-pacl-portlet with the appContextIDForSecurity information. [9/26/13 11:41:28:022 PDT] 00000036 SystemOut O 11:41:28,006 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5005I: The application test-pacl-portlet is configured in the WebSphere Application Server repository. [9/26/13 11:41:28:022 PDT] 00000036 SystemOut O 11:41:28,022 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5113I: Activation plan created successfully. [9/26/13 11:41:28:022 PDT] 00000036 SystemOut O 11:41:28,022 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5011I: The cleanup of the temp directory for application test-pacl-portlet is complete. [9/26/13 11:41:28:022 PDT] 00000036 SystemOut O 11:41:28,022 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1770] Process output: ADMA5013I: Application test-pacl-portlet installed successfully. [9/26/13 11:41:28:022 PDT] 00000036 SystemOut O 11:41:28,022 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][BaseDeployer:1776] Successfully executed command with an exit value of 0 [9/26/13 11:41:28:022 PDT] 00000036 SystemOut O 11:41:28,022 INFO [com.liferay.portal.kernel.deploy.auto.AutoDeployScanner][PortletAutoDeployListener:91] Portlets for C:\home\deploy\test-pacl-portlet-6.2.0.1.war copied successfully. Deployment will start in a few seconds.
Expected results:
Deploying the test-pacl-portlet will not crash the server.
Actual results:
Deploying the test-pacl-portlet to test PACL crashes the portal.