Deployment via JDev works, OEM - File Upload not!?

Hello!
A weird thing for you. I try to deploy a, 10.1.2 to 10.1.3 migrated, Struts-App.
Deploying via JDev to Standalone OC4J 10.1.3 works fine!
Deploying via OEM - File Upload to same OC4J ends in error:
In XYZ.war missing Standard-Deployment in WEB-INF/web.xml
Deploying via JDev to OAS 10.1.3, I get the same web.xml error.
Deploying via OEM - File Upload in OAS 10.1.3, I get the same web.xml error.
Any Ideas why XYZ.ear with same web.xml will be accepted via JDev - Deploy on Standalone OC4J, but not via File Upload and not on OAS?
Thanks, appreciate your help.
Phil

Herko_ter_Horst wrote:
And you think using HTTP magically allows you to upload a file to the server without a username and password?My friend I believe you need a good reading skills apart from devicing ur own sarcastic replies :)
Well here is an idea for you.
Try Mounting /Map the remote storage location / drive to the Application Server Machine and try saving files using mapped location.What i adviced OP is to choose / decide his own remote storage location / medium and have asked him to map it as network drive or mount the respective storage location and asked him to program his application such that for every valid multipart request the application saves respective file in the respective mapped drive or mounted location.
Now this was done just to address his motive for maintaining a remote repository for file storage which was
The next stage is to move it from the webapps server to another server.And i hope someone need not become a magician to solve this :)
NOTE: This would involve very little bit change in application source.To me all it calls for is change in repository location.
REGARDS,
RaHuL

Similar Messages

  • File upload not working in mozilla

    I am using a input tag to upload a file.
    <input type="file" name="certFile" size="20" value="<%=certFile%>">
    This creates a file chooser with a text field and browse button.
    The upload works for IE but not for mozilla firefox ( These are the only two browsers I've tested this with ). The mozilla browser does not return the full file path, just the single name and extention of the file, so I'm getting a file not found error. But in I.E., the full path is returned and the file can be uploaded sucessfully.
    I've seen a few posts of similar problems, but none of them seem to have been resolved.
    Does anyone have any idea why mozilla is handling these file choosers differently and/or what I can do to possibly fix this problem?

    Huh?
    Your problem makes no sense. The filename is included with the upload so that the server knows what the file was originally called. Are you running the JSP locally and reading the file directly off the hard drive??
    I note also that you aren't using a multipart form, which is required to upload a file.
    <form action="uploadFile.jsp" method="post" enctype="multipart/form-data">
      <input type="file" name="upload" value="<%= fileName %>" />
    </form>You'll need to use the Jakarta Commons FileUpload class to correctly process a form encoded with "multipart/form-data" or getParameter("xxx") will return null. You can also use the older com.oreilly.servlet.MultipartForm or whatever it's called. I'm pretty certain that the Jakarta Commons obsoletes all the COS classes.
    Brian

  • File Upload Not Work

    I have installed the File Upload sample in a Windows 2000 machine with 6i Form Server. When I start the web browser in the machine with the 6i Form Server, I can upload the file without problem. But when I start the web browser in another PC and accessing the 6i Form Server, the file seems uploaded but with 0 byte!!! Besides, the web browser in the PC hangs up.
    Please advise what is the most likely cause of the problem, thanks.
    SK

    I have several applications using the "multiple upload" behavior with clients on IE7 and flash player 9. Out 8 I only had same problem with one., even though they were created off the same base structure. The solution I found was as simple as it is mysterious.
    "Is the file you have this behavior located within the same directory as the "includes" folder or within another directory? "
    Let's say the directory of the includes folder is:
    root/public_html/includes
    and your page with the behavior is:
    root/public_html/folder/multiUpload.php
    For some reason and not on all sites if the file with the behavior is not in the same directory as the includes folder then the behavior you described occurs. The solution I came up with is to make a folder in the directory named "includes" and copy the "tng" into the folder on the same level as the file with the behavior.
    root/public_html/folder/includes
    root/public_html/folder/multiUpload.php
    Hope this works for you, it took me the better part of a week to figure this out, not sure why it works, I suspect a setting within ADDT was corrupted. Like I said before most of my clients don't have this problem even though they all use the same files (as in copies).
    Hope this helps
    M

  • File upload not working on Mac OSX

    I've tried several of the Flex file upload components, in all
    cases they don't work correctly when used on a Mac. I've tested
    both flash player 9 and the latest 10 release. The file uploads to
    the server, but the progress bar doesn't update and the upload
    complete event never fires. To the end user, it looks like the app
    isn't doing anything at all!
    Any advice on how to get this working? If you know of any
    file upload components that are already tested and working on the
    Mac version of flash - that would be a great help as well!
    Thanks!

    If you Google it you will find that this is a known issue, it surprised me since I spent days looking at my code.
    I found possible solutions here, but none worked for me it seems that it worked for many other people.
    http://www.abdulqabiz.com/blog/archives/2006/06/09/workaround-filereference-oncomplete-is- not-fired-on-mac-os/
    Hope Mac and Adobe will have lunch one day and figure it out.
    Ben

  • 9i File Upload not working on remote machine

    Hi.
    The 9i File Upload demo utility is working fine when I invoke it locally on the same machine.
    Remotely, however, I just get a grey blank screen in the browser with the message "Applet initialized" in the status bar. The java console says that the two JAR files were downloaded successfully, and doesn't show any other error.
    When I imported the cert on the client, the expiry date had already passed (sometime in 2002). I have generated a new cert, resigned the JAR file and installed it in the correct directory. Again, the upload works fine locally, but not remotely.
    Has anyone any idea what could be wrong? I'd be very grateful for any assistance. For info, we're using 9iDS 9.0.2.1.
    Thanks,
    Peter

    Please ignore my previous message.
    I rebooted the client and it now seems to work fine.
    Thanks anyway,
    Peter

  • File upload not working

    Hi,
    I am trying to implement a file upload following the how-to.
    But when I am trying to use the file browse item, the process of uploading stops - only the www_flow.accept sreen shows....sometime reload helps.
    I've tried Firefox and IE....
    Working locally on the server has the same result...
    Any idea / suggestions?
    Thanks in advance!
    Alex

    Addendum:
    IE 6.0 has after reload the following error code:
    Expecting p_company or wwv_flow_company cookie to contain security group id of application owner.
    Error ERR-7621 Could not determine workspace for application (:) on application accept.
    OK
    Alex

  • Multiple file upload not working in IE10 and IE11

    Hi,
    As per the UI5 documentation( https://sapui5.hana.ondemand.com/sdk/#test-resources/sap/ui/commons/demokit/FileUploader.html) , UI5 supports multiple file uploading for IE10 and IE11. I set the "multiple: true" flag in the fileuploader example page and the file browser dialog is not allowing to select multiple files. Does UI5 provide multi file upload support for IE10 and IE11 or am i missing anything ?
    regards
    Raja

    Huh?
    Your problem makes no sense. The filename is included with the upload so that the server knows what the file was originally called. Are you running the JSP locally and reading the file directly off the hard drive??
    I note also that you aren't using a multipart form, which is required to upload a file.
    <form action="uploadFile.jsp" method="post" enctype="multipart/form-data">
      <input type="file" name="upload" value="<%= fileName %>" />
    </form>You'll need to use the Jakarta Commons FileUpload class to correctly process a form encoded with "multipart/form-data" or getParameter("xxx") will return null. You can also use the older com.oreilly.servlet.MultipartForm or whatever it's called. I'm pretty certain that the Jakarta Commons obsoletes all the COS classes.
    Brian

  • File Upload not working in table popin

    Hi experts,
    im using file upload in the table popin, when i click the browse button, its not opening the file-open dialog.
    please help me.
    regards,
    James

    I am facing the same problem.
    Has anyone any solution on this.
    Thanks

  • File Upload not working in Firefox?

    I'm trying to do a file upload in firefox over ssl and it
    doesn't work. It works in IE... Anyone know a work around or a
    solution?

    I am facing the same problem.
    Has anyone any solution on this.
    Thanks

  • Multiple file upload not working

    Hi, I've created a form with file upload. I've selected 'Allow Multiple Files,' but it still only allows single file selection using the Ctrl key. Any suggestions? Thank you.
    G

    Never mind, I now realize you select one file at a time before submitting.

  • Ant deploy from Jdev works fine - same ant deploy from command line fails

    Hi
    I'm using Jdev 10.1.3 and OAS 10.1.3 and created some web services. I can deploy using the Wizard in JDev - works fine, created a build.xml file using the <oracle:deploy> ant task. Also work fine from JDeveloper.
    But when running from command line (windows) I get the following:
    d:\>ant deploy
    Buildfile: build.xml
    init:
    compile:
    copy:
    ear:
    [war] Building war: D:\invision\source\INVisionWebService1013\INVisionWebService.war
    [war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task)
    [ear] Building ear: D:\invision\source\INVisionWebService1013\deploy\INVisionWebService.ear
    [delete] Deleting: D:\invision\source\INVisionWebService1013\INVisionWebService.war
    deploy:
    BUILD FAILED
    D:\invision\source\INVisionWebService1013\build.xml:282: The following error occurred while executing this line:
    jar:file:/D:/apache/apache-ant-1.6.5/lib/ant-oracle-classes.jar!/oracle/antlib.xml:27: taskdef class oracle.j2ee.ws.tools.wsa.cli.ant.GenProxy cannot be found
    I have studied the web for suggestion also http://download-east.oracle.com/docs/cd/B25221_04/web.1013/b14431/anttasks.htm#sthref164 but nothing seems to work. Tried copying oracle jars to my ant directory (ant version 1.6.5) but still no success (above error message disappered but other came instead).
    Why must this process be so complex. Can anyone help?

    Hi,
    You need to have the following jars in your classpath before firing the ant deploy task.
    ${Oracle_Home}\j2ee\utilities\ant-oracle-classes.jar;
    ${Oracle_Home}\j2ee\home\lib\adminclient.jar;
    ${Oracle_Home}\2ee\home\lib\oc4j-internal.jar;
    ${Oracle_Home}\j2ee\home\lib\javax77.jar;
    ${Oracle_Home}\j2ee\home\lib\javax88.jar;
    ${Oracle_Home}\j2ee\home\lib\jmxri.jar;
    ${Oracle_Home}\OracleAS_1\webservices\lib\wsa.jar;
    Please check your classpath and add the above jars, if not present and try ant deploy task now.
    I suppose it should work fine.
    Hope its helpful.
    Rgds,
    Prashanth Babu.

  • Error "PPE is working" on File Upload with Oracle Portlet running 10.1.2

    I am attempting to perform file upload using an Oracle Portlet running under the 10.1.2 Portal.
    All the examples I have seen indicate you must identify the encoding type as "multipart/form-data" in your JSP. When I do this and attempt to submit the page I get a blank screen with the words "PPE is working.".
    Looking at the "http-web-access.log" on my OC4J Standalone server I can see that the Standalone server never actually receives the request. For some reason it appears the Portal is not forwarding the request to OC4J like it is suppose to.
    Can someone tell me what might be wrong? Does anyone have experience implementing file upload using Oracle Portlets and the 10.1.2 Portal?
    Thanks,

    I have encountered the same problem 4 years before. Finally i figured out, Oracle Portal is not supporting "multipart/form-data".
    Work around is write a servlet program to upload the file into DB.
    This blog may help you.. http://bsubramaniam.blogspot.com/search/label/Java%20File%20Upload
    --Balaji S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • S4BB Audiobook won't work - this file could not be opened check that you have the correct permission​s and try again

    I bought the french audiobook J'accuse from S4BB and it simply doesn't work.  I sought help from Blackberry and got the message that BB doesn't support 3rd party apps.  I contacted S4BB, who by the way says they have a warranty on their apps, and got the email back that "for the issues and refund you would need to contact BlackBerry as the only way you can download to the playbook is through App World we do not have access to their system."
    I have deleted the app and re-installed, uninstalled and re-installed, searched permissions (not listed there), and it simply does not work.  It says "this file could not be opened check that you have the correct permissions and try again".
    I put a warning comment on blackberry app world that the app doesn't work and that support is hard to get, and Blackberry has removed both the comment and the very low rating I have this.  I found this to be the most disturbing part.
    Is there anything I can do to either get this app to work, or get a refund on this app?
    Also, why was this comment and rating deleted - this seems to be contrary to the nature of comment sections on apps and does not do a service to your customers who may download this app which doesn't work?

    Try right clicking on the installer and select run as administrator.

  • File Uploads not working

    It looks as though the upload is happening--you can see the
    icon in the bottom right doing it's thing--but after the upload is
    complete, the files never appear in the My Files area.

    I'm having the same issue, in Firefox 3. When I click the
    upload button, the animation closes the Browse (for files) section,
    and the little spinning wheel in the bottom right starts going.
    But, no files. This has been going on for weeks. I've never
    successfully uploaded a single file. No problem uploading the same
    files to Screencast.
    Also, Acrobat.com won't give me anything more than a blank
    black screen in Internet Explorer 7, using Vista. I'm not
    connecting via proxy in either browser.

  • File Upload not working in firefox with flash p-layer 9

    hi,
          I've a web application  with a component to upload file.The upload operation is working fine in IE.But when using firefox with player 9,its asking for the proxy authentication again and the firefox will get stuck.
    With player 10 ,its working without any problem.
    Can anybody help me.
    Thanks

    Could you be experiencing the following bug?
    http://bugs.adobe.com/jira/browse/FP-201

Maybe you are looking for

  • Mail step should be sent to all the users in multiple condition

    hi experts,                   I have a requirement on invoice posting.Say if invoice amount is 1000 then person A can post the invoice. if >= 1000 person B can post the invoice. If >=2000 person C can post the invoice.                                

  • How can I create a fillabe form

    I want to make a form fillable, in an E-Version. How do I do that?

  • User Profile Disks - User registry data

    In Server 2012 standard (not R2)  using RD  in Session Collection  and in the "User Profile Disks" tab  I have ticked "Enable user profile disks" If I select the second radar-button "Store only the following folders on the user profile disk" What is

  • Password "H-E-double tooth picks"

    Somebody help. I own a MacPro, an iPad and 3 laptops. For some reason my Macpro asks me for my login password ALL THE TIME. It asks me for all kinds of tasks, It asks for "permission" for any misc. task about every three to five minutes. If I leave m

  • What does Ajax submit failed = 403, forbidden

    When I try to sign in to the e print center I  get the message in the subject line. I have a valid account and password.