Bug 777516 (SOA-18) - Missing Apache Commons fileupload
Summary: Missing Apache Commons fileupload
Keywords:
Status: CLOSED DUPLICATE of bug 2040112
Alias: SOA-18
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Installer
Version: 4.2 IR1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Mike Brock
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA-18
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-25 23:33 UTC by Jiri Pechanec
Modified: 2013-06-17 05:10 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
soa-standalone.zip
Last Closed: 2007-11-02 13:40:51 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-18 0 Major Closed Missing Apache Commons fileupload 2013-07-12 09:35:46 UTC

Description Jiri Pechanec 2007-09-25 23:33:56 UTC
Date of First Response: 2007-09-26 16:26:50
project_key: SOA

When starting platform, the following error message is generated
01:31:03,681 ERROR [[/jbpm-console]] Servlet /jbpm-console threw load() exception
java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileUploadException
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
        at java.lang.Class.getConstructor0(Class.java:2671)
        at java.lang.Class.newInstance0(Class.java:321)
        at java.lang.Class.newInstance(Class.java:303)
        at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1104)

Obviously jBPM console requires Apache COmmons Fileupload library

Comment 1 Jaroslaw Kijanowski 2007-09-26 20:26:50 UTC
I have copied
server/default/deploy/jbpm.esb/jbpm-jpdl.jar
to
server/default/deploy/jbpm.esb/jbpm-console.war/WEB-INF/lib/
and no error occured.


Note You need to log in before you can comment on or make changes to this bug.