Hello Alexander,

You are on the money! But I'm still having problems..


I compiled the LDAPTransformer and now there are no errors, but all
xml docs I attempt to call return an empty html page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-1252" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>


>From cocoon.log (old error) :

java.lang.ClassNotFoundException: org.apache.cocoon.transformation.LDAPTransformer
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
        at org.apache.cocoon.util.ClassUtils.loadClass(ClassUtils.java:46)
        at 
org.apache.cocoon.sitemap.AbstractSitemap.load_component(AbstractSitemap.java:218)
        at 
org.apache.cocoon.www.sitemap_xmap$Configurer.configTransformers(sitemap_xmap.java:1243)
        at org.apache.cocoon.www.sitemap_xmap.configure(sitemap_xmap.java:827)
        at 
org.apache.avalon.excalibur.component.DefaultComponentFactory.newInstance(Unknown 
Source)
        at 
org.apache.avalon.excalibur.component.ThreadSafeComponentHandler.initialize(Unknown 
Source)
        at 
org.apache.cocoon.components.language.generator.GeneratorSelector.addGenerator(GeneratorSelector.java:143)
        at 
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.addCompiledComponent(ProgramGeneratorImpl.java:348)
        at 
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(ProgramGeneratorImpl.java:183)
        at org.apache.cocoon.sitemap.Handler.run(Handler.java:208)
        at java.lang.Thread.run(Thread.java:484)

        
Wednesday, September 26, 2001, 10:51:31 AM, you wrote:

AS> I had many times the same error. Unfotunately the error message you get in
AS> the browser is incomplete and does not include the actual Exception causing
AS> the fault. You Look better into cocoon.log and at the bottom of exception
AS> bundle
AS> you'll find the answer.

AS> In my case there were few classes decleared in sitemap, which are not
AS> compiled
AS> by default with cocoon2:

AS> - org.apache.cocoon.transformation.LDAPTransformer
AS> - org.apache.cocoon.matching.WildcardSessionStateMatcherFactory

AS> I would be very thanksfull if experienced folks could explain what are those
AS> and
AS> where to look for documentations.

AS> Alex.



AS> ---------------------------------------------------------------------
AS> Please check that your question has not already been answered in the
AS> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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



-- 
Best regards,
 Russell                            mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to