Hi All, I got the following delivery failure message (more than five occasions) when I tried to reply to a mail in derby-dev mailing list. Following is the most recent failure.
But after I remove all other replies in the mail and re-sent that mail it delivered without any issue. So, I thought to put up a mail on this regard since I had to face this problem many times. Thanks. Here's the notification mail: ---------- Forwarded message ---------- From: Mail Delivery Subsystem <[email protected]> Date: Sat, Apr 17, 2010 at 9:28 PM Subject: Delivery Status Notification (Failure) To: [email protected] Delivery to the following recipient failed permanently: [email protected] Technical details of permanent failure: Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 552 552 spam score (7.2) exceeded threshold (state 18). ----- Original message ----- MIME-Version: 1.0 Received: by 10.229.70.206 with HTTP; Sat, 17 Apr 2010 08:58:28 -0700 (PDT) In-Reply-To: <[email protected]> References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> Date: Sat, 17 Apr 2010 21:28:28 +0530 Received: by 10.229.213.67 with SMTP id gv3mr374492qcb.87.1271519908937; Sat, 17 Apr 2010 08:58:28 -0700 (PDT) Message-ID: <[email protected]> Subject: Re: Enabling XML Operations: Setting XALAN in CLASSPATH From: Nirmal Fernando <[email protected]> To: [email protected] Content-Type: multipart/alternative; boundary=0016361e881a7f4176048470cc40 Hi Bryan, Thanks for the explanation. Yea, I would like to submit a document patch and I like to get your ideas on following JIRA related information when creating a new bug. Summary: Syntax for the derbyrun.jar file document page modification Priority: Trivial Affect Versions: ?? Fix Versions: ?? Description: In http://db.apache.org/derby/docs/10.5/getstart/rgsderbyrunjarsyntax.htmldocument page the use of -classpath or -cp when issuing java commands is not that explicitly explained. Thanks. On Sat, Apr 17, 2010 at 8:22 PM, Bryan Pendleton <[email protected] > wrote: > Nirmal Fernando wrote: > >> But when I issue this: java -jar derbyrun.jar ij >> it failed and providing that error about classpath not containing >> xalan.jar. >> >> So, this arose questions why this happens like this, and what is the best >> way to start ij. >> > > Hi Nirmal, I'm glad you've got the classpath issue figured out. Thanks Knut > Anders for > catching that, it's pretty subtle that the 'java' command ignores the > classpath argument > in this case. > > The behavior is documented here: > http://db.apache.org/derby/docs/10.5/getstart/rgsderbyrunjarsyntax.html > but I think we could have made it a bit more explicit that this technique > ignores the > classpath argument. > > Nirmal, if you think it would help, you could file a documentation bug > against that > doc page, and provide a patch with some wording that describes that when > you use this > style of running the Derby tools and Network Server, the classpath variable > and -cp > arguments to the java command are not used. > > This doc will need to distinguish between the '-cp' argument to 'java' and > the '-cp' > argument to sysinfo, of course :) > > In my own work, I find that I almost never run '-jar derbyrun.jar'. > > However, I very frequently put derbyrun.jar into my classpath, or in my -cp > argument. > > When I put derbyrun.jar into the -cp argument, I've never had any trouble -- Best Regards, Nirmal C.S.Nirmal J. Fernando Department of Computer Science & Engineering, Faculty of Engineering, University of Moratuwa, Sri Lanka.
