You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Paul Joseph <pj...@yahoo.com> on 2005/01/06 00:42:22 UTC

jx generator already set

Hi,

I have my flow surrounded by a try/catch, like so:

function tskEdit() {
try{   

<SNIP>

</SNIP>
    if (showPageAndContinue(pipelinename, form,
selectListData)) {  
<SNIP>
        
    // Let Cocoon Forms handle the form
</SNIP>

   }
      cocoon.releaseComponent(factory);
  } catch(e) {
     cocoon.log.error(e);
     errorPage("Error", " We are sorry, but an error
occurred (" + e + ".) Please inform the system
adminstrator about this error.");
     } 
}


However,  I get this error msg. (though not always,
sometimes it puts out a good error.):

(2005-01-05) 09:27.06:966 :
org.apache.cocoon.ProcessingException: Generator
already set. Cannot set generator 'jx' at [unknown
location]


Any help would be much appreciated!

tia,
Paul


=====
This communication, including attachments, is for the exclusive use of 
the addressee and may contain proprietary, confidential, or privileged
information.  If you are not the intended recipient, any use, copying,
disclosure, dissemination, or distribution is strictly prohibited.  If 
you are not the intended recipient, please notify the sender by return mail and delete this communication and destroy all copies.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org