- This topic has 26 replies, 4 voices, and was last updated 13 years ago by support-swapna.
-
AuthorPosts
-
JeffreyGetzinMemberBrian,
I *did* send you those files as per your request, and on the day you requested them. Check your inbox again, and if you can’t find them, I’ll resend them.
As for speed issues, it seems to be faster now under 9.0 M2, though still kind of sluggish. Deployment appears to work fine, though I haven’t tested it today. I just get that stupid error every time I save a Java file. Fortunately, the work around is pretty simple: I drag the error window until it’s almost completely off my screen and then ignore it.
Regarding the number of jars, I’m using about 80 third-party jars acquired through Ivy.
Jeff
JeffreyGetzinMemberP.S. I just released you asked for the size, not the quantity of the jars. That’s harder to estimate, I’m afraid, because I have javadoc and source jars in the directory, too. I can’t just estimate by dividing by three.
JeffreyGetzinMember@Support-Brian wrote:
Jeff,
Thanks for sending the files in. From the looks of the .project file, you seem to have used this project with many tools over time. One key omission is the fact that your project does not have a MyEclipse web nature, but has other MyEclipse specific natures which should actually depend on it. This will also affect building and deployment to a significant extent. I’ll file a bug to look into how your project reached this state.
Can you edit your project’s .project file and in the <natures> section, add the following
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature>
. Save the file and restart MyEclipse. Does this fix your issue?
If you still have a problem could you please send us the .classpath file of this project and .settings folder of your EAR project?Hi, any update on this issue? It’s still plaguing my project. Right now, the rest of the team is using 8.5 and I’m reluctant to suggest they upgrade until we get this issue resolved.
Jeff
JeffreyGetzinMemberCan somebody PLEASE help me get this issue resolved? I’d like to get the team on to version 9, but this is a showstopper for us.
Brian FernandesModeratorJeff,
Did you upgrade to 9.0 GA – do you still face exactly the same problem?
1) We added additional speed improvements to 9.0 GA, so editing should be faster.
2) One quick question on the error that you see – is it an error log entry or an actual error window that pops up each time you save – I incorrectly assumed the former.
3) My team was unable to reliably reproduce this, but we did put in some fixes that should have addressed the problem; if it is still a problem for you – I’ll have them look again.
JeffreyGetzinMemberBrian,
I have accepted all Software Updates from the Configuration Center. Is that sufficient to upgrade to 9.0 GA, or do I need to download the new installer and install it?
That said:
1) I have noticed speed improvements. Things are still kind of on the pokey side compared to Visual Studio (even though MyEclipse is running on a faster machine), but it no longer seems to hang quite so long.
2) It is actually an error window that pops up. if it were merely an error in the log, I would not mind the issue because we could just ignore that. If there is a way to post an attachment, I can post a screen capture of the exact error popup window, if that would help.
Brian FernandesModeratorJeffrey,
If you applied the updates, you should be fine. Can you check your build-id under Help > About? It should be 9.0-20110318.
My team just had another go at reproducing your problem including another attempt to do so with the project files you sent us but it hasn’t worked out. I understand that the pop up is much worse, of course – the screenshot wouldn’t help much. If we are unable to sort this out over the next few days, I would like to do a web meeting where I could see the problem first hand and have a chance to look more closely at your environment for something which we are likely missing locally.
JeffreyGetzinMemberHi, yes, I can confirm that that is the build that shows up.
MyEclipse Enterprise Workbench
Version: 9.0
Build id: 9.0-20110318A web meeting would be fine. I’m available this afternoon, or we can wait until next week.
Right now, I’m the only member of my team using version 9. Everybody is waiting until I can get all these issues resolved before upgrading.
Jeff
JeffreyGetzinMemberI hate to be a nag, but it’s been more than two full business days since your last post on this issue. I’m sure you guys are very busy, but it’s frustrating to be a customer with an issue and to have to wait days between simple messages. It makes me worry that the actual resolution of this problem may take MONTHS at this rate.
Jeff
Brian FernandesModeratorI’d like to investigate this this further in a web meeting; have sent you a meeting request a few minutes ago via email.
jasoncongoMemberI am having what appears to be a similar problem, and was wondering if there was a resolution to this issue?
support-swapnaModeratorjasoncongo ,
Sorry that you are seeing this issue with MyEclipse.
Can you answer some more questions for us to understand the issue better ?
1) Can you please share your Build ID from Help > About MyEclipse Enterprise Edition > Build ID ? Also share your OS and version details.
2) Do you see this issue only when saving the java files and deployment works fine ?
3) Do you have a huge workspace?
4) Can you send us the .project file and all the files in the .settings folder of this project – you can mail them to support@genuitec.com ATTN Swapna with a link to this thread.
-
AuthorPosts