- This topic has 6 replies, 2 voices, and was last updated 14 years, 8 months ago by Aaron Scifres.
-
AuthorPosts
-
Aaron ScifresMemberHello,
I am running MyEclipse Blue 8.0, deploying to WAS 6.1. I will typically deploy an app to my server connector, work with it, and then exit the IDE. When I restart the IDE, the server connector no longer shows my EAR as deployed (it doesn’t show up at all in fact). So when I go to “Add Deployment” and select my EAR, it says “this resource already exists” and gives me the option to either back up the existing resource, delete it and redeploy, or only overwrite changed files. I choose the delete and redeploy option, and then once it is done it is always in Redeploy status, so i have to redeploy again, at which point it is usable and ready to go.
Of course, all this takes a fair amount of time, so I lose 15-20 minutes every morning when I start work because I have to redeploy my app twice before I can start debugging. Is there a way to prevent MyEclipse Blue from losing track of my app deployment so that it’s still there when I restart my IDE in the morning?
-Aaron
support-shaliniMemberAaron,
I could not replicate this at my end. The deployed projects were intact under the servers view even after I restarted the IDE. Can you give some more information?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. What is the mode of deployment that you are using? Exploded or Packaged?
3. Are there any relevant errors in the log file located at workspace dir > metadata > .log?
4. Can you list out the steps in detail to replicate the above issue?
Aaron ScifresMemberHere are the installation details:
*** Date: Wednesday, March 3, 2010 9:03:00 AM EST ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.6.0_13 *** MyEclipse details: MyEclipse Blue Edition Version: 8.0 Blue Build id: 8.0-Blue-20091120 *** Eclipse details: MyEclipse Blue Edition Version: 8.0 Blue Build id: 8.0-Blue-20091120 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher C:\Program Files\Genuitec\MyEclipse Blue Edition 8.0 GA\myeclipse-blue.exe -name Myeclipse-blue --launcher.library C:\Program Files\Genuitec\MyEclipse Blue Edition 8.0 GA\../Pulse Explorer/configuration/org.eclipse.osgi/bundles/73/data/1724588385/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup C:\Program Files\Genuitec\MyEclipse Blue Edition 8.0 GA\../Pulse Explorer/configuration/org.eclipse.osgi/bundles/73/data/1724588385/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install C:/Program Files/Genuitec/MyEclipse Blue Edition 8.0 GA -vm C:/Program Files/Genuitec/Pulse Explorer/configuration/org.eclipse.osgi/bundles/73/data/1724588385/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
I am using an Exploded deployment.
These errors are in the .log from the time when I opened my Servers view:
!ENTRY org.eclipse.osgi 2 1 2010-03-03 08:57:32.196 !MESSAGE NLS unused message: DeploymentManagerDialog_status_deployment_Sucessful_overwrite_mode_ in: com.genuitec.eclipse.ast.deploy.core.messages !ENTRY org.eclipse.osgi 2 1 2010-03-03 08:57:32.212 !MESSAGE NLS missing message: DeploymentManagerDialog_status_deployment_Sucessful_overwrite_mode in: com.genuitec.eclipse.ast.deploy.core.messages !ENTRY org.eclipse.ui.workbench 2 0 2010-03-03 08:57:32.899 !MESSAGE A handler conflict occurred. This may disable some commands. !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2010-03-03 08:57:32.899 !MESSAGE Conflict for 'com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug': HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug, handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@18bb52a, expression=,sourcePriority=0) HandlerActivation(commandId=com.genuitec.eclipse.ast.deploy.core.runonservershortcut.debug, handler=org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension$LaunchCommandHandler@122f7f7, expression=,sourcePriority=0)
The steps to reproduce are:
Deploy EAR to a WebSphere 6.1 connector.
Exit IDE.
Restart IDE.
Go to Servers view. The deployment no longer shows up.
Right click, select Add Deployment.
Select the EAR previously installed. The message appears that the asset already exists, and asks to delete, overwrite, or backup.-Aaron
Aaron ScifresMemberAnother thing I noticed. If I look in my workspace .metadata in .metadata\.plugins\com.genuitec.eclipse.blue.websphere, the redeployment.xml has no deployments in it, but if I look in .metadata\.plugins\com.genuitec.eclipse.blue.websphere61, the application.xml lists my EAR. The redeployment.xml has a last modified time of the time I started the IDE this morning.
-Aaron
Aaron ScifresMemberNote, I’ve since redeployed and redeployment.xml still has nothing in it. Not sure if that’s to be expected, just FYI.
Aaron ScifresMemberIs there any news on this issue? It continues to be bothersome for me.
Aaron ScifresMemberBy the way, this problem doesn’t just affect me, it affects everyone on my team. A speedy resolution would be appreciated.
-
AuthorPosts