UNSUSCRIBE

2001-07-02 Thread Mike Conway







Re: Primary Key Class in CMP

2001-07-02 Thread Ray Harrison

Yes - it works just fine. Can you send a small piece of your descriptor showing how 
you specifiy
the primary key class information? 
--- Timothy Tschampel [EMAIL PROTECTED] wrote:
 Has anyone gotten CMP Beans to work with a Custom Primary Key Class.  Every
 time I try to deploy I get  an error stating that there is an illegal space
 in my descriptor.  Yet, if I use the same descriptor file and use
 java.lang.Integer as the primay key class it works.
 
 
 - Original Message -
 From: Paolo Ramasso [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Monday, July 02, 2001 4:29 AM
 Subject: request for info:ssl and client authentication with orion
 
 
  Hi guys
 
  i need some more info about ssl and oc4j (orion 1.5.0)
  here is the enviroment:
  client authentication by SSL 3 using x501 certificates, the application
  server (oc4j )  must validate and inspect the certificate info and
  extract the
  user information contained in it (common name to use it as a
  lookup
  key in LDAP directory search ).
  here are the question:
  does the oc4j (orion 1.5.0) container provide a toolset or specific APIs
  to validate the client digital certificate against a CA?
  does the oc4j (orion 1.5.0) container provide a toolset or specific APIs
  to extract
  client user  information from the digital certificate sent by the
  client?
  thanks a lot in advance
  ciao
  Paolo
 
 
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




Fw: Urgent: SSL - BigIP - Apache - Orion : Page Not Found

2001-07-02 Thread Ozzie-Mailing Lists



Please, please need help immediately 
or I am considering switching app servers.

- Original Message - 
From: Ozzie-Mailing Lists 
To: Orion-interest 
Sent: Wednesday, June 27, 2001 10:51 AM
Subject: Urgent: SSL - BigIP - Apache - Orion : Page Not 
Found

The problem is that we 
receivean intermittent"Page Not Found" error on IE 5.5 and greater 
when using BigIP with SSL and Orion as the server. If we click the refresh 
button on the browser, the page actually renders correctly. The SSL is being 
done by the BigIP and not Orion. Has anyone ran into this problem? This problem 
occurs more often with IE 6.0.

Thanks,
Ozzie Gurkan
Manheim Interactive
404-269-8776

P.S.: Apache does the redirecting of 
the "http://" redirects coming from Orion back to "https://" to the client 
browser.


Re: Fw: Urgent: SSL - BigIP - Apache - Orion : Page Not Found

2001-07-02 Thread Ray Harrison

I'm not familiar with your particular problem but have you narrowed it down to Orion 
(forgive me
if this is obvious from your post - I just don't deal much in this aspect of the 
development
life-cycle)? If it represents a bug in Orion, your best bet will be to submit it to 
bugzilla at
orionserver.com. Keep in mind that this list is voluntary and if people CAN help, they 
generally
will. On occassion, the Ironflare folks will poke their heads into the list for an 
appearance. Not
very often, of course. Also, providing a lot of information will help others help you 
diagnose
your problems. No one wants to see you switch app servers, however suggesting that you 
will switch
app servers unless you get an immediate response from a voluntary mailing list won't 
make it
faster - sorry. Search the email list to see if others have posted similar questions. 
Look at
www.orionsupport.com to see if they have any answers (a volunteer site). 

Good luck!

RHH



--- Ozzie-Mailing Lists [EMAIL PROTECTED] wrote:
 Please, please need help immediately or I am considering switching app servers.
 
 - Original Message - 
 From: Ozzie-Mailing Lists 
 To: Orion-interest 
 Sent: Wednesday, June 27, 2001 10:51 AM
 Subject: Urgent: SSL - BigIP - Apache - Orion : Page Not Found
 
 
 The problem is that we receive an intermittent Page Not Found error on IE 5.5 and 
greater when
 using BigIP with SSL and Orion as the server. If we click the refresh button on the 
browser, the
 page actually renders correctly. The SSL is being done by the BigIP and not Orion. 
Has anyone
 ran into this problem? This problem occurs more often with IE 6.0.
 
 Thanks,
 Ozzie Gurkan
 Manheim Interactive
 404-269-8776
 
 P.S.: Apache does the redirecting of the http://; redirects coming from Orion back 
to
 https://; to the client browser.
 


__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/




RE: Urgent: SSL - BigIP - Apache - Orion : Page Not Found

2001-07-02 Thread elephantwalker

Have you set the tag frontend host= port= /  on your back end (orion)?
This could be the problem if you haven't set this.

Checkout the apache/reverse proxy instructions on www.orionsupport.com.

Regards,

the elephantwalker

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ozzie-Mailing
Lists
Sent: Monday, July 02, 2001 10:03 AM
To: Orion-Interest
Subject: Fw: Urgent: SSL - BigIP - Apache - Orion : Page Not Found


Please, please need help immediately or I am considering switching app
servers.

- Original Message -
From: Ozzie-Mailing Lists
To: Orion-interest
Sent: Wednesday, June 27, 2001 10:51 AM
Subject: Urgent: SSL - BigIP - Apache - Orion : Page Not Found


The problem is that we receive an intermittent Page Not Found error on IE
5.5 and greater when using BigIP with SSL and Orion as the server. If we
click the refresh button on the browser, the page actually renders
correctly. The SSL is being done by the BigIP and not Orion. Has anyone ran
into this problem? This problem occurs more often with IE 6.0.

Thanks,
Ozzie Gurkan
Manheim Interactive
404-269-8776

P.S.: Apache does the redirecting of the http://; redirects coming from
Orion back to https://; to the client browser.





Orion hangs when connections exhausted.

2001-07-02 Thread Milton S

Has anyone experienced Orion hanging when all of the available
connections from the pool are exhausted? I noticed a similar question
posted by Joel Shellman back in August of 2000 but there was no response
to his question.

I can re-issue the same URL from a browser multiple times and once the
application has taken the last pooled connection it hangs and never
returns. Orion never lets go of the connection even after waiting for
over an hour. Only way to get Orion working again is to boot.
Connections are not being made in an EJB but in regular java classes
that are called from a stateless session bean.

My application is to be deployed on an Intranet and I expect the traffic
to be minimal so a work around is to set up the connection pool with a
large enough number of connections so that they are never used up, but
Orion shouldn't be hanging. Is this an Orion problem or am I missing
something in the data-sources.xml file?

Thanks for any help.

Milton S.

I am running Orion 1.5.2 on NT 2000 Professional against an Oracle 8i
database on NT 4.0 server using the Oracle Thin JDBC driver.

Here is the data-source I am using:

data-source
 class=com.evermind.sql.DriverManagerDataSource
 name=jdbc/PWOW_OracleCoreDS
 location=jdbc/PWOW_OracleCoreDS
 pooled-location=jdbc/PWOW_OraclePooledDS
 xa-location=jdbc/xa/PWOW_OracleXaDS
 ejb-location=jdbc/PWOW_OracleEjbDS
 connection-driver=oracle.jdbc.driver.OracleDriver
 min-connections=5
 max-connections=10
 username=uid
 password=pwd
 url=jdbc:oracle:thin:@server:1521:sid
 inactivity-timeout=10
 connection-retry-interval=10
 wait-timeout=300
/






RE: 500 Internal Server Error after deploying

2001-07-02 Thread Nusairat, Joseph F.
Title: 500 Internal Server Error after deploying



FYI i 
realised what was wrong

in the 
default-web-app config file i named the application and hte web application the 
same name ... DOH!

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

  -Original Message-From: Nusairat, Joseph F. 
  [mailto:[EMAIL PROTECTED]]Sent: Friday, June 29, 2001 4:19 
  PMTo: Orion-InterestSubject: 500 Internal Server Error 
  after deploying
  Here's the deal, 
   I set up and 
  deploy an ear file and i try to run the associated servlet and i get 500 
  internal server error. Now the kicker is i have succesfuly deployed some of 
  the other beans.
  I really have absolutely no clue what i am doing wrong this 
  time. 
  I will spend more monday and disect it. 
  However does anyone know what i could be missing? Nothing is 
  being written to log file or in the system.out.println's 
  I am at a loss ... and trying to figure it out so i never do 
  it again. (btw i am used BMP bean and a servlet) to 
  start it out 


How to get Connection Pool working ?

2001-07-02 Thread Boris Erukhimov

Here is a second post, the first one never appeared

I'm trying to use Pooled Connection for web application.
The application does not use EJB.

Here is my a part of data-source.xml

data-source

class=com.evermind.sql.DriverManagerDataSource
name=Expanets DataSource
location=jdbc/MyNotPooledDS
pooled-location=jdbc/MyPooledDS
connection-driver=com.sybase.jdbc2.jdbc.SybDriver
username=dba
password=sql
url=jdbc:sybase:Tds:localhost:1853
inactivity-timeout=30
/

Here is the code:

public class DbUtils
{
 private static ConnectionPoolDataSource cpds = null;
///

 static
  {
   String dbsource = jdbc/MyPooledDS;

   try
   {
   Context ctx = new InitialContext();
   cpds = (ConnectionPoolDataSource)ctx.lookup(dbsource);

   }
   catch(Exception namExc)
{
cpds = null;
ShConst.log(Failed to get datasource, namExc);
}
  }
///
 public static java.sql.Connection getConnection() throws SQLException
 {
   return cpds.getPooledConnection().getConnection();
 }
/
}//class

Here is the exception I'm getting
java.lang.ExceptionInInitializerError: java.lang.ClassCastException:
com.evermind.sql.OrionPooledDataSource
at ExpA.DbUtils.clinit(./ExpA/DbUtils.java:26)


which is related to the line :

cpds = (ConnectionPoolDataSource)ctx.lookup(dbsource)


What's wrong ?
I suspect a few things, but I'd really appreciate ssomebody's input
before start hacking.
Thanks
~boris




LoadBalancer.xml Sample File

2001-07-02 Thread B. Dawkins
Does anyone have a loadbalancer.xml file. I would like to see how it is set up so I can create one for myself.

Thanks,
BrandyGet your FREE download of MSN Explorer at http://explorer.msn.com



Re: Documents and dynamic web pages

2001-07-02 Thread Rafael Alvarez

Hello Kemp,
As you're using Oracle, think about exploring the
Intermedia features.

Hope this help.

Friday, June 29, 2001, 6:57:12 PM, you wrote:

KR I am aiding a department that is using a two tier
KR application design, with a JSP engine and Oracle, to
KR build a dynamic web site.  It's easy to deal with
KR images, by either using a URL link, or a BLOB field in
KR Oracle.  Now I wonder how to deal with documents.  Is
KR it best to store them as BLOBS, or perhaps PDF files,
KR and use software such as www.pdflib.com to transform
KR them.  Any suggestions on the best approach.

KR __
KR Do You Yahoo!?
KR Get personalized email addresses from Yahoo! Mail
KR http://personal.mail.yahoo.com/




-- 
Best regards,
 Rafaelmailto:[EMAIL PROTECTED]






Re: Orion hangs when connections exhausted.

2001-07-02 Thread Greg Matthews

just to get the obvious things out of the way first, are you calling
connection.close() prior to the EJB method returning?

doing this in a finally block is a good idea.

- Original Message -
From: Milton S [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Tuesday, July 03, 2001 5:36 AM
Subject: Orion hangs when connections exhausted.


 Has anyone experienced Orion hanging when all of the available
 connections from the pool are exhausted? I noticed a similar question
 posted by Joel Shellman back in August of 2000 but there was no response
 to his question.

 I can re-issue the same URL from a browser multiple times and once the
 application has taken the last pooled connection it hangs and never
 returns. Orion never lets go of the connection even after waiting for
 over an hour. Only way to get Orion working again is to boot.
 Connections are not being made in an EJB but in regular java classes
 that are called from a stateless session bean.

 My application is to be deployed on an Intranet and I expect the traffic
 to be minimal so a work around is to set up the connection pool with a
 large enough number of connections so that they are never used up, but
 Orion shouldn't be hanging. Is this an Orion problem or am I missing
 something in the data-sources.xml file?

 Thanks for any help.

 Milton S.

 I am running Orion 1.5.2 on NT 2000 Professional against an Oracle 8i
 database on NT 4.0 server using the Oracle Thin JDBC driver.

 Here is the data-source I am using:

 data-source
  class=com.evermind.sql.DriverManagerDataSource
  name=jdbc/PWOW_OracleCoreDS
  location=jdbc/PWOW_OracleCoreDS
  pooled-location=jdbc/PWOW_OraclePooledDS
  xa-location=jdbc/xa/PWOW_OracleXaDS
  ejb-location=jdbc/PWOW_OracleEjbDS
  connection-driver=oracle.jdbc.driver.OracleDriver
  min-connections=5
  max-connections=10
  username=uid
  password=pwd
  url=jdbc:oracle:thin:@server:1521:sid
  inactivity-timeout=10
  connection-retry-interval=10
  wait-timeout=300
 /









RE: LoadBalancer.xml Sample File

2001-07-02 Thread elephantwalker

see below:

?xml version=1.0?
!DOCTYPE web-site PUBLIC Orion Web-site
http://www.orionserver.com/dtds/load-balancer.dtd;

load-balancer  host=somehost maximum-island=3 minimum-island=1
port=80  secure=false selection-type=random use-ip=true
use-session-id=true 
  !-- the ssl loadbalancer doesn't work, so don't try this. --
!-- ssl-config factory=com.evermind.ssl.JSSESSLServerSocketFactory
keystore=cacerts keystore-password=somepassword
property name=provider 
value=com.sun.net.ssl.internal.ssl.Provider /
/ssl-config --
/load-balancer


regards,

the elephantwalker

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of B. Dawkins
Sent: Monday, July 02, 2001 2:47 PM
To: Orion-Interest
Subject: LoadBalancer.xml Sample File


Does anyone have a loadbalancer.xml file.  I would like to see how it is set
up so I can create one for myself.

Thanks,
Brandy



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





Re: request for info:ssl and client authentication with orion

2001-07-02 Thread tim courtney

I made a mistake in my last post
(I was thinking about a different app server)

inside the xml file for the web app add:
needs-client-auth=true 
to the ssl-config tag
instead of that client-auth=true attribute I sent



 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Paolo Ramasso
 Sent: Monday, July 02, 2001 1:29 AM
 To: Orion-Interest
 Subject: request for info:ssl and client authentication with orion
 
 Hi guys
 
 i need some more info about ssl and oc4j (orion 1.5.0)
 here is the enviroment:
 client authentication by SSL 3 using x501 certificates, the application
 server (oc4j )  must validate and inspect the certificate info and
 extract the
 user information contained in it (common name to use it as a
 lookup
 key in LDAP directory search ).
 here are the question:
 does the oc4j (orion 1.5.0) container provide a toolset or specific APIs
 to validate the client digital certificate against a CA?
 does the oc4j (orion 1.5.0) container provide a toolset or specific APIs
 to extract
 client user  information from the digital certificate sent by the
 client?
 thanks a lot in advance
 ciao
 Paolo




Re: Orion hangs when connections exhausted.

2001-07-02 Thread Milton S

And the obvious answer is yes.

Greg Matthews wrote:

 just to get the obvious things out of the way first, are you calling
 connection.close() prior to the EJB method returning?

 doing this in a finally block is a good idea.

 - Original Message -
 From: Milton S [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Sent: Tuesday, July 03, 2001 5:36 AM
 Subject: Orion hangs when connections exhausted.

  Has anyone experienced Orion hanging when all of the available
  connections from the pool are exhausted? I noticed a similar question
  posted by Joel Shellman back in August of 2000 but there was no response
  to his question.
 
  I can re-issue the same URL from a browser multiple times and once the
  application has taken the last pooled connection it hangs and never
  returns. Orion never lets go of the connection even after waiting for
  over an hour. Only way to get Orion working again is to boot.
  Connections are not being made in an EJB but in regular java classes
  that are called from a stateless session bean.
 
  My application is to be deployed on an Intranet and I expect the traffic
  to be minimal so a work around is to set up the connection pool with a
  large enough number of connections so that they are never used up, but
  Orion shouldn't be hanging. Is this an Orion problem or am I missing
  something in the data-sources.xml file?
 
  Thanks for any help.
 
  Milton S.
 
  I am running Orion 1.5.2 on NT 2000 Professional against an Oracle 8i
  database on NT 4.0 server using the Oracle Thin JDBC driver.
 
  Here is the data-source I am using:
 
  data-source
   class=com.evermind.sql.DriverManagerDataSource
   name=jdbc/PWOW_OracleCoreDS
   location=jdbc/PWOW_OracleCoreDS
   pooled-location=jdbc/PWOW_OraclePooledDS
   xa-location=jdbc/xa/PWOW_OracleXaDS
   ejb-location=jdbc/PWOW_OracleEjbDS
   connection-driver=oracle.jdbc.driver.OracleDriver
   min-connections=5
   max-connections=10
   username=uid
   password=pwd
   url=jdbc:oracle:thin:@server:1521:sid
   inactivity-timeout=10
   connection-retry-interval=10
   wait-timeout=300
  /
 
 
 
 





UNSUSCRIBE

2001-07-02 Thread Juan Gargiulo