Problem of URL in the apex 5.0

Hi all

I use the application express 5.0 with glassfish Server 3 and open source of ADR 4.1 on windows server 2012 with oracle database 12 c.

When I click on the application, it runs successfully and is similar to the URL below

http://MyPC : 8080/ADR/f? p = 112:1:6295077418613:

but when I try to run it as

http://MyPC:8080/ADR/f? p = 112:1

It does not work.

Why?

He worked like that in apex 4.2

Please guide.

Kind regards.

Hello

the call to d2.sql would be just

@d2 10867

10867 is your identifier for debugging. But I think I see what is the matter. The overview shows that ADR uses the user ORDS_PUBLIC_USER instead of APEX_PUBLIC_USER. Especially for public applications that use authentication DAD (no authentication), this user name is used to identify if it is a public meeting and unauthenticated.

So for me, it seems that your installation of ADR is incorrect. Please take a look at http://docs.oracle.com/cd/E56351_01/doc.30/e56293/install.htm#AELIG7180 and http://docs.oracle.com/cd/E56351_01/doc.30/e56293/install.htm#CHDGAAHJ

It is important to use the APEX_PUBLIC_USER for the question of the PL/SQL gateway and not re-use ORDS_PUBLIC_USER.

Hope that give a direction

Patrick

Tags: Database

Similar Questions

  • Problem with LDAP in the APEX and not in sql query * more

    Hello everyone.

    Hereby, I refer to an existing thread: Query LDAP APEX

    I have a problem using LDAP in the APEX (DB version: 11.2.0.2.0;) APEX version: 4.0)

    I get "Authentication failed" by their SUMMIT. However, when I run it in SQL * more (SQL Developer) (I created it as seen in the referenced forum thread) it works! Can I use my own function, but that looks like reinventing the wheel.
        l_ldap_host := 'oursite.be';
        l_ldap_port := '389';
        l_ldap_domn := 'oursite';
        l_ldap_user := i_username;
        l_ldap_pass := i_pw;
        l_ldap_base := 'ou=oursite,dc=oursite,dc=be';
    
    
        dbms_ldap.use_exception := true;
        
        l_session  := dbms_ldap.init(l_ldap_host,l_ldap_port);
        l_retval   := dbms_ldap.simple_bind_s(l_session, l_ldap_domn||'\'||l_ldap_user, l_ldap_pass);    
        l_attrs(1) := 'name';
        l_attrs(2) := 'title';
        l_retval   := dbms_ldap.search_s(
                        l_session, 
                        l_ldap_base, 
                        dbms_ldap.scope_subtree, 
                        '(sAMAccountName='||l_ldap_user||')',
                        l_attrs,
                        0,
                        l_message
                      );
    
        l_retval := dbms_ldap.count_entries(l_session, l_message);
    We must search the sAMAccountName because that contains our login credentials (dennis.surname). The common name is just our full name (Dennis Surname)


    At the SUMMIT, I have these settings:

    * LDAP host: oursite.be
    * Port: 389
    Use SSL: No SSL
    Use exact DN: No.
    * String DN: ou = oursite, dc = oursite, dc = be
    * Search filter: sAMAccountName = % LDAP_USER %


    When I try to test it I get "Authentication failed" but I don't know why. It works very well in sql * more (in the the same pattern of course!) so I have really no idea what I'm doing wrong. In addition, the message comes instantly and sql * more it takes about a second to authenticate.

    I tried so many things! remove the 'or '. Connect with my name, change 'cn = % LDAP_USER %' filter, connect with dennis.surname and Dennis Surname, using exact DN,... and all the possible combinations of them... Nothing works.

    I can go further by using my own function, but I really want to use the settings of the APEX, because it's so much easier.

    Thanks in advance for help out me!
    Dennis

    Hi Dennis,

    Try this

    The exact use DN Yes value
    Change your DN string to

    %LDAP_USER%@domain
    

    or

    domain\%LDAP_USER%
    

    The authentication uses a simple_bind_s. You must use the same syntax in these text boxes. You actually do a single with bond

    dbms_ldap.simple_bind_s(l_session, 'sAMAccountName=' || l_ldap_user, l_ldap_pass);
    

    It does not work. It's the syntax to use in the search for search_s filter.

    Please keep in mind that the apex_040100 (for apex 4.1) user must connect the rights on the domain server.

  • State protection of session and browsing to URLs outside the apex

    Hello
    I'm working an application, in which basis on a unique key for each customer, and I show you her address on map (google.api) I used the apex util to prepare the url and activate checksumprotection on that element for success.
    I have another page that is the customer also details on this unique base, which works great as its peak in only
    what I notice is that, when I browse to url (maps.google.com) external session is different from what I had originally, posing problem when I want to navigate from card (java script Info window) to access details by using the same unique key of the client.
    I read that it was a bug in 4.1, but I use 4.1.1 assuming that the bug has been fixed.

    DB 11G
    Oc4j
    Linux

    Kindly help

    Hello Red Bull,

    Following article will help you to google maps api integration through web services:

    [url http://www.oracle.com/technetwork/developer-tools/apex/application-express/integration-086636.html#GOOGLE] Request Express integration with Google Maps

    OR

    You can try just of plugins available on http://apex-plugin.com.
    One of them which can be your help is:

    [url http://apex-plugin.com/oracle-apex-plugins/item-plugin/location-map-image_97.html] View the location on a Google map

    by @Peter Raganitsch including the blog post is:

    http://www.Oracle-and-apex.com/plugin-location-map-image/

    I hope that helps!
    Kind regards
    Kiran

  • How to dynamically change the host name in the Pages of the URL of the APEX

    Dear gurus,

    Please advise me on how to dynamically change the hostname in the URL used in the pages of the APEX.

    For example: I have the below URL in one of the apex pages.
    owa_util. REDIRECT_URL ("http://adminlxdb03.texas.org:7780/pls/htmldb ' |' / f?") p ='|| v ('APP_ID') | ": 151:" | " v ('APP_SESSION'));

    in the case of a Migration of this apex from one server to another (for example, TEST the PROD box), this / these pages are wrong because the different host id name in the PROD box.

    Is it possible that we can dynamically change the hostname in the URL used in the pages of the APEX.

    for example
    owa_util. REDIRECT_URL ("http://adminlxdb03.texas.org:7780/pls/htmldb ' |' / f?") p ='|| v ('APP_ID') | ": 151:" | " v ('APP_SESSION'));

    should become

    owa_util. REDIRECT_URL ("http://adminetuxdb09.texas.org:7780/pls/htmldb ' |' / f?") p ='|| v ('APP_ID') | ": 151:" | " v ('APP_SESSION'));

    It's adminlxdb03.texas.org (TEST) at adminetuxdb09.texas.org (PROD).

    If the page has no error...

    Please notify.

    Thank you
    Sheik

    You don't need to provide the hostname while redirecting in the pages of the apex

    owa_util. REDIRECT_URL ('f? p ='| v ('APP_ID') |) ": 151:" | " v ('APP_SESSION'));

    should work just fine.

  • URL of the APEX - prevent developers to make changes in Production

    I'm new to the development of the APEX.
    I'm developing a new apex application. I have a development environment and a production environment. The url of the page is http://172.17.112.8:8080/apex/f? p = 103:1. When a user types the url, he is taken to the version of the application. But it can change the url, type http://172.17.112.8:8080/apex/and go to the login page of development. Although me not be able to connect to the development.
    My qusestion is how to prevent my developers to change the accidentlaly of pages in the enviromnet of just typing http://172.17.112.8:8080/apex/production and the connection. Can I avoid this in production.

    Hello

    Look at [doc | http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/otn_install.htm#CBHBGFCB]: you can run the apxdevrm script to convert a complete Oracle Application Express development environment in a runtime environment.

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • URL of the APEX

    I create a page which sends an e-mail to a group of users. A single article, I would like to ask in the email is a hyperlink to a page in the application and have it automatically display the data for a specific row in the database. People who receive the email can or cannot be saved in the APEX application when they read the email and click the link. I don't think that the link can contain any session ID as each person who clicks on the link would have their own session.

    Is this possible? If so, how would I go to do? I read the other threads to get the ID of the application and the page number for a URL, but how the rest of the URL and how I put in the email so that a user can click on it?

    In all of our applications, we use authentication. SSO is used unless we are on our external box. If a link like the one I presented is requested, APEX will assign a new Session of this forum once authentication is performed. If you have the need to maintain a session due to collections or other factors you can then use the session & SESSION-binding variable. in the URL. It is, of course, if the emails are off for the people who run this session of the application...

    The session is "generated" after you not before authenicate.

    I noticed that some of the authentication schemes pass variables properly... like the OPEN DOOR...

    -David

  • Values element autologin and passing in the URL of the APEX

    We call APEX JSP URL.

    I am able to autologin to APEX application:

    http://host/pls/dad/f? p = 555:101:BRANCH_TO_PAGE_ACCEPT:NO:P101_USERNAME, P101_PASSWORD:username, password

    The problem is that I have to pass values of the item to page 10. How can I do?

    I created an item hidden in the login page (101) and created a process (before header) that sets the values of point of application.

    I tried to spend the new item values in the URL, but get an error "cannot find an id element for P101_TEST element.

    http://host/pls/dad/f? p = 555:101:BRANCH_TO_PAGE_ACCEPT:NO:P101_USERNAME, P101_PASSWORD, P101_TEST:username, password, the value

    Please suggest how to solve this problem or if there is a better way to do it.

    I discovered another way to do it is another way to do this by creating the elements of an application and passing these values in the URL.

    Create the point of application: APP_ITEM1, APP_ITEM2

    http://host/pls/dad/f? p = 555:101:BRANCH_TO_PAGE_ACCEPT:NO:P101_USERNAME, P101_PASSWORD, APP_ITEM1, APP_ITEM2:username, password, value1, value2

  • Problem opening URLS in the click box

    Hello

    I cannot start a file from a click box. I enter the url and deselect contine, running project. I have test the link in the preview and it works fine. However when I publish the file of the click box does not work. I click it several times and finally all that happens is the next slide appears. Something that should not happen at all.

    I tried using the buttons instead, again it works in preview, but not when I publish the course. I also tried selecting and deselecting her continue running Project box.

    Someone at - it had a similar problem? Know of a solution?

    Hi ntompkins

    Often we see problems when you try to run the project to your local computer. Could be Flash security settings. If this is the case, see if the tutorial below the help link.

    Click here to see the tutorial

    Note that this affects only playback on the local PC. If you have decided to copy the files on a web server and your users will run from there, you have nothing to worry about. If your intention is for each user to copy the files to the C: drive and run from there, then you concerns. But there are solutions if this is the case.

    See you soon... Rick

  • How to find the Page number of the url of the APEX

    I have an application in which page #0 LOV are displayed for some pages. I can handle the show/hide the #0 LOVs page when the user navigates in the application using application variables. But when the user comes at the request of bookmarks, I would like to extract the page and number of fire a weather application process to display the LOvs #0 page or not. any ideas are appreciated.

    With the help of the: APP_PAGE_ID would be enough to know weather to show or hide from the LOV. I don't understand why you need (and how you use) an application LOV process appears on page 0.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Double authentication with Oracle EBS at the APEX problem

    Hello

    I am currently working on a project to integrate with Oracle EBS 12.1.3 4.2.4 APEX. We have completed the recommended white paper Oracle configuration.  I joined at the request of the APEX of a responsibility of BSE, when I click on the page of the APEX of the EBS, it navigates me to the login page of the APEX, and after I entered my credentials is to show the "No data found" error on the page. Then when I click the OK button again once he navigates me to the login page of the APEX and is validate my login information, allowing me to enter the APEX successfullly.

    It's really us boring for double login controls. Appreciate your help with this problem as soon as possible.

    Deployment environment

    ===============

    Database: Oracle 11g (11.2.0.2)

    Version APEX: APEX 4.2.4

    Oracle EBS Version: R12.1.3

    Application servers: Apache TomCat 7.0.56 (for APEX), Oracle HTTP Server (EBS)

    Web listening port: Oracle REST Data Services (2.0.6)

    Authentication: Custom authentication (login page validates users EBS)

    Thank you

    Sudhakar

    It seems that the constructed URL is not allowed. We EBS do not build a valid string. You can see where he puts "CallFromForm" and then adds "& p =...". "URL.

    The white paper mentions a required patch, you need else to resolve this problem.

    Use the gateway FND. If you do not need to pass parameters through your form to Apex, Oracle now provides a GWY.jsp which allows you to launch the Apex. Install the patches of R12 12316083 and 12726556. Then use the GWY.jsp based on your shape as described in the white paper "Extending Oracle E-Business Suite Release 12 using Oracle Application Express".

    Patch 12316083 is mentioned in the white paper, you are missing the 12726556.

    Description

    This bug solves the problem of pitcher APEX, at the launch of a whole page of APEX

    Oracle E - Business Suite forms according to the user interface. An additional url

    parameter 'CallFromForm' used to be added to the URL of the APEX, which was originally

    APEX page to fail.

  • using day apart to detach the APEX 4.1 ah

    Hi all
    I have a problem with APEX 4.1!
    I do not use type 'interval day to second' in a 'form on a Table or View.
    First problem - the APEX does not create automatic of the element within the 'shape' and does not create the column in the report. (When there is a "Day at the second interval" data type)
    Second problem - after the creation of Iten in the shape and the column inside report, I can't pass the field of interval of the form of the report type.

    I have already tested the use of the text field, but APEX only passes the information until the two points
    For exempla: I value + 00000 06:04 in the report, but it only passes the value + 06 00000

    Thank you.

    Published by: 941402 on June 27, 2012 15:58

    Published by: 941402 on June 27, 2012 15:58

    941402 wrote:
    Hi all

    Welcome to the forum: read the FAQ and the forum threads sticky (if you have not already done so) and update your profile with a real handle instead of '941402 '.

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    With APEX, we also had the chance to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproduce things is the best way to solve most of the questions, particularly those relating to the layout and Visual formatting. If you expect a detailed response it is appropriate that you take on an important part of the effort by getting as much as possible with an example of the problem on apex.oracle.com before asking for help on specific issues, then we can see firsthand.

    I have a problem with APEX 4.1!
    I do not use type 'interval day to second' in a 'form on a Table or View.
    First problem - the APEX does not create automatic of the element within the 'shape' and does not create the column in the report. (When there is a "Day at the second interval" data type)

    INTERVAL DAY TO SECOND , unfortunately is not supported natively in the APEX in terms of formatting of column State and summarized. See + {message identifier: = 9371014} + for some ideas on how to work around that.

    Second problem - after the creation of Iten in the shape and the column inside report, I can't pass the field of interval of the form of the report type.

    I have already tested the use of the text field, but APEX only passes the information until the two points
    For exempla: I value + 00000 06:04 in the report, but it only passes the value + 06 00000

    The values containing a colon (': ') cannot be passed in the URL of the APEX, where they make a special use as separators in the query string.

    The best practice is not to transfer the data in the URL, other than the minimum possible number of discrete ID. Values required in a target page can be recovered in the element source and properties by default, calculations or using these values of process ID, or by referencing the other page element values or application already in session state.

    If you need to pass the value of the interval in the URL, convert it into a representation of alphanumeric string that uses no sensitive APEX - or URL characters.

  • XDB user name and password required in the Apex 4.0.1

    Hello

    I installed the Apex 4.0.1 on Oracle 11 g R 2 windows 2003 R2.

    I installed the apex 4.0.1 using the method of the Embendded PL/SQL gateway.

    After installation, when I run in url = http://localhost: 8080, pls, apex, apex_admin it up a small window requiring XDB user name and password.


    I don't understand what to do to solve this problem.



    I installed the apex by following the steps.

    Help, please.


    Thank you



    -Apex installation steps-

    @apexins SYSAUX SYSAUX TEMP is
    @apxchpwd
    @apex_epg_config.sql c:\apex_4.0.1
    ALTER USER ANONYMOUS ACCOUNT UNLOCK;
    EXEC DBMS_XDB. SETHTTPPORT (8080);


    DECLARE
    ACL_PATH VARCHAR2 (4000);
    ACL_ID RAW (16);
    BEGIN
    -Did the ACL currently assigned to ' *' and give APEX_040000
    -the privilege 'connect' if APEX_040000 does not yet have the privilege.

    SELECT ACLS IN ACL_PATH OF DBA_NETWORK_ACLS
    WHERE HOST = ' *' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;

    -Before checking the privilege, to ensure that the ACL is valid
    -(for example, does not contain obsolete references to users ignored).
    -If so, we'll spend the following exception:
    --
    -ORA-44416: invalid ACL: 'APEX_040000' main outstanding
    -ORA-06512: at "XDB". DBMS_XDBZ', line...
    --
    SELECT SYS_OP_R2O (extractValue (P.RES, ' / resources/XMLRef ')) IN ACL_ID
    OF XDB. XDB$ ACL A, PATH_VIEW P
    WHERE extractValue (P.RES, ' / resources/XMLRef "") = REF (A) AND
    EQUALS_PATH (P.RES, ACL_PATH) = 1;

    DBMS_XDBZ. ValidateACL (ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN. CHECK_PRIVILEGE (ACL_PATH, 'APEX_040000',
    'connect') IS ZERO THEN
    DBMS_NETWORK_ACL_ADMIN. ADD_PRIVILEGE (ACL_PATH,
    "APEX_040000", TRUE, "connect");
    END IF;

    EXCEPTION
    -When no ACL has been attributed to ' *'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN. CREATE_ACL ('power_users.xml',
    "ACL that allows users to be able to connect everywhere."
    "APEX_040000", TRUE, "connect");
    DBMS_NETWORK_ACL_ADMIN. ASSIGN_ACL('power_users.) XML ',' *');
    END;
    /

    commit;



    SELECT par_value FROM ctxsys.ctx_parameters WHERE par_name = 'FILE_ACCESS_ROLE ';



    CREATE THE APEX_URL_DATASTORE_ROLE ROLE.


    GRANT APEX_URL_DATASTORE_ROLE to APEX_040000;

    EXEC ctxsys.ctx_adm.set_parameter ('file_access_role', 'APEX_URL_DATASTORE_ROLE');


    ALTER SYSTEM SET JOB_QUEUE_PROCESSES = 1000;

    ALTER SYSTEM SET SHARED_SERVERS = 5 SCOPE = BOTH;

    Hi John,.

    you're right - it should be the other way around: usually (and, if following the installation guide) configuration for OHS DAD uses the path alias + / pls / apex + as for the EPG, it's just + / apex + by default.

    -Udo

  • Try to get the listener to the APEX to run in stand-alone mode

    US aircraft problems try to get the APEX listener running in stand-alone mode on AIX, but that did not work. We decided to switch to Linux, and now we get questions below on the Linux (Red Hat). Any ideas?

    Thank you!

    Java $ [oracle@ban-apex-prod apex_listener]-Dapex.port=8070-Dapex.images=/home/orale/apex/images-jar apex.war
    NEWS: Check out: /home/oracle/apex_listener/apex.war
    See: ' java-jar apex.war - help' for a full range of configuration options
    INFO: Extraction to: / tmp/apex
    INFO: Using classpath: file:/tmp/apex/apex/___embedded/start.jar:file:/tmp/apex/apex/WEB-INF/lib/xdb-1 1.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/poi-3.6-20091214.jar:file:/tmp/apex/apex/WEB-INF/lib/apex.jar: file:/tmp/apex/apex/WEB-INF/lib/ojdbc6.jar:file:/tmp/apex/apex/WEB-INF/lib/je-4.0.103.jar:file:/tmp/ap ex/apex/WEB-INF/lib/xmlparserv2-11.2.0.jar:file:/tmp/apex/apex/WEB-INF/lib/ojmisc.jar : file:/tmp/apex/ap ex/WEB-INF/lib/ucp.jar:file:/tmp/apex/apex/WEB-INF/lib/commons-fileupload-1.2.1.jar:
    INFO: From Embedded Web container: / tmp/apex
    December 7, 2011 16:36:55 ___bootstrap. The Deployment Manager deploy
    INFO: Deploy application path=/tmp/apex/apex/WEB-INF/web.xml
    December 7, 2011 16:36:56 ___bootstrap. The Deployment Manager deploy
    NEWS: deployment application path=/tmp/apex/apex/WEB-INF/web.xml
    December 7, 2011 16:36:56 com.sun.grizzly.Controller logVersion
    INFO: From Grizzly Framework 1.9.18 - o - Wed Dec 07 16:36:56 EAST 2011
    INFO: http://localhost:8070 / apex began.
    December 7, 2011 16:37:02 com.sun.grizzly.http.servlet.ServletAdapter doService
    SEVERE: service exception:
    java.lang.IllegalStateException: not yet initialized
    at oracle.dbtools.apex.config.ApexConfig.notInitialized(ApexConfig.java:249)
    at oracle.dbtools.apex.config.ApexConfig.getFile(ApexConfig.java:234)
    at oracle.dbtools.apex.config.ApexConfig.exists(ApexConfig.java:63)
    at oracle.dbtools.apex.admin.AdminManager.populateAdminFieldValues(AdminManager.java:868)
    at oracle.dbtools.apex.admin.AdminManager.getFieldMaps(AdminManager.java:841)
    at oracle.dbtools.apex.admin.Admin.displayAdminHTML(Admin.java:164)
    at oracle.dbtools.apex.admin.Admin.displayAdminPage(Admin.java:147)
    at oracle.dbtools.apex.admin.Admin.doGet(Admin.java:50)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sun.grizzly.http.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:195)
    at com.sun.grizzly.http.servlet.FilterChainImpl.invokeFilterChain(FilterChainImpl.java:139)
    at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.java:376)
    to ___bootstrap. SecureServletAdapter.doService (SecureServletAdapter.java:72)
    at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.java:324)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapterChain.java:180)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:330)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:309)
    at java.lang.Thread.run(Thread.java:679)


    December 7, 2011 16:58:39 com.sun.grizzly.http.servlet.ServletAdapter doService
    SEVERE: service exception:
    oracle.dbtools.rt.service.ServiceLocatorException: there is no defined service
    at oracle.dbtools.rt.service.ServiceLocator.acquireAll(ServiceLocator.java:91)
    at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:74)
    at oracle.dbtools.rt.service.ServiceLocator.acquire(ServiceLocator.java:85)
    at oracle.dbtools.rt.web.HttpEndpointBase.dispatchers(HttpEndpointBase.java:138)
    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sun.grizzly.http.servlet.FilterChainImpl.doFilter(FilterChainImpl.java:195)
    at com.sun.grizzly.http.servlet.FilterChainImpl.invokeFilterChain(FilterChainImpl.java:139)
    at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.java:376)
    to ___bootstrap. SecureServletAdapter.doService (SecureServletAdapter.java:72)
    at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.java:324)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapterChain.java:180)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:166)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:330)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:309)
    at java.lang.Thread.run(Thread.java:679)

    Hello

    US aircraft problems try to get the APEX listener running in stand-alone mode on AIX, but that did not work.

    Now, it's a coincidence - Colm just posted on this topic today: {: identifier of the thread = 2318817}
    It is in any case, he started on Linux, so...

    SEVERE: service exception:
    java.lang.IllegalStateException: not yet initialized

    This is the relevant part of your stack trace. You must call http://: 8070/apex/listenerConfigure and complete the initial configuration (mainly the database connection settings) before you can access the APEX for the first time.

    -Udo

  • Problem with apex.navigation.popup.url and the symbol + (more)

    Hello
    I use Apex 4.2.6.00.03 in an Oracle DataBase 11g.

    I want to show in a popup over information about a line in a report, to do this, I use apex.navigation.popup.url JavaScript function to open an apex page and set a variable in this page with the ROWID of the register, the url is

    JavaScript:apex.navigation.Popup.URL ('f? p = & APP_ID.:59: & SESSION.: P59_ROWID: #ROWID #');

    It works fine, but when the ROWID contains a symbol '+', it is replaced with a space when the value is set to the article and the code that uses this value returns an error.

    Oracle Docs the ROWID can have letters, numbers and symbols '+' and ' / ', I tested it with "/" and it works fine.

    I could use the replace to replace the space with a '+', but I want to know if this can be corrected in the URL, and what other symbols he affects.

    Thank you

    Diego (SniperCat) wrote:

    I use Apex 4.2.6.00.03 in an Oracle DataBase 11g.

    I want to show in a popup over information about a line in a report, to do this, I use apex.navigation.popup.url JavaScript function to open an apex page and set a variable in this page with the ROWID of the register, the url is

    JavaScript:apex.navigation.Popup.URL ('f? p = & APP_ID.: 59: & session.: P59_ROWID: #ROWID #');

    It works fine, but when the ROWID contains a symbol '+', it is replaced with a space when the value is set to the article and the code that uses this value returns an error.

    Oracle Docs the ROWID can have letters, numbers and symbols '+' and ' / ', I tested it with "/" and it works fine.

    I could use the replace to replace the space with a '+', but I want to know if this can be corrected in the URL, and what other symbols he affects.

    That's why I only spend the alphanumeric key values as URL parameters. It could affect all the reserved characters in the URL.

    Add a hidden column of ROWID_URL to the report query, that JavaScript and URL does not escape the ROWID value:

    select
       ...
     , apex_escape.js_literal(apex_util.url_encode(rowid), null) rowid_url
     , ...
    from
       ...
    

    and use this column in the column link URL:

    javascript:apex.navigation.popup.url('f?p=&APP_ID.:59:&SESSION.::::P59_ROWID:#ROWID_URL#');
    
  • HTTP 404 not found - the/apex/f requested URL was not found on this server

    All of a sudden, I get the following errors on one page in my application - "the apex/f URL requested is not found on this server".

    I tried to export and import the page with no luck.  The import/export process works successfully; However, I get the same error on the new exported page.

    I can edit the page and the rest of the application is operational - I can not simply run the page without receiving the "Not found" error

    I use the Oracle 11.2.0.3 database.  I use thepl/sql gateway to connect to the APEX.

    I looked at many articles from forum, but nothing seems to be due to my problem.

    It seems that the key generated on the URL is damaged:

    http://localhost:8585/apex/f? p = 101:3:1337553032969279:NO:

    If I remove the 1337553032969279:NO: URL, the login page is running successfully, but a time Oracle tries to access the page it adds the BACKSPACE on the URL and I get the message "not found".

    The keys for the other pages of the DBMS work very well. Only, I have a problem with this page.

    Hello

    You get this error when you run the APEX page?

    Can you import your application to apex.oracle.com or reproduce the HTTP 404 not found error?

    If you share the developer connection information in the workspace, I can try to take a look at what could be the problem.

    Kind regards

    Jari

Maybe you are looking for

  • Transfer songs from Apple music from iPhone to iTunes

    Hello world Most of my songs is downloaded directly from Apple music on my iPhone. I think that my iPhone and my PC is connected somehow through the same Apple ID Whenever I want to sync my songs from iPhone to iTunes on my PC, my PC already knew tha

  • close the window after execution

    Hello! I have read the tutorial to "Distribute the Applications with the LabVIEW Application Builder" and followed the instructions on how to develop a stand-alone application. I added my VI to a project and built a specification of application (EXE)

  • Pavilion 15 p045tx: upgrade to display

    I am currently using hp Pavilion 15 p045tx with screen 15.6 "HD. This laptop can handle FULL HD resolution easily enough, I got to know only after connection to a desktop monitor. Can it be replaced with a FULL HD (1920 x 1080), display.please tell m

  • HP 5070 - 2026 Slimline s7700n 802. 11 b/g Wireless Module.

    I have a HP 5070 - 2026 Slimline s7700n 802. 11 b/g Wireless Module. Cannot know where to plug them.

  • Use the CD of the software designed for 3.1x/1995/ Windows NT on a system Windows 7 64

    I am a student more old on a tight budget. Back in College again for a change of career in information security. One of the classes I've taken has C++ and does not do well. However, I must learn it. Family member gave a CD / book called Visual C++ th