facebook

Tomcat 5 deployment Problem

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #223368 Reply

    luckiboy03
    Member

    Whenever 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.

    #223370 Reply

    Tom Malone
    Member

    do you have a permissions to write to the directory

    #223374 Reply

    Riyad Kalla
    Member

    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.

    #223653 Reply

    luckiboy03
    Member

    @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.

    #223660 Reply

    Riyad Kalla
    Member

    Can 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

    #224957 Reply

    drewmca
    Member

    I 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?

    #224980 Reply

    Riyad Kalla
    Member

    drew,
    They should ‘just work’ actually, we haven’t changed any of the file formats.

    #225737 Reply

    wjgo
    Member

    I 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.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: Tomcat 5 deployment Problem

You must be logged in to post in the forum log in