He's not kidding about the Java registry entries for 1.5.0_11. There was another issue with that release, regarding Flashboards, I think. I'd recommend using a different version of 1.5 if you can. Rick _____
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Durrant, Michael M. - ITSD Sent: Wednesday, June 27, 2007 7:47 AM To: [email protected] Subject: Re: MidTier: Java Exception when user logs out ** Manuj, I'll give that a try. Thanks! Michael _____ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of manuj chauhan Sent: Tuesday, June 26, 2007 11:41 PM To: [email protected] Subject: Re: MidTier: Java Exception when user logs out ** Hi Michael i also faced the same issue some time ago well u can try fixing this by installing the JDK 1.5.0_11. But u ll have to manually make some registry changes... try if that works out JDK 1.5 Installation HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\CurrentVersion = 1.5 The 1.5 Registry entry has a JavaHome entry whose value points to where the JDK was installed. With JDK 1.5.0_10: HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5\JavaHome=C:\Program Files\Java\jdk1.5.0_10 This is correct, and works fine. If you then install JDK 1.5.0_11, the value of that JavaHome Registry entry becomes "1" (no quotes). This is completely wrong, and is due to a bug that Sun introduced into the installer for their JDK 1.5.0_11. Here is the report for that particular <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6520670 <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6520670> > Sun JDK installer bug. The fix is to use RegEdit to manually modify that JavaHome value. In the above example, the value should be changed to: C:\Program Files\Java\jdk1.5.0_11 Regards MANUJ CHAUHAN __20060125_______________________This posting was submitted with HTML in it___ The information contained in this email may be privileged, confidential or otherwise protected from disclosure. All persons are advised that they may face penalties under state and federal law for sharing this information with unauthorized individuals. If you received this email in error, please reply to the sender that you have received this information in error. Also, please delete this email after replying to the sender. __20060125_______________________This posting was submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

