For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 9 replies, 3 voices, and was last updated 17 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
DougMHParticipantAll I can say is that this has always occurred while placing controls on the form or when attempting to change properties of a control on the form and, so far, always in the Design view
At various points, the cursor moves a bit and turns into an hourglass and never returns. When I bring up the task manager, it says Not Responding. I’ve waited a long, long time and it nevers comes back and I have to kill it with Task Manager.
I have the status screen that MyEclipse print upon being closed by the Task Manager if that will help. I don’t see any means to attached it.
Doug Hurst
Springfield, VAJune 3, 2008 at 12:04 pm #285595
Loyal WaterMemberWhat OS are you working on? I’ll get this checked right away.
June 3, 2008 at 12:04 pm #285596
Riyad KallaMemberDoug,
Could you go to MyEclipse > Installation Summary > Installation Details and paste that information here for me?Also, can you give me some background info on the project and components you are using? For Example… Java 5 project, custom components, Swing components, SwingX components, etc?
Also any details about the hanging… happens immediately, every time… random, etc?
June 4, 2008 at 9:04 am #285625
DougMHParticipantI amy simply working through the “Matisse4MyEclipse (M4M) Tutorial
Swing Components:
Label
TextField
Panel
RadioGroup
RadioButtonAWT Components:
NonePlatform: Windows XP Pro
Dell Optiplex GX745
core 2 duo
2.13GHz 1.99GB RamJDK: Java 6
Eventually, it has happened everytime.
NOTE: I downloaded the All-in-one 6.5M1. My company does not allow me to connect to search for software updates so I downloaded and installed: MyEclipse_6.5M1_UpdateSite.zip to add the Matisse/Swing capability
Installation summary:
*** Date:
Wednesday, June 4, 2008 9:57:54 AM EDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_14*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.0 Milestone-1
Build id: 6.5.0-M1-20080502*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.5.0 Milestone-1
Build id: 6.5.0-M1-20080502Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.5M1\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.5M1\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Program Files\MyEclipse 6.5M1\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
d84_70
-vm
C:\Program Files\MyEclipse 6.5M1\jre\bin\javaw.exeJune 4, 2008 at 10:03 am #285631
Riyad KallaMemberDoug, is there an approximate time that it takes before the lockup occurs or is it totally random? Sometimes 2mins, sometimes 2hrs?
June 6, 2008 at 7:39 am #285687
DougMHParticipantI can say this for certain. It always happens when I’m making some change to the properties. In the latest installment, I added a JPanel to the bottom of my form. Then I put a label on the JPanel. I went to blank out the default text (jLabel1), the “text” field would not focus and after about 2 or 3 seconds, I got the hourglass and after that nothing. Control is lost forever until I force the program to close and start it over.
June 9, 2008 at 1:00 pm #285738
Riyad KallaMemberThat is really frustrating and the worst part is it’s not giving us any symptoms or triggers to diagnose to pin-point it.
If you have the time, what I’d like you to try is to actually install the Sun JRE 1.5.0_11 (specifically the _11 version). There was a change in _12 and beyond that related to the Swing rendering system that *has* caused lockups for us with Matisse when run inside Parallels on Mac or other VM software, but we haven’t reproduced it stand-alone machines… however, if backing up to _11 fixes the issue for you, that will be a very important data point for us to know.
June 10, 2008 at 9:21 am #285756
DougMHParticipantI can do that. I’m currently running…
c:\WINDOWS\system32>java -version
java version “1.6.0_06”
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)… out of c:\windows\system32.
It seems a shame to have to drop back several iterations of the JRE… especially when I’m running 1.6 of the JDK. I know when I try to run stuff I’ve developed in 1.6 that I get an immediate exception when I try to run it under an old 1.4 JRE. Will not the same situation exist if I try to run 1.6 JDK developed apps under 1.5 JRE?
June 11, 2008 at 7:17 am #285779
DougMHParticipantI haven’t had a chace to to revert to 1.5_11 yet, but I think I can give you a situation where the program will hang.
I was adding icons to buttons, then because I don’t like the way that property is added (I’ll do another post on that specifically), I removed them all. During the removal process, it hung. I think if you create a button and continually add and then delete an icon, at some point the program will hang.
June 11, 2008 at 1:16 pm #285811
Riyad KallaMemberIt seems a shame to have to drop back several iterations of the JRE… especially when I’m running 1.6 of the JDK. I know when I try to run stuff I’ve developed in 1.6 that I get an immediate exception when I try to run it under an old 1.4 JRE. Will not the same situation exist if I try to run 1.6 JDK developed apps under 1.5 JRE?
Oh, I just want you to add the 1.5.0_11 JRE to your system, I believe by default your system will still keep the 1.6 JRE registered as the default. You don’t have to remove it.
I was adding icons to buttons, then because I don’t like the way that property is added (I’ll do another post on that specifically), I removed them all. During the removal process, it hung. I think if you create a button and continually add and then delete an icon, at some point the program will hang.
How long did it take? I just tried adding/removing icons to the M4MContactManagerExample project from EoD about 12 times… so far so good…
-
AuthorPosts
