Viewing uploaded static files

Hello.
We have a product demo we created in Flash file format that we are trying to post onto our Apex application's site.
The demo is comprised of a few files that work together as long as they sit in the same directory. They are of the following format:
html
mp4
swf
pnp
xml
js
I loaded them one by one into my ApEx application as static files.
When I reference them through my application, they don't work. The flash presentation does not run.
Any thought what it might be?
FYI, we have uploaded other static files into our app for other purposes (doc, pdf). Those work just fine.
thanks
Boris

Boris,
The demo is comprised of a few files that work together as long as they sit in the same directory.
I think the problem is what I've quoted from your message. Flash file needs the other files within the same directory and static files are stored on the database and called by a function.
I think the solution is to upload your files to the server filesystem.
Paulo Vale
http://apex-notes.blogspot.com

Similar Messages

  • Bug uploading static files

    I notice one bug when uploading static files. If you try to upload static file with same name as existing one and to same application you'll get error "Static file name already exists" and the file will be uploaded with flow_id 0 (view apex_application_files), but it won't be visible in APEX Builder. Also, when you try to download this file from builder, it looks like APEX randomly chooses which one to download.
    I've tried this on apex.oracle.com and same thing.
    Br,
    Marko

    Hi Marko,
    Currently APEX doesn't have any version control for static files so I suggest adding a version number to the file name when uploading.
    Thanks
    Paul

  • Apex 4 static files names include file path

    Hello,
    I am using Apex 4 with the latest patch.
    When I go into Shared Components and upload Static Files or CSS it is including the full file path as the name of the file when it is uploaded. Apex 3 did not do this, it simply used the file name.
    For example, if I want to upload a file called "mystyles.css" and it is located in "C:\css\app1\work" the file when uploaded will be called: C:\css\app1\work\mystyles.css
    When I want to reference this file in Apex code I need to call it C:\css\app1\work\mystyles.css instead of just mystyles.css.
    Is there a way to make it use only the file name and not the file path?

    Which browser and version are you using?
    If it's IE, check the config for “Include local directory path when uploading files” security settings.
    {message:id=4169405}
    http://blogs.msdn.com/ie/archive/2009/03/20/rtm-platform-changes.aspx

  • Error When Uploading a CSS file or  Static file

    When I am uploading a CSS or Static file , I get the following error. But I can upload images files with no issues.
    ORA-02291: integrity constraint (FLOWS_FILES.WWV_FLOW_FILE_OBJ_FK) violated - parent key not found
    Oracle XE upgraded to Apex 3.1
    Please help
    George

    Yes, if you upload an image on a normal Oracle Apex Database its stored in the DB.
    But, if you remember, when you configire apex you specify an images directory /i/.
    Under this directory you will find all the images that apex uses as well as css files, etc.
    If you place your image in this directory you can reference it my modifying the appropriate stylesheet/template.
    So, for example, you cna place your own stylesheets in the appropriate directory on the server.

  • APEX 3.1.2 Static File Upload Issues

    We are still running on APEX 3.1.2 though we hope to go to 4 very soon.
    We had a production problem this past week that is perplexing. I have seen other posts referencing similar issues but no solutions.
    We have an application that has several Static File Javascripts (.js). We already ran into the IE Upload bug so we only upload in Mozilla now.
    We had changes to one of the .js files (identity.js). I deleted the old file using the Shared Components screen and uploaded the new one. The action was "Successful" but the file was still the old version. We deleted a file of 73 lines of code and uploaded a new version of 28 lines. After successful upload, we still would get the 73 line version . The app was still getting that version too.
    I deleted it many times and tried again. I ran scripts to do both the delete and upload. I even deleted the file manually from the FLOWS_FILES table that held it. Still got the old version.
    We bounced the server (thinking it was cached somewhere) - still got the old version. Finally, in desperation, I started cloning the app to another app number in another Workspace. Since we use aliases, I thought I could use a clean Workspace and uplad the new file there. This worked but - suddenly the old Workspace started using the correct file.
    Is ther some secret cache somewhere that needs to be cleared out? I did not want to start randomly clearing out caches and there is no documentation on this issue.
    Is it something about our config - we have Oracle HTTP Server, OC4J, and modplsql for this environment with a 10g database.
    Any insight would be appreciated - my manager does not like "it fixed itself magically".

    We ruled out the browser caching by trying the app on several other people's PCs.
    I am thinking it is being cached somewhere in the APEX server environment but cannot find any documentation on where or what that might be.
    I think I might have triggered a refresh when I was trying to implement a cloned version (in a different Workspace). It seems that the scope of a JS file is within its Workspace so we figured that a new Workspace would treat the changed file as a new file - and it did. During this process, we had duplicate ALIAS for a minute and I think that confused the APEX App Engine and triggered the refresh.
    But that is a SWAG opinion.
    I also thought of "versioning" the JS files but our developers are not too keen. If we don't find another solution, that may be what we have to do.

  • Embeding Uploaded PDF Static Files - Problems

    Good morning all.
    I have an application where users enter details and need to read through a selection of documents depending on what details they entered. I have uploaded 5 documents to my Apex server and used the following code to embed them inline (within the HTML itself)
    <EMBED
    SRC="http://server_name:7777/pls/apex/wwv_flow_file_mgr.get_file?p_security_group_id=824213546944709&p_fname=file1.PDF&p_inline=NO"
    HEIGHT=500 WIDTH=800>This code was taken from the links on the Shared Components -> Static Files page in the Application builder
    This all worked file on my development server, all the documents were displaying inline with the HTML document (Example - http://www.planetpdf.com/mainpage.asp?webpageid=1682 Example #1)
    However, I realised one of the documents being displayed was wrong - file 1 was showing instead of file 2. I had embeded the wrong file in the page. So I just changed the &p_fname to file2.pdf. When I ran the page, all the other embeded documents were working fine, but the recently updated one was popping out of the window, and the region where I embeded the file was blank.
    Now, I just exported my application to a new server for testing, and have had to change all the embeded regions to point to the newly uploaded files on the new server. None of these now show anything. They either show the little picture icon (red square, blue circle, red triangle) if I include the &p_inline=YES code, the same icon if I say &p_inline=NO instead, or if I drop this argument, the entire region is blank, and the Adobe PDF icon displays streched across the region after a new seconds.
    Any hints?
    Cheers,
    Kate

    Thanks for that Denes.
    I just have one question - the source for your XML Report region shows the following code
    DECLARE
       v   VARCHAR2 (200);
    BEGIN
       v :=
             'SELECT '
          || '''<iframe src="#OWNER#.File_Table_Disp_Pr?p_file='
          || 2967670122524254593
          || '"'
          || ' height="880" width="600"></iframe>'''
          || ' document_display'
          || ' FROM DUAL';
       RETURN v;
    END;The "2967670122524254593" refers to that file that was uploaded, yes? How do I find this number for my uploaded documents? I think it was a table somewhere, but I can't for the life of me remember which one.
    Update: I found it - apex_applcation_files. I should just be able to insert the ID of the document I want in there, yes? I copied my document ID number (select id from apex_application_files) but the document is 404'ing on me.
    help?

  • Upload any file and view files withflex and java

    HI
    I need to upload any files using flex and server side code in
    java.
    and need to view files like pdf and MS word by flex and
    java/jsp .
    Please help us in resolving this issue.
    Thanks In advance
    Nirmal Kumar R

    You can find an uploadComponent here:
    http://weblog.cahlan.com/2006/12/flex-upload-component.html
    regards - Michael

  • Queries on RAR 5.3 static files upload?

    Hi all,
    We have some doubts in uploading static text files in RAR 5.3 version. Can anybody please clarify at the earliest?
    1) Can we prepare the SoD rule set in the static text files (as provided by SAP during installation)
    till Action (t- code) level conflicts and upload the same. After that cam we add/change the
    authorization objects manually as per the business requirement? Whether this is possible?
    Does a small SPACE in the text file will impact the rule set uploading?
    2) If we are configuring the rule set manually i.e when we are assigning t-codes to the functions,
    we believe the authorization objects will gets picked up automatically from the back end system for that particular t-code and the object values can be edited as per the SoDs of the business requirement? Is our understanding correct?
    If this is true, refer to question 1 whether we will get the authorization objects in case of
    uploading the text files (Business process, Funcitons, rule set,action level) only at action
    level?
    3) Once if we have used the text files for uploading the rule set can we edit them manually i..e disabling  the t-codes from function, deleting the risk ids etc.,. ORELSE even the changes has to be made in the text files and upload again replacing the existing rule set whenever there are changes in the SoD rule set?
    Thanks and Best Regards,
    Srihari.K

    issue resovled

  • Uploading javascript file under static files

    We uploaded the javascript file under static files. By default the mime type is "application/octet-stream". We are accessing this js file in our application however this is not working.
    Is this because the mime type is "application/octet-stream"?
    Please let us know how to change the mime type to javascript.

    Actually, we were having the same problem and determined it to be an IE bug. If we upload the .js file using Firefox, it saves as the correct mime type, x-javascript. If we use IE8, it gets uploaded as octet. Because of this, Firebug did not recognize the file, we got the following error: "the resource from this url is not text: " with the link to the uploaded file. Hence, none of the functions included in the file worked in our application.

  • Accessing substitution variables in static uploaded javascript file

    Hi there,
    I just created variables and a pageinit function in my page header and try to access these variables (Flow_Id, Page_Id etc) within a js-file I uploaded into workspace static files.
    I try to use them within an URL ( e.g. "f?p="+ Flow_Id + ":100:" + Session_Id ), but they are -undefined- and thus lead to a 404-Page!
    Here is the code:
    onload="pageinit()"             //in page html body attribute
    //and the following code in the html header
    <script type="text/javascript">
    <!--
    var Flow_Id; // application id
    var Page_Id; // page id
    var Session_Id; // session id
    var Request; // request value
    function pageinit(){
    Flow_Id = html_GetElement('pFlowId').value; // application id
    Page_Id = html_GetElement('pFlowStepId').value; // page id
    Session_Id = html_GetElement('pInstance').value; // session id
    Request = html_GetElement('pRequest').value; // request value
    //-->
    </script>Can someone please point me to the right direction!?
    Thank you very much.
    Regards
    Johnny

    Hi Paul,
    I tried with IE 8 now and could at least find out now, which lines of code are responsible for the error:
    addmenu(menu=[                    
    "mainmenu",                    
    69,                         
    153,                         
    1,                         
    style1,                         
    1,                         
    "left",                         
    1,                          
    0,                         
    ,"Home","f?p=" + $v('pFlowId') + ":100:" + $v('pInstance'),,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
    ,"Tab2","show-menu=list01","tab2.html","",1
    ,"Tab3","f?p=300:1:","tab3.html","",1
    ,"Tab4","show-menu=list04","tab4.html","",1
    ])It must be the way I try to create the first URL (for Home) I already mentioned, because if I hard-code the URL, it works without errors.
    I could hard-code the URL, but then I always get a new session-id. So, at least I need to find a way of accessing the current session-id here.
    As mentioned before, I also tried to set global variables within a javacript function in the page header and assigning the current values for the session and app-id and reference these variables within the js-file I uploaded to the static files. But that did not work either. These variables were undefined.
    I guess they were undefined because at the time when the function was processed the variable might not have been set yet.
    But I followed exactly the solution Carl Backstrom mentioned in some of his posts some years ago. God bless him.
    I am not a javascript expert, so maybe you got a hint for me!?
    Thanks again for your support.
    Johnny

  • "old" website is viewed after uploading new files

    I cannot figure this out, but my iWeb says (over and over and over) that it is correctly uploading updated files to my host but apparently not. If I go to my own URL to view it only the old site shows up. I have moved the folder where the site is located to the desktop and even temporarily trashed the "old" files and yet only the old pages show up. Any ideas?

    Which version of Firefox are you using? It may be how Firefox manages color. You could try this FF add-on: Color Management :: Firefox Add-ons.
    Or use web-safe colors as discussed on this site: http://www.iwebformusicians.com/WebMusic/FontsandColors.html.
    OT

  • Android: How to upload a file to OneDrive?

    Iam trying to upload a file using the OneDrive Saver sample app. Instead of creating a text file, I would like to select a file from the gallery and then upload it to OneDrive. I have edited the sample app but the file cannot be uploaded. I don't have
    any errors. 
    Sample app available on GitHub (https://github.com/OneDrive/onedrive-picker-android/tree/master/SaverSample).
        package com.example.onedrivesdk.saversample;
        import java.io.*;
        import android.accounts.AccountManager;
        import android.app.Activity;
        import android.content.ContentResolver;
        import android.content.Intent;
        import android.database.Cursor;
        import android.graphics.Bitmap;
        import android.graphics.BitmapFactory;
        import android.net.Uri;
        import android.os.*;
        import android.provider.MediaStore;
        import android.view.View;
        import android.view.View.OnClickListener;
        import android.widget.*;
        import com.microsoft.onedrivesdk.saver.*;
        public class SaverMain extends Activity {
            private static final int DEFAULT_FILE_SIZE_KB = 100;
            static final int RESULT_STORE_FILE = 4;
            private static Uri mFileUri;
            private static final String ONEDRIVE_APP_ID = "4813EF88";
            private final OnClickListener mStartPickingListener = new OnClickListener() {
                @Override
                public void onClick(final View v) {
                final Intent galleryIntent = new Intent(Intent.ACTION_PICK);
                    galleryIntent.setType("*/*");
                    startActivityForResult(galleryIntent, RESULT_STORE_FILE);
            private ISaver mSaver;
            @Override
            protected void onCreate(final Bundle savedInstanceState) {
                super.onCreate(savedInstanceState);
                setContentView(R.layout.activity_saver_main);
                // Create the picker instance
                mSaver = Saver.createSaver(ONEDRIVE_APP_ID);
                // Add the start saving listener
                findViewById(R.id.startSaverButton).setOnClickListener(mStartPickingListener);
            @Override
            protected void onActivityResult(final int requestCode, final int resultCode, final Intent data) {
            try {
                    mSaver.handleSave(requestCode, resultCode, data);
                } catch (final SaverException e) {
            switch (requestCode) 
        case RESULT_STORE_FILE:
        mFileUri = data.getData();
        saveFileToDrive();
        break;
            private void saveFileToDrive() 
            Thread t = new Thread(new Runnable() 
            @Override
            public void run() 
        try 
        // Create URI from real path
        String path;
        path = getPathFromUri(mFileUri);
        mFileUri = Uri.fromFile(new java.io.File(path));
        ContentResolver cR = SaverMain.this.getContentResolver();
        // File's binary content
        java.io.File fileContent = new java.io.File(mFileUri.getPath());
        View v = null;
        final Activity activity = (Activity) v.getContext();
        mSaver.startSaving(activity, path, Uri.parse(mFileUri.toString()));
        } catch (Exception e) {
            t.start();
            public String getPathFromUri(Uri uri) 
                  String[] projection = { MediaStore.Images.Media.DATA };
                  Cursor cursor = getContentResolver().query(uri, projection, null, null, null);
                  int column_index = cursor
                          .getColumnIndexOrThrow(MediaStore.Images.Media.DATA);
                  cursor.moveToFirst();
                  return cursor.getString(column_index);

    You're going to need to give way more detail about the situation before we can help.

  • Non-application specific static files not visible in shared components

    Hello,
    We recently upgraded to APEX 4.0.2.00.07. In the past we have uploaded a number of static files with no specific application linked to them.
    Now, when I search on these files using Shared Components -> Static Files, I don't find them back.
    But, if I directly query the view APEX_WORKSPACE_FILES (using the APEX schema owner), I see all the files. They have APPLICATION_ID = 0 and APPLICATION_NAME is empty.
    Is this a bug? I couldn't reproduce this with newly added static files, whether I specify an application or not.
    Matthias
    Edited by: mhoys on Mar 1, 2011 11:40 AM

    Owen:
    Excellent idea/perspective...I did not think of that.  Each of our forms/screens has a seperate class file.  Each class file has a CreateForm() routine that is called when an instance of the class is intiated behind the menu selection. 
    Here is a block of code In Main.vb I use to execute a menu selection:
    Case "MPA"
      '8/30/07 EJD - Work Order Parameters Screen
       If GetFormCount(G_MPAMaint_Form_Type).ToString = "0" Then
               Dim MPAForm As New MPA
               BubbleEvent = False
        Else
               UpdateStatus("Another MPA maintenance screen is already open", SAPbouiCOM.BoStatusBarMessageType.smt_Error)
               BubbleEvent = False
        End If
    So, I can utilize this code in the case statement where I was doing the ActivateMenu if I hear you right.  Now, can you help me with how I would pass the
    variables instead of making them Public Shared in the Main class?  Or is it ok to expose them that way?
    I Appreciate the help,
    Ed

  • Displaying Static Files

    I need some help in displaying a static file in an HTML region on a page. I have uploaded the file (a Unix script) in question (ds_broker_gim,sh) to the Static Files.
    I have a page with a report based on a Select List Item (P28_SCRIPT). This Select List has all of the unix scripts involved in an Autosys jobs. I want to drill into the script to view it.
    I've tried the following to no avail:
    <img src="#APP_IMAGES#&P28_SCRIPT.">
    <img src="&APP_IMAGES.&P28_SCRIPT.">
    <img src="#APP_IMAGES#BOA_Logo.GIF"> (this works ok but not what i want. this is a .gif file as the P@*SCRIPT is a text file. Don't know if that makes any difference? The text files are Static files wheraes the gif file is an Image. I presume that either way, they are loaded and retrieved from wwvflow_file_mgr.get_file)
    When I run the page, I get an image icon but no rendering of the text file? I look at the properties of the images and it shows: wwv_flow_file_mgr.get_file?p_security_group_id=5240132416889565092&p_flow_id=38227&p_fname=ds_ods_clients_gim.sh which should render the file?
    Obviously, I'm confused and would appreciate your assistance! Thanks

    Sorry once again - why cna't I cut n' paste here??
    Again, here's the syntax I'm using to display a static text file in a HTML region on a page: Ignore the single quotes as I think that is what is deleting the code?
    ' <img src="#APP_IMAGES#&P28_SCRIPT."> '
    ' <img src="&APP_IMAGES.&P28_SCRIPT."> '
    ' <img src="#APP_IMAGES#BOA_Logo.GIF"> '

  • File Upload works on windows to upload local file,but fails on unix

    I have jspx page to upload excel file from my pc and I used jdev 10.3.1.4 works fine on windows, but I deployed to weblogic 10.3. I got java.io.ioexception No such file or directory when I uploaded a excell file
    from my pc.Can you some one shed some lights on my head, Thank you.

    This is my jsp page:
    <html>
    <div id =mrf>
    <!--<%@ page contentType="text/html;charset=windows-1252"%>-->
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
    <bean:define id="myUploadForm" name="uploadForm" type="com.presentation.UploadForm" />
    <SCRIPT LANGUAGE="JavaScript1.2" TYPE="text/javascript">
    function submitAction(action)
         document.uploadForm.actionName.value = action;
         document.uploadForm.submit();
    </script>
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <html:form method="post" action="/Upload" enctype="multipart/form-data">
    <tr>
    <td align="left">
    <bean:message key="label.upload.file" />
    <html:file property="file" size="50"/>
    </td>
    </tr>
    <html:messages id="messageId" message="true" property="uploadMessage">
    <td class="message-context" align="left" colspan="7" width="100%">
    <bean:write name="messageId"/>
    </td>
    </html:messages>
    <tr>
    <td class="page-context" align="left" nowrap>
    <P>   <p>
    <html:submit styleId="button1"
    styleClass="inputbutton">
         <bean:message key="label.upload.button.submit"/>
    </html:submit>
    </td>
    </tr>
    <table>
    <logic:present name="createMessage">
    <h2><font color="red"/><bean:message key="msg.createOrder.errmsg"/></h2>
    <logic:iterate id="IR" name="createMessage">
    <tr>
    <td>
    <bean:write name="IR"/>
    </td>
    </tr>
    </logic:iterate>
    </logic:present>
    </table>
    <html:hidden property="actionName" value="start"/>
    </html:form>
    </table>
    </div>
    </html>
    My java bean (UploadAction.java):
    import java.io.File;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.lang.reflect.InvocationTargetException;
    import java.util.ArrayList;
    import java.util.List;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionErrors;
    import org.apache.struts.action.ActionMessage;
    import org.apache.struts.upload.FormFile;
    public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception
              messages.clear(); //clear all messages and errors
    int loaded =0;
    List msgList = new ArrayList<String>();
              UploadForm uploadForm = (UploadForm)form;
    String actionName = uploadForm.getActionName();
    uploadForm.setActionName("");
    FormFile file = uploadForm.getFile();
    if(actionName.equalsIgnoreCase("create")){
    System.out.println("The actionName:" + actionName);
    this.executeCreate(mapping,form,request);
    // for first time after clicked Upload from main menu.
    if(file == null || file.getFileName()== null || file.getFileName().length()== 0){
    if(count > 0) {
    messages.add("uploadMessage", new ActionMessage("msg.upload.failed"));
    saveMessages(request, messages);
    count++;
    return (mapping.getInputForward());
         //the info in web.xml under <context-param>
    String filePath = getServlet().getServletContext().getInitParameter("oracle.adf.view.faces.UPLOAD_TEMP_DIR");
    System.out.println("The file name path:" + filePath);
         File folder = new File(filePath); //create the upload folder in client's local PC if not exists
         if(!folder.exists())
         folder.mkdir();
    String fileName = file.getFileName();
    if(fileName != null || fileName.length() >0){
         System.out.println("The file name:" + file.getFileName()+" has been craeted in:" +filePath);
    try { 
         File newFile = new File(filePath, fileName);
         if(!newFile.exists()){
         FileOutputStream fos = new FileOutputStream(newFile);
         fos.write(file.getFileData());
         fos.flush();
         fos.close();
         request.setAttribute("uploadedFilePath",newFile.getAbsoluteFile());
         request.setAttribute("uploadedFileName",newFile.getName());
    } catch (IOException e) {
    log.info(e.getMessage());
    log.error(e.getMessage());
    loaded =1; //uploaded successed.
    ParseExcelFile(filePath,fileName); ------------- fails here but it works on Windows XP with Jdev 10.1.3.5/OC4J.
    saveMessages(request, messages);
    return (mapping.getInputForward());
    public static void ParseExcelFile(String localdir, String filename) {
    FileInputStream fs = null;
    try {
    String strFile = localdir+filename;
    fs = new FileInputStream(new File(strFile));
    getContents(fs);
    } catch (IOException ie) {
    log.error(ie.getMessage(),ie);
    } catch (Exception xe) {
    log.error(xe.getMessage(),xe);
    }finally {
    try {
    fs.close();
    } catch (IOException e) {
    log.error(e.getMessage(),e);
    This log file from weblogic:
    <[ERROR        ] [FINLOGSYS] 1310903306264 [[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'-com.business.MrfBusinessDelegate.ParseExcelFile(MrfBusinessDelegate.java :753] >>* C:/tmp/MarsUploads/MinMax_R12_template.xls (No such file or directory)java.io.FileNotFoundException: C:/tmp/MarsUploads/MinMax_R12_template.xls (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at com.cablevision.materialRequest.business.MrfBusinessDelegate.ParseExcelFile(MrfBusinessDelegate.java:750)
    at com.cablevision.materialRequest.presentation.UploadAction.execute(UploadAction.java:133)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3241)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    *<<>
    Do I missing something ? help

Maybe you are looking for

  • CVP Opsconsole: Patterns for RNA timeout on outbound SIP calls - Dialed Number (DN) text box does not take any input

    Hi there, I'm having problems modifying the 'Dialed Number (DN)' text box under 'Advanced Configuration->Patterns for RNA timeout on outbound SIP calls' of the SIP tab in the Cisco Unified Customer Voice Portal 8.5(1) opsconsole. In a nut shell, I ne

  • In ActionScript 2.0 , How can I send HTTP request and get the response in JSON format.

    I am using ActionScript 2.0 for my app development. I have checked XML and LoadVars class. These classes by default send/receive data either in XML or name/value pair format. I want to send data in JSON format and receive the response in JSON format.

  • DTS, how can I make it work?

    Hello there, I need a help to add a dts audio file to my project in Encore 2.0. Always I try, a message like this appear: "The software that´s used to decode the meia is not available on this system. Installing the correct decoders for the files you

  • Windows 7 NI-9234 Time Out

    I'm getting a 50405 message on the NI-9234 on a Windows 7 machine. "Error -50405 occurred at Read DAQ 1 and Process Data.vi Possible reason(s): NI Platform Services:  No transfer is in progress because the transfer was aborted by the client. The oper

  • Easily modifying task structure in a project

    Hello, My users have come up with a question.  I do not have a wonderful answer for them, so I thought I would post here to see if there are any ideas. My users are used to using Microsoft Project client in which you can easily indent and outdent tas