Re: Bad support

2001-11-25 Thread Chris Woods

On Sun, Nov 25, 2001 at 02:41:14AM -0800, Harold Russell wrote:
 Hi,
 
 I've been having great problems with this list. I love
 the product so far, but I must say the support leaves
 a lot to be desired 

Just to clarify:

While I don't think anyone can reasonably disagree with you that the list
is sporadic at best, it is not intended to be an official support channel
for Orion.

If you've licensed the product, you are entitled to 6 months of free
email support from Ironflare. Additionally, there are several third-party
support options available. These all provide some sort of for-cost support
and/or training for Orion:

http://www.atlassian.com/
http://www.elephantwalker.com/
http://www.middleware-company.com/
http://www.smart-soft.com/

And some freely-available resources:

http://www.orionsupport.com/
http://kb.atlassian.com/

I'm sure I've missed some, too.

cheers,
Chris

-- 
  Chris Woods
  [EMAIL PROTECTED]
  ICQ UIN#217409897
  Software Engineer Available -- http://resumes.dice.com/objectnetworks




Re: orion 1.3.8 on linux - spawning multiple java processes

2001-10-01 Thread Chris Woods

The threading model on linux is such that each new java thread spawns a 
new process.

This is normal behaviour with Java on linux; it's not an Orion thing. 
There is no memory leak in Orion or Java. If there is memory being 
consumed, I would start looking to be sure you're freeing up resources 
in your code (i.e., closing JDBC connections, etc.).

If you're running orion as a daemon on an ISP's unix machine, then I 
wouldn't be surprised if they kill it just as part of policy, unless 
they specifically permit user-run daemons.

cheers,
Chris


korosh wrote:

 Why does orion 1.3.8 runnin off of linux spawning bunch of Java processes
 where as on Solaris there is only one Java Process?
 
 Also, it seems that the java process eventually consume so much memory that
 my ISP shuts down the process.
 
 Is there a memory leak with Orion 1.3.8 running on Linux with sun jdk 1.3.0
 ???
 
 
 
 






Re: Tallest buildings... to be updated

2001-09-17 Thread Chris Woods

Not to offend anybody's sensibilities, but I really don't wish to see this
kind of stuff here.

Thanks.

cheers,
Chris






Re: Fw: Virus alert

2001-08-30 Thread Chris Woods

STOP THIS PLEASE. Before you go spamming people (especially mailing lists!)
with bogus virus alerts, do some research, ok?

Microsoft and Intel do NOT make virus announcements. If you can't provide a
link to an authoritative source for the virus information, then DO NOT SEND
IT.

You need to think before you act so hastily. They take more time and cost
more money than most real viruses do.

cheers,
Chris

- Original Message -
From: Sarathy Mattaparti [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Thursday, August 30, 2001 4:29 AM
Subject: Re: Fw: Virus alert



 thanks

 From: srinivas [EMAIL PROTECTED]
 Reply-To: Orion-Interest [EMAIL PROTECTED]
 To: Orion-Interest [EMAIL PROTECTED]
 Subject: Fw: Virus alert
 Date: Thu, 30 Aug 2001 14:57:08 +0800
 MIME-Version: 1.0
 Received: from [195.58.126.196] by hotmail.com (3.2) with ESMTP id
 MHotMailBD57333A009E4136E812C33A7EC40B370; Thu, 30 Aug 2001
00:16:27 -0700
 Received: from druid.evermind.net (IDENT:[EMAIL PROTECTED]
 [195.58.126.196])by druid.evermind.net (8.9.3/8.9.3) with SMTP id
 JAA15005;Thu, 30 Aug 2001 09:05:25 -0100
 Received: from mailsvr.kubsistem.com ([202.190.118.177])by
 paladin.evermind.net (8.9.3/8.9.3) with ESMTP id JAA17673for
 [EMAIL PROTECTED]; Thu, 30 Aug 2001 09:49:41 -0400
 Received: from SRINIVAS ([192.168.10.95]) by mailsvr.kubsistem.com with
 SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)id
 QD1AJC9V; Thu, 30 Aug 2001 14:58:22 +0800
 From [EMAIL PROTECTED] Thu, 30 Aug 2001 00:17:37 -0700
 Message-ID: [EMAIL PROTECTED]
 X-Priority: 3
 X-MSMail-Priority: Normal
 X-Mailer: Orion ListServer
 Disposition-Notification-To: srinivas [EMAIL PROTECTED]
 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
 Sender: [EMAIL PROTECTED]
 
 
 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 !!
  
  
 
 


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







RE: Charting/Graphing libraries

2001-04-26 Thread Chris Woods

I've had to provide charting ability via servlets. The problem I keep
bumping into is that image generation runs in the Event Handler thread, of
which there can be only one per VM.

I never figured out a way around that bottleneck, and would be thrilled to
get some ideas for a solution.

Right now, we're using Sitraka (formerly KLGroup) JCharts in servlets. Of
all the choices I've seen (excluding some listed in this thread that I
haven't evaluated) Sitraka seemed to be the best option, especially
considering that something like $7k gets you the source code too.

-Chris


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp
 Randy-W18971
 Sent: Wednesday, 25 April, 2001 10:27
 To: Orion-Interest
 Subject: RE: Charting/Graphing libraries


 I am working with a free package now at www.ve.com/kavachart.
 They come with
 either a servlet or applet version, and there is a developers
 kit at a cheap
 price.

 -Original Message-
 From: Van Dooren, Damian [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, April 25, 2001 7:46 AM
 To: Orion-Interest
 Subject: Charting/Graphing libraries


 Does anyone have any suggestions for a good charting/graphing
 library to use
 within a servlet to generate jpgs or gifs preferably from XML data.

 Thanks.

 -
 Damian Van Dooren
 Information Technology
 The Investment Centre








RE: Hypersonic website / docs

2001-03-15 Thread Chris Woods

I don't have any information for you about the Hypersonic site. I do,
however, have a link to a great tool, if you don't mind using a swing-based
java app.

http://www.ideit.com/products/dbvis/

(Just checked, hypersonic website down from here too)

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Julian
 Richardson
 Sent: Tuesday, 13 March, 2001 09:38
 To: Orion-Interest
 Subject: Hypersonic website / docs


 Hi,

 What's the correct url for the hypersonic website? I thought the official
 one was hsql.oron.ch, which I'm sure worked until a few weeks ago but
 doesn't now - I get a forbidden error when accessing it. Interestingly it
 comes back with www.hypersonicsql.com in the error page, but that site
 doesn't seem to exist in any form...

 What gives? Is anyone on this list anything to do with
 Hypersonic and knows
 what's happening with the site (it's been this way for a few
 days, and I've
 just double-checked that it's not our web proxy)

 Failing any kind of online help, are there docs buried within the Orion
 document tree for Hypersonic? I couldn't see anything at all.

 What I'm actually after is some kind of command-line SQL client - does
 Hypersonic have one? I know it's got that applet for administration (does
 that even come as part of the Orion install?) but I don't want
 to fire up a
 browser or mess around with appletviewer unless I have to. I do have a
 homebrew client but it was written against Oracle so I don't know (yet)
 what'll be involved in getting it to work with Hypersonic...

 thanks

 Jules






RE: What JVM can I use??

2001-03-14 Thread Chris Woods

Is there native code in your app? Unless I'm mistaken, there is no native
code in orion.

I've been using both 1.3.0 and the 1.3.1 beta on linux successfully, but
not under great loads.

c./


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel
 Guillamot
 Sent: Wednesday, 14 March, 2001 17:12
 To: Orion-Interest
 Subject: What JVM can I use??


 I've been having a world of trouble with Sun's 1.3.0 JVM and 1.3.1 JVM.
 I get the following error.

 # # An unexpected exception has been detected in native code outside the
 VM.# Program counter=0x4028092e
 #
 # Problematic Thread: prio=1 tid=0x8999ad8 nid=0x15cb runnable

 This has been taking Orion down for the last week. I need to find a fix
 fast, and I am hoping it doesnt involve going back to Apache.

 I've seen the Volano report, but I've heard some bad things about each of
 the JVM's on there. Which JVM should I try next? Which ones have
 proven to
 provide good stability on Linux RH 6?







RE: API to discover server state

2000-12-07 Thread Chris Woods

Take a look at JIRO, http://www.jiro.com/ . It's possible that somebody
could write a management facade for orion. I might be undertaking this
anyway as part of the project I'm on, but not anything in a 3-month
timeframe.

-Chris

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Kev Palfreyman
 Sent: Thursday, December 07, 2000 12:01 PM
 To: Orion-Interest
 Cc: [EMAIL PROTECTED]
 Subject: API to discover server state


 Hi all,

 As part of the general "health" component of a large
 distributed system we are building, I need to be able
 to discover information about how the App Server (Orion)
 is behaving.

 Is there any API that facilitates this?
 e.g. List all EJB's, and how many of each are active
  List all HTTP sessions.
  Memory usage in different parts of the server/EJB's.

 I know that the Orion console is able to connect and discover a
 lot of this information, but I need an API so that this info
 could be accessed via a remote health process.  Any kind of API
 would be a start - then I can maybe write an EJB, or RMI server,
 or something to make it available remotely.

 This is fairly urgent - if anyone can shed any light on it
 I'd be most grateful.

 TIA

   Kev

 ---
 Dr. Kevin Palfreyman
  APAMA, 17 Millers Yard, Mill Lane
  Cambridge CB2 1RQ, United Kingdom
  Email:  [EMAIL PROTECTED]







RE: Orion under Solaris

2000-10-17 Thread Chris Woods

This does not permit it to run on any port  1024 on unix, though,
and the default for orion is 80, if I'm not mistaken.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Rick Bos
Sent: Tuesday, 17 October, 2000 18:20
To: Orion-Interest
Subject: RE: Orion under Solaris


We run orion under a user account where it was installed.

We unzipped the orion.zip as the user, then run it using
java -jar orion.jar.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Kemp
Randy-W18971
Sent: Tuesday, October 17, 2000 4:43 PM
To: Orion-Interest
Subject: Orion under Solaris


Can the Orion server processes be run as someone other then root (under
Solaris) and how?







Re: NEWBIE QUESTION: How do I shut this thing down

2000-10-12 Thread Chris Woods

On Thu, Oct 12, 2000 at 12:17:06PM +0100, Robert Keith wrote:
 Hi Guys,
 
 I have trawled through the docs to try and find a way to shut orion down
 cleanly, however I can't find the default username and password in order to
 shut it down. Can you guys let me know what it is?

java -jar admin.jar ormi://localhost admin_user admin_password -shutdown

Give that a go. (It's _almost_ covered in the FAQ under "How do I restart
Orion?")

HTH.

-- 
  Chris Woods
  [EMAIL PROTECTED]
  ICQ #21740987
  AIM GnarlyBob69




RE: What database are you using??

2000-10-02 Thread Chris Woods

PostgreSQL is quite reliable and scalable too. It's not in the same category
as, say, oracle or DB2, but it's on par with Sybase/SQLServer.

-c

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of J.T. Wenting
Sent: Monday, October 02, 2000 3:27 AM
To: Orion-Interest
Subject: RE: What database are you using??


For serious (i.e. mission critical, large) projects, use Oracle, DB2 or
Sybase.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Mikko
 Kurki-Suonio
 Sent: Monday, October 02, 2000 07:51
 To: Orion-Interest
 Subject: Re: What database are you using??


 On Fri, 29 Sep 2000, Jim Archer wrote:

  I'm currious to know what database products people are using
 with Orion,
  open source or commerical. Also, please include any comments
 about problems
  if you have had any, or anything thats really great.

 Actually, we're right now in the process of evaluating DB products for a
 "serious" production environment. HyperSonic works fine for quick tests,
 but I don't feel like using it for really important stuff.

 So far:

  InterBase 6.0 for Linux. Trouble mapping the "long" datatype. Prone to
 spurious crashes/deadlocks.

  SOLID: Again, Orion refuses to map "long" correctly. Otherwise it seems
 to work fine.

 //Mikko










Re: How to use EJB2.0 on Orion

2000-09-21 Thread Chris Woods

On Thu, Sep 21, 2000 at 12:00:25PM +, S.Badrinarayanan wrote:
 I am intersted in 2 points mentioned below:
 1. How do I get the 1.3.8 version; their server (www.orionserver.com) shows only 
1.2.9 as the latest.

from your orion rot installation directory:

java -jar autoupdate.jar

 2. Where can I find this document on "Ernst de Haan's approach"?

http://www.znerd.demon.nl/orion-primer/

http://www.jollem.com/orion-cmp-primer/

-- 
  Chris Woods
  [EMAIL PROTECTED]
  ICQ #21740987
  AIM GnarlyBob69