- This topic has 6 replies, 3 voices, and was last updated 20 years, 5 months ago by Scott Anderson.
-
AuthorPosts
-
JohnMemberDeployment is out of date due to changes in the underlying porject contents. You’ll need to manually ‘Redeploy’ the project to update the deployed archive
is the mesage I recieve when I try to redeploy a simple web application. Any ideas on how to allow another deployment or how to manually deploy the application. Surely it doesn’t mean to do a console java archive.
Riyad KallaMemberIt usually just wants you to select the deployment in the deployment dialog, and click the “Redeploy” button…
if this persists then likely what is happening is that your packaged deployment is currently locked by the app server and you have to shut down the app server, REMOVE the deployment then redeploy it.
The reason for this is that a “Redeploy” does a “Delete” then a “Deploy” so if the app server has the WAR file locked for reading purposes, the delete will fail and the overall deployment will fail.
JohnMemberI sent it to a regular directory in my file structure to be inserted manually into a server that I do not have a mapping to. So It is sitting in a Windows box. Even if I restart Myeclipse the file comes with an attention icon. I tried to remove the deployment and then deleted the underlying directory that I was deploying to and read the deployment. I still get the problem for a packaged deploy.
I am using Version: 3.8.0. trying to create a WebSphere deployment simple web application with a jsp and couple of servlets and an index.html. Any ideas.
Scott AndersonParticipantThis might be related to a bug we’ve fixed for 3.8.1 and will be releasing shortly. I tested packaged deployment internally and after I got my project “out of date”, the warning was shown. However, redeploying the project with the deployment manager dialog updated the archive and removed the icon as expected. Also, you didn’t mention if you were using packaged deployment of an EAR or a WAR. Unfortunately, EAR packaged deployment is broken in 3.8.0, but will be fixed very shortly in 3.8.1. Sorry for the inconvenience.
JohnMemberDid you get it to work for 3.8.0 creating a packaged .war or 3.8.1 ?
I can get the exploded option to work but not the packaged.
JohnMemberAny idea when the fix will be available or should I use an older version and if so which one.
Scott AndersonParticipantPackaged deployment had problems in 3.8.0 but was fixed in 3.8.1, which is available now.
Here’s the link to the instructions for using the update site:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-3471.html -
AuthorPosts