留言板

Error adding LDAP

Pavel Serdechnov,修改在7 年前。

Error adding LDAP

New Member 帖子: 5 加入日期: 16-5-16 最近的帖子
Hello.

I have a problem with the addition of LDAP

Steps To Reproduce:
1. Go to Authentication under Instance Settings
2. Add new and configure (and test connection, users, & groups) LDAP server - all these checks/tests passed fine
3. Click 'Save'
4. Following error occurs (on server console):
14:43:49,446 ERROR [http-nio-8080-exec-5][render_portlet_jsp:131] null
javax.portlet.PortletException: Path /com.liferay.portal.settings.web/edit_ldap_server.jsp is not accessible by this portlet
   at com.liferay.portal.kernel.portlet.LiferayPortlet.checkPath(LiferayPortlet.java:261)
   at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.include(MVCPortlet.java:557)
   at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.include(MVCPortlet.java:575)
   at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.doDispatch(MVCPortlet.java:471)
  ...
thumbnail
Andrew Jardine,修改在7 年前。

RE: Error adding LDAP

Liferay Legend 帖子: 2416 加入日期: 10-12-22 最近的帖子
Looks like you are not the first to have this problem with LR 7. Check this out from the expeditionary team: https://dev.liferay.com/web/liferay-7-community-expedition/feedback/-/message_boards/message/805850

I can't find any reference to it on issues.liferay.com though -- but when I tried to filter on Liferay 7 CE GA1 it didn't give me any results (using LDAP in teh search terms). You might want to open a ticket there -- I'm not sure if all the expedition stuff is automatically put there.
Eugene Nerotov,修改在7 年前。

RE: Error adding LDAP

New Member 发布: 1 加入日期: 16-8-5 最近的帖子
I have the same problem with liferay-ce-portal-7.0-ga2.

javax.portlet.PortletException: Path /com.liferay.portal.settings.web/edit_ldap_server.jsp is not accessible by this portlet
        at com.liferay.portal.kernel.portlet.LiferayPortlet.checkPath(LiferayPortlet.java:261)
        at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.include(MVCPortlet.java:554)
        at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.include(MVCPortlet.java:572)
        at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.doDispatch(MVCPortlet.java:468)
        at javax.portlet.GenericPortlet.render(GenericPortlet.java:262)
        at com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet.render(MVCPortlet.java:291)
        at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:103)
        at com.liferay.portlet.ScriptDataPortletFilter.doFilter(ScriptDataPortletFilter.java:57)
        at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:100)
        at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:64)
        at com.liferay.portal.kernel.servlet.PortletServlet.service(PortletServlet.java:105)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
        at com.liferay.portal.osgi.web.servlet.context.helper.internal.ServletContextHelperRegistrationImpl$PortletServletWrapper.service(ServletContextHelperRegistrationImpl.java:427)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
        at org.eclipse.equinox.http.servlet.internal.registration.EndpointRegistration.service(EndpointRegistration.java:153)
        at org.eclipse.equinox.http.servlet.internal.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:50)
        at com.liferay.portal.osgi.web.servlet.context.helper.internal.ServletContextHelperRegistrationImpl$RestrictPortletServletRequestFilter.doFilter(ServletContextHelperRegistrationImpl.java:447)
        at org.eclipse.equinox.http.servlet.internal.registration.FilterRegistration.doFilter(FilterRegistration.java:121)
        at org.eclipse.equinox.http.servlet.internal.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:45)
        at org.eclipse.equinox.http.servlet.internal.servlet.ResponseStateHandler.processRequest(ResponseStateHandler.java:70)

Sergey Shumakov,修改在7 年前。

RE: Error adding LDAP

New Member 帖子: 2 加入日期: 16-10-14 最近的帖子
I have the same problem with liferay-ce-portal-7.0-ga3. I solved this by setting field "Server Name" after adding LDAP server, it should not be empty.
Hope this will help you.
Mickael ROMME,修改在6 年前。

RE: Error adding LDAP

New Member 帖子: 15 加入日期: 17-5-5 最近的帖子
I confirm the solution. Set the server name solve the problem.