- This topic has 21 replies, 2 voices, and was last updated 18 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
Riyad KallaMemberSuggestions:
1) Try upgrading to MyEclipse 4.1.1, you are running 4.1.0
2) Try upgrading your JDK from 1.5.0_02 to atleast the _06 release, see if that helps.
3) Try using JDK 1.5.0_06 to run Sun App Server, see if that helpsThose are the only differences I see between our setups right now.
Fran_VarinMemberWhat is the best way to upgrade MyEclipse to 4.1.1?
Riyad KallaMemberHelp > Software Updates > Find and Install > (FIRST CHOICE) > Finish
If that doesn’t work you can either use an archived update site or just uninstall reinstall and be sure to use -clean when restarting.
Fran_VarinMemberDid the following:
1) Installed jdk 1.5.0_06 and pointed the Sun server to that jdk
2) Upgraded MyEclipse to 4.1.1
3) Tried to configure the Sun server…same problemMyEclipse configuration is as follows:
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060228-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.2
Build id: M20060118-1600Eclipse Project SDK
Version: 3.1.2
Build id: M20060118-1600Eclipse Platform
Version: 3.1.2
Build id: M20060118-1600Eclipse Java Development Tools
Version: 3.1.2
Build id: M20060118-1600Eclipse RCP
Version: 3.1.2
Build id: M20060118-1600Eclipse Plug-in Development Environment
Version: 3.1.2
Build id: M20060118-1600Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Eclipse\eclipse_3.1.2_SDK\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
684_60
-clean
-vm
C:\WINDOWS\system32\javaw.exe
Fran_VarinMemberOne question come to mind. When you installed theSun server did you need to create the “config” directory? Or was that created as part of the server installation? did you change the default in the MyEclipse launcher plugin to some other directory other than the “config” default?
Fran_VarinMemberOK….I uninstalled the server again and found that the uninstall apparently is not clean. It left behind a directory that I was not able to delete manually. Something running in the OS had a handle to a file within (typical symptom that happens quite a bit in Windows). I restarted the computer and manually deleted the remaining directories. Then, I reinstalled the server and was able to configure it. I am assuming that the uninstall process is flawed in some way. However, I can not be 100% sure since we made changes to the environment, i.e. new JDK and upgrade to MyEclipse. At any rate it is working at this point.
Riyad KallaMemberOne question come to mind. When you installed theSun server did you need to create the “config” directory? Or was that created as part of the server installation? did you change the default in the MyEclipse launcher plugin to some other directory other than the “config” default?
Hmm no, and I just redid the install to a new dir to make sure, I just pretty mucn next’ed my way through the entire install. Then I went into MyEclipse, changed the home dir and the rest was picked up, then I set the domain dir and bam, that’s it.
Then, I reinstalled the server and was able to configure it. I am assuming that the uninstall process is flawed in some way. However, I can not be 100% sure since we made changes to the environment, i.e. new JDK and upgrade to MyEclipse. At any rate it is working at this point.
Uninstallers can be flaky, especially when modified files (like web apps, configs, etc.) exist, some of them bomb out complete, some ask to remove them, some skip them… either way you spin it they leave junk behind. I’m glad we finally got to the bottom of this, thanks for hanging in there so long.
-
AuthorPosts