I got this reply while trying to send a message to the list. What's up, am I
sending my mails to the wrong address while trying to reach the Orion Server's
Mailing List?
I sent the message to the address [EMAIL PROTECTED]

Regards,
Peter


-- the bounce i received:

Subject: Your message concerning CLASSPATH setup
Date:    Fri, 23 Feb 2001 14:03:25 +0100
From:    mail <[EMAIL PROTECTED]>
To:      Peter Peltonen <[EMAIL PROTECTED]>
CC:      <[EMAIL PROTECTED]>

The person you have tried to contact is no longer employed at Netch
Technologies.  You may wish to contact us at [EMAIL PROTECTED] instead, or
visit us on the web, http://www.netch.se/ .

This message is probably caused by one of the following recipient
adresses:


[EMAIL PROTECTED]

If you feel this message is in error, mail [EMAIL PROTECTED] to 
get in touch with the mail administrator.

regards,
        /netch/

The original message follows:

>From [EMAIL PROTECTED]  Fri Feb 23 14:03:24 2001Received: from
ernst-hugo.netch.se
(IDENT:[EMAIL PROTECTED] [194.16.2.10])
        by atwood.netch.se (8.9.3/8.9.3) with ESMTP id OAA00629
        for <[EMAIL PROTECTED]>; Fri, 23 Feb 2001 14:03:23 +0100
Received: from druid.evermind.net (IDENT:[EMAIL PROTECTED]
[195.58.126.196])
        by ernst-hugo.netch.se (8.9.3/8.9.3) with ESMTP id OAA18816;
        Fri, 23 Feb 2001 14:03:23 +0100
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 OAA17563;
        Fri, 23 Feb 2001 14:32:44 -0100
Received: from mandy.eunet.fi (mandy.eunet.fi [193.66.1.129])
        by paladin.evermind.net (8.9.3/8.9.3) with ESMTP id PAA07702
        for <[EMAIL PROTECTED]>; Fri, 23 Feb 2001 15:24:20 -0500
Received: from mail.fivetec.com (net130.fivetec.com [193.65.111.130])
        by mandy.eunet.fi (8.9.3/8.9.3-KJN-spamaway) with SMTP id OAA15525
        for <[EMAIL PROTECTED]> (origin
[EMAIL PROTECTED]); 
        Fri, 23 Feb 2001 14:26:45 +0200 (EET)
Received: (qmail 15483 invoked from network); 23 Feb 2001 12:26:54 -0000
Received: from net190.fivetec.com (HELO fivetec.com) (@193.65.111.190)
  by net130.fivetec.com with SMTP; 23 Feb 2001 12:26:54 -0000
Sender: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 23 Feb 2001 14:26:44 +0200
From: Peter Peltonen <[EMAIL PROTECTED]>
Organization: Fivetec Solutions Oy
X-Mailer: Orion ListServer
X-Accept-Language: en
MIME-Version: 1.0
To: Orion-Interest <[EMAIL PROTECTED]>
Subject: CLASSPATH setup
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: Orion-Interest <[EMAIL PROTECTED]>


I'm a beginner with Orion and Java setup with Linux. I would like to know if I
have setup my system correctly.

I have installed the following on my RedHat 6.2 system:

postgresql-jdbc-7.0.2-2
jdk-1.2.2
j2sdkee-1.2.1
orion-1.4.5

For everything work right, I should have the CLASSPATH variable setup right,
yes? I am a bit confused where to setup it, actually.


Java 2 SDK Enterprise Edition
-----------------------------

Reading the j2sdkee-1.2.1 installation instructions  I added the postgres
jdbc-driver to the J2EE_CLASSPATH variable in
/usr/local/java/j2sdkee1.2.1/bin/userconfig.sh:

--snip--
J2EE_CLASSPATH=/usr/src/j2sdkee1.2.1/lib/j2ee.jar:/usr/src/j2sdkee1.2.1/lib/system/jdbc7.0-1.2.jar
export J2EE_CLASSPATH
--snip--

I tried running the userconfig.sh script but nothing seems to happen. My
J2EE_CLASSPATH variable did not appear to be existing when I ran echo. So,
when is this file read, then? 

And what does this warning mean (quoted from the installation instructions):

"Note: You should remove the driver .jar files from the CLASSPATH environment
variable."

So, what is the relation with J2EE_CLASSPATH and CLASSPATH?

In my setup (see below) J2EE_CLASSPATH is included in CLASSPATH, is this
wrong?



/etc/profile
------------

As running usreconfig.sh did nothing, I configured the variables I needed in
/etc/profile. In my /etc/profile reads:

--snip--
JAVA_HOME=/usr/local/java/jdk1.2.2
J2EE_CLASSPATH=/usr/src/j2sdkee1.2.1/lib/system/jdbc7.0-1.2.jar
CLASSPATH=$JAVA_HOME:$J2EE_CLASSPATH

export JAVA_HOME J2EE_CLASSPATH CLASSPATH
--snip--

So, my current setup is this:

[peter@cayman orion]$ echo $CLASSPATH
/usr/local/java/jdk1.2.2:/usr/src/j2sdkee1.2.1/lib/system/jdbc7.0-1.2.jar

[peter@cayman orion]$ echo $JAVA_HOME
/usr/local/java/jdk1.2.2

[peter@cayman orion]$ echo $J2EE_CLASSPATH
/usr/src/j2sdkee1.2.1/lib/system/jdbc7.0-1.2.jar


Is this alright? Am I missing something etc.?


Regards,
Peter

Reply via email to