- This topic has 3 replies, 2 voices, and was last updated 19 years, 11 months ago by Riyad Kalla.
-
AuthorPosts
-
jcorbin4607MemberI started having problems deploying in MyEclipseIDE (3.8.4/3.0.1) as an exploded EAR. For some reason, I am getting EOF errors when I try to deploy exploded. It seems to deploy fine as a packaged EAR but it takes forever to deploy the web project against JBOSS 4.0 SP1.
This was working fine for me last week and nothing significant in the project source tree changed.
I’ve tried starting MyEclipseIDE with the -clean argument but that had no perceived affect.
I’ve been seeing quite a bit of deployment weirdness in MyEclipseIDE and wonder if something got corrupted.
Windows XP
Eclipse 3.0.1
MyEclipse 3.8.4 (non-beta)
Sun JRE 1.5_01J.D.
Riyad KallaMemberJD,
Try and shut down ME, go to your <workspace dir>\.metadata directory and erase the .log file, then fire up MyEclipse and do the exploded deployment, let it fail. Note the error in the deployment dialog and paste it here for me. Also check the log file (the thing you deleted in the previous step) and paste any exceptions for me to see here as well.Lastly, EOFs can sometimes be caused by not “Refreshing” the project if you are running ant scripts or XDoclet scripts to generate content in the project. Try and right-click “Refresh” on the project root.
jcorbin4607Member@support-rkalla wrote:
JD,
Try and shut down ME, go to your <workspace dir>\.metadata directory and erase the .log file, then fire up MyEclipse and do the exploded deployment, let it fail. Note the error in the deployment dialog and paste it here for me. Also check the log file (the thing you deleted in the previous step) and paste any exceptions for me to see here as well.Lastly, EOFs can sometimes be caused by not “Refreshing” the project if you are running ant scripts or XDoclet scripts to generate content in the project. Try and right-click “Refresh” on the project root.
I regenerated all the interfaces from the xdoclet file and refreshed every project and the problem disappeared. I also backed all the way out of the MyEclipseIDE and came back in fresh.
I like this product, but it is very touchy.
J.D.
Riyad KallaMemberI like this product, but it is very touchy.
From time to time we notice some of these ‘touchy’ behaviors as well and it is annoying. As we move forward we constantly massage the existing codebase and those touchy points tend to disappear. Sorry for the trouble.
-
AuthorPosts