BDB0075 DB_PAGE_NOTFOUND: Requested page not found

Hello,
If I create a primary and a secondary database within the same BDB database file,
BDB fails with "BDB0075 DB_PAGE_NOTFOUND: Requested page not found". This
happens if the secondary database returns more values (DB_DBT_MULTIPLE).
Down below a testcase. The callback simply creates ngrams, e.g.:
ABCDEFG -> ABC BCD CDE DEF EFG
BDB version: 5.2.28 (most recent), Ubuntu 11.04
Thanks a lot
Josef
#include <stdio.h>
#include <malloc.h>
#include <string.h>
#include <db.h>
#define DATABASE "/tmp/db.db"
static int callback_ngram( DB *secondary, const DBT *key, const DBT *data, DBT *result );
int main(int argc, char *argv[])
    unlink( DATABASE );
    // Open database with a secondary index
    DB *primary;
    for( int i=0; i < 2; ++i )
        DB *handle = NULL;
        int status = db_create( &handle, NULL, 0 );
        if( status != 0 )
            return 1;
        handle->set_lorder( handle, 1234 );
        if( i != 0 )
            handle->set_flags( handle, DB_DUP | DB_DUPSORT );
        handle->set_msgfile( handle, stderr );
        handle->set_errfile( handle, stderr );
        // Open database, name is "0" and "1"
        char dbname[32];
        sprintf(dbname, "%d", i);
        status = handle->open( handle, NULL, DATABASE, dbname, DB_BTREE, DB_CREATE, 0644 );
        if( status != 0 )
            return 1;
        // Associate
        if( i == 0 )
            primary = handle;
        else
            primary->associate( primary, NULL, handle, callback_ngram, DB_CREATE );
    // Insert records
    for( unsigned i=0; i < 100000; ++i )
        char buffer[10];
        for( unsigned j=0; j < sizeof(buffer); ++j )
            buffer[j] = 'A' + (((i + 1) * (j + 1)) % 26);
        //printf("%c%c%c%c%c%c%c%c%c%c\n", buffer[0], buffer[1], buffer[2], buffer[3], buffer[4],
        //                                 buffer[5], buffer[6], buffer[7], buffer[8], buffer[9] );
        // put record
        DBT key;
        memset( &key, 0, sizeof(DBT) );
        key.data = &i;
        key.size = sizeof(i);
        DBT data;
        memset( &data, 0, sizeof(DBT) );
        data.data = buffer;
        data.size = sizeof(buffer);
        int status = primary->put( primary, NULL, &key, &data, 0 );
        if( status == 0 )
            continue;
        fprintf(stderr, "Put failed: %s\n", db_strerror(status));
        return 1;
    return 0;
static int callback_ngram( DB *secondary, const DBT *key, const DBT *data, DBT *result )
    int ngrams = data->size - 2;
    result->data = malloc( sizeof(DBT) * ngrams );
    result->size = ngrams;
    result->flags = DB_DBT_MULTIPLE | DB_DBT_APPMALLOC;
    for( int i=0; i < ngrams; ++i )
        DBT *item = ((DBT*)result->data) + i;
        item->data = ((char*)data->data) + i;
        item->size = 3;
        item->flags = 0;
    return 0;
}

Hello Josef,
I just tried your test case exactly as it (with the addition of printing "done" at the end) on 5.2.28
RHEL and no error is raised:
./test
done
Do I need to do something else to see the error?
Thank you,
Sandra

Similar Messages

  • Download not working: requested page not found

    see the subject

    From index software page:
    Important Note: As of 2:30pm PT Sept. 18, OTN software downloads are currently unavailable. We apologize for any inconvenience and are working to restore them as quickly as we can.

  • On the zynga game, mafia wars, every time i click on something within the game a get a popup that says "Requested URL not found: 400" all pages load fine it just gives the message every time i click something, how can i stop this?

    on the zynga game, mafia wars, every time i click on something within the game a get a popup that says "Requested URL not found: 400" all pages load fine it just gives the message every time i click something, how can i stop this?

    Sorry, the above thread should have been a "new" post, not a reply post.

  • UWL Leave Request Approval and Page Not Found

    Hello Everyone,
    We are in the process of implementing leave request with EP 70 ECC 6.0 and I am trying to implement the approval portion in the UWL.  The workflow is appearing correctly in the UWL; however, when I click on the request in the UWL, I get a pop up with an error message that has "Page Not Found or Not Available."  Does anyone know what could be causing this?  I have read some of the other messages and transaction SWFVISU has been mentioned, but I am not sure how to set this up or if this would even resolve my problem.
    Also, one of the reasons I have decided to go the UWL route is because the Leave Request Approval Web Dynpro has too many steps.  Our users will not like having to click Approve, then Review, then  Approve Request.  If set up correctly, would the UWL have this many steps?  I would imagine so if it is calling the same Web Dynpro, but I thought I would ask.  Ideally I would like to have our Approvers select the Leave then choose approve and that be all they do.
    Please let me know what you think.
    Best Regards,
    Scott

    Dear Scott,
    I am having this problem as well.
    I did 2 things to fix this problem.
    Firstly, please go to SWFVISU and check the visualization parameter for the below task.
    TS12300097
    TS12300104
    TS12300116
    Make sure it is package value is sap.com/ess~lea. It is not com.sap. Then re-register your UWL and it should be workin.
    Let me know if it still does not and you may need to check your WAS setting.
    Rewards point if useful
    Regards,
    Bryan

  • Not able to view the Spaces home page; getting Page not found message

    Hello All,
    I seem to have a problem trying to access the Spaces Welcome page. I get a page not found message trying to access.
    When I look into the logs -
    [2010-07-08T08:32:32.137-04:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Factory Finder is already initialized, hence quitting
    [2010-07-08T08:32:32.152-04:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Cannot locate the document 'oracle/webcenter/webcenterapp/extendingspaces/extending-spaces-properties.xml'.
    [2010-07-08T08:32:32.347-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.spaces.search] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] MDS_QUERY: List size: 0, forAdmin true, isTemplate true, rowsRestricted false, Time Taken : 192
    [2010-07-08T08:32:32.376-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Found the scope spacetemplate/Basic is viewable to authenticated role, setting the flag to true and returning.
    [2010-07-08T08:32:32.402-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Found the scope spacetemplate/CommunityOfInterest is viewable to authenticated role, setting the flag to true and returning.
    [2010-07-08T08:32:32.430-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Found the scope spacetemplate/ProjectSpace is viewable to authenticated role, setting the flag to true and returning.
    [2010-07-08T08:32:32.431-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.spaces] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Templates Application Regions initalized Sucessfully. Templates list has 3 Published Templates list has 3Initalization took 277 ms
    [2010-07-08T08:32:32.550-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.page] Relationship Service is already registered: oracle.webcenter.page, ignoring...
    [2010-07-08T08:32:32.601-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.collab.calendar.personal] Relationship Service is already registered: oracle.webcenter.collab.calendar.personal, ignoring...
    [2010-07-08T08:32:32.611-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.collab.calendar.community] Relationship Service is already registered: oracle.webcenter.collab.calendar.community, ignoring...
    [2010-07-08T08:32:32.616-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.list] Relationship Service is already registered: oracle.webcenter.list, ignoring...
    [2010-07-08T08:32:32.618-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.list.data] Relationship Service is already registered: oracle.webcenter.list.data, ignoring...
    [2010-07-08T08:32:32.666-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.doclib] Relationship Service is already registered: oracle.webcenter.doclib, ignoring...
    [2010-07-08T08:32:32.695-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.collab.announcement] Relationship Service is already registered: oracle.webcenter.collab.announcement, ignoring...
    [2010-07-08T08:32:32.714-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.note] Relationship Service is already registered: oracle.webcenter.note, ignoring...
    [2010-07-08T08:32:32.727-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.relationship.url] Relationship Service is already registered: oracle.webcenter.relationship.url, ignoring...
    [2010-07-08T08:32:32.751-04:00] [WLS_Spaces] [WARNING] [WCS-04202] [oracle.webcenter.relationship.internal.model.ServiceFactory] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] [arg: oracle.webcenter.collab.forum] Relationship Service is already registered: oracle.webcenter.collab.forum, ignoring...
    [2010-07-08T08:32:32.983-04:00] [WLS_Spaces] [WARNING] [] [oracle.webcenter.framework.service.EclipseLinkLogger] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] 2010-07-08 08:32:32.982--ServerSession(7507840)--PersistenceUnitInfo ServiceFrameworkPUnit has transactionType RESOURCE_LOCAL and therefore jtaDataSource will be ignored
    [2010-07-08T08:32:32.986-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.framework.service.EclipseLinkLogger] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] 2010-07-08 08:32:32.986--ServerSession(7507840)--EclipseLink, version: Eclipse Persistence Services - 1.2.0.v20091016-r5565
    [2010-07-08T08:32:32.989-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.framework.service.EclipseLinkLogger] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] 2010-07-08 08:32:32.989--ServerSession(7507840)--webcenter-oracle.webcenter.framework login successful
    [2010-07-08T08:32:33.618-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.adf.mbean.share.connection.ConnectionsMXBeanImpl] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] Registering Connection Runtime MBean
    [2010-07-08T08:32:35.174-04:00] [WLS_Spaces] [WARNING] [ADF_FACES-30163] [oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] The application is running with the new window detect flag off. It is highly recommended that this flag be turned on to ensure proper functioning of your application when new browser windows are launched. In web.xml set the context parameter oracle.adf.view.rich.newWindowDetect.OPTIONS to 'on'.
    [2010-07-08T08:32:38.963-04:00] [WLS_Spaces] [WARNING] [] [oracle.webcenter.collab.forum.internal.model.gateway.ForumGatewayManager] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] oracle.webcenter.collab.forum.ForumException: no connections available for: Discussion Forum
    [2010-07-08T08:32:39.435-04:00] [WLS_Spaces] [WARNING] [] [oracle.webcenter.collab.forum.internal.model.gateway.ForumGatewayManager] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] oracle.webcenter.collab.forum.ForumException: no connections available for: Discussion Forum
    [2010-07-08T08:32:39.951-04:00] [WLS_Spaces] [WARNING] [] [oracle.webcenter.collab.forum.internal.model.gateway.ForumGatewayManager] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2juNFw000jzwkno1Bskt^0000HD,0] [APP: webcenter] oracle.webcenter.collab.forum.ForumException: no connections available for: Discussion Forum
    [2010-07-08T08:33:10.320-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2tI_Fw000jzwkno1Bskt^0000HE,0] [APP: webcenter] Spaces request : #Request URL = http://192.168.0.140:1527/webcenter/spaces #QueryString = null #Encoding = UTF-8 #lang = null
    [2010-07-08T08:33:10.321-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000Iam2tI_Fw000jzwkno1Bskt^0000HE,0] [APP: webcenter] Spaces request : #Request URL = http://192.168.0.140:1527/webcenter/spaces #QueryString = null #Encoding = UTF-8 #lang = null
    [2010-07-08T08:33:10.633-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.jbo.uicli.mom.CpxUtils$Visitor] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: anonymous] [ecid: 0000Iam2tI_Fw000jzwkno1Bskt^0000HE,0] [APP: webcenter] jar:file:/wbc/web_logic/user_projects/domains/kbace_domain/servers/WLS_Spaces/tmp/_WL_user/oracle.webcenter.framework.view/9rmhle/WEB-INF/lib/conference-view.jar!/oracle/webcenter/collab/rtc/conference/view/DataBindings.cpx
    [2010-07-08T08:33:10.926-04:00] [WLS_Spaces] [NOTIFICATION] [] [oracle.adf.model.servlet.HttpBindingContext] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: anonymous] [ecid: 0000Iam2tI_Fw000jzwkno1Bskt^0000HE,0] [APP: webcenter] Application error handler: oracle.webcenter.webcenterapp.internal.view.error.WCErrorHandlerImpl
    Any help would be appreciated on this.
    Thanks in advance.
    Nachi

    Hi All,
    I am facing this peculiar issue.
    Post installation of webcenter, I can access the Webcenter Spaces homepage.
    I log into webcenter as admin and configure a Mail Connection. I start and stop the Webcenter Spaces deployment. Now I don't see the Webcenter spaces Home page.
    Error on page -
    Page Not Found...
    The page you requested is not found.
    Click here to go to home
    Click here to go to list of accessible pages
    When I check the Logs on the server; I see -
    #SEARCH_CRITERIA
    #     START_TIME: 2010-07-29T05:12:22.740-04:00
    #     END_TIME: 2010-07-29T06:12:22.740-04:00
    #     MESSAGE_TYPES:INCIDENT_ERROR, ERROR, UNKNOWN
    #SELECTED_TARGETS_LIST
    #     /Farm_base_domain/base_domain/WLS_Spaces/webcenter:oracle_webcenter
    [2010-07-29T06:09:27.910-04:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp] [host: kbace-hpbs0201.kbace.com] [nwaddr: 127.0.0.1] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000IcTfOu8Fw000jzwkno1CK78x00003V,0] [APP: webcenter] Factory Finder is already initialized, hence quitting
    [2010-07-29T06:09:27.933-04:00] [WLS_Spaces] [ERROR] [] [oracle.webcenter.webcenterapp.internal.view.webapp] [host: kbace-hpbs0201.kbace.com] [nwaddr: 127.0.0.1] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: 0000IcTfOu8Fw000jzwkno1CK78x00003V,0] [APP: webcenter] Cannot locate the document 'oracle/webcenter/webcenterapp/extendingspaces/extending-spaces-properties.xml'.
    #MESSAGE_COUNT: 2
    Any light in this regard is much appreciated.
    Thanks in Advance.
    Nachi

  • Integration Endeca and CRS - ATG 10.1.2 (Page Not Found)

    Dear Colleagues,
    Need your help.
    1. I installed the following components:
    - MDEX 6.4.0
    - CAS 3.1.1
    - PlatformService 6.1.3
    - TaF 3.1.1
    - ATG 10.1.2 - Platform + CRS
    2. Add the flowing config to prod server
    ApplicationConfiguration.properties:
    #Properties File created by CIM
    #Sat Jan 12 06:46:49 VET 2013
    workbenchPort=8006
    workbenchHostName=localhost
    baseApplicationName=CRS
    keyToApplicationName=\
    en=CRSen,
    es=CRSes,
    de=CRSde
    AssemblerApplicationConfiguration.properties
    #Properties File created by CIM
    #Sat Jan 12 06:46:49 VET 2013
    applicationKeyToMdexHostAndPort=\
    en=localhost:15000,
    de=localhost:16000,
    es=localhost:17000
    3. Deploy 3 applications - CRSen, CRSde, CRSes
    4. Indexing completed successfully in DynAdmin
    When I loaded CRS http://localhost:8080/crs/storeus/
    I can see categories (menu) but I cannot see:
    - search panel
    - when I click on category or sub-category I got Page Not Found
    Logs error is:
    07:26:12,658 ERROR [AssemblerTools] A problem occured assembling requested content. Response from the assembler was {content
    Uri=/pages/assembler, @type=ContentInclude, @error=FileNotFound}
    Thank you in advance.

    Problem was solved successfully:
    When I start promote_content.bat first time (after installation with defaul pages in Experience Manager) - nothing happened
    But then I made changes - I add new page and run bat file again - after that I see all pages in CRS.
    I remove added page and run bat file again - CRS working ok.
    As I understand something wrong with bat file.

  • Having an issue with itunes purchase, message shows "could not complete itunes store request, requested resource not found." My account has been debited for the price of the download, but I dont have the download.

    Need some help, I was downloading an album when the message "could not complete itunes store request, requested resource not found."  "Error in the itunes store please try again later." My account has been deducted for the amount of the album, but I dont have it downloaded on my computer. Please help!!! Thank you!!!

    Does the purchases show in your Purchased list?
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"? Ones with a green checkmark are solved.
    Next contact iTunes by:
    Contact iTunes

  • Weblogic 10.0 Page not found  error

    Hi, I'm just trying Weblogic 10.0 but when I try to add a datasource or press next it gives:
    Page not found
    The server has not found anything matching the Request-URI.
    The URI is:
    http://localhost:7001/console/7001/console/console.portal?CreateGlobalJDBCDataSourcePortlet_actionOverride=/com/bea/console/actions/jdbc/datasources/createjdbcdatasource/start
    Anybody knows how to solve this problem?
    Thanks,
    Johann

    Hi,
    I am also facing the same problem but only in a particular machine.
    Do we have to make any configuration to solve this problem ?
    If any one knows please help to solve this
    Thanks,
    Suresh

  • IN FB Mafia Wars getting this message Unexpected Error has occurred. Requested URL not found: 400 What do I do?

    These errors only appear on my laptops. Running FBMW Add Ons with grease money on 1 laptop , and the other laptop does not have these installed. The problem started 3 days ago.
    From Firefox Error Console:
    Warning: Error in parsing value for 'background-image'. Declaration dropped.
    Source File: https://support.mozilla.com/en-US/questions/new?product=beta&category=b2&search=IN+FB+Mafia+Wars+getting+this+message+++Unexpected+Error+has+occurred.+++Requested+URL+not+found%3A++400+++What+do+I+do%3F&showform=1
    Line: 0
    These types of errors appear whenever I try doing any new actions in Mafia Wars.

    Hello everyone with AVG, I have the simple solution. 1) Open your AVG Antivirus File 2) Under Tools, Open Advance Settings 3) On the left side, Click on LinkScanner 4) On the Box on the right-hand side... Unclick "ENABLE SURF-SHIELD" Click OK on the bottom of the page. PROBLEM FIXED

  • How do I create a personalised 'Page Not Found' Message?

    My client has asked me to provide a page for their site that
    says 'Page not found' with their company logo above it - to appear
    if someone types in the wrong url.
    They say they used to have one with their previous site. I'm
    still finding my way with Dreamweaver and this request has baffled
    me. I thought the 'Page not Found' messages were provided by the
    browser. I didn't know you could personalise them. I can't find
    anything in the Dreamweaver Manual. Can anyone help?

    http://www.smashingmagazine.com/2007/08/17/404-error-pages-reloaded/
    Miguel
    "joeq" <[email protected]> escribió en
    el mensaje de noticias
    news:gl25u7$adq$[email protected]..
    > google 'custom 404'
    >
    > also search this forum - i posted a while back a link to
    some very
    > creative
    > examples (can't find it in my bookmarks this moment,
    otherwise i would've
    > reposted).
    >
    >
    quote:
    Originally posted by:
    NickLW
    > My client has asked me to provide a page for their site
    that says 'Page
    > not
    > found' with their company logo above it - to appear if
    someone types in
    > the
    > wrong url.
    > They say they used to have one with their previous site.
    I'm still finding
    > my
    > way with Dreamweaver and this request has baffled me. I
    thought the 'Page
    > not
    > Found' messages were provided by the browser. I didn't
    know you could
    > personalise them. I can't find anything in the
    Dreamweaver Manual. Can
    > anyone
    > help?
    >
    >
    >

  • Restful Webservice -- Page Not Found

    Using the web service wizard in SQL workshop, I have created a simple Restful web service using a GET request of Media Resource Type. The SQL statement gets the mime_type and a blob value from a table via an ID parameter. The code works fine in my standalone environment (apex 4.2 Listener 2.1) but on the Cloud, when I bind the variable :ID and press the test button, it always returns, "Page not Found". Even when I call the ws via APEX_WEB_SERVICE.MAKE_REST_REQUEST, it returns, "Page Not Found".
    The test screen creates the following URL: https://database-xxxxxx.us1.oraclecloudapps.com/apex/export/get/1
    If I run this in the browser, it also returns "Page Not Found". Looking at the URL, it doesn't look correct. Usually, the workspace is also a part of the url (after the /apex/ piece). Here it is missing. However, even when I add it, the error is still "Page Not Found". I have verified that the workspace has Restful web services enabled and I'm logging in with the admin user who has all three SQL Dev permissions granted.
    Has anyone seen this before? I'm I missing some permission or doing something wrong?
    Thanks,
    Steve

    Hi Steve,
    +> The code works fine in my standalone environment (apex 4.2 Listener 2.1)+
    Just to clarify things, Oracle Application Express Listener 2.0.1, which I assume is the version you have installed locally, is the latest Listener release available and is currently running on the Cloud. Oracle Application Listener 2.0 adds support for connecting to more than one database, and includes support for a number of different strategies for routing requests to the appropriate database, each of which is outlined in the Listener Installation and Configuration Guide (see http://docs.oracle.com/cd/E37099_01/doc/doc.20/e25066/config.htm#CBDCHGDF). All strategies rely on examining the request URI and choosing the database based on some kind of match against the URL, and depending on the chosen strategy, the URL will differ.
    +>... when I bind the variable :ID and press the test button, it always returns, "Page not Found".....The test screen creates the following URL: https://database-xxxxxx.us1.oraclecloudapps.com/apex/export/get/1+
    To assist in pinpointing the cause of the error you're seeing, could you please confirm whether the following details match your RESTful service:
    * URI Template: get/{id}
    * Resource Handler Method: GET
    * Resource Handler Source Type: Media Resource
    * Requires Secure Access: No
    * Source (matching the following syntax): select mime_type, blob_column from table_name where no = :id
    NOTE: if you need to set a bind variable for a parameter, then the "Set Bind Variables" option should be used instead of "Test".
    +> Usually, the workspace is also a part of the url (after the /apex/ piece).+
    In your local environment, the requests are being routed via the Path Prefix setting in the RESTful Service URL (see http://docs.oracle.com/cd/E37099_01/doc/doc.20/e25066/config.htm#CBDJIEGH). On your local instance, navigate to Administration > Manage Service, Set Workspace Preferences, and in the SQL Workshop region you'll find the Path Prefix item. The Path Prefix defaults to the short name of the workspace, which is what you're seeing in your URL locally. However, a different routing method is being used on the Cloud, so you will not see the Path Prefix used there.
    Would you mind testing the 'oracle.example.hr' sample RESTful Service in your workspace, and let me know if you experience issues running any of the examples?
    Regards,
    Hilary

  • Proxy servlet returns "page not found"

    I want all request ending with "/PPO" will be proxy to "http://www.yahoo.com".
              Explanation:
              Our application is deployed on:
              C:\bea\user_projects\rci_domain\applications\rdas
              "rdas" is an applications context, we access our application using:
              http://localhost:7001/rdas/LoginDev.jsp
              I want the following request should be proxied to another server.
              http://localhost:7001/rdas/PPO (request for "PPO")
              Should Proxy to: http://www.yahoo.com
              I tried to simulate the same type of scenario. Following is a part from my web.xml file.
              <servlet>
                   <servlet-name>ProxyServlet</servlet-name>
                   <servlet-class>weblogic.servlet.proxy.HttpProxyServlet
                   </servlet-class>
                   <init-param>
                        <param-name>redirectURL</param-name>
                        <param-value>http://www.yahoo.com</param-value>
                   </init-param>
              </servlet>
              <servlet-mapping>
                   <servlet-name>ProxyServlet</servlet-name>
                   <url-pattern>/PPO</url-pattern>
              </servlet-mapping>
              Problem:
              It is taking me to yahoo.com, but with "Page Not Found" content. I don’t know why it is showing the yahoo.com page with "Page not found". For example you will see the same page what I am seeing using HTTPProxyServlet, if you try the following:
              http://www.yahoo.com/rdas/PPO
              or
              http://www.yahoo.com/blabla
              Note: I can not define "context-root" set to "/" parameter in weblogic.xml file, because our application is accessed using "/rdas". All request must have /rdas as well.
              I don’t know what I am missing here. Your solution/suggestions are really important. Your earliest reply is really grateful.
              Thanks
              Farhan

    As Peter says, it might be a bug. I did another test. Selected the URL from my IDD, opened the Hyperlink panel, clicked on Create New Hyperlink and this is what I get: http://www.projectorcentral.com/paint_perfect_screen_%24100.htm. So ID is changing "$" to "%24". But, when I click on Go To Destination, still takes me to the website! I'm on a PC with CS6 8.0.1 and using Google Chrome.
    Did a second test just for fun: without selecting the URL in the ID, I went to Type/Hyperlinks & Cross-References/Convert URLs to Hyperlinks and ID creates two Hyperlinks: http://www.projectorcentral.com/paint_perfect_screen_ and a separate: 100.htm. So, ID splits the Hyperlink right at "$". So definitely ID doesn't like the "$".

  • Error "request method not found" in Collaboration?

    Hi,
    using Collaboration Instant Messaging, after a brief time without chat activity, casts the error popup message "request method not found"
    After this message, user click “OK” and message close, but from that moment, beginning to have problemas navigating, clicking any tab, Portal is always going to the first tab (default page) and is trapped there.  
    choosing any tab in Top Level Navigation, always return to initial page (the first tab in TLN). (navigation is like "hang")
    In addition, Collaboration Instant Messaging becomes offline, and no longer allow user to reconnect.  Most of users has problems with online status, some users never appear in “green”, and others can turn online, but after several minutes, turn offline suddenly.
    Version is EP 7.0 SP12
    Any help will be appreciated
    thanks in advance,
    Edited by: Leandro  Balboni on Apr 21, 2008 11:49 AM
    Edited by: Leandro  Balboni on Apr 21, 2008 11:57 AM

    anybody has implemented RTC functions? similar problems? any ideas?
    thanks in advance,
    regards,

  • Mafia wars facebook error - an unexpected error has occurred. Requested url not found : 400 Can you help?

    error message pops up - with every move of the game -
    VERY annoying.
    an unexpected error has occurred. Requested url not found : 400
    i have cleared the cache - i have disabled AVG - suggestions i found on web, other ideas?

    Hello everyone with AVG, I have the simple solution. 1) Open your AVG Antivirus File 2) Under Tools, Open Advance Settings 3) On the left side, Click on LinkScanner 4) On the Box on the right-hand side... Unclick "ENABLE SURF-SHIELD" Click OK on the bottom of the page. PROBLEM FIXED

  • Page not found or not available

    Hi All,
    I am using ESS/MSS. While generating reports I am getting an error.
    In MSS , I am able to select the report in first step and in second step I am able to define selection criteria. But when I try to get
    report results( as results will be shown in a seperate window) it is showing as page not found or not available.
    I have checked the authorization and it is fine. The service is also running fine. But in portal I am facing this error.
    Can anyone help me in this.
    Thanks!
    Swarnaprakash

    Hi Lukas/Siddarth,
    Thanks for the suggestion.
    I wanted to tell one more information. Few days back in HR side they did patch upgrade.Please suggest what are the things shud I check
    This is the log I got from NWA
    Error looking up url: portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.roles/com.sap.pct.erp.mss.manager_self_service/com.sap.pct.mss.hcm.rpt.iac
    [EXCEPTION]
    com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.roles/com.sap.pct.erp.mss.manager_self_service/com.sap.pct.mss.hcm.rpt.iac)
    at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:422)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1248)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1254)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1353)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1300)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:1067)
    at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:72)
    at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:1060)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at com.sapportals.portal.pcd.pcm.roles.RoleNavigationConnector.getNodes(RoleNavigationConnector.java:286)
    at com.sapportals.portal.pcd.pcm.roles.RoleNavigationConnector.getNode(RoleNavigationConnector.java:160)
    at com.sapportals.portal.navigation.cache.connector.CacheNavigationConnector.getOriginalNode(CacheNavigationConnector.java:941)
    at com.sapportals.portal.navigation.cache.connector.CacheNavigationConnector.getNode(CacheNavigationConnector.java:790)
    at com.sapportals.portal.navigation.NavigationService.getNavNode(NavigationService.java:1611)
    at com.sapportals.portal.navigation.NavigationService.getNode(NavigationService.java:579)
    at com.sapportals.portal.navigation.cache.CachedNavigationService.getNode(CachedNavigationService.java:156)
    at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentNavNode(NavigationEventsHelperService.java:688)
    at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentLaunchNavNode(NavigationEventsHelperService.java:745)
    at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentLaunchNavNode(NavigationEventsHelperService.java:731)
    at com.sapportals.portal.navigation.workAreaiView.doContent(workAreaiView.java:136)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:235)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:541)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:430)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Maybe you are looking for