problem with Message download the item in the search page

Hello

I created a download of the Message item in an array in a search page customized to allow users to download and display the content of the file. File is stored in a custom table. I put the instance view file name attribute and the view towards Blob file attribute content of the file. When I run the search page, I am able to see the file name link, but when I click the lick of file name to download the file, I get the following error.

<!-StartFragment--> oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidObjNameException: Houston-25005: type 1 Variable object name is not valid

at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at _OA._jspService(_OA.java:71)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)

to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

at java.lang.Thread.run(Thread.java:595)

# # 0 in detail

oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidObjNameException: Houston-25005: type 1 Variable object name is not valid

at oracle.apps.fnd.framework.OAException.wrapperException (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at _OA._jspService(_OA.java:71)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)

to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

at java.lang.Thread.run(Thread.java:595)

oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidObjNameException: Houston-25005: type 1 Variable object name is not valid

at oracle.apps.fnd.framework.OAException.wrapperException (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

at _OA._jspService(_OA.java:71)

at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)

at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)

to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

at java.lang.Thread.run(Thread.java:595)


Hello

It should be like this:

Kind regards

Anil

Tags: Oracle Applications

Similar Questions

  • Problems with access to the web pages, email, video, etc. even when I have 4-5 bars.

    I installed a Dell Wireless 1505 low-profile carrier 1.2 antenna dim/insp in desktop. Its a PCIe wireless lan card. But since last Tuesday patches have been installed I had problems with access to the web pages, email, video, etc., even when I have 4-5 bars.  Someone at - it an idea of what's going on.

    Hi William e. Swann

    1. what web browser do you use?

    Method 1:

    You can read the following article and check.

    You may experience connectivity problems or performance issues when you connect a portable computer that is running Windows Vista or Windows 7 to a wireless access point

    Method 2:

    You can also read the following article.

    How to troubleshoot network connectivity problems in Internet Explorer

    Hope this information is useful.

  • Problem with script on the master page

    So I have my build script of the unique number bit that I have posted here before... it's on the Initialize event of the field.


    If (this.rawValue == null) {}
    var d = new Date();
    this.rawValue = parseInt(d / 1000);
    }
    else {}
    this.rawValue = rawValue;
    }

    Which works very well if on the body of the form, but if I put it on the master page it re - initializes (and changes the number) whenever a subform gets shown/hidden. No idea how to stop it from doing this? I tried it on a few other events without a bit of luck.

    I came across another problem with this script, a field called 'Date' was interfering with the script - throw an error "the Date is not a constructor. Is - this normal (function/field collision)?

    Hi Jono,

    I had problems with script within the Master pages before. What I've done in the past, it is a textfield hidden in the main pages of script with overall binding (which featured many here today); then same name textfield in the master page picks it up.

    Good luck

    N.

    Post edited by: Niall O'Donovan

  • I have a problem with access to the previous page.

    Original title: confused in Alberta

    I know few things about my computer regarding terminology, etc. that I use only for info and email.  I have an Acer Aspire and run Windows 7.  For a while now, I was able to go to the previous screen with the arrow at the top left.  Any suggestions because it is only a disadvantage compared to several other questions that plague me now.  Thank you for taking the time to read this.

    Hi David!

    In Windows Explorer: you have folder options set to open in a new window? If so change to open in the same window (from the Explorer > tools > folder options)!

    Concerning
    Julia

  • Problem with multiple downloads with the router. Allows you to change the TCP MSS value?

    Original title: TCP MSS

    Hi all.

    I currently have a problem with multiple downloads with my current router.  If I have two current downloads at the same time I have no access to all web sites.  It's almost as if the downloads take my meaning of bandwidth there is more nothing for ordinary surfing.

    As a test I put an older router on my system and have a significant improvement in performance.  I have 2 downloads in progress and also surf at the same time.

    To compare two routers, I noticed that the only real difference between the two is that the TCP MSS value is set to '0' on the router of the problem, and then assign him 1392 (MTU - 40) on the router to elderly who gives better performance.

    It is my understanding that this value governs the size of transmitted packets.

    My question is this:

    What is the MSS value which is causing the problem?

    Congratulations in advance.

    Be sure to interpret the values. The '0' means no not literally because the link would not work. It is likely, that it allows the local device set limits for the link. Don't forget that there is a Maximum value and as such can be any value up to such limit as defined by all devices in the path.

    You can try capping manually but it is unlikely that any local limit will come to effect unless you set very low.

  • Problem with silverlight download, download the error code 2104.

    Original title: problem with Sliverlight download
    get the error code 2104. tried to uninstall and reinstall

    Hello

    Thanks for the reply.

    We are pleased to know that the problem is solved. Please do not hesitate to answer, in the case where you are facing in the future other problems with Windows. Please contact the Windows community.

  • a problem with one of the files in the TestStand\AdapterSupport\LabVIEW directory

    When looking at the module a LabVIEW VI called for TestStand, I get the following message:

    A problem with one of the files in the TestStand\AdapterSupport\LabVIEW directory.  Please reinstall or repair.

    I made the mistake of cleaning C: in my computer.  Clean the C:\National Instruments downloads

    Why would someone put bits of applications or modules, etc. in such a directory?

    I'm not too crazy about restoring 11FR in this folder.  It's just crazy!

    If anyone has encountered this before?  No "easy"? outside re - install TS...

    Side note: I do not touch anything in the \Program files. National Instruments\TestStand\AdapterSupport\LabVIEW

    What version of LabVIEW and TestStand do you use?

    In 2012, TestStand, this directory is mapped to:

    C:\Documents and Settings\All Users\Documents\National Instruments\TestStand 2012\AdapterSupport\LabVIEW

    Have you tried mass compiling the screws in this folder?

    I had to create a new 'TestStand - default values XX.llb"file, where XX is the last version of LabVIEW you use, but I have not seen this message before.

    Good luck

    PH

  • Problem with Vista hit the Satellite X 200 - 20 s

    Sometimes during typing on vista, it will stutter and freeze. The time is very short. Is this a problem with vista or the laptop. The T7300 Core 2 Duo 2 ghz processor.

    Hello

    I have a Satellite Pro S200 and the same problem was with my camera. It s is not a hardware problem, it s more a driver related issue No. So, the best thing you can do is update your bios and keep your drivers up-to-date. Just check the download Drivers Toshiba site and make sure you have the latest drivers installed.

    I had resolved my stuttering (core2duo 2.33 Ghz, 2 GB RAM) by updating all drivers...

    That's all

    Good bye

  • Want to Phoenix 860-010: problem with fonts and the noisy fan

    I have a new machine, just a day old, and I'm having a problem with fonts.  The file Explorer, Edge and other similar programs seem to go from a very readable font that lights up in half a second or less whenever I move down on the page in these applications.  Police that results is much more difficult for me to read because of the lightness that results. I have not met this problem before.  Frankly, I don't know the source of the problem.  Is it hardware (video card) or (Windows 10) operating system software?

    Hello @PhotoGene47,

    Thanks for the quick response!

    Have you tried to see the document that I mentioned in my previous post?  If you prefer to have the Board repaired, you can consider contacting the HP support by phone for additional options.  Please use the following http://www.hp.com/contacthp and create a folder for your question and contact HP. If you do not live in the United States / Canada, please click on the link below to get contact information for your region.
    http://WWW8.HP.com/us/en/contact-HP/WW-phone-assist.html

    I hope this helps.

    Please let me know if this information helps you solve the problem by marking this message as 'accept as Solution' , this will help others easily find the information they seek.  In addition, by clicking on the Thumbs up below is a great way to say thank you!

    Kind regards!

  • All of a sudden I started getting a "Cannot complete the command because of a problem." message using the Adobe color engine Can anyone suggest what it can be and how to fix it? Thank you very much!

    All of a sudden I started getting a "Cannot complete the command because of a problem." message using the Adobe color engine Can anyone suggest what it can be and how to fix it? Thank you very much!

    Trash this stage and re - register. It could be that new file dialog tries to assign a document profile that is damaged or is no longer present on your system. If this does not work, reset the Photoshop preferences. Press ctrl + alt + shift at the launch, confirm with the dialog box that appears if you did it correctly.

    Make sure to save all your other actions, brushes and so on first!

    Shares usually work between different versions, but if certain parameters have changed they may fail right there.

  • problem with Safari and the opening of sites

    problem with Safari and the opening of sites

    Please describe the problem in more detail?

    Try to reset the settings of Safari:

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select the Preferences/Privacy tab

    4. click on remove all data from the Web site

    5. close Safari.

    Remove cache Safari files:

    1. click on finder

    2. look for the menu GO to top

    3. click on GO and hold down the option key. This will show a user library folder.

    4. click library and find the Caches folder

    5. in the folder caches com.apple.Safari Ouvrezledossier

    6. move the Cache.db file Trash.

    This should solve the problem. If it does not help, try to disable the Safari extensions

    1. open Safari

    2. click on the Safari menu at the top (to the right of the Apple logo)

    3. Select Preferences

    4. find the Extensions tab

    5 disable all extensions of

    6. relaunch Safari

  • Having a problem with loading in the combustion chamber

    Hello

    I'm having a small problem I could use help with. I'm not really sure what's going on, but I'm having a problem with one of the pages of my site does not when you try to view the page in Firefox. But if I loaded this page in Safari or Chrome, it loads very well.

    Here is the URL of the page to take a look:
    Specific link removed by moderator display ~ J99 < sitename >.com/top-10/top...services/

    No idea why this might be happening or how to fix it? I don't know if it's just my computer, or if others have the same problem.

    Thanks in advance,

    Mike

    There's two of us have confirmed the page will load so I deleted the link to display as it could be construed as advertising.

    P.S. Note only forum content in the resolved threads is now indexed by search engines.

    (Last updated: February 14, 2015 08:45 CEST)

    Solved the locked thread now ~ J99

  • Using an IP191 monitor, have random horizontal stripes on the screen - have no problems with other browsers. also no problem with FF on the other PCs on the family

    Using an IP191 monitor, have random horizontal stripes on the screen - have no problems with other browsers. also no problem with FF on the other PCs on the family.

    These "streaks" seem to be the domain of the high frequency analysis; they can be eliminated by scrolling upwards or downwards.

    Hello, maybe it's a problem with hardware acceleration - try updating your graphic driver, or in case this does not solve the problem, or there is no new version available at the time, disable hardware acceleration in the firefox menu

    > options > advanced > General.

  • I have an older version of Firefox 3.6.6 I think I'm having a problem with one of the websites that I sign. Is it possible to upgrade to the latest version

    I have an older version of Firefox 3.6.6 I think I'm having a problem with one of the websites that I sign. Is it possible to upgrade to the latest version. Without losing all my favorites and the saved passwords?

    Yes, see this article:

    After:

  • Problem with shutdown on the start menu

    Original title: PROBLEM WITH SHUT DOWN IN STAT MENU

    I had a problem with closing down on the start menu in my dell Inspiron CORE i3 laptop with windows 7. When I right click on the command prompt, and the user has clicked run as administrator nothing came, and now I can't click on anything whatever in the menu tab start such as my documents, my computer and Control Panel. Please tell me how to solve this problem. for this reason I can't tab from the command prompt.

    Hello

     
    Thanks for the reply and happy to know that the problem has been resolved.
     
    If you have problems with Windows in the future, please do not hesitate to post in the Microsoft Community Forums and we will be happy to help you.

Maybe you are looking for