Problem starting OAS/ORB processes

I ran owsctl start and get the message 'ORB is not responding. Please re-start manually', I then tried owsctl start -orb and it gets to the bit where it says 'Waiting for ORB to be ready' and just hanges there, I'm new to OAS so I could be doing something very stupid, I'm running OAS 4.0.7 on Redhat 6.2

I ran owsctl start and get the message 'ORB is not responding. Please re-start manually', I then tried owsctl start -orb and it gets to the bit where it says 'Waiting for ORB to be ready' and just hanges there, I'm new to OAS so I could be doing something very stupid, I'm running OAS 4.0.7 on Redhat 6.2

Similar Messages

  • Can't start OAS ORB processes

    Hello,
    I have OAS 4.0.7 installed on standalone NT 4.0 (SP3) machine
    and the machine DOES NOT have a network card. I use the
    Microsoft loopback adapter and TCP protocol. I can connect
    to http://my_machine_name:8888/. When I clicked the OAS Manager
    icon to go to that page and try to start the ORB processes, I
    received this error message:
    Can't start ORB processes.
    OWS-20214: The OAS processes cannot be started.
    Is this due to improper setup the TCP or something else?
    Thank you in advance for all your help.
    null

    phil (guest) wrote:
    : Hello,
    : I have OAS 4.0.7 installed on standalone NT 4.0 (SP3) machine
    : and the machine DOES NOT have a network card. I use the
    : Microsoft loopback adapter and TCP protocol. I can connect
    : to http://my_machine_name:8888/. When I clicked the OAS
    Manager
    : icon to go to that page and try to start the ORB processes, I
    : received this error message:
    : Can't start ORB processes.
    : OWS-20214: The OAS processes cannot be started.
    : Is this due to improper setup the TCP or something else?
    : Thank you in advance for all your help.
    Hi Phil,
    we have the same problem as you.
    But we have an correct installed TCP-Connection.
    Our message:
    Message 3114 not found; No message file for product=orb,
    facility=ctlMessage 3130 not found; No message file for
    product=orb, facility=ctlReturning filename E:
    \ORANT\orb\admin\.event
    Message 3118 not found; No message file for product=orb,
    facility=ctlMessage 3119 not found; No message file for
    product=orb, facility=ctlOWS-20214: The OAS processes can not be
    started, because the CORBA orb processes can not be started.
    But till now, we have no solution !
    Bye, Martin
    null

  • Problem starting 10g emctl process

    Hello -
    I installed 10g on Sun Solaris and I'm trying to start the EM process as follows:
    $ emctl start dbconsole
    but am getting the following error:
    "OC4J Configuration issue. /ora/app/oracle/product/10.1.0/oc4j/j2ee/OC4J_DBConsole_DBA01_iwdev not found"
    I do have a folder in the abover directory named OC4J_DBConsole_DBA01_ora10g. I've tried to rename this folder to the one above, but it did not work.
    Thanks in advance for any ideas.

    I had a similar problem and solved it following suggestions in Doc 658341.999 on Metalink.

  • Problem start a BPM process, No ADF binding is defined for the service.

    Hi,
    I am trying to use oracle.soa.management.facade.Service.request method to start a BPM process.
    The service works fine while being tested using Enterprise Manager. But while I am trying to invoke the service from a java client, exception occurs.
    The Service toString:
    Service {
    name = TechDocModifyProcess.service
    properties = {}
    bindings = [Binding {
    Name = WSBinding
    Type = ws
    Mode = entryPoint
    Properties = null
    WSDL URL = /TechDocModifyProcess.wsdl
    WSDL URL = http://eis-bpm-server.eis.smec-cn.com:8001/soa-infra/services/default/TechDocModifyProject!0.2*soa_fee2a899-b630-4c7c-8bbb-c740d37a1b03/TechDocModifyProcess.service?WSDL
    Below is the java code I used to call the service.
    try {
    NormalizedMessage input = new NormalizedMessageImpl();
    String uuid = "uuid:" + UUID.randomUUID();
    input.addProperty(NormalizedMessage.PROPERTY_CONVERSATION_ID,
    uuid);
    // payload is the partname of the process operation
    input.getPayload().put("creator", "jcooper");
    input.getPayload().put("notificationId", 1L);
    input.getPayload().put("title", "test");
    // process is the operation of the employee service
    NormalizedMessage res = null;
    try {
    svc.post("operation", input);
    } catch (Exception e) {
    e.printStackTrace();
    } catch (ProcessMetadataServiceException e) {
    e.printStackTrace();
    } catch (Exception e) {
    e.printStackTrace();
    Below is the exception stack trace:
    oracle.fabric.common.FabricInvocationException: java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.RuntimeException: No ADF binding is defined for the service.!
         at oracle.soa.management.internal.facade.ServiceImpl.post(ServiceImpl.java:178)
         at com.smec.eis.bpm.api.SOASvcProvider.main(SOASvcProvider.java:84)
    Caused by: java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.RuntimeException: No ADF binding is defined for the service.!
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
         at oracle.soa.management.internal.ejb.impl.FacadeFinderBean_4vacyo_FacadeFinderBeanImpl_1035_WLStub.executeServiceMethod(Unknown Source)
         at oracle.soa.management.internal.ejb.EJBLocatorImpl.executeServiceMethod(EJBLocatorImpl.java:837)
         at oracle.soa.management.internal.facade.ServiceImpl.post(ServiceImpl.java:174)
         ... 1 more
    Caused by: java.lang.RuntimeException: No ADF binding is defined for the service.!
         at oracle.soa.management.internal.ejb.impl.FacadeFinderBeanImpl.executeServiceMethod(FacadeFinderBeanImpl.java:982)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
         at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
         at sun.reflect.GeneratedMethodAccessor2129.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy411.executeServiceMethod(Unknown Source)
         at oracle.soa.management.internal.ejb.impl.FacadeFinderBean_4vacyo_FacadeFinderBeanImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
         at oracle.soa.management.internal.ejb.impl.FacadeFinderBean_4vacyo_FacadeFinderBeanImpl.executeServiceMethod(Unknown Source)
         at oracle.soa.management.internal.ejb.impl.FacadeFinderBean_4vacyo_FacadeFinderBeanImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:668)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    fusion order demo to the rescue ..
    specify binding.adf within the <service> in composite.xml and you are good to go ..

  • Problem Starting ORBacus ORB from Weblogic on HP-UX 11

    I'm trying to use Weblogic startup classes to startup an ORBacus ORB.
    During the Weblogic startup process I receive the following error:
    Fri Jul 07 15:24:49 GMT+00:00 2000:<E> <WebLogicServer> Failed to invoke
    startup
    class timeserver=utils.Server
    java.lang.ExceptionInInitializerError: org.omg.CORBA.INITIALIZE: can't
    instantia
    te default ORB implementation com.ooc.CORBA.ORBSingleton minor code: 0
    complet
    ed: No
    at org.omg.CORBA.ORB.create_impl(ORB.java:305)
    at org.omg.CORBA.ORB.<clinit>(ORB.java:202)
    at utils.Server.main(Server.java:23)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:148)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    We tried this on Windows NT 4.0 sp 5 and it worked fine. When we tried it
    on HP-UX 11 thats when we had problems. We were able to startup the ORB
    without using Weblogic on HP. Is there a problem with startup classes on
    Weblogic for HP?

    Eduardo;
    I was able to accomplish this by making the ORBacus jar files into an
    installed java extension with the HP-UX version of JDK 1.2.2.04.
    - Sam Hauer
    AT&T Wireless
    Eduardo Ceballos wrote:
    >
    This is somewhat off topic, and I can't even find a useful example, so perhaps others can offer more help...
    There are no known issues wrt to startup classes that are particular to the HP environment. The only advice I can offer is to make sure that if there are command line parameters that must be passed to the ORB.init call, that you are correctly passing these; to confirm with HP that they support (or
    require) the use of the orb.properties file to specify the names of the ORBSingleton; and, try to use the orb.properties file to configure the orb implementation.
    Jai Jones wrote:
    I'm trying to use Weblogic startup classes to startup an ORBacus ORB.
    During the Weblogic startup process I receive the following error:
    Fri Jul 07 15:24:49 GMT+00:00 2000:<E> <WebLogicServer> Failed to invoke
    startup
    class timeserver=utils.Server
    java.lang.ExceptionInInitializerError: org.omg.CORBA.INITIALIZE: can't
    instantia
    te default ORB implementation com.ooc.CORBA.ORBSingleton minor code: 0
    complet
    ed: No
    at org.omg.CORBA.ORB.create_impl(ORB.java:305)
    at org.omg.CORBA.ORB.<clinit>(ORB.java:202)
    at utils.Server.main(Server.java:23)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.t3.srvr.StartupThread.runMain(StartupThread.java:219)
    at weblogic.t3.srvr.StartupThread.doWork(StartupThread.java:148)
    at
    weblogic.t3.srvr.PropertyExecuteThread.run(PropertyExecuteThread.java
    :62)
    We tried this on Windows NT 4.0 sp 5 and it worked fine. When we tried it
    on HP-UX 11 thats when we had problems. We were able to startup the ORB
    without using Weblogic on HP. Is there a problem with startup classes on
    Weblogic for HP?

  • Problems Starting OAS Server.

    Hi,
    I installed OAS 4081 on Windows NT Server with Service Pack 6. Though the node manager starts properly The OAS is not starting it is giving a Genral Protection Fault(GPF or Dr. Watson Error) on owsctl.cgi.exe.
    What may be the problem. I am not able to start it from the command line also.
    Please Help me.
    I hope the OAS team can give me a solution for this.
    Regards,
    Ganesh R

    Jeremy,
    What is the version of IDM you are trying to install/run? Also, what is "Web Server 6.0SP5"? Is that the Sun Web server?
    You may want to check if the version of IDM you are trying to install is supported on the version of web server you are installing on.
    ~Suvesh

  • 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

  • Problem starting ORB of OAS407

    Hi,
    It seems that I have no luck with the OAS40. I installed the
    version 4.0.7 found on the JDev20 cd with the Enterprise edition
    8.0.5 on a fresh NT40 server with service pack 3. When I try to
    start the orb and listeners I get the following error:
    OWS-20214: The OAS processes can not be started because the
    CORBA orb processes can not be started.
    What did I do wrong, did I forget something during installation?
    I gues it should work but till now I never succeeded.
    Thanks in Advance
    Hans
    null

    Toby Hamson (guest) wrote:
    : Hans Duijn (guest) wrote:
    : : Hi,
    : : It seems that I have no luck with the OAS40. I installed the
    : : version 4.0.7 found on the JDev20 cd with the Enterprise
    : edition
    : : 8.0.5 on a fresh NT40 server with service pack 3. When I try
    : to
    : : start the orb and listeners I get the following error:
    : : OWS-20214: The OAS processes can not be started because the
    : : CORBA orb processes can not be started.
    : : What did I do wrong, did I forget something during
    : installation?
    : : I gues it should work but till now I never succeeded.
    : : Thanks in Advance
    : : Hans
    : If you installed NT SP4 then you will have problems, as I did.
    : Oracle Bug 768386
    : Do the following :
    : 1. Stop OAS using the "owsctl stop" command or OAS Manager.
    : 2. Take a backup of $ORACLE_HOME\orb\bin\yt40.dll
    : 3. Copy over the yt40.dll provided as part of this patch to
    : $ORACLE_HOME\orb\bin directory.
    : 4. Reboot NT. Start OAS using the "owsctl start" command or
    : OAS Manager.
    : I'll email you you patch.
    : Regards
    : Toby.Hamson
    Where can i find this patch ?
    Thank in Advance
    Daniele Cottone
    null

  • OAS - Problem starting Apache

    Hi. I have this problem.
    When I start opmn ($ opmnctl startall), the httpd server don't start. I can see httpd process
    $ ps -ef |grep http
    oracle 4226 4172 0 09:52:07 ? 0:01 /u01/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/httpd -d /u01/app
    but opmnctl have an error:
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=wbd01bi:6200
    0 of 1 processes started.
    ias-instance id=J2EEOBI.wbd01bi
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=598157923,pid=4226)
    time out while waiting for a managed process to start
    Log:
    /u01/app/oracle/product/10.1.3.1/OracleAS_1/opmn/logs//HTTP_Server~1.log
    When I check status of opmnctl i have this:
    HTTP_Server | HTTP_Server | 4226 | Stop
    and httpd.pid have 4226. The HTTP_Server~1.log have
    /u01/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl stop: httpd (pid 4226) not running
    Any help?? The OAS version is 10.1.3.3
    Thanks.
    Jordi.

    Hi Roberto.
    The HTTP_Server~1.log file only have:
    10/04/30 11:07:37 Start process
    /u01/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl startssl: execing httpd
    10/04/30 11:09:39 Stop process
    /u01/app/oracle/product/10.1.3.1/OracleAS_1/Apache/Apache/bin/apachectl stop: httpd stopped
    The error_log no have any data.
    Thanks.
    Greetings.
    Jordi

  • Problem starting BPEL Process Manager

    When starting the BPEL Process Manager, the second window that is spawned to run the start_olite.bat throws a hotspot error as shown below. This happens each time and causes the PM not to start. Anyone had this problem ?.
    Thanks
    Andrew
    C:\OraBPELPM\bin>call C:\OraBPELPM\bin\olsv2040.exe /debug
    Debugging Oracle Lite Multiuser Service.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c92ae22, pid=3268, tid=1948
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_12-b03 mixed mode)
    # Problematic frame:
    # C [ntdll.dll+0x2ae22]
    # An error report file with more information is saved as hs_err_pid3268.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    #

    It couldn't be such difficult.
    I have the jar's, the drivers in, the jdbc url connection as
    url="jdbc:oracle:thin:[USERNAME/PASSWORD]@IP:PORT:SID"/>
    Also I can connect via sqlplus with this string conn.
    The main error I get is
    "Cannot lookup jdbc datasource.
    The process domain was unable to lookup the TX datasource "jdbc/BPELServerDataSource"."

  • Problem in Starting a GP Process from Webdynpro Code

    Hi Experts
    I have a problem in starting a GP Process from webdynpro code. I have imported the following used DCs in my Webdynpro DC
    caf/eu/gp/api/wd
    caf/eu/gp/api (external)
    com.sap.security.api.sda
    Once I deploy I get the following error. No Syntax, Build errors in the application.
    java.lang.NoClassDefFoundError: com/sap/caf/eu/gp/process/rt/api/IGPRuntimeManager
    I have used the following code to start the GP Process - getUserDetails Context is of type IUser
              //Starting GP Process
    try {
    IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
    IGPProcessRoleInstanceList roles = rtm.createProcessRoleInstanceList();
    IGPUserContext userContext = GPContextFactory.getContextManager().createUserContext(
         wdContext.currentContextElement().getUserDetails());
    IGPProcess process = GPProcessFactory.getDesigntimeManager().getActiveTemplate(
                        "00A897714C5A11DE8E33005056A260C3", userContext);
    IGPStructure params = GPStructureFactory.getStructure(process.getInputParameters());
    IGPProcessInstance prInstance = rtm.startProcess(process,
                        "New User Registration Process",
                        "New User Registration Process",
                        wdContext.currentContextElement().getUserDetails(),
                        roles,
                        params,
                        wdContext.currentContextElement().getUserDetails());
    } catch (Exception e) {
         e.printStackTrace();
    Please do the needful EXPERTS.
    FYI... SP17
    Thank you
    Best Regards
    Ramamoorthy D

    Hi Ram,
    You have to add Library reference to your DC.
    in the context menu of your DC select
    properties->webdynproReferences->LibraryReference
    add sap.com/cafeugp~api as refernce.
    I hope this will solve your problem.
    Regards,
    Rajesh

  • PROBLEM:IOException starting Java runtime process

    Hi all,
    I am new to java and I have the following problem: I have created an applictaion using jbuilder (windows xp) that consists of various frames.
    The application was compling and running at the PC I used to create it . Now, I am using a new PC with 2 processors (intel Pentium (D) 3.6) and I get the following error when trying to run the already developed application. Also, I tried to build a new application and I still get the same error.
    I would be very greatful for your comments/suggestions..
    Thanks in advance
    artakianos
    -- IOException starting Java runtime process --
    java.io.IOException: CreateProcess: "C:\Program Files\Borland\Jbuilder\jdk1.4\bin\javaw" -classpath "C:\Documents and Settings\sstathak\jbproject\MCTOOLS\classes\mctools;C:\Borland\JBuilder2005\lib\jbcl.jar;C:\Borland\JBuilder2005\lib\dx.jar;C:\Borland\JBuilder2005\lib\beandt.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\javaws\javaws.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\charsets.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\ext\dnsns.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\ext\ldapsec.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\ext\localedata.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\im\indicim.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\im\thaiim.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\jce.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\jsse.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\plugin.jar;C:\Program Files\Borland\Jbuilder\jdk1.4\jre\lib\rt.jar;C:\Program F&#148;

    Maybe your classpath is wrong. You can go to the path where is the instalation and into the directory bin you must `type javac or javaws if you obtain a list of options every is ok and you must set the enviroment variable to this path.
    Send me your comments
    Miguel Manzano

  • Problem with starting a sqlplus-process via java.lang.Process

    Hi,
    I want to start a sqlplus-Process from a java-application via java.lang.Process. Works great with XP. On a W2K-Machine, the process is started (I can see it in the Taskmanager), but it doesn't connect to the db - the OS-process hangs, also the java-application which invoked the process.
    If I start a sqlplusw.exe-Process instead of sqlplus.exe, it works as well.
    Does anybody know what's going wrong ?
    I'm using java 1.5.0_11 and Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    Thanks in advance
    Jens

    java.lang.Process can be used to perform an OS Shell to launch specific tasks. But why are you interested in specifically launching sqlplus from here?
    ~ Madrid
    http://hrivera99.blogspot.com/

  • Can't start OAS-4.0.8.1 on RH 6.2

    During startup of OAS i recieve error message:
    $owsctl start
    Please wait while the command is being processed on host mhs_3 ...
    Starting ORB process...
    waiting for ORB to be ready...
    The command completed successfully on host mhs_3.
    OWS-08820: Unable to start oassrv process '/oracle/o01/app/oracle/product/oas-4.0.8.1/ows/4.0/bin/oassrv'.
    Initialization Failure- Exiting OAS...
    Execute STOP of all the OAS Processes from the OAS Manager
    Same message I recieve when I try to start
    OAS remote from Netscape.
    What can I do to resolve this problem?
    Aleksey Bystritskiy <[email protected]>

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by alekseyb:
    During startup of OAS i recieve error message:
    $owsctl start
    Please wait while the command is being processed on host mhs_3 ...
    Starting ORB process...
    waiting for ORB to be ready...
    The command completed successfully on host mhs_3.
    OWS-08820: Unable to start oassrv process '/oracle/o01/app/oracle/product/oas-4.0.8.1/ows/4.0/bin/oassrv'.
    Initialization Failure- Exiting OAS...
    Execute STOP of all the OAS Processes from the OAS Manager
    Same message I recieve when I try to start
    OAS remote from Netscape.
    What can I do to resolve this problem?
    Aleksey Bystritskiy <[email protected]><HR></BLOCKQUOTE>
    Hello,
    Have you applied patch 1226512? I can start all the processes and listeners. But still I cannot run a PL/SQL application.
    Good luck to you!
    Lilian

  • Cannot Start OAS proceses

    Hai, I face a problem which I can't start my application server.
    I go to application server manager and try to start my
    application server by select 'ALL' and press start
    After 'start' button was press, another windows apear and show
    the status of the connection. After a while a message show me as
    below :-
    'The OAS processes can not be started, because the CORBA orb
    processes can not be started.'
    how to get start with the 'CORBA orb processes'
    thanks in advance in your advise...
    Eric
    null

    Hello,
    With nt4 sp 4, I got the same problem and the problem was with
    the yt40.dll.
    The patch on ftp://oracle-
    ftp.oracle.com/server/patchsets/internet/NT/oas40710/export/
    will correct the problem.
    Best regards
    Olivier Michot
    Lausanne from Switzerland
    Eric (guest) wrote:
    : Hai, I face a problem which I can't start my application
    server.
    : I go to application server manager and try to start my
    : application server by select 'ALL' and press start
    : After 'start' button was press, another windows apear and show
    : the status of the connection. After a while a message show me
    as
    : below :-
    : 'The OAS processes can not be started, because the CORBA orb
    : processes can not be started.'
    : how to get start with the 'CORBA orb processes'
    : thanks in advance in your advise...
    : Eric
    null

Maybe you are looking for