-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException during deployment to a Weblogic container #495
Comments
Reported by |
Reported by |
Reported by
|
Reported by |
Reported by |
Reported by
|
Reported by |
Reported by |
Reported by
|
Reported by |
Reported by |
Reported by |
Reported by |
Reported by |
Reported by |
Reported by
|
Hi guys, I am getting following error when launching and trying to login to application. Login is not wokring we noticed this issue after weblogic upgrade from 10.3.5 to 10.3.6 Kindly help. we are not getting any clue and stuck. com.liferay.portal.NoSuchLayoutSetException: No LayoutSet exists with the key {companyId=liferay.com, virtualHost=test-www.xyz.com} at com.liferay.portal.service.persistence.LayoutSetFinder.findByC_V(LayoutSetFinder.java:86) at com.liferay.portal.service.impl.LayoutSetLocalServiceImpl.getLayoutSet(LayoutSetLocalServiceImpl.java:105) at sun.reflect.GeneratedMethodAccessor531.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:280) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210) at com.sun.proxy.$Proxy67.getLayoutSet(Unknown Source) at com.liferay.portal.service.ejb.LayoutSetLocalServiceEJBImpl.getLayoutSet(LayoutSetLocalServiceEJBImpl.java:65) at com.liferay.portal.service.ejb.LayoutSetLocalServiceEJBImpl_cwukue_ELOImpl.__WL_invoke(Unknown Source) at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39) at com.liferay.portal.service.ejb.LayoutSetLocalServiceEJBImpl_cwukue_ELOImpl.getLayoutSet(Unknown Source) at sun.reflect.GeneratedMethodAccessor531.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.springframework.ejb.access.LocalSlsbInvokerInterceptor.invoke(LocalSlsbInvokerInterceptor.java:65) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210) at com.sun.proxy.$Proxy67.getLayoutSet(Unknown Source) at com.liferay.portal.service.LayoutSetLocalServiceUtil.getLayoutSet(LayoutSetLocalServiceUtil.java:63) at com.liferay.portal.events.ServicePreAction.getDefaultLayout(ServicePreAction.java:689) at com.liferay.portal.events.ServicePreAction.run(ServicePreAction.java:288) at com.liferay.portal.events.EventsProcessor._process(EventsProcessor.java:132) at com.liferay.portal.events.EventsProcessor.process(EventsProcessor.java:70) at com.liferay.portal.servlet.MainServlet.service(MainServlet.java:857) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at com.corelogic.bis.ite.sec.websecurity.filter.XSSValidationFilter.doFilter(XSSValidationFilter.java:148) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at com.corelogic.bis.ite.sec.websecurity.filter.XSSValidationFilter.doFilter(XSSValidationFilter.java:148) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at com.liferay.filters.strip.StripFilter.doFilter(StripFilter.java:94) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at com.liferay.filters.secure.SecureFilter.doFilter(SecureFilter.java:143) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at com.liferay.filters.compression.CompressionFilter.doFilter(CompressionFilter.java:124) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at com.liferay.portal.servlet.filters.autologin.AutoLoginFilter.doFilter(AutoLoginFilter.java:117) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at com.liferay.filters.sso.cas.CASFilter.doFilter(CASFilter.java:96) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at com.liferay.portal.servlet.filters.virtualhost.VirtualHostFilter.doFilter(VirtualHostFilter.java:152) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3748) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3714) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2283) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2182) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1499) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:263) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)<May 9, 2018 1:58:41 AM CDT> <ExecuteRequest failed java.lang.NullPointerException.java.lang.NullPointerException at java.util.Hashtable.(Hashtable.java:195) at weblogic.servlet.internal.session.SessionData.convertToHashtable(SessionData.java:1411) at weblogic.servlet.internal.session.SessionData.writeExternal(SessionData.java:1170) at java.io.ObjectOutputStream.writeExternalData(ObjectOutputStream.java:1442) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1411) Truncated. see log file for complete stacktrace> |
Originally reported on Google Code with ID 199
Reported by
jaymeyer
on 2013-02-06 16:02:03The text was updated successfully, but these errors were encountered: