Re: Orion on Unix (again)

2001-01-10 Thread Lorin Kobashigawa-Bates
Yes we had this problem also. I wasn't able to figure out why in the short time frame we had, < 1hr and it doesn't happen on our solaris boxes only the development box our client had set up. So my assumption is it's some kind of paranoid security setting on Solaris. We got around it by not exit

Re: Adding a site? - (2nd Post)

2000-11-07 Thread Lorin Kobashigawa-Bates
You are just running a web application not a full j2ee application, so you have to add an entry into config/application.xml which is the default application for orion. all you have to do is make an entry that looks like: *This is assuming that your testsite is in a directory in $ORION/applicat

RE: 128-bit SSL

2000-11-03 Thread Lorin Kobashigawa-Bates
is > works I will let everyone know. If anyone else has any ideas I would REALLY > like to hear from you. > > Thanks > > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Lorin > Kobashigawa-Bates > Sent: November 3, 20

Re: 128-bit SSL

2000-11-03 Thread Lorin Kobashigawa-Bates
Which JSSE are you using? If it's the one packaged with Orion, you have ot go and get the US one from Javasoft. Which 128bit key are you using? We were successful using the Netscape 128bit key, but it was kind of tricky, we ended up having to re-run the key several times because of hostname mix

orion hangs when out of connections

2000-09-20 Thread Lorin Kobashigawa-Bates
http://www.mail-archive.com/orion-interest@orionserver.com/msg03258.html Has anyone else seen this behavior? I found this email about it on the list, with no responses. I am getting the same problem in our development environment. Basically when we put any kind of load on orion that exceeds t

Re: CMP java.util.Date property on Postgres

2000-09-18 Thread Lorin Kobashigawa-Bates
I got this also, The problem is with the implementation of getDate() in the PostGres Drivers. It is a very big hassle to fix. It throws a parse exception when trying to do a SimpleDateFormat on the String coming from the Database. Once i fixed that, I also ran into a problem where it seems t

InputStream as parameter not supported

2000-08-08 Thread Lorin Kobashigawa-Bates
I am totally stumped about this error, I'm getting it when I try to create my Entity Bean in a servlet. Article article = (Article)PortableRemoteObject.narrow(articleHome.create(), Article.class); The create method in ArticleEJB is very simple, public Long