Forums de discussion

Error adding LDAP

Pavel Serdechnov, modifié il y a 7 années.

Error adding LDAP

New Member Publications: 5 Date d'inscription: 16/05/16 Publications récentes
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, modifié il y a 7 années.

RE: Error adding LDAP

Liferay Legend Publications: 2416 Date d'inscription: 22/12/10 Publications récentes
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, modifié il y a 7 années.

RE: Error adding LDAP

New Member Envoyer: 1 Date d'inscription: 05/08/16 Publications récentes
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, modifié il y a 7 années.

RE: Error adding LDAP

New Member Publications: 2 Date d'inscription: 14/10/16 Publications récentes
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, modifié il y a 6 années.

RE: Error adding LDAP

New Member Publications: 15 Date d'inscription: 05/05/17 Publications récentes
I confirm the solution. Set the server name solve the problem.