Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

package org.apache.commons.fileupload does not exist

800295May 9 2007 — edited Aug 23 2007
I have a java file which requires the following class to be imported.
import java.io.*;
import java.net.*;
import java.util.*;
import java.text.*;
import javax.servlet.*;
import javax.servlet.http.*;

import org.apache.commons.fileupload.*;
import org.apache.commons.fileupload.disk.DiskFileItemFactory;
import org.apache.commons.fileupload.servlet.ServletFileUpload
------------------------------------
When I complie it using jdk v1.60, I get the following error:
package org.apache.commons.fileupload does not exist

Can anyone tell me which jar files I should place in a suitable location? Thx.

Comments

3290630

HI Robin

          I have been following your posts and this is about your article n upgrading obiee 11.1.1.6 to 11.1.1.7 which was very nice however i encountered a problem when trying to run config.bat on windows. All other steps ran file but when i was trying to run the step for E:\OFMHomeDev\Oracle_BI1\bin\config.bat, it gave error such as "INST-0866: Weblogic cluster ‘bi_cluster’ is not present in this domain. This may be because the BI System is created through “Simple Install” Option which is not supported for scale out and update domain". I am confident that  it was install as Enterprise install so i am just wondering if you have seen such errors or any clue about this. Since I am little behind on the upgrade, its hard to find the right article and i have opened the oracle ticket and no luck so far. Sorry, posting it on wrong area but if you see this message please let me know at dpksubedi@gmail.com.

thanks again

https://www.rittmanmead.com/blog/2013/04/upgrading-obiee-to-11-1-1-7/

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 20 2007
Added on May 9 2007
3 comments
4,373 views