• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09


  • Subject: Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09
  • From: "Daniele Corti" <email@hidden>
  • Date: Fri, 8 Jun 2007 09:45:41 +0200



2007/6/8, Shravan Kumar.M <email@hidden>:
Hi Group,

I think now I have a way to Downgrade Java from 1.5.* to 1.4.2 with the steps provided by Kieran. I'll try this out soon and update the group.

I actually checked the .dmg of Mac OS X server I could not find anything related to WebObjects...

I am really looking for a nice/safe way to Downgrade WebObjects Deployment version on a Mac OS X server from 5.3.* to 5.2.4 . Actually, till now I did not find a way to do this...

looking forward to your advises...

look... whitch version of WO do you have on you Mac OS X server .dmg? if it's 5.2 or before, you can use it after uninstall WO.
For unistall I think the best way is to uninstall Xcodw Tools, see at /Developer/About Xcode Tools.pdf on your Mac

Thanks & Rgds,
Shravan Kumar.M

"Let us learn from the past to profit by the present,and from the present to live better in the future."
--William WordsWorth
---------------------------------------------------------------


On 07-Jun-07, at 9:16 PM, Guido Neitzer wrote:

On 07.06.2007, at 08:27, Shravan Kumar.M wrote:

Let me check with XCode CD for WebObjects Uninstall script...

One question though, do we install WebObjects deployment version in a Mac OS X server through XCode or it comes by default with Mac OS X server ?

On Server it comes with the default installation, you might find the packages on your install CD/DVD for Mac OS X Server.

cug

On Jun 7, 2007, at 7:27 AM, Shravan Kumar.M wrote:
Thank you for providing steps to DOWNGRADE JAVA, Kieran.

Actually on a development machine, under /Applications/Utilities folder we'll be having WebObjects Uninstall scripts. I didn't find such scripts in the same location in the Mac OS X server.

Let me check with XCode CD for WebObjects Uninstall script...

One question though, do we install WebObjects deployment version in a Mac OS X server through XCode or it comes by default with Mac OS X server ?

Thanks & Rgds,
Shravan Kumar.M

"Let us learn from the past to profit by the present,and from the present to live better in the future."
--William WordsWorth
---------------------------------------------------------------

On 07-Jun-07, at 7:08 PM, Kieran Kelleher wrote:
Java version can be easily changed by making the CurrentJDK  soft link point to 1.4 in the directory:
kieranbook:~ kieran$ cd /System/Library/Frameworks/JavaVM.framework/Versions/
kieranbook:/System/Library/Frameworks/JavaVM.framework/Versions kieran$ ls -al
total 40
drwxr-xr-x   11 root  wheel  374 Apr  3 17:17 .
drwxr-xr-x   10 root  wheel  340 Mar  7 14:09 ..
lrwxr-xr-x    1 root  wheel    5 Mar  7 13:57 1.3 -> 1.3.1
drwxr-xr-x    8 root  wheel  272 Jan 31 20:25 1.3.1
lrwxr-xr-x    1 root  wheel    5 Mar  7 13:57 1.4 -> 1.4.2
drwxr-xr-x    9 root  wheel  306 Apr  2 10:43 1.4.2
lrwxr-xr-x    1 root  wheel    5 Mar  7 13:57 1.5 -> 1.5.0
drwxr-xr-x    8 root  wheel  272 Jan 31 20:25 1.5.0
drwxr-xr-x    5 root  wheel  170 May 29 09:06 A
lrwxr-xr-x    1 root  wheel    1 Mar  7 13:57 Current -> A
lrwxr-xr-x    1 root  wheel    3 Apr  3 17:17 CurrentJDK -> 1.5


Did you check the XCode Tools cd ....... IIRC there might be a WOUninstaller script on there ..... I don't have one close at hand to check for you, but you could check that.


On Jun 7, 2007, at 9:13 AM, Shravan Kumar.M wrote:
No Kieran. We actually want to have WebObjects 5.2.4, Java 1.4.2_09 and Wonder frameworks we had, because our application is tested on these versions of software and is stable in these versions.

Thanks & Rgds,
Shravan Kumar.M

"Let us learn from the past to profit by the present,and from the present to live better in the future."
--William WordsWorth
---------------------------------------------------------------

On 07-Jun-07, at 6:40 PM, Kieran Kelleher wrote:
Since you have upgraded this far on that machine, have you tried installing the latest Wonder frameworks instead of the old versions you are using?

On Jun 7, 2007, at 8:51 AM, Shravan Kumar.M wrote:
The exception is raised in the super.takeValuesFromRequest() method call of our Custom class.

Thanks & Rgds,
Shravan Kumar.M

"Let us learn from the past to profit by the present,and from the present to live better in the future."
--William WordsWorth
---------------------------------------------------------------

On 07-Jun-07, at 6:14 PM, Daniele Corti wrote:


2007/6/7, Shravan Kumar. M < email@hidden>:
Hello Group,

Can anyone guide me how to downgrade WebObjects 5.3.* to WebObjects 5.2.4 as well Java 1.5.* to Java 1.4.2_09 ?

We need this ASAP, one of our production server is upgraded to WebObjects 5.3.2 and Java 1.5.0_07, and OS is Apple Mac OS X 10.4.8 and our application is failing to work...

If I run the same application on a Mac OS X server having WebObjects 5.2.4 and Java 1.4.2_09, application runs perfectly.

Following is the error in the production server having upgraded software:

java.lang.ClassCastException : com.webobjects.eoaccess.EOAttribute
2007-06-06 22:48:21,810 ERROR [admin-FarWest] er.extensions.ERXApplication   - Exception caught: com.webobjects.eoaccess.EOAttribute

Where does this error occur? in one Custom Class or in the WebObject/Wonder Class?

Thanks & Rgds,
Shravan Kumar.M

"Let us learn from the past to profit by the present,and from the present to live better in the future."
--William WordsWorth
---------------------------------------------------------------



 _______________________________________________
Do not post admin requests to the list. They will be ignored. 
Webobjects-dev mailing list      (email@hidden email@hidden



-- 
Daniele Corti
AIM: S0CR4TE5  
Messenger: email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list       (email@hidden email@hidden




 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ( email@hidden)
email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden

This email sent to email@hidden



--
Daniele Corti
AIM: S0CR4TE5
Messenger: email@hidden
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: Shravan Kumar.M <email@hidden>)
 >Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: "Daniele Corti" <email@hidden>)
 >Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: "Shravan Kumar.M" <email@hidden>)
 >Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: Kieran Kelleher <email@hidden>)
 >Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: "Shravan Kumar.M" <email@hidden>)
 >Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: Kieran Kelleher <email@hidden>)
 >Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: "Shravan Kumar.M" <email@hidden>)
 >Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: Guido Neitzer <email@hidden>)
 >Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09 (From: "Shravan Kumar.M" <email@hidden>)

  • Prev by Date: [ANN] WO Tutorial is finally finished
  • Next by Date: Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09
  • Previous by thread: Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09
  • Next by thread: Re: URGENT!!! Downgrade WebObjects 5.3.* to 5.2.4 as well Java 1.5.* to 1.4.2_09
  • Index(es):
    • Date
    • Thread