Auto-reply: RMI-HTTP(s)-Tunneling done. FYI!

2002-02-06 Thread ORAPOST





Hi,

Please note that as 
of the 8th February my email address has changed from [EMAIL PROTECTED] to [EMAIL PROTECTED].

Could youplease update your address book, and direct any 
email to my new address.


Cheers,

Lee

BEGIN:VCARD
VERSION:2.1
N:Smith;Lee
FN:Lee Smith
ORG:Oracle Corporation Ltd.;Oracle Energy Downstream
TITLE:Associate Software Engineer
NOTE;ENCODING=QUOTED-PRINTABLE:		
TEL;WORK;VOICE:+44 (0) 1442 437774
ADR;WORK;ENCODING=QUOTED-PRINTABLE:;Hemel Hempstead;Breakspear Park=0D=0ABreakspear Way;Hemel Hempstead;Herts;H=
P2 4UL;United Kingdom
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Hemel Hempstead=0D=0ABreakspear Park=0D=0ABreakspear Way=0D=0AHemel Hempstea=
d, Herts HP2 4UL=0D=0AUnited Kingdom
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20010417T080725Z
END:VCARD

---BeginMessage---

  Hi.
  Lately I sent an email describing my problems with the rmi-http-tunneling.
  Many of you may have stumbled upon these problems.
  Well... I was able to run it, even over HTTPS!

  Problem description:
   The rmi-http-tunnel servlet bundled with Orion 1.5.2 (maybe other
versions also) does not flush the response buffers, after sending the
required response headers to the client. That results in a deadlock:
   1. The client sends the request to the server.
   2. The servers sets the required headers for the reply, so that the
client understands, that this IS really a tunnel servlet. These are
tunnel-type: normal and dummy: normal headers.
   3. THE SERVLET SHOULD FLUSH ITS BUFFERS, so that the client receives the
affirmative response for tunneling services. This is not done by the bundled
servlet.
   4. The client waits to hear the headers, that are required by it (those
mentioned in 2). However the servlet has not flushed, and the client waits
forever. It will not send the real rmi request, and the server will also not
do anything.

   This results in a deadlock. The client waits for the headers in the
response, the server waits for further request.

   Solution: Write your own tunneling servlet. If you want to deploy it with
a name differnet than rmi, then you should supply the
http.tunnel.path=/servlet/your_servlet_name property in the
jndi.properties, ot the environment properties.

   P.S. I'm not sure, if orion-boys will soon fix this. I'm also not sending
my servlet, for obvious reasons.

   Lachezar



---End Message---


Auto-reply: Precompiling JSPs with ?jsp_precompile

2001-12-21 Thread ORAPOST


Bonjour, 
En cas d'urgence, vous pouvez contacter mon assistante Stéphanie Vikar. 
Tél: 01.47.62.23.24 - e-mail:sté[EMAIL PROTECTED] 
Cordialement, -- Philippe ELINCK Oracle +33 1 47 62 29 28 
+33 6 07 34 06 08 [EMAIL PROTECTED] 
Votre accès privilégié à l'information technologique d'Oracle Your 
definitive source for Oracle technical information Oracle Technology Network 
http://technet.oracle.com/ 
 
---BeginMessage---

Hi,

I'm doing a java program to precompile all the JSPs of my web
application. It seems to work correctly, but al the compilations finish
with the same result:

htmlheadtitlePrecompilation
succeeded/title/headbodyh1Precompilation
succeeded./h1/body/html

It doesn't matter if the JSP is correct or not, the result is always
Precompilation succeded. Then, when I request the JSP from the
browser, the syntax error appears.

I'd like to precompile JSPs not only to load them fast, but also to
check them for syntax errors. Is posible this with the precompilation
feature?

Thanks.
-- 
··
Juan Fuentes Nieto   Essi Projects
[EMAIL PROTECTED]t +34 977 221 182
http://www.essiprojects.com  f +34 977 230 170
··


---End Message---


Auto-reply: RE: Calling EJB From a Servlet..

2001-09-12 Thread ORAPOST



I am out of the 
office until September 5th. Please contact Mark.Reeves:oracle.com if you 
require assistance.

Regards
Antony


BEGIN:VCARD
VERSION:2.1
N:Reynolds;Antony;J
FN:Antony J Reynolds
ORG:a href=http://www.oracle.com/index.html; target=_topimg src=http://www.oracle.com/admin/images/oraclelogo.gif; width=188 height=44 border=0 alt=/abrbA href=http://www.uk.oracle.com;Oracle Corporation UK Limited/A;A href=http://presales.uk.oracle.com;BCorporate Pre-Sales/A
TITLE:Principal Sales Consultant
NOTE;ENCODING=QUOTED-PRINTABLE:Principal Consultant in Corporate Pre-Sales for Oracle UK=0D=0Aspecialising =
in Java, CORBA and large-scale online transaction=0D=0Aprocessing systems us=
ing Oracle Server platform.=0D=0A=0D=0AInternally my time can be requested v=
ia a a href=3Dhttp://presales.uk.oracle.com/cps_tools/plsql/cpsreq$.startu=
pCPS request/a.
TEL;WORK;VOICE:+44 (0)118 924 3245
TEL;WORK;VOICE:+44 (0) 1454 631524
TEL;CELL;VOICE:+44 (0)7775 896150
TEL;WORK;FAX:+44 (0)118 924 3721
ADR;POSTAL;ENCODING=QUOTED-PRINTABLE:;;Castlegate=0D=0ATower Hill;Bristol;;BS2 OJA;UK
LABEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Castlegate=0D=0ATower Hill=0D=0ABristol BS2 OJA=0D=0AUK
URL:http://www.oracle.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20010601T130645Z
END:VCARD

 smime.p7s


Hi, The Elephant walker.
  Sure the error says domain was null, but the situation is that the
servlet is just an another stand-alone program (not part of deployed Hello
Session Bean) residing in
D:\Oracle\iSuites\j2ee\home\default-web-app\WEB-INF\classes\trg\HelloServlet
directory and from there I'm trying to access Hello Session Bean which is
deployed on the Orion.  Both client and server are on the same machine as
I'm testing this saught of workability. So I guess domain name won't be
needed and if yes could you elaborate on domain name you are talking about

Regards
Prashant

-Original Message-
From: The elephantwalker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 11, 2001 4:28 PM
To: Orion-Interest
Subject: RE: Calling EJB From a Servlet..


First, if the servlet and ejb are in the same application, you don't need to
use properties to initialize your contextbut if you did, it looks like
you left off the domain in the properties.

Regards,

the elephantwalker


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Prashant
Gaikwad
Sent: Tuesday, September 11, 2001 3:27 AM
To: Orion-Interest
Subject: Calling EJB From a Servlet..


HI Friends,
I'm having a serious problem in my code and am unable to
understand. I've deployed a simple Hello bean on the orion container and
want to access it from a servlet. I have the servlet in
D:\Oracle\iSuites\j2ee\home\default-web-app\WEB-INF\classes\trg\HelloServlet
. Following is the code in servlet

 try {

trace(In Try);
Hashtable h = new Hashtable();

h.put(javax.naming.Context.INITIAL_CONTEXT_FACTORY,com.evermind.server.rmi.
RMIInitialContextFactory);
h.put(javax.naming.Context.SECURITY_PRINCIPAL,
ejb);
h.put(javax.naming.Context.SECURITY_CREDENTIALS,
ejbadmin);

h.put(javax.naming.Context.PROVIDER_URL,ormi://localhost/Hello);
trace(Before Init Contect );
Context context = new InitialContext (h);
trace(after Initial context);
Object boundObject =
context.lookup(java:comp/env/ejb/HelloHome);
 trace(At Trap);
   helloHome = (HelloHome)
javax.rmi.PortableRemoteObject.narrow(boundObject,HelloHome.class);
  }
   catch (Throwable exception) {
exception.printStackTrace();

 //System.out.println(Look up exception : +
exception.toString());
 //throw new ServletException(
 //   Unable to get home interface:  + exception.toString());
  }


 When I run servlet from browser I get an exception when the Context is
getting crerated as  folloew

D:\Oracle\iSuites\j2ee\homejava -jar orion.jar
Oracle9iAS (1.0.2.2) Containers for J2EE initialized
ConstructorBefore TryIn TryBefore Init Contect
java.lang.NullPointerException: d
omain was null
at com.evermind.server.rmi.RMIServer.addNode(RMIServer.java:428)
at
com.evermind.server.rmi.RMIServer.getConnection(RMIServer.java:497)
at
com.evermind.server.rmi.RMIInitialContextFactory.getInitialContext(RM
IInitialContextFactory.java:150)
at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)
at javax.naming.InitialContext.init(Unknown Source)
at 

Auto-reply: Message status - delivered

2001-09-04 Thread ORAPOST



I am out of the 
office until September 5th. Please contact Mark.Reeves:oracle.com if you 
require assistance.

Regards
Antony


BEGIN:VCARD
VERSION:2.1
N:Reynolds;Antony;J
FN:Antony J Reynolds
ORG:a href=http://www.oracle.com/index.html; target=_topimg src=http://www.oracle.com/admin/images/oraclelogo.gif; width=188 height=44 border=0 alt=/abrbA href=http://www.uk.oracle.com;Oracle Corporation UK Limited/A;A href=http://presales.uk.oracle.com;BCorporate Pre-Sales/A
TITLE:Principal Sales Consultant
NOTE;ENCODING=QUOTED-PRINTABLE:Principal Consultant in Corporate Pre-Sales for Oracle UK=0D=0Aspecialising =
in Java, CORBA and large-scale online transaction=0D=0Aprocessing systems us=
ing Oracle Server platform.=0D=0A=0D=0AInternally my time can be requested v=
ia a a href=3Dhttp://presales.uk.oracle.com/cps_tools/plsql/cpsreq$.startu=
pCPS request/a.
TEL;WORK;VOICE:+44 (0)118 924 3245
TEL;WORK;VOICE:+44 (0) 1454 631524
TEL;CELL;VOICE:+44 (0)7775 896150
TEL;WORK;FAX:+44 (0)118 924 3721
ADR;POSTAL;ENCODING=QUOTED-PRINTABLE:;;Castlegate=0D=0ATower Hill;Bristol;;BS2 OJA;UK
LABEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Castlegate=0D=0ATower Hill=0D=0ABristol BS2 OJA=0D=0AUK
URL:http://www.oracle.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20010601T130645Z
END:VCARD

 smime.p7s


The message that you sent was delivered to the following:



Information about your message:
Subject: #




Auto-reply: Fw: Virus alert

2001-08-30 Thread ORAPOST


I am out of the office from 08/30/01 till 08/3101. 
In my absence, if you need technical assistance regarding JAZN (Oracle9iAS 
JAAS), please contact Rachel Chan (pichan). 
For emergencies and other concerns, please contact Naresh Kumar (nakumar). 
Thanks, Ray 



CH.Srinivas Babu
Java Application Developer
Mobile : 0060163698056
- Original Message - 
From: Farid [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, August 30, 2001 2:51 PM
Subject: Virus alert


 Pls take note
 
 Subject:  WORST EVER VIRUS (CNN announced)
 
 
 WORST EVER VIRUS (CNN announced)
 PLEASE SEND THIS TO EVERYONE ON YOUR CONTACT LIST!!
 
 A new virus has just been discovered that has been classified by
 Microsoft as the most destructive ever! This virus was discovered
 yesterday afternoon by McAfee and no vaccine has yet been developed.
 This virus simply destroys Sector Zero from the hard disk, where vital
 information for its functioning are stored. This virus acts in the
 following manner: It sends itself automatically to all contacts on your
 list with the title A Virtual Card for You. As soon as the supposed
 virtual card is opened, the computer freezes so that the user has to
 reboot. When the ctrl+alt+del keys or the reset button are pressed, the
 virus destroys Sector Zero, thus permanently destroying the hard disk.
 Yesterday in just a few hours this virus caused panic in New York,
 according to news broadcast by CNN. This alert was received by an
 employee of Microsoft itself. So don't open any mails with subject: A
 Virtual Card for You. As soon as you get the mail, delete it.
 
 Please pass this mail to all of your friends. Forward this to everyone
 in your address book. I would rather receive this 25 times than not at
 all.
 
 
 Also: Intel announced that a new and very destructive virus was
 discovered recently. If you receive an email called An Internet
 Flower For You, do not open it. Delete it right away! This virus
 removes all dynamic link libraries (.dll files) from your computer. Your
 
 computer will not be able to boot up !!
 
 






Auto-reply: Java Pet Store 1.1.2 with Cloudscape in Orion 1.5.2

2001-08-21 Thread ORAPOST


Bonjour, 
En cas d'urgence, vous pouvez contacter mon assistante Stéphanie Vikar. 
Tél: 01.47.62.23.24 - e-mail:sté[EMAIL PROTECTED] 
Cordialement, -- Philippe ELINCK Oracle +33 1 47 62 29 28 
+33 6 07 34 06 08 [EMAIL PROTECTED] 
Votre accès privilégié à l'information technologique d'Oracle Your 
definitive source for Oracle technical information Oracle Technology Network 
http://technet.oracle.com/ 
 


I'm trying to get the Java Pet Store 1.1.2 working with Cloudscape in Orion
1.5.2, and it is failing to get a connection from the datasource in
PopulateServlet. I have managed to obtain a connection using the
DriverManager, after modifying PopulateServlet.

This is the exception which I captured from getDBConnection on
datasource.getConnection():

2001-Aug-21 18:31:05 31145 ERROR  [ApplicationServerThread]
com.sun.j2ee.bluepri
nts.tools.populate.web.PopulateServlet  -
java.sql.SQLException: The database driver
(COM.cloudscape.core.RmiJdbcDriver@31
36e5) returned refusing to connect to the URL
jdbc:rmi://localhost:1099/jdbc:clo
udscape:CloudscapeDB;create=true
at com.evermind.sql.DriverManagerDataSource.getConnection(Unknown
Source
)
at
com.sun.j2ee.blueprints.tools.populate.web.PopulateServlet.getDBConne
ction(PopulateServlet.java:380)
at
com.sun.j2ee.blueprints.tools.populate.web.PopulateServlet.checkConne
ction(PopulateServlet.java:192)
at
com.sun.j2ee.blueprints.tools.populate.web.PopulateServlet.doGet(Popu
lateServlet.java:138)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at com.evermind._cxb._abe(Unknown Source)
at com.evermind._cxb._uec(Unknown Source)
at com.evermind._io._twc(Unknown Source)
at com.evermind._io._gc(Unknown Source)
at com.evermind._if.run(Unknown Source)

and this is the line which is failing:

if (datasource != null) dbConnection =
datasource.getConnection();

Has anyone managed to get jps 1.1.2 working using Cloudscape? What am I
missing here? I'm running with jdk1.3.1, the data sources are below.
Cloudscape is from j2sdkee1.3 beta 2.

data-sources.xml:

?xml version=1.0?
!DOCTYPE data-sources PUBLIC Orion data-sources
http://www.orionserver.com/dtds/data-sources.dtd;

data-sources
!--
An example/default DataSource that uses an ordinary
JDBC-driver (in this case hsql) to create the connections.
This tag creates all the needed kinds
of data-sources, transactional, pooled and EJB-aware
sources.
The source generally used in application code is the EJB
one - it provides transactional safety and connection
pooling.
--
!--
data-source
class=com.evermind.sql.DriverManagerDataSource
name=Hypersonic
location=jdbc/HypersonicCoreDS
xa-location=jdbc/xa/HypersonicXADS
ejb-location=jdbc/HypersonicDS
connection-driver=org.hsql.jdbcDriver
username=sa
password=
url=jdbc:HypersonicSQL:./database/defaultdb
inactivity-timeout=30
/
--

!-- Java Pet Store - Cloudscape --

data-source
class=com.evermind.sql.DriverManagerDataSource
name=EstoreDB
location=jdbc/EstoreDataSource
xa-location=jdbc/xa/EstoreXADS
ejb-location=jdbc/EstoreDB
connection-driver=COM.cloudscape.core.RmiJdbcDriver
username=estoreuser
password=estore

url=jdbc:rmi://localhost:1099/jdbc:cloudscape:CloudscapeDB;create=true
inactivity-timeout=30
/

data-source
class=com.evermind.sql.DriverManagerDataSource
name=InventoryDB
location=jdbc/InventoryDataSource
xa-location=jdbc/xa/InventoryXADS
ejb-location=jdbc/InventoryDB
connection-driver=COM.cloudscape.core.RmiJdbcDriver
username=estoreuser
password=estore

url=jdbc:rmi://localhost:1099/jdbc:cloudscape:CloudscapeDB;create=true
inactivity-timeout=30
/

data-source
class=com.evermind.sql.DriverManagerDataSource
name=SignOnDB
location=jdbc/SignOnDataSource
xa-location=jdbc/xa/EstoreXADS
ejb-location=jdbc/EstoreDB
connection-driver=COM.cloudscape.core.RmiJdbcDriver
username=estoreuser
password=estore

url=jdbc:rmi://localhost:1099/jdbc:cloudscape:CloudscapeDB;create=true
inactivity-timeout=30
/
/data-sources

Thanks

Andrew Harris
[EMAIL PROTECTED]






Auto-reply: testing - pls ignore

2001-08-21 Thread ORAPOST



I am out of the 
office until September 5th. Please contact Mark.Reeves:oracle.com if you 
require assistance.

Regards
Antony


BEGIN:VCARD
VERSION:2.1
N:Reynolds;Antony;J
FN:Antony J Reynolds
ORG:a href=http://www.oracle.com/index.html; target=_topimg src=http://www.oracle.com/admin/images/oraclelogo.gif; width=188 height=44 border=0 alt=/abrbA href=http://www.uk.oracle.com;Oracle Corporation UK Limited/A;A href=http://presales.uk.oracle.com;BCorporate Pre-Sales/A
TITLE:Principal Sales Consultant
NOTE;ENCODING=QUOTED-PRINTABLE:Principal Consultant in Corporate Pre-Sales for Oracle UK=0D=0Aspecialising =
in Java, CORBA and large-scale online transaction=0D=0Aprocessing systems us=
ing Oracle Server platform.=0D=0A=0D=0AInternally my time can be requested v=
ia a a href=3Dhttp://presales.uk.oracle.com/cps_tools/plsql/cpsreq$.startu=
pCPS request/a.
TEL;WORK;VOICE:+44 (0)118 924 3245
TEL;WORK;VOICE:+44 (0) 1454 631524
TEL;CELL;VOICE:+44 (0)7775 896150
TEL;WORK;FAX:+44 (0)118 924 3721
ADR;POSTAL;ENCODING=QUOTED-PRINTABLE:;;Castlegate=0D=0ATower Hill;Bristol;;BS2 OJA;UK
LABEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Castlegate=0D=0ATower Hill=0D=0ABristol BS2 OJA=0D=0AUK
URL:http://www.oracle.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20010601T130645Z
END:VCARD

 smime.p7s




_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp






Auto-reply: Re: Deploying EJBs

2001-08-14 Thread ORAPOST


Bonjour, 
En cas d'urgence, vous pouvez contacter mon assistante Stéphanie Vikar. 
Tél: 01.47.62.23.24 - e-mail:sté[EMAIL PROTECTED] 
Cordialement, -- Philippe ELINCK Oracle +33 1 47 62 29 28 
+33 6 07 34 06 08 [EMAIL PROTECTED] 
Votre accès privilégié à l'information technologique d'Oracle Your 
definitive source for Oracle technical information Oracle Technology Network 
http://technet.oracle.com/ 
 


Hi Tom,

Try turning -verbosity 10 in the java -jar orion.jar commandline. 
Orion console output should say something like Binding xyxEJB to
xyzJNDIName and indicating the EJB(s) is deployed.

Jason

--- Tom Jordan [EMAIL PROTECTED] wrote:
 Is there anyway to determine that a set of EJBs that are in an ear
 have been 
 deployed onto that server. I just want to know if an ear that was
 suppose to 
 autodeploy has infact deployed.
 
 Thanks
 Tom
 
 _
 Get your FREE download of MSN Explorer at
 http://explorer.msn.com/intl.asp
 
 
 
 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/





Auto-reply: RE: ORA-01000: maximum open cursors exceeded Exception

2001-08-14 Thread ORAPOST



I am out of the 
office until September 5th. Please contact Mark.Reeves:oracle.com if you 
require assistance.

Regards
Antony


BEGIN:VCARD
VERSION:2.1
N:Reynolds;Antony;J
FN:Antony J Reynolds
ORG:a href=http://www.oracle.com/index.html; target=_topimg src=http://www.oracle.com/admin/images/oraclelogo.gif; width=188 height=44 border=0 alt=/abrbA href=http://www.uk.oracle.com;Oracle Corporation UK Limited/A;A href=http://presales.uk.oracle.com;BCorporate Pre-Sales/A
TITLE:Principal Sales Consultant
NOTE;ENCODING=QUOTED-PRINTABLE:Principal Consultant in Corporate Pre-Sales for Oracle UK=0D=0Aspecialising =
in Java, CORBA and large-scale online transaction=0D=0Aprocessing systems us=
ing Oracle Server platform.=0D=0A=0D=0AInternally my time can be requested v=
ia a a href=3Dhttp://presales.uk.oracle.com/cps_tools/plsql/cpsreq$.startu=
pCPS request/a.
TEL;WORK;VOICE:+44 (0)118 924 3245
TEL;WORK;VOICE:+44 (0) 1454 631524
TEL;CELL;VOICE:+44 (0)7775 896150
TEL;WORK;FAX:+44 (0)118 924 3721
ADR;POSTAL;ENCODING=QUOTED-PRINTABLE:;;Castlegate=0D=0ATower Hill;Bristol;;BS2 OJA;UK
LABEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Castlegate=0D=0ATower Hill=0D=0ABristol BS2 OJA=0D=0AUK
URL:http://www.oracle.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20010601T130645Z
END:VCARD

 smime.p7s

Title: RE: ORA-01000: maximum open cursors exceeded Exception





I believe u get this error when you are opening tooo many connections. (duh)


In other words make sure you are closing your Statements or PreparedStatements.


If you are, then check with your DBA to see how many current cursors you are allowed and see if you could get that increased.

Joseph Faisal Nusairat, Sr. Project Manager
WorldCom
tel: 614-723-4232
pager: 888-452-0399
textmsg: [EMAIL PROTECTED]



-Original Message-
From: Alex Paransky [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 6:51 PM
To: Orion-Interest
Subject: ORA-01000: maximum open cursors exceeded Exception



We have been using the server more frequently now, and are getting this
exception from time to time. Does any one know why does this exception
occur and what to do about it? Could I be doing something wrong in my CMP
2.0 Entity Beans? I am using Orion Server 1.5.2.


Thanks.
-AP_



Embedded Exception -
com.evermind.server.rmi.OrionRemoteException: Database error:


 at
InterestEntityHome_EntityHomeWrapper532.findExistingEntity(InterestEntityHom
e_EntityHomeWrapper532.java:54)
 at
InterestEntityHome_EntityHomeWrapper532.findByPrimaryKey(InterestEntityHome_
EntityHomeWrapper532.java:269)
 at
com.indnet.symbiosis.service.interestmanagement.InterestManagementServiceBea
n.getValue(InterestManagementServiceBean.java:229)
 at
com.indnet.symbiosis.service.interestmanagement.InterestManagementServiceBea
n.getValue(InterestManagementServiceBean.java:254)
 at
com.indnet.symbiosis.service.interestmanagement.InterestManagementServiceBea
n.getTree(InterestManagementServiceBean.java:193)
 at
com.indnet.symbiosis.service.interestmanagement.InterestManagementServiceBea
n.getTrees(InterestManagementServiceBean.java:202)
 at
com.indnet.symbiosis.service.interestmanagement.InterestManagementServiceBea
n.getRootTrees(InterestManagementServiceBean.java:218)
 at
InterestManagementService_StatelessSessionBeanWrapper8.getRootTrees(Interest
ManagementService_StatelessSessionBeanWrapper8.java:849)
 at
com.indnet.symbiosis.client.jsp.pagegen.services.UserMaintenanceService.init
ialize(UserMaintenanceService.java:291)
 at
com.slsideas.services.GenericServiceManager.initialize(GenericServiceManager
.java:99)
 at
com.slsideas.pagegen.contexts.ServerContext.init(ServerContext.java:197)
 at
com.slsideas.pagegen.servlets.BaseControllerServlet.doGet(BaseControllerServ
let.java:238)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:195)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
 at com.evermind._cxb._abe(Unknown Source)
 at com.evermind._cxb._uec(Unknown Source)
 at com.evermind._io._twc(Unknown Source)
 at com.evermind._io._gc(Unknown Source)
 at com.evermind._if.run(Unknown Source)






Auto-reply: Access without using the ACC??

2001-08-07 Thread ORAPOST



I am out of the 
office until September 5th. Please contact Mark.Reeves:oracle.com if you 
require assistance.

Regards
Antony


BEGIN:VCARD
VERSION:2.1
N:Reynolds;Antony;J
FN:Antony J Reynolds
ORG:a href=http://www.oracle.com/index.html; target=_topimg src=http://www.oracle.com/admin/images/oraclelogo.gif; width=188 height=44 border=0 alt=/abrbA href=http://www.uk.oracle.com;Oracle Corporation UK Limited/A;A href=http://presales.uk.oracle.com;BCorporate Pre-Sales/A
TITLE:Principal Sales Consultant
NOTE;ENCODING=QUOTED-PRINTABLE:Principal Consultant in Corporate Pre-Sales for Oracle UK=0D=0Aspecialising =
in Java, CORBA and large-scale online transaction=0D=0Aprocessing systems us=
ing Oracle Server platform.=0D=0A=0D=0AInternally my time can be requested v=
ia a a href=3Dhttp://presales.uk.oracle.com/cps_tools/plsql/cpsreq$.startu=
pCPS request/a.
TEL;WORK;VOICE:+44 (0)118 924 3245
TEL;WORK;VOICE:+44 (0) 1454 631524
TEL;CELL;VOICE:+44 (0)7775 896150
TEL;WORK;FAX:+44 (0)118 924 3721
ADR;POSTAL;ENCODING=QUOTED-PRINTABLE:;;Castlegate=0D=0ATower Hill;Bristol;;BS2 OJA;UK
LABEL;POSTAL;ENCODING=QUOTED-PRINTABLE:Castlegate=0D=0ATower Hill=0D=0ABristol BS2 OJA=0D=0AUK
URL:http://www.oracle.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
EMAIL;INTERNET:[EMAIL PROTECTED]
REV:20010601T130645Z
END:VCARD

 smime.p7s


All,

Please forgive if this is a dumb, stupid query. Have read the
available docos and read this list. I still have one little 
query!  Is there some way to write a simple test client that 
does not require the Application Client Container (ACC)?  

If I deploy a simple EJB like a HelloWorld Bean, OrionServer
seems to insist that in order to access this bean I must run my
client in the context of the ACC.

I just want to knock up a simple little program to tickle the
bean. Can I do this wilth out going through the effort of deploying
an application client?

If this is RTFM, sorry for wasting your time, but please point me in
the right direction...

Cheers,

Noel.





Auto-reply: RE: Apache and Orion

2001-07-13 Thread ORAPOST


Bonjour, 
Je serai absent jusqu'au30 juillet 2001.En cas d'urgence, vous 
pouvez contacter mon assistante Stéphanie Vikar. Tél: 01.47.62.23.24 - 
e-mail:sté[EMAIL PROTECTED] 
Cordialement, -- Philippe ELINCK Oracle +33 1 47 62 29 28 
+33 6 07 34 06 08 [EMAIL PROTECTED] 
Votre accès privilégié à l'information technologique d'Oracle Your 
definitive source for Oracle technical information Oracle Technology Network 
http://technet.oracle.com/ 
 



For those that access PL/SQL through the application server (Oracle 9iAS),
there is mod_plsql for Apache.

Is there an equivalent for OrionServer?  I do not believe that there is so
those users would still need to rely on Apache.

-Original Message-
From: Michael J. Cannon [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 4:52 PM
To: Orion-Interest
Subject: Re: Apache and Orion


So why use Apache?

The Orionserver will serve up static http pages...I've looked and tehre are
no issues I can see that Orion won't handle with regards the content 9i and
the v.11/12 Oracle Apps...

This is not meant as a criticism or flame...it's for my info, as I also
support Oracle and have no prob running w/ just the OrionServer (w/ out
Apache).  Of course, all my apps are written to run that way.  What does
Apache do for Oracle that Orion can't do better?

Michael J. Cannon
[EMAIL PROTECTED]
- Original Message -
From: Gurinder Randhawa [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Thursday, July 12, 2001 12:10 PM
Subject: RE: Apache and Orion





 I am running an orion cluster behind a  load balancer and Apache at the
 front end on same machine, its on a test
 system so theirs no real load. We are using Oracles 9i Application Server.

 We use Apache for oracle reports and SSL and of course serving up static
 content etc.
 The problem is with mod_proxy which is just plain slow.

 Oracle is coming out with a ojp protocol which is based on ajp13 which
will
 solve my problems,
 but until then (late october) I wanted to use Orion but it just doesn't
 integrate well with apache.

 Any suggestions ? No i haven't tried the tunnelServlet, I will look into
 that.

 I was just wondering if anyone else has this kind of setup. Note we are
 using
 Oracle's OC4J (which is essentially orion). They bought Orion and popped
it
 into their next release
 of application server.

 Regards

 Gurinder






 elephantwalker [EMAIL PROTECTED] on 07/10/2001 08:45:30 PM

 Please respond to Orion-Interest [EMAIL PROTECTED]

 To:   Orion-Interest [EMAIL PROTECTED]
 cc:(bcc: Gurinder Randhawa/Travel Underwriters)
 Subject:  RE: Apache and Orion




 Have you tried using the tunnelServlet to pass all static requests to
 Apache? Its a little bass-ackwards, but orion could be faster than
apache
 in this respect.

 Also, are you running orion, the loadbalancer,  and apache on the same
 machine? This could be just a load issue.

 Lastly, orion is generally faster than apache at serving up static
content.
 There are very good reasons for using apache for static content, though,
 that have nothing to do with speed. (For example, you have one ssl cert
for
 apache, and you don't want to pay for another one for orion.).

 regards,

 the elephantwalker

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Gurinder
 Randhawa
 Sent: Tuesday, July 10, 2001 7:36 PM
 To: Orion-Interest
 Subject: Apache and Orion






 Is anyone using Apache as a front end to Orion. I find that using
mod_proxy
   to forward web application requests

 is quite slow compared to using tomcat. Does anyone know if there is
   something else i can use beside mod_proxy

 for Apache to serve static pages and orion to serve my web applications ?



 I do need to use Apache as a front end server.

 I am also using a loadbalancer and a cluster for my orion setup behind
   apache.



 Any help would be much appreciated



 Gurinder