Thanks Wolfgang for the prompt reply. There is no exception as such being displayed even in the logs. I am just pasting parts of the stack trace:

org.apache.avalon.framework.CascadingRuntimeException: "file:/D:/apache-src/lenya-1.2.3/build/lenya/webapp/lenya/content/admin/users/user-admin.js", line 373: uncaught _javascript_ exception:
at addUser (file:/D:/apache-src/lenya-1.2.3/build/lenya/webapp/lenya/content/admin/users/user-admin.js, Line 373):
org.apache.lenya.ac.AccessControlException: Exception during search:
        at org.apache.cocoon.components.flow._javascript_.fom.FOM_JavaScriptInterpreter.handleContinuation(FOM_JavaScriptInterpreter.java:853)
        at org.apache.cocoon.components.treeprocessor.sitemap.CallFunctionNode.invoke(CallFunctionNode.java:123)
        at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:46)
        at org.apache.cocoon.components.treeprocessor.sitemap.MatchNode.invoke(MatchNode.java:107)
        at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:68)
        at org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode.invoke(PipelineNode.java:138)

...
...

at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1123)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
        at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
........

Caused by: org.apache.lenya.ac.AccessControlException: Exception during search:
        at org.apache.lenya.ac.ldap.LDAPUser.existsUser(LDAPUser.java:144)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
..........

Caused by: java.lang.NullPointerException
        at java.util.Hashtable.put(Hashtable.java:393)
        at org.apache.lenya.ac.ldap.LDAPUser.bind(LDAPUser.java:346)
        at org.apache.lenya.ac.ldap.LDAPUser.getDirectoryEntry(LDAPUser.java:426)
        at org.apache.lenya.ac.ldap.LDAPUser.existsUser(LDAPUser.java:137)
        ... 61 more


Thanks in advance
Shishir





[EMAIL PROTECTED] schrieb:
> ...
> After restarting the servlet container, I logged into my publication as
> administrator and tried creating LDAP user after clicking on the
> respective button in 'User Creation' module. After entering the user
> credentials with UID and CMS UID as 'vipul' and pressing submit, I get
> the following error:
> org.apache.avalon.framework.CascadingRuntimeException: uncaught
> _javascript_ exception: at addUser
> (file:/D:/apache-src/lenya-1.2.3/build/lenya/webapp/lenya/content/admin/users/user-admin.js,
> Line 373): org.apache.lenya.ac.AccessControlException: Exception during
> search:
>
>
> I tried debug the error but was in vain.

What is the exception ? It should be printed after the information you
pasted ("Exception during search:"). If not, check in the log file what
the actual Exception is.


--
Wolfgang

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


ForwardSourceID:NT00003956    
Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you

Reply via email to