EAS not running on Oracle Application Server, Oracle Enterprise Linux

Okay, another question. EAS is up and running on Oracle Application Server, but the URL is unresponsive.
In the eas log file, I see
Exception message (Oct 25, 2009 11:33:03 AM):
no environmentjni in java.library.path
java.lang.UnsatisfiedLinkError: no environmentjni in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:992)
at com.essbase.eas.server.AppManServlet.init(Unknown Source)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2379)
at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4830)
at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4754)
at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4942)
at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1144)
at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:741)
at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:431)
at com.evermind.server.Application.getHttpApplication(Application.java:586)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:1987)
at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:1906)
at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:643)
at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:290)
at com.evermind.server.http.HttpServer.setSites(HttpServer.java:270)
at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:177)
at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2493)
at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1042)
at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
at java.lang.Thread.run(Thread.java:595)
Warning message (Oct 25, 2009 11:33:03 AM):
java.library.path=/app/oracle/product/OracleBI/server/Bin:/app/oracle/product/OracleBI/web/bin
I assume that the problem is the java library path, which is pointing to directories related to my OBIEE installation, instead of a java environment somewhere in the hyperion install. If that's right, how do I change this?
Thanks!
Edited by: James@JHPWD on Oct 25, 2009 8:44 AM

Do you have a resolution for this issue? I am encountering the same issue on Solaris 10 SPARC using Essbase 64bit, OAS and Shared Services.
Thanks,

Similar Messages

  • Oracle Application Server 10g Enterprise Edition

    Hi,
    I would like to integrate Oracle E-Business Suite Release 12.1.1 with Oracle Portal.
    Idid some research in metalink and found that Note: 376811.1.
    What I understood from the doc is,
    1. install Oracle Application Server 10g Enterprise Edition.
    2. Integrate with EBiz 12.1.1.
    Please let me know where can I get the link to download, Oracle Application Server 10g (10.1.4) Enterprise Edition.
    Is it required to install OID and SSO before oracle portal installation?
    A step by step solution/documentation to integrate 12.1.1 with portal will highly be appreciated.
    Thanks and Regards,
    DIP

    Idid some research in metalink and found that Note: 376811.1.
    What I understood from the doc is,
    1. install Oracle Application Server 10g Enterprise Edition.
    2. Integrate with EBiz 12.1.1.
    Please let me know where can I get the link to download, Oracle Application Server 10g (10.1.4) Enterprise Edition.
    - download and install OAS 10.1.2.0.2
    --> Go to this link: http://www.oracle.com/technology/software/products/middleware/index.html
    --> download Application Server 10gR2 (10.1.2.0.2) from the right side portlet of Previous Releases
    - then upgrade its portal to 10.1.4:
    --> go to metalink/MOS: search for 'oracle portal upgrade master note' and follow the note that matches best
    Is it required to install OID and SSO before oracle portal installation?- Yes it is. It will be included in the OAS 10.1.2.0.2 installation
    >
    A step by step solution/documentation to integrate 12.1.1 with portal will highly be appreciated.
    Go to MOS/metalink: search for 'Installing Oracle Application Server 10g with Oracle E-Business Suite' and follow the note
    that should be all you need.
    hope that helps!
    AMN

  • Oracle Application Server for SLES Linux error when install

    I try install Oracle Application Server Infrastructure (as_linux_x86_portal_wireless_101202) on SLES:
    1. I install orarun package.
    2. Install patch 3167528 - remove entries from the "/etc/services"
    error when install - the OPMN process manager failed to start.
    I read opmn/logs: can't load shared library libdb.so.2...
    I check /usr/bin/libdb.so and found libdb-4.3.so
    I create simbolik link libdb.so.2 to libdb-4.3.so and retry install oracle Application Server Infrastructure, but have this error again.
    I try install Oracle Application Server Infrastructure on several linux distribs, but have this error again adn again..
    how I can fix this error? help mee pls..

    I think that you need to download a patch for that error, this patch is just a library that you need create a link to it.
    Follow this Metalink Note      790943.1
    Greetings

  • Oracle Application Server cluster on Linux - Help Pls

    Hi,
    I am having two seperate Linux machines on which I am trying to install Oracle Application Server. I need to cluster both the IAS installations. What are the different ways I could do it? I have read a couple of documentation which says that I need a hardware cluster to do it. Is it possible to create an IAS cluster without a hardware cluster.
    Would creating a farm using file repository and then adding two instances of two seperate Linux machines be enough for clustering? While trying to do so, I am not able to add the second linux machine's file repository in the web farm. I checked if the ports are open. All the ports are open. Still I am not able to add the second instance as part of the farm.
    Pls help.
    Thanks,
    Vidya

    Hello Vidya,
    it depends on what you want to use with Oracle AS.
    If you only installed the Java Edition (J2EE/WebCache installation type) then you don't need a HW cluster. Yes you only have to install a managed cluster based on a file based repository.
    How did you add the nodes to the farm?
    Install on both nodes the Java Edition. Be aware of that
    you checked during the installation the file based repository.
    For node 1 execute the following commandos on Linux:
    1.) dcmctl getRepositoryId
    2.) dcmctl joinFarm –r <repositoryId> where <repositoryId> is the ID which you get in step 1
    For node 2 execute the following:
    3.) dcmctl joinFarm –r <repositoryId> where <repositoryId> is the ID which you get in step 1
    After that you should see in Oracle AS Control (web based Enterprise Manager) both nodes in the farm.
    Then create a cluster and join the AS instances to the cluster. Do this via the web based console.
    Regards
    Kersten

  • How to start Oracle Application Server 10g on Linux

    Hi,
    I have installed the Oracle Appliacion server and Infrastructure server on Linux. Both I have installed under with Diff. folder
    Can some one please tell me how to start / stop Appliacion server and Infrastructure server on Linux
    We are going to use the these with Oracle EBS 11.5.10.2 .
    Oracle EBS 11.5.10.2 installed in the same Linux server under diff. folder
    Can some one please guide me.
    Thanks,

    You can do as rizla said or go another route.
    We setup profiles to use for all of the oracle homes. Then in the scripts we call the profiles. Easier to migrate and manage in my opinion if you have multiple oracle homes. You can then use profiles when ssh'd into the boxes, too. Both ways will work.
    Example:
    Script which you can chkconfig.
    #!/bin/sh
    # oracle_collabInfra
    # This shell script takes care of starting and stopping Oracle Collab Infra instance.
    #chkconfig: 345 96 14
    # Source function library.
    . /etc/rc.d/init.d/functions
    RETVAL=0
    start () {
    echo $"Starting Collab Suite on the Infra instance..."
    echo $"Starting Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl start"
    sleep 10
    echo $"Starting Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    startup;
    exit;
    sleep 10
    echo $"Starting Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl start iasconsole"
    sleep 5
    echo $"Starting Infra OID and OC4J_Security processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OID"
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=OC4J_Security"
    echo $"Starting Infra HTTP_Server processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl startproc process-type=HTTP_Server"
    return $RETVAL
    stop () {
    echo $"Stopping Collab Suite on the Infra instance..."
    echo $"Stopping all Infra OPMN managed processes..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; opmnctl stopall"
    sleep 5
    echo $"Stopping Enterprise Manager Application Server Control..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; emctl stop iasconsole"
    sleep 10
    echo $"Stopping Metadata Repository..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; sqlplus '/ as sysdba' <<!
    shutdown immediate;
    exit;
    sleep 10
    echo $"Stopping Listener..."
    runuser - oracle -c ". /home/oracle/.collabInfra_profile; lsnrctl stop"
    return $RETVAL
    restart () {
    stop
    start
    RETVAL=$?
    return $RETVAL
    # See how we were called.
    case "$1" in
    start)
    start
    stop)
    stop
    restart)
    restart
    echo $"Usage: $0 {start|stop|restart}"
    RETVAL=1
    esac
    exit $RETVAL
    profile:
    export ORACLE_BASE=/opt/oracle
    export ORACLE_HOME=$ORACLE_BASE/collabInfra
    export ORACLE_SID=orcl
    export TMP=/tmp
    export TMPDIR=/tmp
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    export PATH=/bin:/usr/bin:/usr/sbin:/usr/bin/X11:/usr/kerberos/bin:/usr/local/bin:/usr/X11R6/bin:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/opmn/bin:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/backup_restore
    unset USERNAME

  • Oracle application server 10g enterprise manager is not starting

    Hi all,
    Pls. help me, our OAS 10g's enterprise manager is not starting whereas AS is up & opmn is also running.
    Can anybody has idea?.Thanks in advance.

    hi Kamran,
    Please remember to always give some details about what product/ type/ version/ platform are you working with. this does not leave others to wait for divine revelation or mortal guessing;
    also on reporting errors, please provide exact error(s) with error codes as you see and not the error described in your words. that helps clearly understand the problem.
    about current problem, please tell us what did you expect to see and what did you exactly get.
    and Roberto is right, check the version in %ORACLE_HOME%\config\ias.properties.
    regards,
    AMN

  • Oracle Application Server 10g (Application Running)

    Dear All Sir/Madam
    It is my humble request that please tell me how to run Application on Application Server 10g.
    I developed my Application in Oracle developer suit 10g (build internet appliacation), and I am using *10g database*.
    Now please tell me the complete procedure who to configure oracle application server 10g on linux.

    Hello Ghulam,
    Notice that you can deploy different kind of applications within the Application Server framework, e.g. JEE applications, PL/SQL applications, Forms Applications etc. Based on what you initially mentioned, it seems that your have developed a Forms application. The above document reference refers to Application Server 10.1.3, which was a JEE / SOA release. You are probably better off with the [url http://download.oracle.com/docs/cd/B14099_18/web.1012/b14032/toc.htm]Forms Deployment Guide.
    One note : Application Server 10.1.2.x is soon to be desupported. Consider to move to version [url http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html]11.1.2 !
    Thanks,
    EJ

  • Integrate OC4J 10.0.x in Oracle Application Server 10g

    Ok, i have a Oracle Application Server 10g Enterprise Instance including Infrastructure on a Linux-Server. Its OC4J is a 9.0.4 OC4J following the J2EE 1.3 standard.
    So now Oracles offers a newer 10.0.x Developer Betarelease of OC4J wich will be in Production soon and happily enough this release implements J2EE 1.4 with real JAX-RPC Web Service Support (I need Web Services with Attachments!).
    My question: How to integrate a 10.0.x-Version of OC4J in an Oracle Application Server 10g Enterprise (v 9.0.x) Installation ??? Whitepapers? Documentations? Internetlinks would help alot !
    Thanks and keep the good work alive, oracle rules!!!
    bye from germany, marc

    Marc,
    I don't have an answer for you (sorry), but actually, OC4J stand-alone is a complete application server -- unless Oracle have hacked it so much as to intentionally turn it into a not complete application server (it wouldn't surprise me ;-) Perhaps OC4J stand-alone will be sufficient for your requirements?
    In case you are unaware, OC4J is derived from the "OrionServer". Unfortunately, their Web site is down temporarily, but these other sites may be enlightening:
    http://www.orionsupport.com
    http://kb.atlassian.com
    Good Luck,
    Avi.

  • WebLogic versus Oracle Application Server

    Probably a stupid question but what is the difference between WebLogic and Oracle Application Server or are they the same thing?

    Hi,
    Please see below link..it might clear some of your doubts:-
    http://orachat.com/oracle-application-server-oracle-weblogic-server/
    Thanks,
    JD

  • Reports run in LAN but not in WAN from Oracle Application Server 10g R2

    Hi,
    I am using Microsoft(R) Windows(R) Server 2003, Standard Edition (Version 5.2.3790 Build 3790) & Oracle Application Server 10g Release 2 (10.1.2).
    I run my forms and reports in Oracle Application Server 10g Release 2 (10.1.2) successfully in client server environment. But when I run my application in WAN (our private network between different cities) then forms are run successfully but reports does not run.
    i am calling reports from Forms using following code.
    PROCEDURE PRINT_REP_WEB IS
    RO_Report_ID REPORT_OBJECT;
    Str_Report_Server_Job VARCHAR2(100);
    Str_Job_ID VARCHAR2(100);
    Str_URL VARCHAR2(100);
    PL_ID PARAMLIST ;
    BEGIN
    PL_ID := GET_PARAMETER_LIST('TEMPDATA');
    IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
    RO_Report_ID := FIND_REPORT_OBJECT('REPORT183');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_FILENAME, 'C:\cheema\qdir_store\reports\pmms\backlog_jobtype.RDF');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, FILE);
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'PDF');
    SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'rep_pap_10gasmid');
    Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
    Str_Job_ID := SUBSTR(Str_Report_Server_Job, LENGTH('rep_pap_10gasmid') + 2, LENGTH(Str_Report_Server_Job));
    Str_URL := '/reports/rwservlet/getjobid' || Str_Job_ID || '?server=rep_pap_10gasmid';
    WEB.SHOW_DOCUMENT(Str_URL, '_SELF');
    DESTROY_PARAMETER_LIST(PL_ID);
    END;
    when clients in WAN press the reports button from Form there is a message "Page can not be displayed" appear.
    How can I run my reports in WAN, please suggest me solution.

    This sounds like a configuration issue. Are there different firewall rules that are enforced on WAN connections versus LAN connections?
    Hope this helps.
    Craig...

  • How to integrate Oracle Portal running on Oracle Application Server 10.1.2

    I have an Oracle Portal running on a Oracle Application Server 10.1.2.
    Portal is responsible ( along with OID ) for the users authentication and authorization.
    There is a new JEE application that was developed recently, which the Portal users must have access to.
    HOW can I put a link into a page of the Portal, that redirects the portal user to a new browser window displaying my new application?
    HOW can this new application, running in a separate weblogic 11g (10.3.5) server, automatically authenticate with the same username/password previously authenticated when the user logged into the portal?
    Any ideas?
    I´ve already thought in a bunch of ways to do it:
    - put a link into the portal with a sessionId, then when opening the new app, it automatically tries to use the same session. How can I configure this session id during the creation of the portal's page? How can I use it from the new app to use the same session?
    - put a link into the portal with a userid, then when opening the new app, it automatically tries to authenticate using a different authentication provider configurated in WL, which points to Portal´s OID. In this situation, how can I ensure that the user is already logged in and the session has not timed out?
    - Should I use OSSO?
    - Should I use OAM?
    Any help would be appreciated!
    Murilo

    Hi Murilo,
    A portletized version of your J2EE app would probably have been ideal for your purpose as it would handle both authentication (through SSO) and session information (through Portal framework as the framework can pass session information to the provider/producer). This would require changes to the application however.
    Easiest approach would be to use mod_osso to protect your J2EE application. SSO would then handle the authentication for your Portal and your J2EE application.
    Thanks,
    EJ

  • Oracle Application Server Release 2 (10.1.2) Deployment Notes question

    Hi!
    I'm following the Oracle Application Server Release 2 (10.1.2) Deployment Notes (http://download-uk.oracle.com/docs/html/B25947_01/deployment_topics006.htm) for deploying an application, built in Jdeveloper 10.1.3 to AS 10.1.2. I have a question about Configuring JDeveloper to Generate Configuration Files That Are J2EE 1.3-Compliant. Do I need all the files in table 34-3? (http://download-uk.oracle.com/docs/html/B25947_01/deployment_topics006.htm#CIHHBJAI)
    I already have some of these files. Can I change the version of existing files or do I need new ones? How can I change the version of existing files?
    Here are the headers of some of these files:
    web.xml: (Here I probably just change version="2.4" to version="2.3")
    <?xml version = '1.0' encoding = 'windows-1250'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
             version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    orion-application.xml: (Is version="10.0" the version I need to change to "1.2"?)
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                       xsi:schemaLocation="http://www.oracle.com/technology/oracleas/schema http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd"
                       version="10.0"
                       xmlns="http://www.oracle.com/technology/oracleas/schema">
    data-sources.xml.xml: (This file has only XML version, I don't believe this is the version I need to change)
    <?xml version = '1.0' encoding = 'windows-1250'?>I only have these three files from the table in my application. Do I need application.xml and oc4j-connectors.xml too?
    Thank you in advance!
    BB

    Found some more details on this error in emias.log:
    2007-11-21 09:22:54,538 [EMUI_09_22_54_/console/ias/oc4j/deployWiz/webModuleMappings$ctxType1=oracle*_ias$target=MY_AS_INSTANCE*_home$type=oc4j$ctxName1=MY_AS_INSTANCE$selectedStep=1]
    ERROR ias.oc4j doWebModulesNavigation.920 - DeployWiz: Caught exception in doWebModulesNavigation
    2007-11-21 09:23:49,054 [Thread-24] ERROR ias.oc4j doDeployWork.2628 - DeployWiz: Caught exception in doDeploy
    java.lang.NoClassDefFoundError: oracle/dms/instrument/CorrelationContext
    at oracle.ias.sysmgmt.task.TaskMaster.setContextECID(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.evaluate(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deployCommon(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deploy(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.deploy(Unknown Source)
    at oracle.sysman.ias.sta.oc4j.DeployAppAdminObj.deploy(DeployAppAdminObj.java:164)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.doDeployWork(DeployWiz.java:2594)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.access$000(DeployWiz.java:179)
    at oracle.sysman.ias.sta.oc4j.DeployWiz$DeployBean.doWork(DeployWiz.java:3098)
    at oracle.sysman.emSDK.eml.util.iAS.ProcessingBean$ProcessingThread.run(ProcessingBean.java:264)
    at java.lang.Thread.run(Thread.java:534)
    2007-11-21 09:23:49,054 [Thread-24] ERROR ias.IASUtil displayError.753 -
    java.lang.NoClassDefFoundError: oracle/dms/instrument/CorrelationContext
    at oracle.ias.sysmgmt.task.TaskMaster.setContextECID(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.evaluate(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deployCommon(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deploy(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.deploy(Unknown Source)
    at oracle.sysman.ias.sta.oc4j.DeployAppAdminObj.deploy(DeployAppAdminObj.java:164)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.doDeployWork(DeployWiz.java:2594)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.access$000(DeployWiz.java:179)
    at oracle.sysman.ias.sta.oc4j.DeployWiz$DeployBean.doWork(DeployWiz.java:3098)
    at oracle.sysman.emSDK.eml.util.iAS.ProcessingBean$ProcessingThread.run(ProcessingBean.java:264)
    at java.lang.Thread.run(Thread.java:534)
    2007-11-21 09:23:49,054 [Thread-24] ERROR util.iAS displayError.369 - An internal error occurred during the operation.
    java.lang.NoClassDefFoundError: oracle/core/ojdl/query/LogQueryException
    at oracle.sysman.ias.sta.oc4j.DeployWiz.removeAdminObjectsFromCache(DeployWiz.java:2708)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.doDeployWork(DeployWiz.java:2648)
    at oracle.sysman.ias.sta.oc4j.DeployWiz.access$000(DeployWiz.java:179)
    at oracle.sysman.ias.sta.oc4j.DeployWiz$DeployBean.doWork(DeployWiz.java:3098)
    at oracle.sysman.emSDK.eml.util.iAS.ProcessingBean$ProcessingThread.run(ProcessingBean.java:264)
    at java.lang.Thread.run(Thread.java:534)

  • Problem while running ejb application in Oracle Application Server

    I have created sample ejb application in jdeveloper with ejb 3.1 version,
    i also created jsp page which will invoke ejb client and display result,
    its running perfectly in embeded oc4j server, but while deploying application in
    Oracle application server its is giving below error message
    Javax naming exception: unable to find remote interface., i am confusing please give me sollution .

    Hi Mr.Frank,
    i have created remote interface by importing javax.ejb.Remote,
    my interface name is additionEjb
    and i defined a sample method and in my client i called like below
    additionEjb AdditionEjb = (additionEjb)context.lookup("additionEjb");
    In embeded oc4j server its running perfectly but after deploying to OAS below error throwing
    The exception is : javax.naming.NameNotFoundException: additionEjb not found
    Help me regrding this.

  • Can not Start Oracle Application Server ORB process

    I have just installed Oracle Application Server (OAS) on my
    machine running Windows NT 4.0 Workstation. When I logon to the
    OAS manager and tried to start ORB, I got below error message:
    Please wait while the command is being processed on host ssoh_x
    YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    Starting ORB processes...Returning filename D:
    \orant\orb\admin\.event
    waiting for ORB to be ready...
    YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    ORB is not responding. Please restart manually...
    I have tried to re-install OAS for the second time. But I still
    got the same problem.
    I plan to use the OAS, together with Oracle Internet Commerce
    Server (ICS) to develop an e-commerce project. I am yet to
    download and install the ICS. I don't have any Oracle databases
    installed in my machine. I'm using MS SQL Server 7.0 instead.
    Please advised me on how to configure the ORB so that I'll be
    able to start the application server.
    null

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • PSP Can I NOT use Oracle Application Server

    Hi, Can someone tell me if I can Use Apache and Tomcat to Serve
    my PSP Web Page. If there is no way-out I will have to use
    Oracle 9iAS. I tried to find Documentation on mod_plsql, but
    could not find any (including mod_plsql).
    Thanks!!!

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

Maybe you are looking for

  • Red square with circle, grey exclamation point AND iTunes won't sinc new songs?

    I have just upgraded my iPhone 4 to iOS 7.0.3 and for some reason my music on my phone will not play. Every song comes up with a red square with a red circle around it and simply will not play. Looking on iTunes now - every time I try to play a song

  • Can you change color of bars in bar chart?

    I have made a chart by using the spreadsheet and converting my data to a bar chart. I would like to change the default colors of the bars in the chart but so far haven't figured out how to do it, if indeed it is possible. Is it? If so, how should I g

  • Prime LMS 4.2 installation with solaris 10 volume manager

    Hello Is it possible to use Solaris Volume Manager for disk mirroring in prime LMS 4.2 installation over sparc arquitecture? This is intended for having hard disk redundancy support. Is there any documented reference? O.S. Solaris 10 08/11 Cisco prim

  • Additional Columns in Transaction CATS_DA Display

    I need to create and fill additional columns in the ALV display.  Does SAP provide a process for easily doing this?  For example:  I need to display the short text for the absence/attendance type (field AWART).

  • Access variables in Package.

    Hi I have a apackage called share.server , in which I have defined Hashtable hash; i have another file in share package as Impl, here i want to call the "hash" how can i access the same "hash" in Impl.java from FilServer which is in share.server pack