[opencms-dev] Experience with the Eurelis WorkFlow module

Sébastien Bianco s.bianco at eurelis.com
Fri May 21 10:16:09 CEST 2010


Hello Timothy

 

Could you give me more information about:

-          The version of the Cms

-          Your server 

-          The version of the module you use (where do you get it) 

 

I made some change to make the module compatible with OpenCms 7.5.2. You can download the sources and the module from the Google Repository (https://code.google.com/p/eurelis-opencms-workflows/ <https://code.google.com/p/eurelis-opencms-workflows/> ) (version 1.0.2)

 

I'm available for any kind of information about the module. Unfortunately I never met this trouble yet, can you reinstall the module? Maybe an error occurs during installation. I'll try to put some information on the wiki page of the google project. Some are already available on http://www.eurelis.com/sites/fr/telechargement/opencms/workflow.html <http://www.eurelis.com/sites/fr/telechargement/opencms/workflow.html>  but I suppose you already read it!

 

 

 

Sébastien BIANCO

Tel : +33 (0) 1 49 97 20 23

Ingénieur développement

 

EURELIS

 AGITATEUR DE TECHNOLOGIES

Tel : +33 (0)1 49 97 20 20

Fax : +33 (0)1 47 68 20 19

 

________________________________

De : opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org] De la part de Timothy Mcginnis
Envoyé : jeudi 20 mai 2010 16:02
À : The OpenCms mailing list
Cc : The OpenCms mailing list; opencms-dev-bounces at opencms.org
Objet : Re: [opencms-dev] Experience with the Eurelis WorkFlow module

 


I have installed the workflow module and I need some assistance setting it up at this time.  I have followed the installation instructions on the workflow module installation page but I am getting an error when I try to start the tomcat server.  It seems to be looking for a dtd defining the <workflow> tags.  I could not find any reference to this, what do I do? 

Here is the exception from the opencms.log file. 


20 May 2010 09:57:09,127 ERROR [g.opencms.main.OpenCmsListener:  91] Critical error during OpenCms initialization: Unable to read the OpenCms XML configuration. 
org.opencms.main.CmsInitException: Critical error during OpenCms initialization: Unable to read the OpenCms XML configuration. 
        at org.opencms.main.OpenCmsCore.initConfiguration(OpenCmsCore.java:972) 
        at org.opencms.main.OpenCmsCore.initContext(OpenCmsCore.java:1289) 
        at org.opencms.main.OpenCmsCore.upgradeRunlevel(OpenCmsCore.java:1736) 
        at org.opencms.main.OpenCmsListener.contextInitialized(OpenCmsListener.java:87) 
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934) 
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429) 
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791) 
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771) 
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526) 
        at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:630) 
        at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:556) 
        at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:491) 
        at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206) 
        at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314) 
        at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) 
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053) 
        at org.apache.catalina.core.StandardHost.start(StandardHost.java:722) 
        at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045) 
        at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443) 
        at org.apache.catalina.core.StandardService.start(StandardService.java:516) 
        at org.apache.catalina.core.StandardServer.start(StandardServer.java:710) 
        at org.apache.catalina.startup.Catalina.start(Catalina.java:583) 
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
        at java.lang.reflect.Method.invoke(Method.java:597) 
        at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) 
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) 
Caused by: org.xml.sax.SAXParseException: Element type "workplace" must be declared. 
        at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source) 
        at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) 
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
        at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) 
        at org.apache.xerces.impl.dtd.XMLDTDValidator.handleStartElement(Unknown Source) 
        at org.apache.xerces.impl.dtd.XMLDTDValidator.startElement(Unknown Source) 
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source) 
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) 
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) 
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) 
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) 
        at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) 
        at org.apache.commons.digester.Digester.parse(Digester.java:1765) 
        at org.opencms.configuration.CmsConfigurationManager.loadXmlConfiguration(CmsConfigurationManager.java:507) 
        at org.opencms.configuration.CmsConfigurationManager.loadXmlConfiguration(CmsConfigurationManager.java:348) 
        at org.opencms.main.OpenCmsCore.initConfiguration(OpenCmsCore.java:970) 
        ... 27 more 

Tim McGinnis
717 720-1962
Web Development
AES/PHEAA 



From: 

"Julien Lechevanton" <j.lechevanton at eurelis.com> 

To: 

"The OpenCms mailing list" <opencms-dev at opencms.org> 

Date: 

05/19/2010 04:20 PM 

Subject: 

Re: [opencms-dev] Experience with the Eurelis WorkFlow module 

Sent by: 

opencms-dev-bounces at opencms.org

 

________________________________




Hi Timothy, 
  
Can we help you ? 
  
Regards, 
Julien, Eurelis 
  
De : opencms-dev-bounces at opencms.org [mailto:opencms-dev-bounces at opencms.org <mailto:opencms-dev-bounces at opencms.org> ] De la part de Timothy Mcginnis
Envoyé : mercredi 19 mai 2010 21:22
À : opencms-dev at opencms.org
Objet : [opencms-dev] Experience with the Eurelis WorkFlow module 
  

Does anyone have any experience with the Eurelis Workflow module that is based on OSWorkflow? 

Tim McGinnis
717 720-1962
Web Development
AES/PHEAA 
============================================================================== 
This message contains privileged and confidential information intended for the above addressees only.  If you 
receive this message in error please delete or destroy this message and/or attachments.  
  
The sender of this message will fully cooperate in the civil and criminal prosecution of any individual engaging 
in the unauthorized use of this message. 
==============================================================================
_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
http://lists.opencms.org/mailman/listinfo/opencms-dev <http://lists.opencms.org/mailman/listinfo/opencms-dev>  

==============================================================================
This message contains privileged and confidential information intended for the above addressees only.  If you
receive this message in error please delete or destroy this message and/or attachments.  
 
The sender of this message will fully cooperate in the civil and criminal prosecution of any individual engaging
in the unauthorized use of this message.
==============================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20100521/9c39dd64/attachment.htm>


More information about the opencms-dev mailing list