ClassFormatError

2001-04-04 Thread Knudsen, Joe
This error happened during an EJB create. The create appears in the DB. The error doesn't happen when called from a JSP. Any ideas? java -cp .:/home/jknudsen/work/classes:/opt/orion/orion.jar:/opt/orion/jndi.jar com.opticalsolutions.test.BuildSplitters Creating Splitter 1000 on Port

RE: Does Orion support PNG formatted images

2001-02-12 Thread Knudsen, Joe
: (763)268-3622 -Original Message- From: Tim Endres [SMTP:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 12:18 PM To: Knudsen, Joe Subject: RE: Does Orion support PNG formatted images Maybe you could post the fix for the benefit of the archive? tim I found my error

RE: Does Orion support PNG formatted images

2001-02-09 Thread Knudsen, Joe
I found my error it works just fine. Sorry Thanks, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone: (763)268-3622 -Original Message- From: Knudsen, Joe Sent: Thursday, February 08, 2001 7:43 PM To: 'Orion-Interest' Subject: Does

Does Orion support PNG formatted images

2001-02-09 Thread Knudsen, Joe
I wanted to use PNG formatted Images and the Orion Web Server seems not to support that? Any ideas? Thanks, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone: (763)268-3622 -Original Message- From: Mohit Palhan [SMTP:[EMAIL PROTECTED]] Sent:

Session Timeout Default

2000-12-07 Thread Knudsen, Joe
Does anybody know what the default session timeout. In the docs it shows how to set it in web.xml but not what the default is. Thanks, Joe Knudsen Optical Solutions Network Management Developer Email: [EMAIL PROTECTED] Phone: (763)268-3622

RE: cache-control problem

2000-12-05 Thread Knudsen, Joe
I see these couple lines in the Orion Primer. // Make sure this page will not be cached by the browser response.addHeader("Pragma", "no-cache"); response.addHeader("Cache-Control", "no-store"); I'm not sure if this is what you want. Thanks, Joe Knudsen -Original Message- From:

RE: Debugging CMP sql

2000-11-28 Thread Knudsen, Joe
I have had similar problems. It seems like the it only initially generates the SQL. I had to delete the directory and all its contents under orion/application-deployments/appName and then it would recreate the database. It may fail on things that already exist but create any new items.