- This topic has 1 reply, 2 voices, and was last updated 13 years, 4 months ago by support-joy.
-
AuthorPosts
-
Dan5346MemberI imported a project to MyEclipse 9, but once completed I get hundreds of similar errors like these:
Duplicate field __2F_cashier_2F_WebRoot_2F_pages_2F_66_2F_27003_2F_CitadelRegistered_2E_jsp.brandId_rrt
in this case on this line:
<%@ include file=”../../cashier-config.jsp” %>Plus a few dozens of java errors like these:
Cannot cast from int to Intege
Cannot cast from long to LongThe project was originally developed on MyEclipse 6 or 8 and worked with this code as is, is there any setting I should be using to make this work? Am I missing any libraries that would fix this?
Thanks for any help
support-joyMemberDan5346,
The error log reported above seem to be development related. Please answer below queries to help me investigate further –
1. Copy and paste your installation details. https://www.genuitec.com/forums/topic/troubleshooting-how-to-view-the-installation-details/&highlight=&sid=26580adbfe41124bc27334120ebabafc
2. Clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and copy and paste here
3. What is the type of project?
4. There are ClassCastException – conversion of int to Integer, long to Long. These are programmatic issues. Look into servers tab (window > show/view > problems) – right click on the issues listed and click on quick-fix. Also attach a screenshot to help me get a visual.
5.Duplicate field __2F_cashier_2F_WebRoot_2F_pages_2F_66_2F_27003_2F_CitadelRegistered_2E_jsp.brandId_rrt
– This seem like a programmatic issue in your .jsp file. From the problems tab, double click on this issue, this would open the relevant .jsp in the editor and highlight the errors in the file.
6. At the time of import, did ME prompt you to upgrade the project? Could you clarify how did you import the project from ME 6 / 8 to 9? -
AuthorPosts