ADR 3.0.1 on Weblogic for APEX and base mod_plsql as feature

(Hope someone can help me on this point, has spent a good part of the weekend trying to get this to work.)

I installed and deployed ADR 3.0.1 using Sql Developer 4.1.1.  It works with my APEX 4.2.5.00.08 DB 12.1.02 deployed on Weblogic Server 12.1.3 (zip distro of otn) all running on my Windows 10 box.

Now, I want to add the ability to run a simple mod_plsql procedure "hello world".  I simply cannot function.  Here is what I have done (the best I remember):

create user identified by somepassword ken;

grant create session, contact Ken;

create or replace procedure

is

Start

HTP.p ("Hello World");

end;

/

I can run the procedure of the SQL Developer and achieve the expected results.

SQL Dev ADR administration, I created a new parameter (apex) of the database is already there called ken:

JDBC: default settings

URL mapping: Rule_type: path to the routing rule: /ken, scheme of RESTful services: KEN

ORDS_PUBLIC_USER: entered the password of this user

PL/SQL gateway user: KEN

APEX REST users: left two passwords Virgin, documentation ADR seems to indicate that they are not necessary for the use of the APEX non.

Downloaded configuration.

WebLogic command window provides the following error message:

INFO: update configuration: default values

Process of oracle.dbtools.url.mapping.file.FileURLMappings August 10, 2015 08:29:50

WARNING: Could not find any target database corresponding to: ken, KEN

< 10 August 2015 14:29:50 CEST > < WARNING > < default > < BEA-000000 > < did not find any target database corresponding to: ken, KEN >

I'm thinking that something is wrong with the url - mapping.xml:

<? XML version = "1.0" encoding = "UTF-8"? >

" < pool-config xmlns =" http://xmlns.Oracle.com/Apex/pool-config "> "

< chicken base-path = "/ ken" name = "ken" space work-id = "KEN" / >

< / pool-config >

I tried configuring it with java command line syntax:

SET JAVA_HOME = D:\Oracle\sqldeveloper\jdk\jre\bin

d:\Oracle\sqldeveloper\ords > java-jar ords.war map-url - scheme KEN - ken /ken base of type path name

< 10 August 2015 14:56:58 CEST > < error > < default > < BEA-000000 > < pool named: ken_pu is not properly configured, error: ORA-01017: name of user and password invalid. connection refused

I tried the URL Path mapping http://alluvion4:7001/ADR/ken SQL Dev

NotFoundException [statusCode = 404, reasons = [[]]

at oracle.dbtools.url.mapping.URLMappingsProvider.map(URLMappingsProvider.java:79)

to oracle.dbtools.url.mapping.filter.URLMappingFilter.doFilter(URLMappingFilter.java:55)...

My solution so far is to copy the ords.war, rename it and redeploy using SQL Dev, set the user to the PL/SQL gateway for my ken of the schema target, ignore the configuration of APEX restful services and deploy on weblogic.  That works, but I would like that it works in a simple deployment and I would understand options matching the url (what is necessary and what is not for this configuration).

Any help is greatly appreciated.

-Ken

Sorry it took so long to come back.  I saw that 3.0.2 is out so I thought I would try it with the latest and best.  I disassembled the process by not using DO NOT SQL Dev or Weblogic.  It was in the syntax of the url of the map.  For a simple, plain old, mod_plsql dad, DO NOT specify the schema name (or a space of work-id also).  It's against intuitive but the schema name is specified when you configure the PL/SQL gateway in step "Setup - database'.

The card-url command is then simply: java-jar ords.war map-url - ken /ken type base path

the file url - mapping.xml looks at this (no name schema, not the space of work-id):

http://xmlns.Oracle.com/Apex/pool-config">

Tags: Database

Similar Questions

  • WLST Script to create the domain weblogic for IOM and OAM

    Hello

    I intend to set up PS3 IOM - OAM in the new environment. We intend to perform the installation in silent mode. Does anyone have example WLST to create the domain weblogic for IOM or OAM?

    Thank you

    Here is an example of OUD. I post this one since it's the simplest and shortest, but it is the same for OAM and IOM except that the script is much longer because they ask a lot more questions. You will need to export the variables used or replace them with the appropriate values for your system.

    wait-<>

    the value of timeout 600

    spawn ${OUD_BASE}/${WLS_NAME}/common/bin/config.sh mode = console

    # Create a WebLogic domain

    wait {}

    {"Enter the index number to select GOLD *" {send "1\n"}}

    # Choose the components of the Weblogic Platform

    wait {}

    {"Enter the index number to select GOLD *" {send "1\n"}}

    # | ___Oracle directory Services Manager - 11.1.2.3.0 [Oracle_OUD1] [3]

    wait {}

    {"Enter number exactly as it appears in the media *" {send "3\n"}}

    wait {}

    {"Enter number exactly as it appears in the media *" {send "n"}}

    # Change the domain information

    wait {}

    "" Enter the value of * "{send" ${OUD_DOMAIN_NAME} \n "}}"

    wait {}

    {"Enter the number of the option to select GOLD *" {send "n\n"}}

    # Select the target area for this domain directory

    wait {}

    {'Enter' new target location GOLD * {send "${OUD_BASE} / user_projects/domains\n"}}

    wait {}

    {'Enter' new target location GOLD * {send "n\n"}}

    # Configure password and username administrator

    wait {}

    {"Enter the number of the option to select GOLD *" {send "2\n"}}

    wait {}

    "" Enter new * "{send" ${WLS_PASS} \n "}}"

    wait {}

    {"Enter the number of the option to select GOLD *" {send "3\n"}}

    wait {}

    "" Enter new * "{send" ${WLS_PASS} \n "}}"

    wait {}

    {"Enter the number of the option to select GOLD *" {send "n\n"}}

    # Configuration mode field-> 1 | Development mode

    wait {}

    {"Enter the index number to select GOLD *" {send "1\n"}}

    # Java SDK selection

    wait {}

    {"Enter the index number to select GOLD *" {send "2\n"}}

    wait {}

    {'Enter' new JVM Directory GOLD * {send "${JAVA_HOME} \n"}}

    wait {}

    {'Enter' new JVM Directory GOLD * {send "n\n"}}

    # Select Optional Configuration

    wait {}

    {"Enter the index number to select GOLD *" {send "1\n"}}

    wait {}

    {"Enter the index number to select GOLD *" {send "n"}}

    # Configure the Administration Server

    # Change "Listen port.

    wait {}

    {"Enter the number of the option to select GOLD *" {send "3\n"}}

    wait {}

    "" Enter the value of * "{send" ${ODSM_PORT} \n "}}"

    # Change 'SSL enabled.

    wait {}

    {"Enter the number of the option to select GOLD *" {send "4\n"}}

    wait {}

    {"Enter the index number to select GOLD *" {send "1\n"}}

    # Change 'SSL listening Port.

    wait {}

    {"Enter the number of the option to select GOLD *" {send "4\n"}}

    wait {}

    "" Enter the value of * "{send" ${ODSM_SPORT} \n "}}"

    # Then

    wait {}

    {"Enter the number of the option to select GOLD *" {send "n\n"}}

    # wait for install

    wait {}

    {"Successfully created * field *" {send "\n"}}

    EXPRESSIONS OF FOLKLORE

  • Pavillion dv 9074cl: drivers missing for coprocessor and Base system device

    I have a Pavillion dv 9024 cell cl. OEM OS is Windows XP. I improved by doing a clean install of Windows 7 (64-bit). Miss me now drivers for 1. System of base and 2 device. Coprocessor. Are they necessary? If so, how can I find and install the drivers?

    Hello:

    Here are the links to the drivers you need for these two devices...

    Coprocessor:

    This package provides the driver for the NVIDIA nForce Chipset in the notebook models and operating systems.

    File name: sp36079.exe

    BSD:

    This package contains the driver for the Ricoh 5-in-1 card reader for laptops models and operating systems.

    File name: sp34639.exe

  • zip file to create diagrams for Oracle and Oracle Discoverer Portal

    Hello everyone.

    Im trying to install WebLogic for forms and reports under linux,
    I need the zip file to create diagrams for Oracle and Oracle Discoverer Portal
    to run the rcu scrip.

    Can someone send me the link where I can find it?

    Thanks to advanced & happy new year to all.

    If you are a developer of FMw 11 g installation, you need not configure the portal or the discoverer, unless of course you plan to use these products.

    When I installed and configured the FMw 11 g, I followed the * how to install Fusion Middleware 11 g forms and reports only [854117.1 ID] * (available via My Oracle Support). WLS and FMw share the Directory Home of Middleware. I accepted directories default installation (\Oracle\Middleware\) and WLS installed in \Oracle\Middleware\wlserver_10.3 and FMw installed at \Oracle\Middleware\Oracle_PFRD, and the Instance of forms at \Oracle\Middleware\instances\ft_inst. More Doc ID 854117.1, I chose only the following for installation in step "configure the components:


    • Server - Oracle Forms and Oracle reports components
    • Developer - Oracle Forms Builder and Oracle report builder tools
    • Management components - Enterprise Manager
    • The system - Oracle HTTP Server components

    IM thinking I have need save the fmx in a directory of this tree and also the FMAS and configure ther formsweb agreeing with that.

    It is not necessary. All you have to do is add the Variable environment of FORMS_PATH (EV) and include the directory where your files .fmb and .fmx will be created. This EV indicates forms where to find your forms Modules and libraries of forms (.pll/.plx) you can use in your forms.

    The usefulness of the repository creation (RCU), you can download it here: http://www.oracle.com/technetwork/middleware/downloads/fmw-11-download-092893.html
    Just scroll down for the * @ section additional software required and there is a separate download.

    Craig...

  • Is there an API provided for APEX export applications?

    Hello

    This team of Japan FM Richard, here is a question asked by our

    customer, is there an API provided for APEX export applications?

    We noticed the Note and documents that can be used for following

    command line export applications,

    -How to automate the process of backup APEX (Doc ID 742670.1()

    -Oracle Application Express utility command-line export README

    But we could not find API related, although wanting could someone advised us

    If there is this kind of API or not?

    Concerning

    Richard

    Something like that?

    Base Oracle: Automation of the Apex of the DB backups

    This code is a little dated, and wwv_flow_utilities.export_application_to_clob still does not seem to be formally documented.

  • Instalation for Apex 5.0.1.00.06 procedure

    Hi all.

    I just find it on the Apex of the latest version (5.0.1.00.06) is available. But I can't find the installation procedure. There is this document (release set patch on MOS score):

    https://updates.Oracle.com/Orion/services/download?type=Readme & = 19148894 Aru

    But I think that this only applies to download in English. Mine is of all languages.

    Should I follow the same installation procedure for 5.0.0?

    Best regards, Luis.

    Hi Luis,.

    myluism wrote:

    I just find on Apex last version (5.0.1.00.06) is available. But I can't find the installation procedure. There is this document (release set patch on MOS score):

    https://updates.Oracle.com/Orion/services/download?type=Readme&Aru=19148894

    But I think that this only applies to download in English. Mine is of all languages.

    Should I follow the same installation procedure for 5.0.0?

    If you have already installed in your DB instance 5.0.0 APEX and you want to upgrade to the APEX 5.0.1 then download the Patch # 21364820 of MOS and follow the Notes of the value of Patch to upgrade from APEX to APEX 5.0.1 5.0.0.

    Reference: Express 5.0.1 Patch Application Notes Set

    If you want to install APEX 5.0.1 in a fresh DB instance and then download the installable full of APEX OTN Download Page and follow the normal installation instructions.

    Reference:

    Kind regards

    Kiran

  • Change the font color in a report using SQL for APEX 5.0 queries

    Hello

    I'm testing APEX 5.0 in my test environment to see if I can migrate my internal applications of 4.2 to 5.0.

    How can I change the font color in a field based the SQL query? I know how to do it in 4.2, but I can't find the same in 5.0.

    Thank you

    Well, I used to put html tags in the select text, getting the value of depending on the CASE, so I had to change the display column attribute in the report as "Display in text form (space special characters...)".

    I found an old post here: https://tylermuth.wordpress.com/2007/12/01/conditional-column-formatting-in-apex/ and this method still worked for me in APEX 5.0

    Thanks anyway

  • Download JasperServer for Apex

    Hi all

    my need is to directly call a jasperrepor in an apex and download/preview the pdf application.

    I found many times procedures using utl_http, dbms_lob, owa_util and wpg_docload as:

    - http://damien.antipa.at/2011/11/04/apex-and-jasperserver-tunnel-plugin/

    - An another Blog of Oracle: JasperReports in Apex

    It seems to work fine, but on line

    owa_util.mime_header('application/pdf');

    This error is triggered

    ORA-06502: PL/SQL: digital error or value

    ORA-06512: at "SYS." OWA_UTIL", line 356

    ORA-06512: at "SYS." HTP", line 1368

    ORA-06512: at "SYS." HTP", line 1443

    ORA-06512: at "SYS." HTP", line 1735

    ORA-06512: at line 76 level

    I ' am works with Application Express 4.1.1.00.23 and Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi

    Thank you all for any help or suggestion.

    PS: my second necessity will add a line like this

    HTP.p ('Content-Disposition: inline ;');)

    to preview the pdf document in the browser without the open/save dialog box, I'm on the right track?

    Hi OraclePSP,

    Please try the following code:

    procedure JasperReport ( p_report_name varchar2 default 'Blank_A4'
                          , p_parameter varchar2 default '&ID=850'
                          , p_output_format varchar2 default 'pdf')
    is
    
        g_user_agent VARCHAR2(255) := 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/A.B (KHTML, like Gecko) Chrome/X.Y.Z.W Safari/A.B.';
        v_url          varchar2(4000);
        v_request      sys.utl_http.req;
        v_response      sys.utl_http.resp;
        v_file          blob;
        v_download      raw(32767);
        v_mime_header  varchar2(64) ;
        nm  owa.vc_arr;
        vl  owa.vc_arr;
    
    BEGIN
    
        -- init the cgi environment
        nm(1) := 'DUMMY_JUST_TO_SET_UP_OWA_UTIL';
        vl(1) := 'WHATEVER';
        owa.init_cgi_env( nm.count, nm, vl );
    
        v_url := 'http://myUser:myPwd@myHost:myPort/jasperserver/rest_v2/reports/'||p_report_name||'?'||p_parameter; 
    
        v_request := sys.utl_http.begin_request(v_url);
        sys.utl_http.set_header(v_request, 'User-Agent', g_user_agent);
        v_response := sys.utl_http.get_response(v_request); 
    
        dbms_lob.createtemporary(v_file, TRUE, dbms_lob.session); 
    
        LOOP
        BEGIN
          sys.utl_http.read_raw(v_response, v_download);
          dbms_lob.writeappend(v_file, utl_raw.length(v_download), v_download);
          EXCEPTION WHEN sys.utl_http.end_of_body THEN
            EXIT;
          END;
        END LOOP; 
    
        sys.utl_http.end_response(v_response);
    
        owa_util.mime_header('application/' || nvl(p_output_format,'octet'), false);
        htp.p('Content-length: ' || dbms_lob.getlength(v_file));
        htp.p('Content-Disposition: inline; filename="' || p_report_name || '.'|| p_output_format ||'"');
        owa_util.http_header_close;
    
        wpg_docload.download_file(v_file); 
    
        dbms_lob.freetemporary(v_file);
    
    END JasperReport;
    

    This has something to do with the CGI environment initialization. (I used owa_util.mime_header several times in versions of Oracle Database 11 g, but not been confronted with this error)

    Reference: https://asktom.oracle.com/pls/asktom/f?p=100:11:P11_QUESTION_ID:347617533333

    Also do a forum search or google search you will find many discussions and links related to the same topic.

    I hope this helps!

    Kind regards

    Kiran

  • Advanced Web services addition of Weblogic for JAX - WS extending resources to new managed server

    If we add a server managed additional to a weblogic domain that has been configured to support Web Services Advanced to Weblogic for the Extensions of JAX - WS in the creation of the domain, what is the right method to add the resources to the new managed server? All of these objects are created automatically when the wls_webservice_jaxws.jar is selected in the creation of the field. However, it is not possible to reuse the model to add resources to a newly added managed server.

    We tried to use the wls_webservice_complete_update_utils.py to create these objects, but when this script is pointing to a single server, it seems that to create the JaxWsSafAgent and no other resource is created for the new managed server.

    in the event of possible it helps someone who may have the same question, I got, I developed the following wlst script to add and configure the resources of JAX - WS Adv Svcs for a managed server newly added to an area that already has the support of the service.

    ###############################################################################

    # Oracle documentation:

    # Configure a JMS server, service agent of Store-and-forward (SAF) and store persistent on each WebLogic Server.

    # In a cluster, each to a target (not the server) local migratable target.

    # Host server 'default migratable target' is sufficient in most cases.

    # Target JMS modules to a cluster (or single server if not not using a clustered environment).

    # Create exactly a subdeployment by module.

    # and fill the subdeployment with JMS servers applicable or SAF agents only, not servers.

    # Target JMS destinations the subdeployment (called Advanced Targeting in the Administration Console).

    # JMS destinations do not use by default the targeting option.

    # The following variables are used in the table:

    server_designator # specifies an ID that is generated automatically by the configuration infrastructure.

    # In general, this ID is in the format auto_number.

    # uniqueID specifies a unique digital ID that is generated automatically by the configuration infrastructure.

    # In General, this ID is a numeric value, for example 1234.

    # servername specifies the name specified by the user to the server.

    # http://docs.oracle.com/cd/E23943_01/web.1111/e13758/setenv.htm#CACJHIJD

    # RESOURCE NAME                                                                                                                                                                         RESOURCE TYPE

    # WseeJaxwsJmsModule                                                                                                                                             JMS Module

    # File WseeJaxwsFileStore_server_designator storage

    # WseeJaxwsJmsServer_server_designator JMS server

    # WseeJaxwsJmsServeruniqueID JMS Subdeployment

    # Manager weblogic.wsee.jaxws.mdb.DispatchPolicy of work

    # Service ReliableWseeJaxwsSAFAgent_server_name SAF agent

    # Queue JMS WseeBufferedRequestQueue_server_designator

    # Queue JMS WseeBufferedRequestErrorQueue_server_designator

    # Queue JMS WseeBufferedResponseQueue_server_designator

    # Queue JMS WseeBufferedResponseErrorQueue_server_designator

    # WseeStore                                                                                                                                                                                      Logical store

    import sys

    import random

    # import os

    def main():

    Connect ("weblogic', ' password ',' t3: / / hostname:8001")

    domainType = "osb".

    # change the index value to coincide with the index number of the managed server

    # that needs resources, for example osb_server3 or wls_server3 would be all two use index = 3

    # osb_server4 would need to index = 4, etc.

    index = 3

    managedServerName = domainType + '_server %s' % index

    print ' managedServerName is: "+ managedServerName

    print (' check if server ' + managedServerName + "exists...")

    CD ('/Servers')

    Server = ls('c')

    If (servers.find (managedServerName)! = - 1):

    Print ('Server' + managedServerName + "exists...")

    # Get the Configuration Manager and check for existing session

    cfgManager = getConfigManager()

    Try:

    cfgManager.getChanges)

    Print ("failed to open an editing session.  Please clear any open the locks on the configuration. ")

    Print ("Please investigate the lock and try again the script. Script output. ")

    Disconnect()

    Exit()

    except:

    Edit()

    startEdit()

    Print ("creation WseeStore LogicalStore...")

    createLogicalStore (managedServerName, 1).

    Print ("WseeStore LogicalStore...")

    Print ('creating JMS resources and configuration UDQs...')

    createJMSResources (managedServerName, index)

    print ("resources created JMS and configured UDQs... »)

    Print ("activate changes...")

    Activate()

    Print ("enabled... changes")

    print ("disconnection of AdminServer...")

    Disconnect()

    Print ("disconnected from AdminServer...")

    Print ("Script completed successfully.  Please check the changes you made. ")

    Exit()

    Another thing:

    There are 0 =

    print (managedServerName + "does not exist in this area.)  Script will now stop. »)

    Disconnect()

    Exit()

    def createLogicalStore (managedServerName, setAsDefault):

    CD ('/ servers /' + managedServerName + ' / WebService /' + managedServerName + ' / WebServicePersistence /' + managedServerName + ' / ' WebServiceLogicalStores)

    logicalStores = ls('c')

    If (logicalStores.find ('WseeStore')! = - 1):

    Print ("ERROR: LogicalStore WseeStore exist already for ' + managedServerName")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD ('/ servers /' + managedServerName + ' / WebService /' + managedServerName + ' / WebServicePersistence /' + managedServerName)

    cmo.createWebServiceLogicalStore ('WseeStore')

    CD ('/ servers /' + managedServerName + ' / WebService /' + managedServerName + ' / WebServicePersistence /' + managedServerName + ' / WebServiceLogicalStores/WseeStore ')

    cmo.setPersistenceStrategy ('LOCAL_ACCESS_ONLY')

    cmo.setRequestBufferingQueueJndiName ('weblogic.wsee.BufferedRequestQueue')

    cmo.setResponseBufferingQueueJndiName ('weblogic.wsee.BufferedResponseQueue')

    If setAsDefault == 1:

    CD ('/ servers /' + managedServerName + ' / WebService /' + managedServerName + ' / WebServicePersistence /' + managedServerName)

    cmo.setDefaultLogicalStoreName ('WseeStore')

    def createJMSResources (managedServerName, index):

    targetServer = jarray.array ([ObjectName ('com.bea:Name =' + managedServerName + ", Type = server '")], ObjectName)

    # creating persistence store for jms Server

    # NOTE: you will need to create the physical folder for the storage of files

    print ('* FileStore creation ')

    filestore_list = ["WseeJaxwsFileStore"]

    Count = 0

    limit = 1

    While County<>

    CD ('/Deployments')

    Filestore = ls('c')

    Filestore = filestore_list [count] + '_auto_ %s' % index

    If (fileStores.find (filestore)! = - 1):

    print ("' ERROR: Filestore ' filestore + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    print ('* adding ' + filestore)

    CD('/')

    cmo.createFileStore (filestore)

    CD ('/ deployments /' + filestore)

    cmo.setDirectory (filestore)

    objectives (", target server)

    print ("Filestore" + filestore + "created")

    # create file storage directory, if there is no

    dir = System.getenv ('DOMAIN_HOME') + ' / ' + filestore

    Try:

    OS.stat (dir)

    except:

    OS.mkdir (dir)

    Count += 1

    # the server jms creation

    print ('* creating WseeJaxws JMS Server "")

    # create server jms WseeJaxwsJmsServer_auto_x

    CD ('/JMSServers')

    jmsServers = ls('c')

    If (jmsServers.find (' %s '% index WseeJaxwsJmsServer_auto_)! = - 1):

    print ("ERROR: WseeJaxwsJmsServer_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/')

    cmo.createJMSServer (' %s '% index WseeJaxwsJmsServer_auto_)

    CD ('/ JMSServers/WseeJaxwsJmsServer_auto_ % if % index)

    cmo.setPersistentStore (getMBean ('/ deployments/WseeJaxwsFileStore_auto_ % if % index))

    objectives (", target server)

    targetWseeJaxwsJmsServer = jarray.array ([ObjectName ('com.bea:Name = WseeJaxwsJmsServer_auto_ % be % index + ", Type = JMSServer")], ObjectName)

    print (index "WseeJaxwsJmsServer_auto_ %s" % + "created")

    # creating WseeJaxwsJmsModule components

    print ('* create queues: index % WseeBufferedRequestQueue_auto_ % to + ', WseeBufferedRequestErrorQueue_auto_ % if % index + ', WseeBufferedResponseQueue_auto_ % if % index + ' and WseeBufferedResponseErrorQueue_auto_ % if % index)

    # check if subdeployment in WseeJaxwsJmsModule

    # targeted on the new JMS server already exists

    CD('/JMSSystemResources/WseeJaxwsJmsModule/SubDeployments')

    wseejaxwsSubs = ls ("c", returnMap = 'true')

    for wseejaxwsSub in wseejaxwsSubs:

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + wseejaxwsSub + "/ target")

    existingSubTargets = ls ("c", returnMap = 'true')

    for existingSubTarget in existingSubTargets:

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + wseejaxwsSub + ' / objectives /' + existingSubTarget)

    If (existingSubTarget == 'WseeJaxwsJmsServer_auto_ %s' % index):

    print (' ERROR: SubDeployment WseeJaxwsJmsModule ' + wseejaxwsSub + ' already exists and is intended for the %s '% index WseeJaxwsJmsServer_auto_)

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    # create subdeployment in WseeJaxwsJmsModule

    CD('/JMSSystemResources/WseeJaxwsJmsModule')

    # Number of eight random numbers to generate and convert to string

    # If the subname will conform to the standard naming convention

    # using numbers beginning with four to ensure it is random in existing facilities

    # and try to create some level of self-documentation to coincide with the index server

    uniqueID = str (random.randrange (00000000,99999900))

    subName = "%s WseeJaxwsJmsServer" % index + uniqueID

    cmo.createSubDeployment (subName)

    print ('SubDeployment' + subName + "created")

    # create queue WseeBufferedRequestQueue_auto_x

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Queues')

    queue = ls('c')

    If (queues.find (' %s '% index WseeBufferedRequestQueue_auto_)! = - 1):

    print ("ERROR: WseeBufferedRequestQueue_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule')

    cmo.createQueue (' %s '% index WseeBufferedRequestQueue_auto_)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Files/WseeBufferedRequestQueue_auto_ % if % index)

    cmo.setJNDIName ('weblogic.wsee.BufferedRequestQueue_auto_ % if % index)

    cmo.setSubDeploymentName (subName)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + subName)

    Set ('Targets', targetWseeJaxwsJmsServer)

    print (index ' WseeBufferedRequestQueue_auto_ %s "% +" created")

    # create queue WseeBufferedRequestErrorQueue_auto_x

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Queues')

    queue = ls('c')

    If (queues.find (' %s '% index WseeBufferedRequestErrorQueue_auto_)! = - 1):

    print ("ERROR: WseeBufferedRequestErrorQueue_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule')

    cmo.createQueue (' %s '% index WseeBufferedRequestErrorQueue_auto_)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Files/WseeBufferedRequestErrorQueue_auto_ % if % index)

    cmo.setJNDIName ('weblogic.wsee.BufferedRequestErrorQueue_auto_ % if % index)

    cmo.setSubDeploymentName (subName)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + subName)

    Set ('Targets', targetWseeJaxwsJmsServer)

    print (index ' WseeBufferedRequestErrorQueue_auto_ %s "% +" created")

    # create queue WseeBufferedResponseQueue_auto_x

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Queues')

    queue = ls('c')

    If (queues.find (' %s '% index WseeBufferedResponseQueue_auto_)! = - 1):

    print ("ERROR: WseeBufferedResponseQueue_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule')

    cmo.createQueue (' %s '% index WseeBufferedResponseQueue_auto_)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Files/WseeBufferedResponseQueue_auto_ % if % index)

    cmo.setJNDIName ('weblogic.wsee.BufferedResponseQueue_auto_ % if % index)

    cmo.setSubDeploymentName (subName)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + subName)

    Set ('Targets', targetWseeJaxwsJmsServer)

    print (index ' WseeBufferedResponseQueue_auto_ %s "% +" created")

    # create queue WseeBufferedResponseErrorQueue_auto_x

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Queues')

    queue = ls('c')

    If (queues.find (' %s '% index WseeBufferedResponseErrorQueue_auto_)! = - 1):

    print ("ERROR: WseeBufferedResponseErrorQueue_auto_ % if % index + ' already exists!")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Exit()

    Another thing:

    CD('/JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule')

    cmo.createQueue (' %s '% index WseeBufferedResponseErrorQueue_auto_)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/Files/WseeBufferedResponseErrorQueue_auto_ % if % index)

    cmo.setJNDIName ('weblogic.wsee.BufferedResponseErrorQueue_auto_ % if % index)

    cmo.setSubDeploymentName (subName)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/SubDeployments /' + subName)

    Set ('Targets', targetWseeJaxwsJmsServer)

    print (index ' WseeBufferedResponseErrorQueue_auto_ %s "% +" created")

    print (queues "in the created WseeJaxwsJmsModule")

    # try except block is sufficient to avoid any problem if these queues

    # have already been added to the queues of dist WseeJaxws

    # If this is the case, the following exception is thrown:

    # weblogic.descriptor.BeanAlreadyExistsException: bean already exists

    Try:

    print ('* addition of the queues in distributed queues)

    queue_list = ['WseeBufferedRequestErrorQueue', 'WseeBufferedResponseQueue', 'WseeBufferedRequestQueue', 'WseeBufferedResponseErrorQueue']

    Count = 0

    limit = 4

    While County<>

    queue = queue_list [count] + '_auto_ %s' % index

    dist_queue = "dist_" + queue_list [count] + 'sent '.

    print ('* added ' queue + 'to' + dist_queue)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/DistributedQueues /' + dist_queue)

    cmo.createDistributedQueueMember (tail)

    CD ('/ JMSSystemResources/WseeJaxwsJmsModule/JMSResource/WseeJaxwsJmsModule/DistributedQueues /' dist_queue ' / DistributedQueueMembers /' ++ queue)

    cmo.setWeight (1)

    Print ("queue added to UDQ")

    Count += 1

    except:

    Print ("an exception was encountered adding JMS queues for distributed queues '")

    Print ("Please study using the thread dump information provided.'")

    Print ("the script will now stop.")

    cancelEdit('y')

    Disconnect()

    lift

    # create ReliableWseeJaxwsSAFAgent

    Print ("Creating ReliableWseeJaxwsSAFAgent_auto_ %s" % index + '...')

    CD ('/SAFAgents')

    safAgents = ls('c')

    If (safAgents.find (' %s '% index ReliableWseeJaxwsSAFAgent_auto_)! = - 1):

    print ("ERROR: SAFAgent ReliableWseeJaxwsSAFAgent_auto_ % index %s 'exists already for' + managedServerName")

    Print ("Please study.  Script output. ")

    cancelEdit('y')

    Disconnect()

    Another thing:

    CD('/')

    cmo.createSAFAgent (' %s '% index ReliableWseeJaxwsSAFAgent_auto_)

    CD ('/ SAFAgents/ReliableWseeJaxwsSAFAgent_auto_ % if % index)

    cmo.setStore (getMBean ('/ filestore/WseeJaxwsFileStore_auto_ % if % index))

    Set ('Targets', TargetServer)

    cmo.setServiceType ('Both')

    Print ('Created ReliableWseeJaxwsSAFAgent_auto_ %s "% index)

    If __name__ == "main":

    main()

  • No content is loaded when you try to use Apex and ADR

    Hello

    I try to use Apex 4.2 on a database of 11g XE on a Windows 7 machine and I am running on a question.

    I did the installation and the tasks according to the instructions and had no problem with this.

    I want to use ADR as a standalone option, so I just did the following:

    java -jar ords.war
    

    And went through the configuration options and seized what was needed. I put static resources such as D:\apex\images\ (where is my install apex) and set the port as 8080 I then ran in stand-alone mode, once again just by placing the same order as above and stated that:

    INFO: http://localhost: 8080/ADR / began to.

    Now when I try to connect to this I get a blank page so I thought to go and look at the html source code as I thought it would be that it does not find the static resources, but seen in firebug html code is:

    <html>
    <head>
    <link title="Wrap Long Lines" href="resource://gre-resources/plaintext.css" type="text/css" rel="alternate stylesheet">
    </head>
    <body>
    <pre></pre>
    </body>
    </html>     
    

    I made a mistake in the configuration as its unable to serve the content of the page in the database or I did something else wrong? Windows authorization would have something to do with it or will I be stupid?

    See you soon,.

    Paul.

    Hello

    I realized that it was. It relates to the problems here: Apex 4.2.2 via Apex earpiece 2 - white screen returns

    I don't know why I never saw this in the search. When I called full URL like: http://localhost: 8080/ADR/f? p = 4550:1:0: the apex login screen comes to us as expected.

    Kind regards

    Paul.

  • Save before exit Skillbuilders (version 3.0.1 for APEX 4.0): problem with some element of list in the form Manager

    Hello

    I have a problem with the plugin save before exit that I downloaded from Skillbuilders. As I use Oracle APEX version 4.0.2 and Oracle 10 g r2 database; so I downloaded one that says "Save before release (version 3.0.1 for APEX 4.0)" skillbuilders and follow-up of their documentation to import the plugin and use it.

    My problem is that even if I do not make any changes to data in the form and go to another tab. the alert message always appears, and by the way, I have an element of list manager on my form and it gets highlighted. So, even if I make the changes or do not change; still, the alert message is displayed and highlights the element of list manager. I think maybe the problem is to have a crèche in the form list item. I have reproduced the same problem in my personal workspace. Here are the details.

    http://Apex.Oracle.com/pls/Apex/f?p=55129

    Details of the workspace

    Name of the workspace: raghu_workspace

    username: orton607

    password: orton123

    App # 55129

    Page: 2 - has the element of list manager.

    Page 3 - works fine without the element of list manager

    Please help with possible suggestions.

    Thank you

    Orton

    Orton,

    I have connected to the workspace you and added a replacement JS file that corrects this error.

    If please, give it a whirl and let me know if you find other problems with it.

    It is to the 3.0.2 version of the plugin and I do not know if this even fix will work for your local Apex version earlier.

    When you are ready to go to the APEX 4.0.2 Please contact me directly for assistance. In the meantime, I'll work on the creation of a patch for this kind of new downloads of the plugin will contain this change.

    Greg

    [email protected]

  • Problem creating a weblogic for short server domain

    I ran the short Server Setup program that created a folder named 'EndecaServer7.5.1_1' folder (C:\Oracle\Middleware) of Middleware. While creating a new domain in weblogic for short server, I don't get any options "Server Oracle short" and "Oracle JRF" selection under "generate an automatically configured domain to take in charge the following products:  I found no jars corresponding to "Server Oracle short" and ' Oracle JRF ' in the sub templates folder in the folder of Middleware. Do I need to manually add the jars in the models folder, if yes, what are the jars I might add for Server Oracle short ' and "Oracle JRF".


    Suggestions for this problem would be appreciated.


    Thank you

    I assume that you have installed the ADF package, which is required for the selection "JRF Oracle".

    Second, the domain server (named oracle.endecaserver_7.5.1.jar) short model is to:

    C:\Oracle\Middleware\EndecaServer7.5.1_1\common\templates\applications

    If you do not see the directory \EndecaServer7.5.1_1\common (or other directories such as \endeca-cmd and \endeca-server), then the installation did not work properly.

  • Where can I download aria_people_search_installer for Apex 4.2?

    Where can I download aria_people_search_installer for Apex 4.2?

    All the links to it that I could find archives are non-existent...

    Thank you

    Mayura

    Check your emails.

  • Download weblogic for 64-bit Windows 7

    Hi where can I download weblogic for 64-bit Windows 7, and a taste the weblogic installation and deployment. am in jdeveloper 11.1.1.6.0, when I go to this url http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html am only get 32 bit weblogic

    Published by: adf009 on 24/01/2013 12:25

    Published by: adf009 on 24/01/2013 12:29

    Hello
    Create the file boot.properties inside the C:\Oracle\Middleware\user_projects\domains\base_domain\servers\AdminServer\security folder, and then try to start, you won't have any problem. Please make sure that the file type for boot.properties properties.

    Thank you
    Kishore

  • Absent from the SSO for APEX 4.2 Developer toolbar

    Hey guys,.

    We have improved the environment of the APEX to the latest version (4.2.0.0.27) last week and we have seen that the developer toolbar is available only if we use the Application Express authentication. If we use SSO, it does not work (nothing is displayed on the page or in the source). Can you please help us with this problem? This is quite annoying since we use only SSO for all our applications.

    Thank you very much
    Alex

    Published by: user13109803 on November 5, 2012 07:21

    Published by: user13109803 on November 6, 2012 03:18

    Published by: user13109803 on November 6, 2012 03:19

    Hi Alex,

    DNS checking is fairly trivial. The hostname in the URL changes after SSO authentication if that is the case. Given that g_edit_cookie_session_id is set to NULL, Apex probably can't see the builder (ORA_WWV_USER_xxxxx) session cookie. I would use Firebug or Chrome developer expansion, to traffic network trace (especially guests, paths, and cookies).

    There are also cases where the application causes inadvertently beg /apex/ which translate to f/apex /? p = 4550:1 and start a new session of generator (and thus breaking the old, because the generating session cookie changes). For example, I met who with Apex independent auditor (a bug road favicon.ico worms/apex /) and a notification plugin (demand was hidden somewhere in the CSS, IIRC).

    Kind regards
    Christian

Maybe you are looking for

  • Anyone facing "Clearance delays" to the USA/FedEx

    I placed an order for bike Pure x on 2nd, and finally the phone was delivered a few days back. Now, I just noticed that the phone is blocked at customs. Spent 20 minutes with the Motorola support (Chat) and they said they'll take care of it. I don't

  • EliteBook 8570W: 8570W wireless

    I inherited a Win7 HP 8570W to work.  I have admin access to the device. PROBLEM: I try to activate the wireless, but the switch stays amber. I looked in the control panel and there is no sign of any device wireless under "network connections". No 'h

  • install xp from dos

    HelloI have an office work with windows 7 and a laptop with no dvd player and no BONES. I am trying to install XP on laptop computer (does not support to boot from usb). I've done so far:-get out of laptop HARD drive-connected to my desktop (USB adap

  • How to disable the hang of border (charm of right bar) on E1 - 570? -8.1 Windows

    Hi, I recently bought an Acer E1-570 and after only a few hours, this charm bar appearing everytime I go near the right-hand side of the screen and back to back left appearing all the time just makes me crazy.  I looked at how to turn it off, but on

  • application error look at files on the xbox extender

    Xbox360 application error/vidio I have the new xbox 360 and I try to play movies that are on my computer (XP media center). The xbox will open media center, see the video option, view the video file and the individual films & home made videos. When I