APEX 4 require HTTPS problem

Hello world

I made a very big mistake and now I can not access Apex (even as an ADMINISTRATOR). Here's my problem:

I was watching (as ADMIN) around in the Instance of manage-> the Security section. I changed the 'Require HTTPS' field to 'Yes' withot support HTTPS on my server.
Now I can't connect to APEX (I try to log in as ADMINISTRATOR and nothing happens).

Thanks for any help possible!

Kind regards
Bogdan Ursea

Hello

This might help
http://download.Oracle.com/docs/CD/E17556_01/doc/admin.40/e15521/adm_mg_service_set.htm#sthref287

Kind regards
Jari

Tags: Database

Similar Questions

  • mod_plsql: /pls/apex/wwv_flow.accept HTTP-400 too many arguments passed.

    Hi all

    I want a solution, I have a report that the ppt that r fectches stored in db, if I'm looking for more it results in error so I reduced the results and it was working fine. Now I see that it gives the same error althorugh (as below), that it worked very well by reducing query results. Can someone help me please in the present.

    the error is

    Bad request
    Your browser has requested that this server could not understand.
    mod_plsql: /pls/apex/wwv_flow.accept HTTP-400 too many arguments passed. At 3250 parameters. Upper limit is 2000



    --------------------------------------------------------------------------------

    Server Oracle - HTTP - Server Oracle-Application-Server-10g/10.1.3.1.0 at insightapps.oraclecorp.com Port 80

    See also the following thread: HTTP-400 too many arguments passed

  • Routing of URL of application APEX using the HTTP Server

    Hello

    I want to route two URLS for two different applications in one single APEX.

    for example

    www.mydomain1.com to http://www.mydomain.com/apex/f?p=100 | http://xxx.xxx.xxx.xxx/Apex/f?p=100

    www.mydomain2.com to http://www.mydomain.com/apex/f?p=200 | http://xxx.xxx.xxx.xxx/Apex/f?p=200


    I understand the way to achieve this is second-hand HTTP server... it's very well... it was built and works with standard http.conf

    My understanding is that I should add the following to HTTP. CONF

    < VirtualHost www.mydomain1.com >
    ServerName www.mydomain1.com
    DocumentRoot "G:/route1.
    < / VirtualHost >

    < irtualHost www.mydomain2.com >
    ServerName www.mydomain2.com
    DocumentRoot "G:/route2".
    < VirtualHost >

    G:/route1 directory I created a HTML index www.mydomain1.com/apex/f?p=100 redirection file
    G:/route2 directory I created a HTML index www.mydomain1.com/apex/f?p=200 redirection file


    That I put in place and it works

    BUT

    I do not look very elegant, time which is a bit slower while he rediects and some firewalls do not rediections

    Ideas of improvements or the best way to achieve this is welcome

    Thank you

    Pete

    Hi Pete,.

    A few different ways to do it, but if you use mod_rewrite, you can use some rewrite rules, for example:

    
    ServerName www.mydomain1.com
    ServerAlias www.mydomain1.com
    
    ProxyPreserveHost On
    RewriteEngine On
    
    RewriteRule ^/$ /pls/apex/f?p=100 [R=301,L]
    
    

    Or if you are using a reverse proxy:

    
    ServerName www.mydomain1.com
    ServerAlias www.mydomain1.com
    
    ProxyPreserveHost On
    RewriteEngine On
    
    RewriteRule ^/$ /pls/apex/f?p=100 [R=301,L]
    
    ProxyPass /pls/apex http://foo:7777/pls/apex
    ProxyPassReverse /pls/apex http://foo:7777/pls/apex
    ProxyPass /i http://foo:7777/i
    ProxyPassReverse /i http://foo:7777/i
    
    

    Hope this helps,

    John.

  • Apex images 5 HTTP server problem

    Hi all

    I had an Oracle Apex 5 installed in Oracle Database XE 11 on Windows 7 using EPG. Now, I follow the documentation to configure Oracle HTTP Server with Apex. I used the ofm_webtier_win_11.1.1.7.0_64_disk1_1of1 HTTP server.

    I followed the instructions in the documentation:

    6.5.1 on the Images copy directory

    If you load a new installation or upgrading from a previous version, you must copy the images top level directory of the apex\images Directory, for example C:\TEMP , the location on the file system containing the Oracle home for Oracle HTTP Server.

    and copied images files from C:\oraclexe\apex\images to C:\Middleware\Oracle_WT1\ohs\images.

    After the race localhost:7777/pls/apex is the case:

    error.png

    It's my C:\Middleware\Oracle_WT1\instances\instance1\config\OHS\ohs1\mod_plsql\dads.conf:

    Alias is 'C:\Middleware\Oracle_WT1\ohs\images\ '.

    < apex/pls/location >

    Order deny, allow

    AllowOverride None

    PlsqlDatabaseConnectString localhost:1521:XE ServiceNameFormat

    PlsqlNLSLanguage AMERICAN_AMERICA. AL32UTF8

    PlsqlAuthenticationMode Basic

    SetHandler pls_handler

    PlsqlDocumentTablename wwv_flow_file_objects$

    PlsqlDatabaseUsername APEX_PUBLIC_USER

    Apex PlsqlDefaultPage

    PlsqlDatabasePassword *.

    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize

    PlsqlPathAlias r

    PlsqlPathAliasProcedure wwv_flow.resolve_friendly_url

    Allow all the

    < / location >

    So what don't understand me?

    Hi Pa Przemek,

    I'm going to install Oracle HTTP Server because I want to use "bootstrap" theme of apex - bootstrap.com and in a sample of the application that must be installed there is a substitution string that must indicate the directory on a server with files used by a theme.

    There is no constraint to have OHS installation based to use bootstrap in Oracle APEX. You can have the theme "bootstrap" on any web listener option (i.e. OHS, EPG, ADR), given that you know where to load the required libraries (knowledge/i /) on the configured web server.

    Yes, images directory have been copied properly with this command:

    xcopy/e/i C:\oraclexe\apex\images C:\Middleware\Oracle_WT1\ohs\images

    Change the Alias is 'C:\Middleware\Oracle_WT1\ohs\images' in dads.conf and restart didn't help.

    Then check the logs of OSH for the determination of the error.

    Reference: http://docs.oracle.com/cd/E23943_01/web.1111/e10144/man_logs.htm#HSADM790

    Link that you gave me refers to the different error message. Should I run the apex_epg_config.sql script? Is this relevant also for the HTTP Server installation?

    apex_epg_config. SQL is related to the configuration of Embedded PLSQL Gateway(EPG/internal mod_plsql) as your web server. It is not related to configuring Oracle HTTP Server (external mod_plsql).

    First of all, I would say that fix on what web server option, you will use (OHS/EPG/ADR).

    Reference: choose a Web listening port

    Then go through the steps to install and configure your web listening port:

    I hope this helps!

    Kind regards

    Kiran

  • Apex 4.0 connection problems

    Hello

    I installed Oracle Database 10 g Express Edition (XE) and later APEX 4.0 on a XP computer following this guide: http://www.oracle.com/technology/products/database/application_express/html/upgrade_apex_for_xe.html

    When I try to connect to the environment of the APEX from this computer with localhost: 8080 / apex, [IP]: 8080/apex or [hostname]: 8080/apex everything works correctly.

    But another computer on the same network, it does not work, I always: "Server XXX takes too long to respond."
    After some reading, I've run SQLPLUS > exec dbms_xdb.setListenerLocalAccess (false); that should solve the problem of remote access but still the same error.

    Anyone know what could be the problem?

    Best regards
    Christian

    How about goig across this checklist?
    a. you are able to ping the box of XE from the other PC on the local network?
    b. try telenet from another PC. If you cannot access the host and the port then firewall or something else prevents access
    c. check if APEX_PUBIC_USER account is unlocked.
    d. don't you issue a commit after race 'exec dbms_xdb.setlistenerlocalaccess (false); Try to issue a commit.

    Kind regards

  • APEX 3.2.1: Problems using JSON in javascript

    Hi-

    This post is linked to another post of mine long ago: Re: URL not found runtime error of application app using APEX_UTIL process. JSON
    I'm finally back working on the project.

    We have upgraded to 3.2.1 hoping to be able to use the API for x 01-10 globals series and 'addParam', also the JavaScript works $s and $v.

    At this moment I have a javascript (lookupObjTypeID) page header called by an onBlur event in a page element. I also have an on demand (lookup_value) application process.

    The lookup_value argument is:

    ***********************************************
    DECLARE

    p_objecttype_name varchar2 (32): = wwv_flow.g_x01; -It was (supposed to be) defined in the javascript header before calling this process; See below

    BEGIN

    : Test_value: = 'the lookup_value argument is enforcement. " -just trying to confirm that we are entering the process.

    APEX_UTIL. JSON_FROM_SQL ("SELECT objecttype_id FROM hdb_objecttype_syn WHERE objecttype_name =" "|") p_objecttype_name | " ') ;

    END;
    *******************************************

    The call for applications the lookup_value argument is accomplished in the header of javascript as follows:

    ajax_request = new htmldb_Get (null, & APP_ID., 'APPLICATION_PROCESS is lookup_value', 0);
    ajaxRequest.addParam ('x 01', $x('P3_OBJECTTYPE_NAME').value);
    ajaxResponse = ajaxRequest.get ();

    When I ran it in 3.0.1 ajaxResponse value is:

    ! DOCTYPE HTML PUBLIC "-/ / DTD HTML 2.0 / / IN" >
    < HTML > < HEAD >
    < TITLE > 404 not found < /title >
    < / HEAD > < BODY >
    Not found
    The request URL /pls/apex/ww_flow.show was not found on this server.

    < HR >
    < ADDRESS > Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at
    MyServerName Port 7777 < / ADDRESS >
    < BODY / > < / HTML >
    ****

    When I run now to point 3.2.1 ajaxResponse is simply 'not found process.' I'm sure that this means that the application process that is not the lookup_value argument
    be found. The only other 'process' it could be is: APEX_UTIL. JSON_FROM_SQL, that seems likely.

    This could be the cause? The javascript code uses an obsolete API? A message in the firefox error console says the following to www.json.org/json.js:

    Increase base prototypes if they have not already been completed.
    These forms are obsolete. It is recommended that JSON.stringify and
    JSON.parse be used instead.

    If (!.) Object.prototype.toJSONString) {}
    Object.prototype.toJSONString = function (filter) {}
    return JSON.stringify (this, filter);
    };
    Object.prototype.parseJSON = function (filter) {}
    return JSON.parse (this, filter);
    };

    I'm SURE I have an app the lookup_value argument application process. :)

    Either way, x 01 is not defined by the ajaxRequest.addParam ('x 01', $x('P3_OBJECTTYPE_NAME').value); ... unless I don't know how to access the value to display in an alert message. I tried the two alert ('X 01: ' | wwv_flow.g_x01); and alert ('X 01: ': ajaxRequest.getParam ('01 x')); After using the addParam method. both are null or empty.

    Thanks for your help.

    Carol

    Hello

    Make sure that your process type is on request.
    Just do same process is correct, type your name in capital letters in each where it is required/used and of course in actual process

    BR, Jari

    Published by: jarola November 21, 2009 03:04

    And check that you have not configured the conditions when this process is run / can be run

  • HTTPS problem after upgrade to Win10

    I just installed upgrading Windows 10. Firefox works well, but some sites don't work, for example facebook.com. When I simply type in "facebook.com" I get the message sent in the pictures. The message is in Dutch, but it should be something with the https connection. The only option is to click on the button, I can not go on the site, I asked.

    I have a version of Firefox installed 39.0. All updates must be installed.

    Anyone know a solution? Or it is already known and wil he soon a fix?

    Hi, cela may be in limited accounts by family parental control of microsoft. you could turn it off for your account as described in the: http://windows.microsoft.com/en-us/windows-10/turn-off-microsoft-family-settings

    in case you want to have it by intention, you would be required for some configurations in firefox and install the security certificate for the ms family that is getting used to intercept connections secured in the browser trust store.
    Click on this link - then must display a dialog on the addition of a cert. Please check the trust this CA to identify web sites & confirm the change.

    Alternatively, you can also try the manual procedure described in https://support.microsoft.com/en-us/kb/2965142 in the section about firefox.

  • https problems

    The other day I activated the option to only use HTTPS between my computer at home, but now I am unable to connect from my ipod touch. Whenever I type my username and password on my ipod, I'm brought back to the login screen. I can connect to my computer fine at home, but I want to be able to connect using my ipod touch. I've never had this problem before and was able to connect both my computer at home and the ipod touch at the same time. I want to turn this option off and restore my original settings but not sure how.

    Hello

    To get assistance on the issue with the iPod Touch:

    http://www.Apple.com/support/

    Hope helps.

  • Impossible to install updates 800700c error code 1 is up.help required with problem

    computor model Fujitsu amilo pi3410

    Hello

    1. the updates of windows are getting failed?
    2. don't you make changes to the computer before the show?

    Method 1
    I suggest you to run the fixit from the following link:

    The problem with Microsoft Windows Update is not working
    http://support.Microsoft.com/mats/windows_update/

    Method 2
    I suggest to perform the clean boot and then try to install the updates.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: Follow step 7 clean boot KB929135 article to reset the computer in normal mode.

    Method 3
    I suggest you try the steps from the following link:

    Cannot install updates in Windows Vista, Windows 7, Windows Server 2008 and Windows Server 2008 R2
    http://support.Microsoft.com/kb/2509997

    Note:
    this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article: back up the registry in Windows Vista
    Note: Running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data can be lost.

  • APEX 5.0.1: Problem with referencing the images of the theme roller theme after migrating the ADR the PL/SQL gateway

    Hi all

    with the help of Patrick's to my question Apex 5.0: Theme Roller and background image I was able to reference the theme Images in the theme Roller:

    .t-PageBody-.t-body connection

    {

    Background: URL("background.jpg") non-repetition scroll top black Center;

    Color: #000000;

    do-family: Arial, Helvetica, Sans-serif;

    do-size: 12px;

    line-height: 17px;

    }

    But now I migrate my APEX 5.0.1 in the Oracle 11 GR 2 XE to ADR and images referenced in the roll of theme will appear no more. How can I make reference to the theme Images using ADR?

    UPDATE:

    With the PL/SQL gateway, I created my custom theme Style. It will not set too. But if I open the theme roller then my style of custom theme will be resolved - all colors will be displayed, but not the images

    Thank you!

    The problem is solved!

    Reset is always good!

    After the restart of the database, Tomcat and computer, it works!

  • Oracle APEX server requires a user name and password of the server said XDB?

    Hello

    After you install version 5.0 of the APEX and tries to access the page admin APEX with EPG, I am invited with a pop-window that asks you a user name and password for the XDB?

    Does somone has experience with it? What can be wrong in the configuration?

    Thank you in advance.

    Kind regards.

    Hello

    I found the problem.

    Is there somwthing wrong in the security settings.

    I re - run one of the steps with the right parameters of the call:

    DBMS_NETWORK_ACL_ADMIN.append_host_ace

    There is an error in the settings.

    Now, I'm working.

    Kind regards.

  • Oracle APEX 4.2.2 problem

    Hi all respected gurus / members of this forum.

    Recently, I downloaded Oracle Application Express 4.2.2 of ORACLE's Web site.

    1 *@apxins.sql* has worked with success
    2 *@apxconf.sql* has worked with success
    3 *@apxldimg.sql* does not work and I am faced with error below.
    ---*******************************************************************************************
    SQL > @apxldimg

    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    . Loading images directory: d:\apex\images/apex/images
    Created directory.
    declare
    *
    ERROR on line 1:
    ORA-22288: file or LOB FILEOPEN operation failed
    The system does not have the specified path.
    ORA-06512: at "SYS." XMLTYPE", line 296
    ORA-06512: at line 15 level
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Validation complete.
    Directory has fallen.
    calendar for: Load Images
    Elapsed time: 00:00:03.00
    SQL >
    --*****************************************************************************************

    When I tried to open http://localhost: 8080/apex/apexadmin_ *, I received below the details of the error in Internet Explorer.

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0)
    Timestamp: Tuesday, May 14, 2013 14:26:04 UTC

    Message: "apex" is not defined
    Line: 35
    Char: 1
    Code: 0
    URI: http://10.2.32.129:8080/apex/f? p = 4550:10:30571037878788:

    Message: "apex" is not defined
    Online: 85
    Char: 1
    Code: 0
    URI: http://10.2.32.129:8080/apex/f? p = 4550:10:30571037878788:

    ---*****************************************************************************************

    Thanks and best wishes
    Mohammed Uzair Awan*.
    ORACLE APEX programmer
    PAKISTAN

    Hello

    If you extracted the files to D:\ install, so you run

    @apxldimg d:\
    

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Apex listening port Configuration problem.

    Hello

    I wanted to try the latest Restful services in apex 4.2, I decided to install 2.0 listener Apex. I downloaded the file and followed the steps in the installation notes. As a sine qua non, I configured Restful services with success in the apex 4.2 with Oracle 11 g Express Edition. However, the installation of listener seems to be not correctly complete the following installation feed back.
    D:\software\apex_listener>java -jar apex.war
    This Listener instance has not yet been configured.
    Please complete the following prompts
    
    Enter the location to store configuration data:d:\apexlistnerconf
    Dec 27, 2012 3:34:47 PM oracle.dbtools.common.config.cmds.ConfigDir execute
    INFO: Set config.dir to d:\apexlistnerconf in: D:\software\apex_listener\apex.war
    Dec 27, 2012 3:34:49 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\apexlistnerconf\apex
    Enter the name of the database server [localhost]:
    Enter the database listen port [1521]:
    Enter 1 to specify the database service name, or 2 to specify the database SID [1]:2
    Enter the database SID [xe]:
    Enter the database user name [APEX_PUBLIC_USER]:
    Enter the database password for APEX_PUBLIC_USER:
    Password must not be empty
    Enter the database password for APEX_PUBLIC_USER:
    Confirm password:
    Enter 1 to enter passwords for the RESTful Services database users (APEX_LISTENER,APEX_REST_PUBLIC_USER), 2 to use the same password as used for APEX_PUBLIC_USER or, 3 to skip this step [1]:3
    Dec 27, 2012 3:37:03 PM oracle.dbtools.common.config.file.ConfigurationFiles update
    INFO: Updated configurations: defaults, apex
    Enter 1 if you wish to start in standalone mode or 2 to exit [1]:
    Enter the APEX static resources location or Enter to skip:D:\software\apex42en\apex\images
    Enter the HTTP port [8080]:
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Standalone execute
    INFO: NOTE:
    
    Standalone mode is designed for use in development and test environments. It isnot supported for use in production environments.
    
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Standalone execute
    INFO: Starting standalone Web Container in:  d:\apexlistnerconf\apex
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Will deploy application path = d:\apexlistnerconf\apex\apex\WEB-INF\web.xml
    Dec 27, 2012 3:41:17 PM oracle.dbtools.standalone.Deployer deploy
    INFO: Deployed application path = d:\apexlistnerconf\apex\apex\WEB-INF\web.xml
    Dec 27, 2012 3:41:18 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: D:\apexlistnerconf\apex
    Default Database connection not configured properly
    Dec 27, 2012 3:41:20 PM oracle.dbtools.rt.web.SCListener contextInitialized
    INFO: Oracle Application Express Listener initialized
    Application Express Listener version : 2.0.0.354.17.06
    Application Express Listener server info: Grizzly/1.9.49
    
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.Controller logVersion
    INFO: GRIZZLY0001: Starting Grizzly Framework 1.9.49 - 12/27/12 3:41 PM
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.SelectorHandlerRunner handleSelectException
    SEVERE: doSelect IOException
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Dec 27, 2012 3:41:20 PM com.sun.grizzly.http.SelectorThread$3 onException
    SEVERE: Exception during starting the controller
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    java.net.BindException: No free port within range: 8080=com.sun.grizzly.http.SelectorThreadHandler@480d41f3
            at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:432)
            at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:378)
            at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:188)
            at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:132)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    Dec 27, 2012 3:41:20 PM oracle.dbtools.standalone.Standalone execute
    INFO: http://localhost:8080/apex started.
    Simply, it crashes in the last line, and I couldn't make any progress.

    Can you please help to find out what was wrong?

    Thanks in advance.

    Kind regards

    Natarajan

    Hello

    I updated the apex listener port 8080 and it does not give this error now.

    However, he always says "Database connection by default not configured correctly"

    I gave the name of SID as xe, which is the default value and that the correct SID for my DB also.
    >

    SID = xe is correct since you are using 11g XE.

    What is more important, is that you may be able to access the Apex Application Builder via the ApexListener or not.
    If Apex is not accessible, then the thing to check would be the Apex_Public_user password. Can you connect to XE using Apex_Public_user with the password that you provided when setting up the ApexListener?
    Also make sure the Apex_Public_user and 2 other users ApexListener 2.0EA, are UNLOCKED.

    See you soon,.

  • Http problem

    < police = "Times New Roman" color = "35349F" size = "3" >
    Hello
    If we use the tool console like Teamviewer for remote access to the server for the establishment/R12 using, this would lead to any problem, such as HTTP error in R12?

    Thank you and best regards,
    Human
    < / make >

    TeamViewer or what?

    TeamViewer.

    Thank you
    Hussein

  • Apex commercial FOP. Problem of WAR

    Hello

    I've recently updated with Oracle XE 10 G of Oracle XE 11 G. At the same time, I improved Apex Apex 4.0 to 4.1. In the earlier version, the FOP that comes with the Apex (Apex\Utilities\FOP\FOP. WAR) deployed fine and worked well. After the installation of XE 11 G, Apex 4.1, JDK 6u22, then OC4J101350, I tried to deploy the FOP. WAR file. It is very good. The confirmation dialog ends with 'deployeur Application to COMPLETE. "Running time: 578 ms."

    However, in the application of the EM, the fop not test properly. I get the message "500 Internal Service error / Servlet error: an exception occurred." Current application deployment descriptors do not allow for the inclusion in this response. Please refer to the application for more details log. »

    In the windows environment variables 'My computer', I have the following:
    JAVA_HOME: C:\Program Files\Java\jdk1.6.0_22
    ORACLE_HOME: C:\oraclexe\app\oracle\product\11.2.0\server

    Also, I modified the oc4j.cmd file in the C:\oraclexe\app\oracle\product\oc4j\bin folder
    I did it on the recommendation of a post I saw in OTN earlier, when I was Apex 4.0 deployment

    In the file oc4j.cmd at the beginning of the STARTUP CONFIGURATION SECTION instead of just the default value:
    Set J2EE_HOME=%ORACLE_HOME%\j2ee\home

    I have two lines:
    set ORACLE_HOME = C:\oraclexe\app\oracle\product\oc4j
    Set J2EE_HOME=%ORACLE_HOME%\j2ee\home

    When I put things up in the same way with APEX 4.1, I get the error.

    FOP was a good solution, because my printing needs were simple.

    Something changed from 4.0 to 4.1?

    Thanks for looking at this.

    Hello
    I have solved my problem after I read another message that speaks of tasks after network installation / ACL. Initially, the network / ACL script identified in post-installation tasks has not worked for me, then I realized that I shouldn't use 'FLOWS_030000', so I replaced it with "APEX_040100", run the following modified script, he ran and the FOP has worked as it was 4.0.

    DECLARE
    ACL_PATH VARCHAR2 (4000);
    ACL_ID RAW (16);
    BEGIN
    -Did the ACL currently assigned to ' *' and give APEX_040100
    -the privilege 'connect' if APEX_040100 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, make sure 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_040100' 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_040100',
    'connect') IS ZERO THEN
    DBMS_NETWORK_ACL_ADMIN. ADD_PRIVILEGE (ACL_PATH,
    "APEX_040100", 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_040100", TRUE, "connect");
    DBMS_NETWORK_ACL_ADMIN. ASSIGN_ACL('power_users.) XML ',' *');
    END;
    /
    COMMIT;

Maybe you are looking for