For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 27 replies, 9 voices, and was last updated 20 years, 8 months ago by
Andy Bentley.
-
AuthorPosts
-
April 4, 2005 at 3:12 pm #227608
mstrong4867MemberHi, Riyad.
I’m wondering if you’ve had any reports in problems with JSP editing in 3.8.4?
I have not been having problems, then suddenly today I began having problems with it not recognizing taglibs and marking most of the yellow.
I can open up a separate thread for this since this is an old thread. I just wanted to probe first to see what history I could find on this before I opened another problem report.
Thanks,
Mike Strong
April 4, 2005 at 3:15 pm #227611
Riyad KallaMemberMike,
Actually no we haven’t, especially with taglibs (abnormally low cases of problems). It seems odd this started happening all the sudden… maybe something changed? Updated libs? The JAR that has the TLDs in it is no longer in your build path? Did you rename something? Did someone on your team change the URIs? etc.April 4, 2005 at 3:25 pm #227613
mstrong4867MemberIt was a fresh extract of the project, for sure, and I found an old thread between you and me on this very topic since posting that a moment ago :O). I’m following the advice you gave me in that thread, but I’m having a harder time resolving it this time around.
I have some more things to probe before falling at your feet. ;o)
I’ll let you know if I need more help.
Thnx.
Mike
April 4, 2005 at 3:42 pm #227614
Riyad KallaMemberThank you Mike for being so proactive with solving this problem, let me know if you run into issues.
June 24, 2005 at 11:24 am #231682
PatrickParticipantHi all,
I am running into the same issues as the inital post. I am running both 3.8.4 and 3.9.101Beta (under seperate installations) on a WinXP SP2 P4 2.79Ghz w/ 3GB RAM, and the issues with both ctrl-c and <% %> are appearing in both versions with a smaller .jsp (1,100 line) . The difference now is I am experienceing a bad lag in typing (3 second). As well, if I try to access the menu system at all during this the IDE completely locks up, and I usually have to perform a system reboot for it to run correctly again. Just thought I would let you all know, the issue is still there.June 24, 2005 at 12:20 pm #231689
Riyad KallaMemberpansavnt,
What command line arguments are you using to start Eclipse? This sounds like an aggressive GC cycle killing your performance…June 24, 2005 at 2:06 pm #231692
PatrickParticipantSorry, I had it included before, but was removed on the edit: -clean -vmargs -Xmx512M
June 24, 2005 at 2:48 pm #231694
PatrickParticipantOk, just switched to Build 20050617-4.0-Milestone-2 (Version 3.9.201) and was able to replicate in under 2 minutes. Other information I neglected to include before (my apologies) that is requested in the Posting Guidelines:
I am running Eclipse 3.0.2 Build 200503110845.
Clean versions for each.
103 plugins (all org.eclispe except for 1 org.junit)
Eclipse is running on JDK 1.5.0 (build 1.5.0-b64) and runs the same for application server.
Nothing current in the Eclipse log fileJune 24, 2005 at 4:39 pm #231702
Riyad KallaMemberTry running Eclipse with JDK 1.4.2_08, this is the certified platform for Eclipse 3.0 and what we are targetting for our 3.0 release of MyEclipse as well.
June 24, 2005 at 5:57 pm #231710
Scott AndersonParticipantJDK 1.5 break backward compatibility with anything that handles XML. Running with 1.4.2 should resolve the issue.
June 28, 2005 at 10:46 am #231816
PatrickParticipantSwitched to JDK 1.4.2_08 and still having issues. While that cleared <% %> issues, the Copy/Paste (ctrl-c/ctrl-v) failed on the very first attempt. An attempt to right-click->Copy ends up locking the system for about, well the amount of time it took to type/edit/change these last two lines here (about 30 seconds). Right now, as it is hanging, it is pulling 49-53% CPU cycles, but no swap file activity. Any suggestions, and do you want this moved to a new thread?
June 28, 2005 at 11:00 am #231820
Riyad KallaMemberIf you do this with a new JSP page (File > New > JSP Page) and try copying and pastoing that new page (after ar estart) does that work, or is that all busted too? This really sounds like an install issue, I’ve never seen this terrible behavior before although I suppose anything is possible with software.
July 7, 2005 at 9:16 am #232488
Andy BentleyMemberWe are experiencing some of these the same issues.
Long lags in the JSP editor (after 1-2 min of editing) any Ctrl-C, Ctrl-V or autocomplete pegs the CPU utilization for 7-12 seconds.
Env :
Java 1.5_03
Eclipse 3.1
myEclipse 4-1.0M2_E3.1
This happens on Suse and Windows XP.Andy Bentley
-
AuthorPosts
