facebook

File>New>UML Model Repository editor "dead"

  1. MyEclipse Archived
  2.  > 
  3. UML Development
Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #244313 Reply

    b3rntsen
    Member

    Hi I just purchased, installed and registered myeclipse-pro. I did a manual install ME-4.0.3GA_E3.1ManualInstall.zip according to the instructions. I did have a lot of plugins already installed, EMF, GEF, fatjar, …

    The first error I have encountered so far is that

    File>New>UML Model Repository

    opens a new editor, but it does not show anything, but whatever windows was just over its screen area (if I alt+tab to another window and back to eclipse, I can see the parts of the window that was just in the foreground in the UMR editor). I can save the file and it is 1137 bytes long.

    In the error log I see a lot of exceptions a la>

    Could not install bundle ../../../myeclipse/4.0.3/eclipse/plugins/org.eclipse.emf.mapping_2.1.0/ Bundle “org.eclipse.emf.mapping” version “2.1.0” has already been installed from: update@plugins/org.eclipse.emf.mapping_2.1.0.jar

    (I can paste the complete list if necessary).

    Hope you can help me sort of this issue – I would hate to restart my eclipse-3.1 installation, since that is a lot of work.

    My config is reproduced below [1]

    Cheers,
    /\/

    [1]

    *** Date: Wed Jan 11 13:44:29 CET 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_05

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Platform

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Java Development Tools

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Plug-in Development Environment

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Project SDK

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse Graphical Editing Framework

    Version: 3.1
    Build id: 200509301327

    Eclipse RCP

    Version: 3.1.0
    Build id: I20050627-1435

    Eclipse startup command=-data
    C:\eclipse\workspace_3.1
    -os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\3.1\eclipse-SDK-3.1-win32\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    904_60
    -vm
    C:\java\jdk1.5.0_05\bin\javaw.exe

    #244323 Reply

    Riyad Kalla
    Member

    I did have a lot of plugins already installed, EMF, GEF, fatjar, …

    EMF and GEF alone (having them installed separately from the MyEclipse versions) is going to cause a whole slew of problems with most all of our editors right out of the gate. If you also had WTP installed, that will also create another set of problems.

    The *ideal* situation is typically to install Eclipse/MyEclipse and then start adding 3rd party plugins from there. The reason for this is MyEclipse is a huge extension, you have no idea when something you have installed is going to conflict with it.

    Now I realize reinstalling is a pain. So let’s try this first:

    1) Shut down MyEclipse
    2) Open up your <Eclipse Dir>\plugins, directory (not MyEclipse, but Eclipse)
    3) Move all the gef and emf plugins into some temporary directory somewhere on your Desktop.
    4) Now restart MyEclipse using the -clean command line argument and try and create a UMR file again, did that work?

    #244430 Reply

    b3rntsen
    Member

    You convinced me to start something from scratch, since that would be easier than cripling a working installation.

    I downloaded and installed
    eclipse-SDK-3.1.1-win32
    then I
    Help>Software Updates>Manage Configuration>Add Extension Location
    pointed it to my prior unpacking of
    ME-4.0.3GA_E3.1ManualInstall.zip
    (shared with the other closed down installation of eclipse).
    I have not installed any other plugings.

    Now I try
    File>New>UML Model Repository
    but again, I have the same problem described above with a dead canvas.

    Now I tried starting my new installation with a fresh workspace, and the UML editor started to work. Then i imported 1) installed subclipse 0.9.102 and 2) I imported all my preferences from my old installation. Now the UML editor went dead again. (I did not check its state between 1) and 2).

    I tried to make the UML editor live again by a) restore defaults in the preferences and b) disable the subclipse plugin and c) start in a new work space. But nothing succeeded.

    I will try and track it further and add to this thread. Any ideas with the above info?

    /\/

    [1]
    *** Date: Thu Jan 12 15:14:59 CET 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_05

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse RCP

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse-SDK-3.1.1-win32\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    864_60
    -vm
    C:\java\jdk1.5.0_05\bin\javaw.exe

    #244433 Reply

    b3rntsen
    Member

    update:

    starting eclipse -clean in a new workspace after a) b) and c) above still does not work, I will have to reinstall the new eclipse completely.

    #244434 Reply

    Riyad Kalla
    Member

    Very strange. Did you check your log file in the new workspace for exceptions?

    <workspace dir>\.metadata\.log

    Also I have subclipse here and it doesn’t seem to interfere.

    #244436 Reply

    b3rntsen
    Member

    it turns out that there seems to be a jar in the eclipse 3.1.1 with a bad CRC. Three different zip programs have problems with it, so I am trying to getting the jar again.

    #244440 Reply

    Riyad Kalla
    Member

    Interesting, thank you for troubleshooting this and keeping us updated.

    Also try redownload SDK from anotehr mirror just incase something else is wrong with the package.

    #244442 Reply

    b3rntsen
    Member

    with a new install of eclipse 3.1.1 and a clean manual install of followed by a paste of my registration key I still cannot get the UML editor to work. Now I have an entry in the error log:

    Unable to find Action Set: com.genuitec.myeclipse.action.umltools

    The config is here [1]
    /\/

    [1]

    *** Date: Thu Jan 12 16:31:36 CET 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_05

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.3 GA
    Build id: 20051025-4.0.3-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse RCP

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse-SDK-3.1.1-win32\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    c0c_7a4
    -clean
    -vm
    C:\java\jdk1.5.0_05\bin\javaw.exe

    #244443 Reply

    Riyad Kalla
    Member

    If your Eclipse download was corrupt, I am wondering if your MyEclipse download is corrupt as well… did you run CRC against both ZIPs without incident?

    Also, do you have any custom JARs in your JRE/ext directory?

    #244445 Reply

    b3rntsen
    Member

    With the clean install of eclipse and myeclipse the most I can get in the log is:

    !SESSION 2006-01-12 16:21:55.218 ———————————————–
    eclipse.buildId=M20050929-0840
    java.version=1.5.0_05
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
    Command-line arguments: -os win32 -ws win32 -arch x86 -clean

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:25.854
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\css_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.44
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\forms_lists_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.165
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\htmlform_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.235
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\html_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.305
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\javascript_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.385
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\jsf_f_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.495
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\jsf_h_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.575
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\struts_bean_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.655
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\struts_html_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.695
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\struts_logic_snippets.xml

    !ENTRY com.genuitec.eclipse.wizards 1 0 2006-01-12 16:24:26.785
    !MESSAGE Installed snippet library: c:\eclipse\myeclipse\4.0.3\eclipse\plugins\com.genuitec.eclipse.wizards_4.0.1\snippets\struts_tiles_snippets.xml
    !SESSION 2006-01-12 16:27:09.630 ———————————————–
    eclipse.buildId=M20050929-0840
    java.version=1.5.0_05
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
    Command-line arguments: -os win32 -ws win32 -arch x86 -clean

    !ENTRY org.eclipse.ui 4 4 2006-01-12 16:29:01.470
    !MESSAGE Unable to find Action Set: com.genuitec.myeclipse.action.umltools

    As per the SDK, I gather you mean the eclipse-3.1.1? I got it from two different mirrors and the have the same md5sum. The first I downloaded was from one of those two mirrors, so it seems that the mirror has the right file, but something went wrong in the first download.

    I am turning to the installer to see if it is your manulal installation that is broken…

    /\/

    #244447 Reply

    Riyad Kalla
    Member

    That log looks fine for a fresh install

    What version of Windows are you on? What is your Video Card and have you updated the driver recently?

    #244449 Reply

    b3rntsen
    Member

    disabling ME4.0 and adding the 4.1M2 manual installation does not help either, same problem, still nothing in the log. no other plugins installed. The download of the installer is soooo slow at this time, so I cannot try that before tomorrow.

    Maybe a reboot of windows is a good idea now, sigh.

    Later,
    /\/

    #244452 Reply

    b3rntsen
    Member

    @support-rkalla wrote:

    If your Eclipse download was corrupt, I am wondering if your MyEclipse download is corrupt as well… did you run CRC against both ZIPs without incident?

    Also, do you have any custom JARs in your JRE/ext directory?

    I have just checked

    md5sum ME*
    458140020cc05f7a37d84d411d9661d0 ME-4.0.3GA_E3.1ManualInstall.zip
    068e06222e8b70b20c8b9a094f1adb7c ME-4.1M2_E3.1ManualInstall.zip

    and with zip -T (on linux) they get an OK.

    I am not sure what you are talking about here, there are som jars in Java\jre1.5.0_05\lib\ext:

    dnsns.jar, sunjce_provider.jar, sunpkcs11.jar, localedata.jar

    but I did not put them there myself.

    #244455 Reply

    b3rntsen
    Member

    @support-rkalla wrote:

    That log looks fine for a fresh install

    What version of Windows are you on? What is your Video Card and have you updated the driver recently?

    Windows 2002 Professional Service Pack 2 on a Dell Lattitude D505 with an Intel 82852/82855 GM/GME graphics controller. I use dual headed display with extended desktop, I have update the video drivers some months ago.

    I use my attached monitor as primary display, and the laptop as secondary.

    /\/

    #244457 Reply

    b3rntsen
    Member

    I just discovered that the UML viewer does not work on my primary desktop on the atttached monitor, but it does so on the notebooks primary display. I have seen problems with other apps before but I think to remember that they have been the other way around, that when I drag something to my extended desktop on the notebook display, they cannot work.

    Guess I will have to visit the driver update site again. Thanks for the clue!!!

    /\/

Viewing 15 posts - 1 through 15 (of 22 total)
Reply To: File>New>UML Model Repository editor "dead"

You must be logged in to post in the forum log in