- This topic has 14 replies, 4 voices, and was last updated 13 years, 1 month ago by
support-swapna.
-
AuthorPosts
-
martinplluMemberHi,
I’ve imported a set of projects created in RAD 7.5.5.4 into MyEclipse Blue 10.0-Blue-20111028.
When I select an EAR project and click MyEclipse->Enhance RAD Project to Work With MyEclipse I get an error dialog saying “Migration of project failed… The null activity did not complete properly: One or more constraints have not been satisfied.”
I can migrate non-EAR projects individually but not the EAR projects themselves and I still have build errors on almost all projects.
The .log file is attached (I had to rename it to keep phpBB happy)
Thanks,
Martin
Attachments:
You must be logged in to view attached files.
support-swapnaModeratormartinpllu ,
Sorry that you are seeing this issue. I have escalated it to a dev team member. They will get back to you.
support-denisMemberHi Martin,
Could you please check if your web projects contain:
1) .websettings file. If so, what’s the contents of a line that starts with “<jsp-level>”?
2) .settings folder with org.eclipse.wst.common.project.facet.core.xml file inside.Also please check if .project file in your EAR project contains one of the following lines:
“<nature>com.ibm.etools.j2ee.EARNature</nature>”
or
“<nature>com.ibm.etools.j2ee.EAR13Nature</nature>”
or
“<nature>com.ibm.wtp.j2ee.EARNature</nature>”Let me know the results.
Files starting with dot are hidden by default in Package Explorer. To see the hidden files you need to click the “View menu” white arrow in the top-right corner of “Package Explorer” view, then click “Filters” menu, uncheck “.*resources” checkbox and click “ok”.
If you could send me (via forum private message) the projects in question (original RAD version, not enhanced), that would greatly speed up the process of finding the cause of the issue.
Best regards,
Denis.
martinplluMemberHi Denis, thanks for getting back to me.
1) Yes, file .websettings file exists and the line reads: <jsp-level>1.2</jsp-level>
2) Yes, the .settings\org.eclipse.wst.common.project.facet.core.xml file exists
3) The .project file contains the line <nature>com.ibm.wtp.j2ee.EARNature</nature>If necessary I can send you a redacted version of the unenhanced RAD projects but I would rather do this by email. Is there a general support email address I can use?
support-swapnaModeratormartinpllu ,
You can send the files to [email protected] subject ATTN:Swapna. Also mention the link to this thread in the email.
martinplluMemberHi, I sent the projects to your support email address yesterday. Can you confirm that you received them?
support-swapnaModeratormartinpllu,
We have not received the projects. Can you please resend them ?
martinplluMemberHi Swapna, I’ve sent the files again. There may have been an issue with our corporate email quarantine system last time. Please let me know if you receive the email.
Thanks
Martin
support-swapnaModeratormartinpllu ,
I am afraid we did not receive any files from you. If you have email security enabled then please recheck with the relevant department.
martinplluMemberSorry about this. I emailed the files from my home email address today.
jmplluMemberAny update on this? I had confirmation a few days ago that the files had been received.
This is currently holding up our evaluation.
Thanks
Martin
support-swapnaModeratorjmpllu ,
Apologize for the delay. The dev team is looking into it right now.
They will get back to you.
jmplluMemberOK, thanks,
jmplluMemberDenis supplied me with a patch which has resolved this issue. I believe that the patch will be in the milestone stream soon – when will this be in an official release?
Thanks to all involved for resolving this issue quickly.
support-swapnaModeratorjmpllu ,
Glad that the issue has been resolved. Regarding the official release, I have escalated it to a dev team member. They will get back to you with the details.
-
AuthorPosts