Application server Adapter configuration

I am unable to view the request/response schemas in the Application explorer for the connection made to JD Edwards E812.
Have done genjava (Genjava /Cat 1 /UserID ID /Password PWD /EnvironmentID DV812 /Out genjava /Environment DV812 CAEC)prior to this.
1) Is genjava supported in Enterprise One 8.12?
2) Are b.funcs existing in the library CAEC in 8.12?
Thnx
Naveen
Message was edited by:
Naveen Anbalagan

What are you not clear on?
What you need to do is get your developers to conform to a database naming standard, as stated above, so if you have an oracle database that is for eBusiness Suite you get all developers to create a DB connection in JDev called, ora_esb as an example.
When the developer creates a DB adapter this will create a JNDI name of eis/DB/ora_ebs. When the BPEL project is deployed it looks for the JNDI name in the oc4j-ra.xml file to see its connection details. If they don't exist then they use the developers connection details. The issue with this is that they generally always point to the development DB. It is best practice for the developers to remove the mcf settings in the DB adapter WSDL. This way if the JNDI name has not been configured it will fail.
So when you migrate from dev-test-prod what you have is the JNDI name eis/DB/ora_ebs. The dev points to the dev instance of ebs, test points to the test instance and so on. This means that you don't need to adjust any code in the BPEL projects.
cheers
James

Similar Messages

  • RE:Application Server Control Configuration Assistant":

    Hello all!
    I'm trying to install Oracle 10g reports server but get the following error
    ================================================================================================================
    Output generated from configuration assistant "Application Server Control Configuration Assistant":
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://user-4ad84a81a7:18100/emd/console/aboutApplication
    Starting Oracle Enterprise Manager 10g Application Server Control ..The OracleFRHome2ASControl service is starting
    The OracleFRHome2ASControl service could not be started.
    A service specific error occurred: 2.
    More help is available by typing NET HELPMSG 3547.
    I then tried checking on the Net for solutions and some people were advising to unplug network cable, etc but this didn't help me.
    Any other ideas plz?
    Thnx in advance

    This is wat i get.
    C:\oracle\FRHome_3\BIN>emctl status agent
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.4.2
    OMS Version : Unknown
    Protocol Version : 10.1.0.2.0
    Agent Home : C:\oracle\FRHome_3
    Agent binaries : C:\oracle\FRHome_3
    Agent Process ID : 3496
    Agent Process ID : 3496
    Agent URL : http://user-4ad84a81a7:18122/emd/main/
    Started at : 2008-11-20 08:33:19
    Started by user : SYSTEM
    Last Reload : 2008-11-20 08:33:19
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 16.48%
    Agent is Running and Ready
    C:\oracle\FRHome_3\BIN>emctl status dbconsole
    OC4J Configuration issue. C:\oracle\FRHome_3/oc4j/j2ee/OC4J_DBConsole not found.

  • How to configure sun application server 8.2 for Oracle RAC 10g

    Hello,
    We have numerous boxes running the sun platform application server 8.2 and 2 boxes running enterprise version 8.2 all connecting to a 4 node Oracle RAC 10 G release 2 database. We have the system up and working. The application servers are connecting just fine to the database and the apps don't have any problems querying, inserting, etc. However, when we try to do failover testing of situations when a node or nodes of the Oracle RAC database goes down the application server does not gain new valid connections. Our configuration is this, OracleDataSource for the data source, table validation turned on with a valid table, ONS configuration set in properties, connectionCache enabled, and fastconnectionfailover enabled as well in the properties. We have that long oracle rac url with load balancing turned on set fot the database URL. We have the checkbox checked to fail all connections on any failure. ONS is configured properly within the database because we have a java application that runs outside of the application server that uses all the same settings described above (only set manually in our code for the OracleDataSource). This application works seemlessly when DB nodes are shutdown. We can shutdown all but one node and it's still humming along without skipping a beat. Start up one of the others, kill the last node, it still hums along nicely without skipping a beat. We'd really like to get the applications running in the application server to work the same way. Any help would be greatly appreciated. We've tried all the combinations that we can think of with configuration settings in the application server and it never works. Am tempted to rip out the database connection pool from inside the application server and configure it manually in the code but we are using entity beans and this is the much easier approach, if it will work. It's down to the point of does sun application server actually work with oracle RAC for connection failovers.

    Hi,
    We are also facing similar execption. Here is the error, we are getting, when a node is failed on RAC.
    [#|2007-11-11T12:43:53.685+0000|WARNING|sun-appserver-ee8.1_02|javax.enterprise.system.core.transaction|_ThreadID=38;|JTS5041: The resource manager is doing work outside a global transaction
    oracle.jdbc.xa.OracleXAException
    at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:1270)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:318)
    at com.sun.gjc.spi.XAResourceImpl.start(XAResourceImpl.java:184)
    at com.sun.jts.jta.TransactionState.startAssociation(TransactionState.java:258)
    at com.sun.jts.jta.TransactionImpl.enlistResource(TransactionImpl.java:181)
    at com.sun.enterprise.distributedtx.J2EETransaction.enlistResource(J2EETransaction.java:397)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerImpl.enlistResource(J2EETransactionManagerImpl.java:312)
    at com.sun.enterprise.distributedtx.J2EETransactionManagerOpt.enlistResource(J2EETransactionManagerOpt.java:114)
    at com.sun.enterprise.resource.ResourceManagerImpl.registerResource(ResourceManagerImpl.java:113)
    at com.sun.enterprise.resource.ResourceManagerImpl.enlistResource(ResourceManagerImpl.java:71)
    at com.sun.enterprise.resource.PoolManagerImpl.getResource(PoolManagerImpl.java:176)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.internalGetConnection(ConnectionManagerImpl.java:268)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:193)
    at com.sun.enterprise.connectors.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:122)
    at com.sun.gjc.spi.DataSource.getConnection(DataSource.java:70)
    at com.syntegra.nasp.etp.dax.DBManager.getConnection(DBManager.java:192)
    at com.syntegra.nasp.etp.dax.DBManager.createDBCommand(DBManager.java:241)
    at com.syntegra.nasp.etp.dax.DBManager.createDBCommand(DBManager.java:251)
    at com.syntegra.nasp.etp.dax.sp.SPS_PRESCRIPTION_GUID_PROC.getCommand(SPS_PRESCRIPTION_GUID_PROC.java:31)
    at com.syntegra.nasp.etp.dax.sp.SPS_PRESCRIPTION_GUID_PROC.execute(SPS_PRESCRIPTION_GUID_PROC.java:23)
    at com.syntegra.nasp.etp.dax.PrescriptionBaseDataMapper.loadPresciptionByGUID(PrescriptionBaseDataMapper.java:203)
    at com.syntegra.nasp.etp.model.PrescriptionBase.findByPrescriptionGUID(PrescriptionBase.java:176)
    at com.syntegra.nasp.etp.messages.PatientPrescriptionReleaseRequest.execute(PatientPrescriptionReleaseRequest.java:120)
    at com.syntegra.nasp.etp.service.ETPSLBean.processMessage(ETPSLBean.java:159)
    at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:147)
    at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:128)
    at $Proxy6.processMessage(Unknown Source)
    at com.syntegra.nasp.etp.listener.RequestListener.onRequest(RequestListener.java:204)
    at com.syntegra.spine.csf.consumer.mdb.CSFListenerRegisteringConsumer.onRequest(CSFListenerRegisteringConsumer.java:54)
    at com.syntegra.spine.csf.consumer.mdb.CSFConsumerBase.invokeListener(CSFConsumerBase.java:267)
    at com.syntegra.spine.csf.consumer.mdb.CSFConsumerBase.processMessage(CSFConsumerBase.java:180)
    at com.syntegra.spine.csf.consumer.mdb.CSFConsumerBase.onMessage(CSFConsumerBase.java:102)
    at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sun.enterprise.security.SecurityUtil$2.run(SecurityUtil.java:153)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.enterprise.security.application.EJBSecurityManager.doAsPrivileged(EJBSecurityManager.java:955)
    at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:158)
    at com.sun.ejb.containers.MessageBeanContainer.deliverMessage(MessageBeanContainer.java:956)
    at com.sun.ejb.containers.MessageBeanListenerImpl.deliverMessage(MessageBeanListenerImpl.java:42)
    at com.sun.enterprise.connectors.inflow.MessageEndpointInvocationHandler.invoke(MessageEndpointInvocationHandler.java:130)
    at $Proxy9.onMessage(Unknown Source)
    at com.sun.genericra.inbound.DeliveryHelper.deliverMessage(DeliveryHelper.java:183)
    at com.sun.genericra.inbound.DeliveryHelper.deliver(DeliveryHelper.
    Regards
    Selvan.

  • Generate Application Server Load Through Siebel Jobs

    I am interested in scheduling a simple job that would tax the CPU of the application server. I can schedule many jobs, such as admin notify, which barely tax the cpu.
    Peoplesoft had some called the simpleAEtest job that I executed on the process scheduler, for a similar need.
    It would be really great If I could configure this job from the command line server manger until,.
    What do you guys do for siebel load balancing and stress testing?
    I have a test siebel Application server environment configured with the following:
    Siebel 8.1.1
    Database Server, Oracle 11g
    Gateway Server, Windows 2003
    Application server, Windows 2003 running the following components
    Callcenter, Sales, and ADM
    There are so many jobs and parameters, its hard to short out what parameters to use.
    Thanks for the help

    Hi Sergiy,
    We currently have the Scheduled Tasks turned off so I know that it is not causing the slow down. I also know that we do not have any custom code that is hitting those tables, as I am the only one that is doing any of the customization.
    However, you bring up an excellent point with regards to other Activities. We have noticed that this does not occur at specific times so that would suggest it was not on some sort of schedule so perhaps a certian Activity is the cause. You mentioned "RMA SFC Receipt", could you find out if there are any other sorts of Activities that may cause this while I look into this one?
    I will perform some tests on our Test machine with the "SQL Trace" and "Debugging Information" turned on as you suggested.
    Thanks,
    Mike

  • Oracle 10g Application Server Installation Error

    Hi Everyone!
    This is my first time to install Ora10g Apps Server and I encountered an error at 2 assistant configuration point.
    By the way, I'm installing it in a Windows Server 2003.
    I encountered the first road block at Oracle Database Configuration Assistant. An error msg showed that
    there was an Error updating the necessary configuration files and I can manually configure this by
    running \OraHome_1\bin\emca script.
    I clicked Ok and the status showed Succeeded.
    The 2nd error showed at the Application Server Control Configuration Assistant.
    I checked the log file...
    Unable to determine local host from URL EMD_URL=http://srvs058:%EM_SERVLET_PORT%/emd/main/
    Hope anyone can help me with this.
    I've tried deinstalling/installing thrice now and still get stuck at this.
    Thanks in advance.

    anyone?

  • Application Server Console returns EMDAEMON HTTP 1.1 404, Not Found

    Hello,
    Windows XP
    Version 10.1.2.0.2
    When I try to access the AS Console through the following URL:
    http://192.168.1.100:18100/emd/console/
    I get the following error:
    EMDAEMON
    HTTP/1.1 404 , Not Found
    But I'm able to access AS Portal through the following URL:
    http://192.168.1.100:18101/emd/console/
    I'm able to access all the other following URLs:
    http://192.168.1.100:7777/
    http://192.168.1.100/portal/page/portal/TOPLEVELSITE/Welcome
    http://192.168.1.100:5500/em/console/
    http://192.168.1.100:7777/oiddas/
    I think the port number is messed up somewhere and I'm not sure how to correct and get the AS Console working again.
    emctl status iasconsole gives:
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://192.168.1.100:18000/emd/console/aboutApplication
    Oracle Enterprise Manager 10g Application Server Control is running.
    emctl status agent gives:
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.4.2
    OMS Version : Unknown
    Protocol Version : 10.1.0.2.0
    Agent Home : D:\oracle\appserver\OraInfra
    Agent binaries : D:\oracle\appserver\OraInfra
    Agent Process ID : 3728
    Agent Process ID : 3728
    Agent URL : http://192.168.1.100:18100/emd/main/# MEDIUM if number of ta
    rgets is from 11 to 50.
    Started at : 2008-01-06 20:16:23
    Started by user : SYSTEM
    Last Reload : 2008-01-06 20:22:01
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 78.03%
    Agent is Running and Ready
    It would be helpful if someone can guide me in the right direction. Thanks for your time.

    Hello, thanks for the input. Running in separate boxes is not a viable option at this point. I tried to update the iasconsole and agent ports based on the document here:
    http://download.oracle.com/docs/cd/B14099_07/core.1012/b13995/ports.htm#i1038847
    So I used the following commands to update the ports:
    emctl config agent port 18139
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Oracle Enterprise Manager 10g Agent configuration update succeeded.
    emctl config iasconsole port 18119
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://192.168.1.100:1156/emd/console/aboutApplication
    0 [main] ERROR emSDK.config - java.util.MissingResourceException: Can't find bu
    ndle for base name oracle.xml.mesg.XMLResourceBundle, locale en_US
    java.util.MissingResourceException: Can't find bundle for base name oracle.xml.m
    esg.XMLResourceBundle, locale en_US
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle
    .java:839)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:808)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:579)
    at oracle.xml.util.XMLError.getMessageBundle(XMLError.java:500)
    at oracle.xml.util.XMLError.alloc(XMLError.java:508)
    at oracle.xml.util.XMLError.getMessage0(XMLError.java:419)
    at oracle.xml.util.XMLError.error0(XMLError.java:310)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidati
    ngParser.java:318)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingP
    arser.java:281)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:186)
    at oracle.sysman.emSDK.conf.TargetInstaller.parseTargetFromFile(TargetIn
    staller.java:1747)
    at oracle.sysman.emSDK.conf.TargetInstaller.modifyTargetFromFile(TargetI
    nstaller.java:1294)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:36
    86)
    16 [main] ERROR emSDK.config - java.io.IOException: Error parsing target from f
    ile D:\oracle\appserver\OraInfra/sysman/emd/iasTargetMod.xml :: Can't find bundl
    e for base name oracle.xml.mesg.XMLResourceBundle, locale en_US
    java.io.IOException: Error parsing target from file D:\oracle\appserver\OraInfra
    /sysman/emd/iasTargetMod.xml :: Can't find bundle for base name oracle.xml.mesg.
    XMLResourceBundle, locale en_US
    at oracle.sysman.emSDK.conf.TargetInstaller.parseTargetFromFile(TargetIn
    staller.java:1760)
    at oracle.sysman.emSDK.conf.TargetInstaller.modifyTargetFromFile(TargetI
    nstaller.java:1294)
    at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:36
    86)
    Error parsing target from file D:\oracle\appserver\OraInfra/sysman/emd/iasTarget
    Mod.xml :: Can't find bundle for base name oracle.xml.mesg.XMLResourceBundle, lo
    cale en_US
    Oracle Enterprise Manager 10g Application Server Control configuration update fa
    iled.
    When I looked at iasTargetMod.xml the file is empty (0 KB size).
    After Starting the Application Server Control, I checked the status of both iasconsole and agent and are as follows:
    emctl status iasconsole
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://192.168.1.100:18119/emd/console/aboutApplication
    Oracle Enterprise Manager 10g Application Server Control is running.
    Logs are generated in directory D:\oracle\appserver\OraInfra/sysman/log
    emctl status agent
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.4.2
    OMS Version : Unknown
    Protocol Version : 10.1.0.2.0
    Agent Home : D:\oracle\appserver\OraInfra
    Agent binaries : D:\oracle\appserver\OraInfra
    Agent Process ID : 8176
    Agent Process ID : 8176
    Agent URL : http://192.168.1.100:18139/emd/main/# we can set it to 0 to
    use the OS default value.
    Started at : 2008-01-08 00:13:53
    Started by user : SYSTEM
    Last Reload : 2008-01-08 00:13:53
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 78.00%
    Agent is Running and Ready
    I also checked the following:
    emctl config listtargets
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    [192.168.1.100:18139, oracle_emd]
    [192.168.1.100, host]
    [orcl.168.1.100, oracle_database]
    [LISTENER_192.168.1.100, oracle_listener]
    After all this, I went to this URL:
    http://192.168.1.100:18101/
    - and logged in as ias_admin. The name for Infra and Portal are as follows:
    infra.192.168.1.100
    PORTAL.192.168.1.100
    When I clicked on infra.192.168.1.100 I get 'Internet Explorer cannot display the webpage' error.
    But when I click on PORTAL.192.168.1.100 everything is working and the status of all the components are up.
    I'm not sure how I should proceed at this point. Any pointers would be helpful. Thanks!!

  • Application Server CPU at 100%

    We are running Oracle Forms and Reports 9.0.4 using OC4J on a Solaris 9 server. Environment responds quickly, except when an end user requests the generation of a large PDF report (with several hundred to over a thousand pages). Although query results are returned quickly by the database server, CPU on application server tops out at 100% for an hour or more while these large reports are being generated. During this hour or more, no other reports can be generated by other end users. Can the application server be configured to allow CPU and other resources to be shared during generation of large PDF reports? If so, how?

    >
    ... -Dlogfile=/vol04/applmgr/DEV/inst/apps/DEV_devas/logs/appl/conc/log/FNDOPP216337.txt ...
    >
    This looks to be the XML/BI Publisher process. Can you post relevant sections from this file ?
    Pl post EBS related questions in the EBS forums - http://forums.oracle.com/forums/category.jspa?categoryID=3
    HTH
    Srini

  • Using webutil in Application Server 10g

    Hi,
    I just configure successfully webutil with dev. suite 10g R2.
    I developed form & attached webutil lebrary with it and it is working good at form builder runtime. but when i try to run the same form on Application Server10g R2 it gives me error "FRM-40039: Cannot attach library F:\Dev10g\Forms\webutil\webutil while opening the button".
    I am using Dev. suite 10g R2 on windows XP plateform & Oracle Application Server 10g R2 on windows 2003 server.
    Should I configure webutil manually on Application Server or configured by default? if yes, please tell me the steps to configure webutil on application server.
    With best regards.

    Please can u send me the details of configuring webutil on 10G AS Rel 2 on windows 2003. But I have Developer 10g Suite and 10G AS on same server machine

  • Where do configure Application server Home.

    Hi All,
    I am getting below exception while deploying rar file
    <18-Jun-2009 9:21:43 o'clock AM EDT> <Warning> <Connector> <BEA-190032> << jca/SnmpConnectionFactory > ResourceAllocationException thrown by resource adapter on call to ManagedConnectionFactory.createManagedConnection(): "javax.resource.ResourceException: Application Server Home: null is not properly configured! ">
    <18-Jun-2009 9:21:43 o'clock AM EDT> <Warning> <Connector> *<BEA-190024> << jca/SnmpConnectionFactory > Error making initial connections for pool. Reason: javax.resource.ResourceException: Application Server Home: null is not properly configured!>*
    <18-Jun-2009 9:21:43 o'clock AM EDT> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=ConnectorApplicationOverviewPage&ConnectorApplicationOverviewPortlethandle=com.bea.console.handles.AppDeploymentHandle%28%22com.bea%3AName%3DsnmpAdapter%2CType%3DAppDeployment%22%29.>
    So, please let me know how/Where do we can configuration the Application Server Home.
    Thanks in advance.
    Suresh

    Not sure that I fully understand how you want to send mail, but if you are looking to have portlets, servlets, jsp's, etc... send mail, then you should look at the javax.mail APIs. If you are on a using a unix/linux type server, and you want mail regarding low level OS stuff, then you should look at sendmail or whatever your local mail package is.

  • Install and configure report service on Oracle Application Server 10g

    i want to know how to install and configure report service on Oracle Application Server 10g Release 3 (10.1.3.1.0)
    Thanks

    the case is that we developed an ADF Application, so we want to deploy it on the latest version of Oracle Application server.
    our application communicate with Oracle reports (run oracle reports from our Application) as there are no Oracle report products for JEE Application.
    so if there are not report service that can run on Oracle Application Server 10g Release 3 (10.1.3.1.0),
    what is the other choices that oracle supports that can help us in this case ???

  • Problem while configuring webutil on oracle application server 10g(9.0.4)

    hi,
    I have configured webutil with oracle application server 10g(9.0.4).JInitiator 1.3.1.17 is installed.
    I did everything according to webutil manual.Then i developed a form using developer suit 10g (9.0.4).
    and successfully compiled and attached webutil library.then i subclass
    webutil object group from webutil.olb into my form,that is also
    subclassed successfully.Form has also been compiled and saved
    successfully.
    also configured my formsweb.cfg,forms90.conf,default.env according to webutil documentation.
    {color:#993366}Now when i run this form from client, it does not show form in the
    browser and shows a message on the client browser console as follows{color}.
    {color:#0000ff}*Applet oracle.forms.webutil.common.RegisterWebUtil*
    {color} {color:#993366}After this message,It does nothing and if i refresh browser,it shows following message in the browser' Console.{color}
    {color:#0000ff}*Applet oracle.forms.engine.Main notinited.*{color}
    Note:In the browser ,loading java applet is also visible.
    how should i resolve this problem?
    any suggestion?
    Its urgent.
    Regards,
    abbasyazdani

    Refer this metalink note,
    566628.1 How To Install Webutil on 10g Oracle AS
    [email protected]

  • How to configure oracle thin drivers for SUN APPLICATION SERVER

    hi all,
    I am working with EJB with oracle as back-end. I wants to know how to configure oracle thin drivers for the SUN APPLICATION SERVER. Please explain me breifly.
    Advanced thanks to all the replies.
    with regards,
    /kumaraswamy.n

    Kumaraswamy,
    Did you try searching the Internet? Here are the results of my Internet search:
    http://tinyurl.com/zo4gk
    And one of the first hits in the list was this:
    Deploying to a Sun Java System Application Server
    Good Luck,
    Avi.

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • Configuring Oracle Application Server to use a user friendly url

    Hi All,
    I am having trouble configuring the apache httpd.conf file within an applicaton server to be able to use user-friendly urls for the infrastructure identity management tools server. I also need this for security reasons as well as hardware reasons - loadbalancing.
    At the moment I have a standard setup, whereby the sso application server is using port 7777. I would like the user not to enter the port, but to enter just a standard url, like http://login.<company>.com.au, so that if the user needs to modify oid using the oiddas web application, they can enter something like http://login.<company>.com.au/oiddas/ rather than http://<machine host name>:7777/oiddas/. This would also be used by portal for sso logins.
    From the standard installation, Apache was configured as follows:
    Port 7777
    Listen 7777
    ServerName <machine host name>
    DocumentRoot <root document folder>
    Now reading the documentation from the Oracle Application Server Installation notes for the Http Server, they document how to do this (in the loadbalancer section - this will eventually be used in the hardware setup):
    Port 80
    Listen 7777
    Listen 80
    # Virtual Hosts
    # This section is mandatory for URLs that are generated by
    # the PL/SQL packages of the Oracle Portal and various other components
    # These entries dictate that the server should listen on port
    # 7777, but will assert that it is using port 80, so that
    # self-referential URLs generated specify www.oracle.com:80
    # This will create URLs that are valid for the browser since
    # the browser does not directly see the host server.oracle.com.
    NameVirtualHost <machine ip>:7777
    <VirtualHost <nameofmachine>:7777>
    ServerName login.<company>.com.au
    Port 80
    </VirtualHost>
    # Since the previous virtual host entry will cause all links
    # generated by the Oracle Portal to use port 80, the server.company.com
    # server needs to listen on 80 as well since the Parallel Page
    # Engine will make connection requests to Port 80 to request the
    # portlets.
    NameVirtualHost <machine ip>:80
    <VirtualHost <nameofmachine>:80>
    ServerName login.<company>.com.au
    Port 80
    <VirtualHost>
    Note that I used slightly different names for the url's rather than the oracle names www.oracle.com and server.oracle.com
    Now after applying this, I noticed not only could I not go to the oiddas from the original machine name, but also couldnt go there from the new machine name.
    Also I was not even able to go to the standard index page whereby you can go to the enterprise manager for the application server, from either names.
    The following urls provide me with "The Page Cannot Be Displayed" error message:
    http://login.<company>.com.au:7777/
    http://<nameofmachine>:7777/
    The following urls provide me with "Page Under Construction" error message:
    http://login.<company>.com.au/
    http://<nameofmachine>/
    Could someone please tell me why this is the case, considering I am using the installation procedures Oracle has published within the Oracle Http Server Admistrators Guide (http://download-west.oracle.com/docs/cd/B14099_19/web.1012/b14007/netconf.htm#sthref379).
    Cheers
    Rodney

    Hi Rondey,
    Ik think that I can see your probleem.
    Just change the following line at your httpd.conf, then restart the component.
    First of all if the port is installed with nr. 7777. then the listen process will be on port 7778
    the second thing is just try to do the following steps
    ((Port 80 to Port 7777)))
    Listen 7778
    %%%% In loadbalancer section %%%%%%
    just add the following lines
    Listen 80
    Listen 8103
    Listen 8102
    NameVirtualHost *
    NameVirtualHost *:8103 or 80
    If you want to use this ports (8103 or 8102) for other site (url), then
    <VirtualHost *:80>
    ServerName <machine ip> or (host name)
    Hear from U,
    Regards,
    Hamdy

  • Configure OID 10.1.4.0.1 with Oracle Application Server 10.1.3.3

    Dear gurus,
    I have configured OID 10.1.4.0.1 and MRCA 10.1.4.0.1 on database 10.2.0.3 with Oracle Application Server 10.1.3.3 (HTTP Server and OC4J Server). it went well, i could login into my oid or sso page. then i deployed a simple jar file into OAS 10.1.3.3 and i updated few lines in mod_osso.conf on midtier 10.1.3.3, so it look like this :
    ==================================================================================================
    LoadModule osso_module libexec/mod_osso.so
    <IfModule mod_osso.c>
    OssoConfigFile /u01/oraias/midtier/Apache/Apache/conf/osso/osso.conf
    OssoIpCheck off
    OssoIdleTimeout off
    # Insert Protected Resources: (see Notes below for how to protect resources)
    # Notes
    # 1. Here's what you need to add to protect a resource,
    # e.g. <ApacheServerRoot>/htdocs/private:
    # <Location /private>
    # require valid-user
    # AuthType Basic
    # </Location>
    <Location /JABSUAT>
    require valid-user
    AuthType Basic
    </Location>
    <Location /HR>
    require valid-user
    AuthType Basic
    </Location>
    </IfModule>
    # If you would like to have short hostnames redirected to
    # fully qualified hostnames to allow clients that need
    ==================================================================================================
    my application faces name is HR, so i called the URL http://devel.sas.co.id:7778/HR/faces/HomeMenu.jspx, the output was sso login page, so i did login with username : orcladmin and password : oracle1 but it turned me error page on browser, it said :
    =========================================================
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    =========================================================
    and i found that in /u02/oid/Apache/Apache/logs/error_log.1249430400 contains these lines :
    [Wed Aug  5 09:13:33 2009] [notice] Accept mutex: fcntl (Default: sysvsem)
    [Wed Aug  5 09:13:33 2009] [warn] long lost child came home! (pid 4924)
    [Wed Aug  5 09:14:01 2009] [error] [client 172.16.2.14] [ecid: 1249438441:172.16.5.11:5080:0:2,0] File does not exist: /u02/oid/Apache/Apache/htdocs/favicon.ico
    [Wed Aug  5 09:14:04 2009] [error] [client 172.16.2.14] [ecid: 1249438444:172.16.5.11:5068:0:3,0] File does not exist: /u02/oid/Apache/Apache/htdocs/favicon.ico
    [Wed Aug  5 09:14:24 2009] [error] [client 172.16.2.14] [ecid: 1249438464:172.16.5.11:5093:0:2,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    [Wed Aug  5 09:49:36 2009] [error] [client 172.16.2.14] [ecid: 1249440576:172.16.5.11:5074:0:20,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    [Wed Aug  5 10:30:01 2009] [error] [client 172.16.2.14] [ecid: 1249443001:172.16.5.11:5096:0:25,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    [Wed Aug  5 10:34:13 2009] [error] [client 172.16.2.14] [ecid: 1249443253:172.16.5.11:5102:0:26,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    [Wed Aug  5 10:58:58 2009] [error] [client 172.16.2.14] [ecid: 1249444738:172.16.5.11:5093:0:40,0] File does not exist: /u02/oid/Apache/Apache/htdocs/favicon.ico
    [Wed Aug  5 10:59:09 2009] [error] [client 172.16.2.14] [ecid: 1249444749:172.16.5.11:5093:0:41,0] \n[OSSO] E34: Unable to assure integrity of communication with SSO server.\n
    Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server Server at devel.sas.co.id Port 7782
    Note : 172.16.2.14 is my pc and 172.16.5.11 is OID and MRCA's IP, please need your suggestion, Many Thanks.
    Regards
    Edited by: andes on Aug 4, 2009 9:23 PM
    Edited by: andes on Aug 4, 2009 9:28 PM

    Dear gurus,
    i have solved my problem, i re-run ssoreg.sh and re-configure mod_osso.conf, now it's working.
    Regards

Maybe you are looking for

  • How can I enable, disable and re-enable restrictions on an ipod without loosign all the settings?

    I purchased an ipod touch for my 10 year old, primarily so she could use the calendar and timers and such for school (we homeschool) and al;so so we could start learning some social media and electronic literacy. I enabled all the restrictions on the

  • Using rowid in ref cursor

    Hi, I want to use rowid for updating the rows in the ref cursor. My code looks like below: DECLARE emp_refcursor SYS_REFCURSOR; emp_rec employee%ROWTYPE; l_run_id NUMBER; lv_sql_stmt VARCHAR2(4000) := 'SELECT a.* FROM employee a where a.run_id = :l_r

  • Outbound Proxy - Message Recorded(Commit Missing)

    Dear All, The proxy's are configured correctly, and when tested the message getting created with status as Message Recorded(Commit Missing). SLDCHECK transcation is also sucessfull! No application Log exist at transaction SLG1! What could be the reas

  • Exchange 2010 Log files keep filling up following migration from Exchange 2003

    I am migrating from Exchange server 2003 to 2010. Having only moved one mailbox and set-up Public Folder replication, I noticed that the 20GB Drive allocated for the logs are filling up the entire drive, even before I have time to run my scheduled ba

  • Aperture fails to run in Leopard 10.5.1

    Howdy, I commented in the related thread (http://discussions.apple.com/thread.jspa?threadID=1311441&tstart=0), but as the original question is already "Answered" I figured I'd start a new thread. I installed Aperture 1.5 after updating to 10.5.1 and