- This topic has 7 replies, 5 voices, and was last updated 19 years, 11 months ago by wjgo.
-
AuthorPosts
-
luckiboy03MemberWhenever I try to deploy web-project using myEclipse deploy button i get following exception
“Deployment is out of date due to changes in the underlying project contents. You’ll need to manually ‘Redeploy’ the project to update the deployed archive”
Can any help me out to resolve this problem.
Tom MaloneMemberdo you have a permissions to write to the directory
Riyad KallaMemberluckiboy,
If you are trying to deploy the application to a running app server, the deployment is likely failing so that message always stays there. Try highlighting the deployment after you try and ‘redeploy’, it should show you any errors down in the message box. Keep in mind that on Windows deploying to a running app server usually won’t work because of file locks. If you setup an exploded deployment, MyEclipse will hotsync files directly to the app server as they change in your project; you just need to setup your app server to reload changed files and then you don’t need ot manually ‘redeploy’ each time.
luckiboy03Member@support-rkalla wrote:
luckiboy,
If you are trying to deploy the application to a running app server, the deployment is likely failing so that message always stays there. Try highlighting the deployment after you try and ‘redeploy’, it should show you any errors down in the message box. Keep in mind that on Windows deploying to a running app server usually won’t work because of file locks. If you setup an exploded deployment, MyEclipse will hotsync files directly to the app server as they change in your project; you just need to setup your app server to reload changed files and then you don’t need ot manually ‘redeploy’ each time.I always tried deploying only after stopping the server…I reinstalled eclipse and myeclipse still i am facing the same problem..I think this exception is throw whenever i try to deploy the project after importing entire project from my team members eclipse setup…Can you pls help ASAP..this issue is delaying my deliverables.
Riyad KallaMemberCan you pls help ASAP
We will help, but you haven’t given us any information to work with yet, can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Your log file is located at: <workspace dir>\.metadata\.log
drewmcaMemberI had a similar problem. I was able to fix it by creating a new project and copying the necessary files over (but not any .eclipse or .myeclipse files). It seems to be something to do with myeclipse not properly recognizing metadata from earlier versions. Is there a way to get projects to import properly from older versions (in my case, from 3.8.3 to 3.8.4)? Or a proper way to import an older project?
Riyad KallaMemberdrew,
They should ‘just work’ actually, we haven’t changed any of the file formats.
wjgoMemberI met the problem too, and I uninstalled the myeclipse, then deleted the .mymetadata file under my project root. then reinstalled it, and in the project property, setted the Myeclipse-web’s context root with a name(it has lost after I reinstalled), then deployed succeed.
I think I only need to delete the .mymetadata file, that’s enough. -
AuthorPosts