Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Error in workflow
pankhuri
Hi,
I am geting following rror while staring a modular (java based) workflow.
Error while forwarding to URL: /livesite/Workflow/WorkflowTaskMonitor.jsp
Log file servletd_out.log at \Interwoven\TeamSite\local\logs\iwui gives following exception :
org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/iw-cc].[com.interwoven.livesite.Workflow.WorkflowTaskMonitor_jsp] - Allocate exception for servlet com.interwoven.livesite.Workflow.WorkflowTaskMonitor_jsp
java.lang.NoClassDefFoundError: com/interwoven/livesite/Workflow/WorkflowTaskMonitor_jsp (wrong name: com/interwoven/livesite/workflow/WorkflowTaskMonitor_jsp)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
WorkflowTaskMonitor.jsp is available at following path
Interwoven\TeamSite\local\config\lib\content_center\livesite_customer_src\web\livesite\workflow
My query is which application is responsible to generate the class file and where to file the corresponding class and get rid of this error.
Please provide pointers.
Thanks
Find more posts tagged with
Comments
Rick Poulin
The problem is that Java is case-sensitive and Windows is not. At some point, someone renamed your 'workflow' folder to change the case of the first letter. You'll find the generated JSP under
[drive]:\Interwoven\ApplicationContainer\server\default\work\jboss.web\localhost\iw-cc\org\apache\jsp
Delete the offending folder, and your JSP should get regenerated automagically the next time it's accessed (or run your livesite build again).
preview.pdf