facebook

[Closed] Cant load perspective or do anything in UML

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

    After creating the repository, then opening it, the view stops painting, and i can’t do anything…any help?

    Config details:
    *** Date: Mon Jul 10 18:06:15 EDT 2006

    *** Platform Details:

    *** System properties:
    apple.laf.useScreenMenuBar=true
    awt.toolkit=sun.awt.windows.WToolkit
    com.apple.mrj.application.apple.menu.about.name=ArgoUML
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=I20050627-1435
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    190_6c
    -vm
    C:\WINDOWS\system32\javaw.exe
    eclipse.product=org.eclipse.sdk.ide
    eclipse.startTime=1152569129904
    eclipse.vm=C:\WINDOWS\system32\javaw.exe
    eclipse.vmargs=-Xms256m
    -Xmx512m
    -jar
    C:\eclipse\startup.jar

    #254476 Reply

    Scott Anderson
    Participant

    Robert,

    The problem is likely that either you’re running out of permspace memory or the plugin cache is out of date. To correct the issue, please start your Eclipse instance with the following commandline:
    eclipse.exe -clean -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dosgi.splashLocation=”<path-to-myeclipse>\eclipse\MyEclipseSplash.bmp”

    The last argument is optional. After the first restart the ‘-clean’ argument can be removed but the others should remain to ensure that the appropriate resources are available.

    #254483 Reply

    that was it…thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] Cant load perspective or do anything in UML

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