Java Mail Real Email

2004-03-19 Thread Steve Gums
Sorry about that last one. fingers are faster then the brain.. anyways like
I was saying..

 

This servlet was mailing fine before. Not I get the following

Unable to complete :javax.mail.NoSuchProviderException: No provider for
Address type: rfc822

 

Here is the web.xml segment

   resource-ref

  description

 Resource reference to a factory for javax.mail.Session

 which maybe used to send e-mail messages.  Preconfigured to

 talk to webmail.voast.com

  /description

  res-ref-namemail/VKeySession/res-ref-name

  res-typejavax.mail.Session/res-type

  res-authContainer/res-auth

  /resource-ref

 

The relevant context.xml excerpt

   Resource name=mail/VKeySession auth=Container

 type=javax.mail.Session /

   ResourceParams name=mail/VKeySession

  parameter

 namemail.smtp.host/name

 valuewebmail.voast.com/value

  /parameter

   /ResourceParams

 

Did I miss some setup step somewhere?

 

 

 

 

Steve Gums

[EMAIL PROTECTED]

 



Re: Java Mail Real Email

2004-03-19 Thread QM
: Unable to complete :javax.mail.NoSuchProviderException: No provider for
: Address type: rfc822

The phrase completely functioning on another server is the tipoff --
what's in the working server's {tomcat inst}/common/lib?  Anything
JavaMail related?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Java Mail Real Email

2004-03-19 Thread Steve Gums
Mail.jar and activation.jar but I will check again
Steve

-Original Message-
From: QM [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 8:56 AM
To: Tomcat Users List
Subject: Re: Java Mail Real Email

: Unable to complete :javax.mail.NoSuchProviderException: No provider for
: Address type: rfc822

The phrase completely functioning on another server is the tipoff --
what's in the working server's {tomcat inst}/common/lib?  Anything
JavaMail related?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Java Mail Real Email

2004-03-19 Thread LILES, DAVID (CONTRACTOR)
I got a similar error when I migrated a working web app from one server to another. 
The problem resulted from an older version of the mail.jar on the server I moved the 
web app too.

You might want to compare the mail.jar files between the two servers.

-Dave

-Original Message-
From: QM [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 9:56 AM
To: Tomcat Users List
Subject: Re: Java Mail Real Email


: Unable to complete :javax.mail.NoSuchProviderException: No provider for
: Address type: rfc822

The phrase completely functioning on another server is the tipoff --
what's in the working server's {tomcat inst}/common/lib?  Anything
JavaMail related?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Java Mail Real Email

2004-03-19 Thread Steve Gums
Is there a good place to get these jars without pulling the whole dang SDK.

-Original Message-
From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 9:27 AM
To: Tomcat Users List
Subject: RE: Java Mail Real Email

I got a similar error when I migrated a working web app from one server to
another. The problem resulted from an older version of the mail.jar on the
server I moved the web app too.

You might want to compare the mail.jar files between the two servers.

-Dave

-Original Message-
From: QM [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 9:56 AM
To: Tomcat Users List
Subject: Re: Java Mail Real Email


: Unable to complete :javax.mail.NoSuchProviderException: No provider for
: Address type: rfc822

The phrase completely functioning on another server is the tipoff --
what's in the working server's {tomcat inst}/common/lib?  Anything
JavaMail related?

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Java Mail Real Email

2004-03-19 Thread Adrian Lanning
http://java.sun.com/products/javamail/
javamail-1_3_1.zip - Filesize = 2,270,566 bytes.

You'll need activation.jar too. There's a link to it on the above page.

Adrian Lanning

- Original Message - 
From: Steve Gums [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 11:53 AM
Subject: RE: Java Mail Real Email


 Is there a good place to get these jars without pulling the whole dang
SDK.

 -Original Message-
 From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 9:27 AM
 To: Tomcat Users List
 Subject: RE: Java Mail Real Email

 I got a similar error when I migrated a working web app from one server to
 another. The problem resulted from an older version of the mail.jar on the
 server I moved the web app too.

 You might want to compare the mail.jar files between the two servers.

 -Dave

 -Original Message-
 From: QM [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 9:56 AM
 To: Tomcat Users List
 Subject: Re: Java Mail Real Email


 : Unable to complete :javax.mail.NoSuchProviderException: No provider for
 : Address type: rfc822

 The phrase completely functioning on another server is the tipoff --
 what's in the working server's {tomcat inst}/common/lib?  Anything
 JavaMail related?

 -QM

 -- 

 software  -- http://www.brandxdev.net
 tech news -- http://www.RoarNetworX.com


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Java Mail Real Email

2004-03-19 Thread Steve Gums
Thanks much

-Original Message-
From: Adrian Lanning [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 10:14 AM
To: Tomcat Users List
Subject: Re: Java Mail Real Email

http://java.sun.com/products/javamail/
javamail-1_3_1.zip - Filesize = 2,270,566 bytes.

You'll need activation.jar too. There's a link to it on the above page.

Adrian Lanning

- Original Message - 
From: Steve Gums [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 11:53 AM
Subject: RE: Java Mail Real Email


 Is there a good place to get these jars without pulling the whole dang
SDK.

 -Original Message-
 From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 9:27 AM
 To: Tomcat Users List
 Subject: RE: Java Mail Real Email

 I got a similar error when I migrated a working web app from one server to
 another. The problem resulted from an older version of the mail.jar on the
 server I moved the web app too.

 You might want to compare the mail.jar files between the two servers.

 -Dave

 -Original Message-
 From: QM [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 9:56 AM
 To: Tomcat Users List
 Subject: Re: Java Mail Real Email


 : Unable to complete :javax.mail.NoSuchProviderException: No provider for
 : Address type: rfc822

 The phrase completely functioning on another server is the tipoff --
 what's in the working server's {tomcat inst}/common/lib?  Anything
 JavaMail related?

 -QM

 -- 

 software  -- http://www.brandxdev.net
 tech news -- http://www.RoarNetworX.com


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Java Mail Real Email

2004-03-19 Thread Steve Gums
That did it.  Just needed a newer mail.jar and activation.jar

Thanks for the help Adrian!

-Original Message-
From: Steve Gums [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 10:16 AM
To: 'Tomcat Users List'
Subject: RE: Java Mail Real Email

Thanks much

-Original Message-
From: Adrian Lanning [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 10:14 AM
To: Tomcat Users List
Subject: Re: Java Mail Real Email

http://java.sun.com/products/javamail/
javamail-1_3_1.zip - Filesize = 2,270,566 bytes.

You'll need activation.jar too. There's a link to it on the above page.

Adrian Lanning

- Original Message - 
From: Steve Gums [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 11:53 AM
Subject: RE: Java Mail Real Email


 Is there a good place to get these jars without pulling the whole dang
SDK.

 -Original Message-
 From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 9:27 AM
 To: Tomcat Users List
 Subject: RE: Java Mail Real Email

 I got a similar error when I migrated a working web app from one server to
 another. The problem resulted from an older version of the mail.jar on the
 server I moved the web app too.

 You might want to compare the mail.jar files between the two servers.

 -Dave

 -Original Message-
 From: QM [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 9:56 AM
 To: Tomcat Users List
 Subject: Re: Java Mail Real Email


 : Unable to complete :javax.mail.NoSuchProviderException: No provider for
 : Address type: rfc822

 The phrase completely functioning on another server is the tipoff --
 what's in the working server's {tomcat inst}/common/lib?  Anything
 JavaMail related?

 -QM

 -- 

 software  -- http://www.brandxdev.net
 tech news -- http://www.RoarNetworX.com


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Java Mail Real Email

2004-03-19 Thread Adrian Lanning
my pleasure although Dave Liles did the actual helping. :-)

Adrian

- Original Message - 
From: Steve Gums [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 12:34 PM
Subject: RE: Java Mail Real Email


 That did it.  Just needed a newer mail.jar and activation.jar

 Thanks for the help Adrian!

 -Original Message-
 From: Steve Gums [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 10:16 AM
 To: 'Tomcat Users List'
 Subject: RE: Java Mail Real Email

 Thanks much

 -Original Message-
 From: Adrian Lanning [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 10:14 AM
 To: Tomcat Users List
 Subject: Re: Java Mail Real Email

 http://java.sun.com/products/javamail/
 javamail-1_3_1.zip - Filesize = 2,270,566 bytes.

 You'll need activation.jar too. There's a link to it on the above page.

 Adrian Lanning

 - Original Message - 
 From: Steve Gums [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 11:53 AM
 Subject: RE: Java Mail Real Email


  Is there a good place to get these jars without pulling the whole dang
 SDK.
 
  -Original Message-
  From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 19, 2004 9:27 AM
  To: Tomcat Users List
  Subject: RE: Java Mail Real Email
 
  I got a similar error when I migrated a working web app from one server
to
  another. The problem resulted from an older version of the mail.jar on
the
  server I moved the web app too.
 
  You might want to compare the mail.jar files between the two
servers.
 
  -Dave
 
  -Original Message-
  From: QM [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 19, 2004 9:56 AM
  To: Tomcat Users List
  Subject: Re: Java Mail Real Email
 
 
  : Unable to complete :javax.mail.NoSuchProviderException: No provider
for
  : Address type: rfc822
 
  The phrase completely functioning on another server is the tipoff --
  what's in the working server's {tomcat inst}/common/lib?  Anything
  JavaMail related?
 
  -QM
 
  -- 
 
  software  -- http://www.brandxdev.net
  tech news -- http://www.RoarNetworX.com
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Java Mail Real Email

2004-03-19 Thread Steve Gums
Sorry Thanks Dave

-Original Message-
From: Adrian Lanning [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 11:26 AM
To: Tomcat Users List
Subject: Re: Java Mail Real Email

my pleasure although Dave Liles did the actual helping. :-)

Adrian

- Original Message - 
From: Steve Gums [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 12:34 PM
Subject: RE: Java Mail Real Email


 That did it.  Just needed a newer mail.jar and activation.jar

 Thanks for the help Adrian!

 -Original Message-
 From: Steve Gums [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 10:16 AM
 To: 'Tomcat Users List'
 Subject: RE: Java Mail Real Email

 Thanks much

 -Original Message-
 From: Adrian Lanning [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 10:14 AM
 To: Tomcat Users List
 Subject: Re: Java Mail Real Email

 http://java.sun.com/products/javamail/
 javamail-1_3_1.zip - Filesize = 2,270,566 bytes.

 You'll need activation.jar too. There's a link to it on the above page.

 Adrian Lanning

 - Original Message - 
 From: Steve Gums [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 11:53 AM
 Subject: RE: Java Mail Real Email


  Is there a good place to get these jars without pulling the whole dang
 SDK.
 
  -Original Message-
  From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 19, 2004 9:27 AM
  To: Tomcat Users List
  Subject: RE: Java Mail Real Email
 
  I got a similar error when I migrated a working web app from one server
to
  another. The problem resulted from an older version of the mail.jar on
the
  server I moved the web app too.
 
  You might want to compare the mail.jar files between the two
servers.
 
  -Dave
 
  -Original Message-
  From: QM [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 19, 2004 9:56 AM
  To: Tomcat Users List
  Subject: Re: Java Mail Real Email
 
 
  : Unable to complete :javax.mail.NoSuchProviderException: No provider
for
  : Address type: rfc822
 
  The phrase completely functioning on another server is the tipoff --
  what's in the working server's {tomcat inst}/common/lib?  Anything
  JavaMail related?
 
  -QM
 
  -- 
 
  software  -- http://www.brandxdev.net
  tech news -- http://www.RoarNetworX.com
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Java Mail Real Email

2004-03-19 Thread LILES, DAVID (CONTRACTOR)
No problem glad to be of help.

-Original Message-
From: Steve Gums [mailto:[EMAIL PROTECTED]
Sent: Friday, March 19, 2004 12:21 PM
To: 'Tomcat Users List'
Subject: RE: Java Mail Real Email


Sorry Thanks Dave

-Original Message-
From: Adrian Lanning [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 19, 2004 11:26 AM
To: Tomcat Users List
Subject: Re: Java Mail Real Email

my pleasure although Dave Liles did the actual helping. :-)

Adrian

- Original Message - 
From: Steve Gums [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Sent: Friday, March 19, 2004 12:34 PM
Subject: RE: Java Mail Real Email


 That did it.  Just needed a newer mail.jar and activation.jar

 Thanks for the help Adrian!

 -Original Message-
 From: Steve Gums [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 10:16 AM
 To: 'Tomcat Users List'
 Subject: RE: Java Mail Real Email

 Thanks much

 -Original Message-
 From: Adrian Lanning [mailto:[EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 10:14 AM
 To: Tomcat Users List
 Subject: Re: Java Mail Real Email

 http://java.sun.com/products/javamail/
 javamail-1_3_1.zip - Filesize = 2,270,566 bytes.

 You'll need activation.jar too. There's a link to it on the above page.

 Adrian Lanning

 - Original Message - 
 From: Steve Gums [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Sent: Friday, March 19, 2004 11:53 AM
 Subject: RE: Java Mail Real Email


  Is there a good place to get these jars without pulling the whole dang
 SDK.
 
  -Original Message-
  From: LILES, DAVID (CONTRACTOR) [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 19, 2004 9:27 AM
  To: Tomcat Users List
  Subject: RE: Java Mail Real Email
 
  I got a similar error when I migrated a working web app from one server
to
  another. The problem resulted from an older version of the mail.jar on
the
  server I moved the web app too.
 
  You might want to compare the mail.jar files between the two
servers.
 
  -Dave
 
  -Original Message-
  From: QM [mailto:[EMAIL PROTECTED]
  Sent: Friday, March 19, 2004 9:56 AM
  To: Tomcat Users List
  Subject: Re: Java Mail Real Email
 
 
  : Unable to complete :javax.mail.NoSuchProviderException: No provider
for
  : Address type: rfc822
 
  The phrase completely functioning on another server is the tipoff --
  what's in the working server's {tomcat inst}/common/lib?  Anything
  JavaMail related?
 
  -QM
 
  -- 
 
  software  -- http://www.brandxdev.net
  tech news -- http://www.RoarNetworX.com
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]