ERR-1016 --- Where does this error come from?

I can't reproduce this at will. It's something unpredictable. Sometimes when I log into my app I get this error.
ERR-1016 Application "113" Page "1" not found (requested language="en-us")
My app doesn't have a page 1, but that shouldn't matter, because on log in the user should be taken to page 100. The frustrating thing is, most of the time it does.
I have no idea how to troubleshoot this.
Steve "the n00b" in Raleigh NC

scott.wesley wrote:
Perhaps check the security tab in your application definition.
Often the home link is defined as
f?p=&APP_ID.:1:&SESSION.
It's best to use an alias on your desired home page, and define the home link as
f?p=&APP_ID.:HOME:&SESSION.
SWI tried that. First I had to take off ":SESSION" because of the Web Page not found error. Then I ran it with APP_ID.:HOME and it brought me to my login page. When I logged in, it got to page 100 (HOME page) with no problems.
Then I logged out. When I logged out, if found that ":1" had replaced HOME in the http. When I logged in again, I ran into the same old problem. I need to get this resolved because I want to demo this app for the user in the next 72 hours.
Thanks for all the help. I've learned a lot from this board.
Steve the n00b in Raleigh NC

Similar Messages

  • Where does this error come from

    Here's my Javabean
    ===============================================
    package BeanTest;
    import java.sql.*;
    import java.util.*;
    import java.io.*;
    public class Bean2 extends DBConnect{
    private static String name = null;
    private int age = 0;
    public Bean2() { }
    /* Getter and Setter Methods */
    public String getName() { return name; }
    public void DbDescription() { name = "Start of get Name"; }
    public void setName(String s) { name = "tree"; }
    public int getAge() { return age; }
    public void setAge(int i) { age = i; }
    ===============================================
    Here's my JSP
    ===============================================
    <html>
    <head>
    <title>SimpleBean Test Page</title>
    <%@ page language="Java" %>
    <%@ page info="database handler"%>
    <%@ page import="java.io.*"%>
    <%@ page import="java.util.*"%>
    <%@ page import="java.sql.*"%>
    <%@ page import="javax.servlet.*"%>
    <%@ page import="javax.servlet.http.*"%>
    <%! ResultSet rset = null; %>
    </head>
    <body>
    <jsp:useBean id="simple" scope="application" class="BeanTest.Bean2"/>
    <% simple.DbDescription(); %>
    Description = <%= simple.getName() %>
    </div>
    </body>
    </html>
    ===============================================
    Here's my error
    ===============================================
    Request URI:/JSPSample5.jsp
    Exception:
    java.lang.NoSuchMethodError: BeanTest.Bean2: method DbDescription()V not found
    ===============================================
    However if I change the call to the DbDesrcription Method from
    <% simple.DbDescription(); %>
    to
    <% simple.DbDescription() %>
    I get this error.
    ===============================================
    Request URI:/JSPSample5.jsp
    Exception:
    oracle.jsp.provider.JspCompileException:
    Errors compiling:d:\website\htdocs\_pages\\_JSPSample5.java
    d:\website\htdocs\_pages\_JSPSample5.java:75: Invalid type expression.
    simple.DbDescription()
    ^
    d:\website\htdocs\_pages\_JSPSample5.java:76: Invalid declaration.
    out.print(__jsp_StaticText.text[10]);
    ^
    2 errors
    ===============================================
    I don't actually want any errors. Where am I going wrong and how do I fix it. I just need to execute a method in a Javabean that is not a getter or setter method?
    TIA
    Owen THomas

    It seems to me that you have more than one copy of class Bean2 on your server. And one of them doesn't have DbDescription method in it. Clean the old copies of exisiting class files from your disk. Java doesn't do version control, so these kind of errors are very hard to locate.

  • File Utilization by Workspace - Where does this information come from

    I am looking at the Manage Workspaces>File Utilization by Workspace screen when logged in to my apex (4.0.2.00.07) installation as internal user I see that a particular workspace has 154MB. But when I try to find out what in this workspace is using so much I can only find 4.3 MB of usage (with select sum(bytes)/1014/1024 "MB" from dba_segments where owner = <schema_name>;).
    I am using this on a Oracle 10.0.2.4.0 on a Sun Solaris 10 box.
    When I pushed my DBA for digging further they wanted me to put in a SR... I did (SR 3-6331564231) and was told to use this forum.
    Any help to what this built in File Utilization report is looking at will be helpful.

    Question was answered by myself with the help of a few Oracle developers and my DBA.
    Here are some links I found helpful.
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/deploy_install.htm#CHDIJIAB
    http://www.dba-oracle.com/t_easy_html_db_storing_files_in_html_db.htm
    http://iadviseblog.wordpress.com/category/application_files/
    Ended up running the following queries.
    with workspaces as (
    select workspace_id, workspace
    from apex_workspaces )
    select workspace, filename, doc_size
    from flows_files.wwv_flow_file_objects$, workspaces
    where security_group_id = workspace_id
    order by 1 desc;
    with workspaces as (
    select workspace_id, workspace
    from apex_workspaces )
    select count(*), sum(doc_size), workspace
    from flows_files.wwv_flow_file_objects$, workspaces
    where security_group_id = workspace_id
    group by workspace
    order by 1 desc;
    select ID,FLOW_ID,NAME,PATHID,FILENAME,TITLE,MIME_TYPE,DOC_SIZE,DAD_CHARSET,CREATED_BY,CREATED_ON,UPDATED_BY,UPDATED_ON,DELETED_AS_OF,LAST_UPDATED,CONTENT_TYPE,LANGUAGE,DESCRIPTION,SECURITY_GROUP_ID,FILE_TYPE,FILE_CHARSET from flows_files.wwv_flow_file_objects$ order by last_updated desc
    The final answer is that these files are in the Export Repository. In apex 4.0 you have to manually manage these. You can find this on the home page by clicking on the Export Repository link or by going to the export repository for each application.
    To access the Export Repository:
    1. On the Workspace home page, click the Application Builder icon.
    2. Select an application.
    3. On the Application home page, click Utilities.
    4. Click Export Repository.

  • Where does this output come from?

    Since this morning I get the following message on my output console when I start my application, but I have no idea what triggers it.
    I did determine that this class is responsible [ oracle.jbo.common.DebugDiagnostic ], but there's no source available for me to inspect. JDeveloper's help function (searched for "DebugDiagnostic" -- 1 topic) did not provide the right answer either.
    It appears that this class is part of BC4J's debug output system, but I don't have logging enabled as far as I know. Other than this particular message, no other messages are displayed.
    Can anyone provide some information regarding this matter? What does it mean? Why does it appear?
    TIA
    *** WARNING: Oracle BC4J debug build executing - do not use for timing ***
    **************************************************************************

    Class     Method     Line
    DebugDiagnostic     <clinit>()     45
    JUTableBinding$JUTableModel     updateNavigated()     670
    JUTableBinding     updateNavigated()     500
    JUIteratorBinding     navigated()     546
    RowSetHelper     fireNavigationEvent()     257
    ViewRowSetIteratorImpl     notifyNavigation()     2938
    ViewRowSetIteratorImpl     next()     1332
    ViewRowSetIteratorImpl     first()     1145
    ViewRowSetImpl     first()     2242
    ViewObjectImpl     first()     4396
    JUIteratorBinding     rangeRefreshed()     305
    RowSetHelper     fireRangeRefreshed()     168
    ViewRowSetIteratorImpl     notifyRangeRefreshed()     2897
    ViewRowSetIteratorImpl     ensureRefreshed()     2231
    ViewRowSetIteratorImpl     refresh()     2412
    ViewRowSetImpl     notifyRefresh()     1556
    ViewRowSetImpl     execute()     548
    ViewRowSetImpl     executeQuery()     564
    ViewObjectImpl     executeQuery()     2614
    MDPanelTrefwoordsoortenView1TrefwoordenPerArchiefeenheidView4     sync_Tad_met_Tst_en_Ahd()     194
    MDPanelTrefwoordsoortenView1TrefwoordenPerArchiefeenheidView4     access$5000071()     14
    MDPanelTrefwoordsoortenView1TrefwoordenPerArchiefeenheidView4$1     navigated()     96
    RowSetHelper     fireNavigationEvent()     257
    ViewRowSetIteratorImpl     notifyNavigation()     2938
    ViewRowSetIteratorImpl     next()     1332
    ViewRowSetIteratorImpl     first()     1145
    ViewRowSetImpl     first()     2242
    ViewObjectImpl     first()     4396
    JUIteratorBinding     rangeRefreshed()     305
    RowSetHelper     fireRangeRefreshed()     168
    ViewRowSetIteratorImpl     notifyRangeRefreshed()     2897
    ViewRowSetIteratorImpl     ensureRefreshed()     2231
    ViewRowSetIteratorImpl     refresh()     2412
    ViewRowSetImpl     notifyRefresh()     1556
    ViewRowSetImpl     execute()     548
    ViewRowSetImpl     getMasterKeyValues()     2955
    ViewRowSetImpl     getParameters()     2899
    ViewRowSetImpl     getRowFilter()     314
    ViewRowSetImpl     execute()     515
    ViewRowSetImpl     getRowCount()     1453
    ViewObjectImpl     getRowCount()     4603
    MultimediaViewPanel$1     _updateButtonStates()     39
    JUNavigationBar$2     run()     969
    InvocationEvent     dispatch()     154
    EventQueue     dispatchEvent()     337
    EventDispatchThread     pumpOneEventForHierarchy()     131
    EventDispatchThread     pumpEventsForHierarchy()     98
    EventDispatchThread     pumpEvents()     93
    EventDispatchThread     run()     85I should underline again that I use a customized version of JUTableBinding. When I remove that file from the project, so that the default version is used, this output is not displayed.
    For your information, this is the fragment in the customized file which loads the DebugDiagnostic class (line 670 to be exact):
    668:      void updateNavigated(NavigationEvent event)
    669:      {
    670:         DebugDiagnostic.println("Navigated to " + event.getRowIndex());
    671:         // This is to go through the case the navigation event arrive first.
    672:         // Since we are navigating there is at least one row.
    673:         // if (rowCount == 0)

  • WHEN I DOWNLOADED OS X MAVERICK TO CONTINUE INSTALLING I NEED AN ADMINISTRATOR PASSWORD.  WHERE DOES THIS PASSWORD COME FROM?

    WHEN I DOWNLOADED OS X MAVERICK TO CONTINUE INSTALLING I AM ASKED FOR AN ADMINISTRATOR PASSWORD.  WHAT IS THIS?

    it is what you or whoever setup your computer at the start set it to be
    ALSO DONT WRITE ALL IN CAPS! IT*S SHOUTING AND CONSIDERED RUDE

  • Who knows where does this error message come from

    I have a program wrote with visual age java of ibm.it runs ok in develope page. I exported it in a jar file, it run some minutes and abrrupted with a message like this:
    *** panic: 16-bit string hash table overflow
    abnormal program termination
    who knows where does this error message come from and under which circumstance?

    One thing that comes to mind is that the literal string pool is limited - do you have lots of string literals or itern() lots of strings in your code?

  • Where does skype signal come from

    Okay, I have skype finally. But after reading skype info I still didn't get an idea of how it works. Basically where does the signal come from. Is it like a cellphone or do you have to be near something. Oddly enough, there's no real explanation on these forums. Or at least the ones I've read. It seems that its VOIP, whatever that is. Does it need wireless, or cells... can I call to someone driving in my car or get a call from someone. What are the limitations? Confused.  

    Skype is a VoIP provider.  VoIP providers use Internet access in order to make phone calls.  If you are home you can use your phone's WiFi to obtain Internet access from your home's wireless router.  If you are not you can use either your phone's  2G/3G/4G data plan or the Internet from any WI-Fi access point you have access to in the area.

  • Where does the data come from which powers the ship date and delivery date

    Hi All,
    Please let me know, where does the data come from which powers the ship date and delivery date?.
    Adi.

    Hi,
    DELIVERY DATE  will be maintain in the SALES DOCUMENT TYPES in VOV8 in the tab REQUESTED DELIVERY DATE/PRICING DAE/PURCHASE ORDER DATE.
    The field is PROPOSE DELIVERY DATE .
    If you check the field then the document created date will be the Requested date and will be carried from ORDER TO DELIVERY.
    If you want the delivery date other thann the CURRENT date then you have to maintain the LEAD TIME in days in the same tab.
    SHIP DATE: is the date on which you do the PGI in the delivery .
    Please check them and revert back if u need further details
    thanks,
    santosh

  • Inventory Management MultiProvider 0IC_MC03 - Where does the WIP Come From

    Hi,
    I have installed the primary InfoCube 0IC_C03 for Material Movements and noticed that there is a MultiProvider 0IC_MC03 (Material Range of Coverage WIP )  and I'm curious how this would project WIP?  The Documentation doesn't mention any details about what really makes up this provider other than the primary cube 0IC_C03.
    Where does this MultiProvider get Work in Process Values (WIP)?

    Hi,
    Check this:
    [Material Range of Coverage WIP |http://help.sap.com/saphelp_nw70/helpdata/en/41/34c9b85c2531fbe10000000a114e5d/frameset.htm]
    Hope this helps....
    Rgs,
    Ravikanth

  • Where does LKSTIME.dll come from?

    Hey all,
    I'm looking for what program provides LKSTIME.dll. I'm reinstalling a LabVIEW 7.1 application onto a new machine. I'm missing this .dll and looking for where this guy comes from. I see it's in i386 on my other computer.
    Don  

    It seems like this dll is usually installed with Lookout or the DSC Module.
    Matt J
    Professional Googler and Kudo Addict
    National Instruments

  • Where does SPUser.ID comes from

    Dear All
    I have a user set up in active directory. This user is rwolf (CN=rwolf,OU=acme,DC=bfs-cust-tst,DC=local). Assume I run the code below in  'protected void Page_Load(object sender, EventArgs e)'.
    SPSite oSite = SPContext.Current.Site;
    SPWeb oWebsite = oSite.OpenWeb();
    SPUser user = oWebsite.CurrentUser;
    myLabel.Text = user.ID.ToString();
    When rwolf logs into Sharepoint and navigates to the page where above code behind runs he will see as value in 'myLabel' '18'. So, ID of rwolf is 18. Now, I could not figure out where this ID comes from. I looked deeply into Active Directory but could not find
    anything. Any hints?

    Hi,
    Whenever you add the user to the permissions or some other place.  It create a list item in the hidden list called user information list.  The ID which you are referring belong that list item.
    For more information, please refer to the following article.
    http://zimmergren.net/technical/sharepoints-hidden-user-list-user-information-list
    http://www.ktskumar.com/blog/2009/04/user-information-list-url-2/
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • Where does album art come from?

    I had assumed that the album artwork that iTunes 7 provided would only be from music available on iTunes. It made sense; no Beatles artwork, no AC/DC, no Led Zep. However, some albums that aren't available at the iTunes store automatically appear. Most notably, of all things, the album "Conquer the Video Craze"; an obscure record that teaches you how to play Pac-Man and Stargate. When I saw that THIS appeared, I started checking others. There are a lot of albums that aren't available on iTunes, yet the artwork is downloaded. Where does it come from?

    I also could download artwork of albums which are not available in the Dutch iTunes Store (the only one available for my purchases).
    Searching in other Stores I found the albums, so I guess the artwork has to be stored on a central server or the artwork request is redirected to others Stores' servers.
    No information is known to me where it actually comes from.
    M

  • Where Does These Handles Come From In Color v1?

    When i add handles in Color where are they coming from?
    i.e.
    if the clip goes to color as a say 3 second clip. I then grade it and add a 5 frame handle.
    Does the 5 frames come from the clip in motion or doe it come from the footage before an after the fcp edit points?
    if it comes from what i sent then how do i maintain my edit/style rhythm of cuts?

    in@ 00:03:20 and then out@ 00:04:20...
    If those numbers are the source time code *at 23.98 fps*, there would be 24 frames in that clip. If you did not add handles, a new clip (#_1.mov) would be rendered and placed in the COLOR project render directory of your choosing. On Send To FCP, a new clip with the old reference name (but pointing to the new media) will appear on the FCP sequence and it will be 24 frames starting at 3:20 and ending at 4:20.
    If you request the addition of 4-frame handles, the clip will be rendered with a duration of 2444=32 frames. The clip "#_1.mov" source time code will be 3:16 to 5:00 (remembering this is 24 fps). When it appears on the FCP timeline, a one-second clip will show up and it will be In/3:20, Out/4:20, but you will be able to slip it +/- 4 frames or add up to a 4-frame transition outside the
    selected pickup points.
    It has not much to do with the master time code of the edit sequence, the handles only get added to the "source" clip, but it does not affect its pickup or duration on the master sequence. On the Master sequence, you would still only see the 24 original frames... but if you wanted to trim the edit a couple of frames, you would have them.
    You must understand that COLOR generates new independent media, usually ONLY the selected footage on the timeline. Handles are a way of generating extra media in an attempt to build in some post-lock flexibility, and they do not affect the edited sequence selection in any other way.
    jPo

  • When typing a text message my iPhone 4 now speaks some of the words as I type.  Where did this feature come from and how do I turn it off?

    When typing a text message on my iPhone, a voice now speaks some of the words.  Where did this come from and how do I turn it off?

    You have VoiceOver turned on.  See p. 230... http://manuals.info.apple.com/en_US/iPhone_iOS4_User_Guide.pdf

  • My fiancé had her ex boyfriend recommended to her in Game Center (friends) where does recommended friends come from ; Facebook, contacts, or previous gaming with him?

    My fiancé had her ex boy friend in her recommendations from Game Center where does recommendations come from ; Facebook, contacts, or past gaming?

    That's a good thought that could explain some cases, but not mine: these people definitely don't know my email address, and I'm not in their Address Book. (Some of these are people I might meet on a hike, say, and nod to in passing on other hikes once a or twice a year, and that's the extent of the "relationship"--no contact info ever exchanged. We don't even know what cities each other are from.)
    we don't even know each others' email addresses, and even if we did, my Apple ID email is not one I use for actual emailing purposes. Nor do we know each others' phone numbers, nor gaming nicknames; often not even last names.
    I should correct my first post: I said I "do now know well"... that should be "do NOT know well".

Maybe you are looking for

  • Changing the default location for apple loop libraries

    Hey. I've got a new external disk with a different name to my previous one. When logic loads, it looks for the apple loops in 500GB/samples... My new drive is 1TB/samples. Does anyone know where i should specify the location in logic as it is not cur

  • Can I share with Windows Without storing password?

    Hello Apple Community. I purchased a Mac Mini and am running OS X 10.8.3 with OS X Server on it. I have enabled Open Directory and File sharring using both AFP and SMB so that I can communicate with both my Apple Laptop and my Windows 8 workstation.

  • Byte array to base64encoder problem, cannot encode a 7.7 MB file

    hey guys, so ive been trying to use the base64encoder to encode a bytearray which is then sent thru a webservice to the server to be decoded. and as the subject of this post suggests, i have been having problems encoding a big file, forexample i trie

  • Adobe After Effects CC Font dictionary error then crashes.. HELP

    I have recently installed adobe after effects CC and I cannot use it. I have a windows 7 pro 64 bit system. I get the following errors and have tried un- installing re-installing and deleting adobefnt files nothing seems to work at this stage. Anyone

  • Speeding up titles?

    How would I speed up a title? I'm using the Keynote Title in FCPX and the information I want to put on the screen takes too long to come up... I tried making it into a compound clip so I could retime it, but then you loose the effect of the video und