For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 15 years, 2 months ago by
wisdot1967.
-
AuthorPosts
-
wisdot1967MemberI am attempting to deploy an application to the debug version of WAS 7 attached to MyEclipse Blue. I have executed the following steps several times:
1) Start the WAS 7.0 server within MyEclipse using Debug.
2) Select the server and add a deployment.
3) In the Add Deployment dialog, select the Maven Module that constructs the EAR. Click OK.I am running MyEclipse Blue version 8.5 on Windows XP 2002 SP 3.
The result is An internal error has occurred during “Add Deployment.”
Stack Trace:
java.lang.UnsupportedOperationException
at com.genuitec.eclipse.j2eedt.core.internal.project.WTPEarProject.getWorkareaDirectoryPath(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.packaging.DefaultPackagerStrategy.getBuildFolder(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.packaging.DefaultPackagerStrategy.initBuildArea(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.packaging.EarPackager.exportEARProject(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.packaging.DefaultPackagerStrategy.exportEARProject(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.packaging.PackageUtils.exportEARProject(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.EARDeployment.exportEARProject(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.EARDeployment.deployAsPackageArchive(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.�(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.A.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)Session Data:
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -cleanJuly 15, 2010 at 1:48 am #309833
support-shaliniMemberwisdot1967,
Can you give some more details?
1. Was the project originally created in MyEclilpse?If not, have you enhanced your project to work with MyEclipse?
2.Maven Module that constructs the EAR
What is the module that you are referring to?
July 15, 2010 at 9:49 am #309846
wisdot1967Member1) Yes, the project was created in MyEclipse Blue using the m2eclipse plug-in with the following structure:
project (super POM)
project-ear (POM that generates an ear)
project-web (POM that generates a war)2) This is the Maven sub-module that generates the EAR file.
July 16, 2010 at 1:51 am #309873
support-shaliniMemberwisdot1967,
Can you share your project? You can send a mail to support@myeclipse.ide with ATTN:Shalini in the subject with the projects attached. Please add a reference to this post in the mail. This will help me replicate the issue internally.
Please list out the steps also to replicate your issue.
Thank you.July 16, 2010 at 2:46 pm #309886
wisdot1967MemberOur mail server blocks outgoing ZIP files. Is there an FTP site I can post the file to?
July 19, 2010 at 3:47 am #309914
support-shaliniMemberwisdot1967,
We do not provide any FTP site. Can you try renaming your .zip file to .txt and sending it?
Or can you create a small project with just one or two files and send us the individual files?July 22, 2010 at 9:47 am #310024
wisdot1967MemberI believe I have figured out how to send ZIP files via e-mail here. Should be in your inbox soon. Thanks.
-
AuthorPosts