Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8i newbie needs help on deploying helloworld sample

Re: Oracle 8i newbie needs help on deploying helloworld sample

From: Trevor belstead <belstead_at_ccis.adisys.com.au>
Date: Tue, 22 Jun 1999 12:54:05 +0800
Message-ID: <376F16EC.AF61189D@ccis.adisys.com.au>

Alberto Lagna wrote:

> > Alberto, go to msdos command line and run lsnrctl80 status to see
> > whether you listener is up and running.
> > Ted
>
> Ted,
>
> I attached the output of the command lsnrctl status.
> I guess my listener is up, so what I am supposed to do to deploy the EJB?
> TIA
> Alberto
>
> LSNRCTL for 32-bit Windows: Version 8.1.5.0.0 - Production on 15-GIU-99
> 10:43:00
>
> (c) Copyright 1998 Oracle Corporation. All rights reserved.
>
> Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
> STATUS of the LISTENER
> ------------------------
> Alias LISTENER
> Version TNSLSNR for 32-bit Windows: Version 8.1.5.0.0 -
> Produc
> tion
> Start Date 15-GIU-99 08:58:58
> Uptime 0 days 1 hr. 44 min. 9 sec
> Trace Level off
> Security OFF
> SNMP OFF
> Listener Parameter File D:\Oracle\Ora81\network\admin\listener.ora
> Listener Log File D:\Oracle\Ora81\network\log\listener.log
> Services Summary...
> PLSExtProc has 1 service handler(s)
> ORCL has 1 service handler(s)
> The command completed successfully

Take a look at the read me file in $ORACLE_HOME/javavm/doc it outline some limitations with Oracle8.1.5.

One of these limitations is that you can not do do call outs from the listener,
You will need to configure a port for the MTS (Multi-Threaded Server) to use for IIOP connections. (Note I assume that you had the MTS configured, this would have been done via the default install of 8.1.5)

Trevor.


Received on Mon Jun 21 1999 - 23:54:05 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US