facebook

MyEclipse 10 very slow.

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • #321565 Reply

    I am install MyEclipse 10 and it is very slow.
    Ot recommend me adjust the mmyeclipse.ini file parameters.
    This is :
    -vmargs
    -Xmx748m
    -XX:MaxPermSize=380m
    -XX:ReservedCodeCacheSize=64m
    -Dosgi.nls.warnings=ignore

    but not job fast.

    What can do It?

    regards

    Attachments:
    You must be logged in to view attached files.
    #321572 Reply

    support-swapna
    Moderator

    enriquealdana,

    Sorry that you are seeing this issue.

    Can you answer some more questions for us to investigate further?

    1) Can you share your MyEclipse Build ID from Help > About MyEclipse Enterprise Edition > Build ID ?

    2) Can you share your Operating System and version details ? Also let us know if you have installed MyEclipse 32 bit or 64 bit version.

    3) Please go to Window > Preferences > General and enable the option “Always run in background’. If its already enabled, then disable and re-enable it. Let us know if this brings down the CPU usage.

    #321627 Reply

    My Opetative System is :
    64 bits
    Ubuntu 11.10
    os.arch=amd64
    os.name=Linux
    os.version=3.0.0-13-generic
    osgi.arch=x86_64

    My Eclipse:
    MyEclipse Enterprise Workbench
    Version: 10.0
    Build id: 10.0-20111028

    Configuration:
    eclipse.vmargs=-Xmx768m
    -XX:MaxPermSize=384m
    -XX:ReservedCodeCacheSize=64m

    #321643 Reply

    Brian Fernandes
    Moderator

    enrique,

    You could try increasing your heap beyond 768m and see if that improves the performance.

    Also, you seem to be running out of memory due to JS indexing and validation. Can you please see this FAQ https://www.genuitec.com/forums/topic/troubleshooting-memory-amp-performance-issues/ and look at the second section for how you can change the JS settings to improve performance. I would suggest you move to the Basic mode.

    Please let us know how it goes.

    #321798 Reply

    John Hamilton
    Participant

    I also found MyEclipse very slow under 64 bit Ubuntu 11.10. Switched to the gnome desktop and it now runs faster than (expletives deleted). I think the problem is the ‘background’ indexing stuff that has been added to the fancy new desktops.

    #321800 Reply

    Just set memory values. set backup run task and not use javascript validators.

    Regards

    #321840 Reply

    John Hamilton
    Participant

    Addendum to this. Set the vm args to 768m/384m and building an XSD and we are talking glacially slow: ten minutes or more to repaint the window / bring up a dialog box. And I am not running on a Celeron. Had time to get upset, log on to the web site, find this thread and write a reply before it came back. Which of 768m, 384m and 64m do you suggest I increase ? (Tried 384m->512m and hasn’t made a difference.)

    addendum, from checking cpu and memory usage: it looks like the JVM is doing little or nothing: total memory usage <500M and cpu registers only occasionally. Is there an thread interlock happening ?

    #321902 Reply

    support-joy
    Member

    hamiljf,

    Sorry to hear you are running into this issue. To investigate further, could you attach your .log file located at [your workspace dir]/.metadata/..log. Could you bring up Window >Preferences > General > Capabilities and remove the features you do not require. Does that help?

    I have escalated your issue to dev team members. They would get back to you on this.

    Sorry for the inconvenience.

    #321908 Reply

    support-tony
    Keymaster

    enrique,

    You can also stop MyEclipse updating the maven index at startup. Go to the Maven4MyEclipse preferences page and deselect the “Download repository index updates on startup” option.

    hamiljf,

    Have you tried a fresh workspace? If so, and you still have the problem, could you provide some steps to reproduce? This will help us investigate. Perhaps if you could start with a new workspace then replicate the problem with the minimum set of projects and editors and actions, that would be a big help.

    #325580 Reply

    Phoenix_133
    Member

    I am also experiencing long wait states, where the cpu is almost idle, until it eventually starts generating the files using hibernate reverse engineering. Trying to reverse engineer only two tables takes aprox. 4 minutes, until it is done. Selecting more than two… I canceled it after aprox. 25 minutes.

    the forums did not provide a solution other than changing the myeclipse-blue.ini file.

    I am using SLES 11, SP2, 64bit
    MyEclipse Blue Edition, Version: 10.1 Blue, Build id: 10.1-Blue-20120316
    Oracle 11g Enterprise Edition as database to connect to
    the jdbc-driver listed at oracle at for version xxx:
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.htm, which points to download: http://download.oracle.com/otn/utilities_drivers/jdbc/112/ojdbc6.jar

    changing the driver did not improve the performance. As I used JBoss Hibernate tools before, the performance seems a lot better there, than using myEclipse. I do understand, that myEclipse provides a lot of features, that may require some performance, but looking at the cpu load, this does not seem the case. Maybe I just configured the Eclipse IDE wrongly. I downloaded the full version (pre-packaged) of myEclipse Blue. Currently I am too affraid to remove certain features, as I don’t know the consequences on my project or if I can refert those changes without corrupting my myEclipse install.

    After running myEclipse Blue, I got the warning, that it was running out of memory and adjusted the ini-file below, accordingly. I still get the same error with the same values listed, although I have adjusted the file. Did I miss something or are the values presented in the warning message hard-coded?

    I also noticed, that the included hibernate-version is a lot older than the one I used prior to myEclipse. I used the JBoss hibernate tools with the following manifest, specifying Hibernate 3.6.0 being used:

    
    Manifest-Version: 1.0
    Archiver-Version: Plexus Archiver
    Created-By: Apache Maven
    Built-By: dgeraskov
    Build-Jdk: 1.6.0_20
    Specification-Title: Hibernate Tools
    Specification-Version: 3.6.0
    Specification-Vendor: Hibernate
    Implementation-Title: Hibernate Tools
    Implementation-Version: 3.6.0
    Implementation-Vendor-Id: org.hibernate
    Implementation-Vendor: Hibernate
    Implementation-URL: http://tools.hibernate.org

    Thanx for any advice or help on this issue.


    Additional information:

    java-version:

    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)

    The following is the setup of the myeclipse-blue.in file:

    #ansi (do not remove)
    -startup
    ../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    --launcher.library
    ../Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505
    -install
    /opt/eclipseBlue/MyEclipse Blue Edition 10
    -vm
    /opt/eclipseBlue/Common/binary/com.sun.java.jdk.linux.x86_64_1.6.0.013/bin/java
    -configuration
    /opt/eclipseBlue/MyEclipse Blue Edition 10/configuration
    -vmargs
    -Xmx768m
    -XX:MaxPermSize=384m
    -XX:ReservedCodeCacheSize=64m
    -Dosgi.nls.warnings=ignore
    #325596 Reply

    support-tony
    Keymaster

    Phoenix_133,

    You can remove and re-add features without a problem. Although this will not affect your workspace project data, you may not be able to open editors, perspectives, views or wizards related to those features you remove, until you re-add the feature. It depends on the feature. You can always back up your workspace, if you are worried that there might be an adverse impact, but it should not be necessary.

    The memory suggestions are, unfortunately, hard-coded in the message, so you will not see any difference in the message related to your actual settings. The message shows the minimum recommended settings. Often, the message can be ignored, as it appears to arise based on the currently allocated heap space, even though you have allowed the heap to grow to a larger size. The message results from eclipse internal notifications, so there is not much we can do about that. You can display memory usage by clicking on MyEclipse->Utilities->Show Heap Status. If the heap size is below your maximum, there shouldn’t be a problem.

    Could you try a simple test, to determine if the slowness is due to the actual generation process or the database connection? Create a new Java project, add Hibernate capabilities and then run the Hibernate reverse engineering tool on the internal MyEclipse Derby database (CLASSICCARS schema), selecting all tables? I just did this on Linux (Ubuntu) and it generated all code and mappings very quickly. I would have to set up Oracle to test if it is an Oracle specific issue. Let me know how this goes.

    #325606 Reply

    Phoenix_133
    Member

    Used the internal database and it worked like a charm.

    BUT with the following differences:
    I did not use any templates to generate the DAOs/Pojos.

    Thanks for any help on this. It currently slows down the development to almost a halt.

    #325643 Reply

    Phoenix_133
    Member

    I did the test on not aborting the generation process. When I returned a couple of days later, I got an error message popup in eclipse:
    Title: Problem Occurredd
    Text: ‘Generating Artifacts’ has encountered a problem. An internal error occurred during: “Generating Artifacts”.

    When I press the “Details”-button, I get the following message:
    An internal error occurred during: “Generating Artifacts”. java.lang.NullPointerException

    The following is my log-output of the file named profile-rmb-3468902-console.log:

    Apr 27, 2012 8:33:29 AM com.genuitec.pulse2.client.services.PulseServices initialize
    INFO: Initialization of Pulse services is being started with callback com.genuitec.pulse2.client.targetcfg.ui.PulseActivator$InitializeTargetcfgCallback@1e9af0b1
    Apr 27, 2012 8:33:30 AM com.genuitec.pulse2.client.properties.PropertyCache readProperties
    INFO: Reading properties from disk cache for systemoverride took 1274 milliseconds.
    Apr 27, 2012 8:33:30 AM com.genuitec.pulse2.client.services.internal.PulseInitializer initialize
    INFO: Client services user interface initialized
    Apr 27, 2012 8:33:30 AM com.genuitec.pulse2.common.http.CommunicationsServices setActiveConnectionSettings
    INFO: Active connection settings changed to SystemConnectionSettings HttpClientCommunicationsLibrary ServerURI: https://www.poweredbypulse.com:443 using extended timeouts: false
    Apr 27, 2012 8:33:30 AM com.genuitec.pulse2.common.http.CommunicationsServices initialize
    INFO: CommunicationsServices initialized using retrieval factory [org.eclipse.ecf.internal.provider.filetransfer.Activator$2@5baa8241] for retrieval
    Apr 27, 2012 8:33:30 AM com.genuitec.pulse2.client.services.internal.PulseInitializer initializeCommunicationsWithWizardIfNeeded
    INFO: Skipping connection validation; connection already validated
    Apr 27, 2012 8:33:30 AM com.genuitec.pulse2.client.services.internal.PulseInitializer initializeServerConnection
    INFO: Initialized client settings for connectivity to the server
    Redirecting System.out and System.err to /opt/eclipseBlue/Common/logs/explorer-console.log
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator start
    INFO: Installed profile with ID (rmb-3468902) started
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator logVersion
    INFO: Pulse Infrastructure version 4.2.0.v201201200010
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator logVersion
    INFO: Pulse Target Config version 4.2.0.v201201111650
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Updating installed JREs
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Found 1 JREs to update.
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: JRE to register: /opt/eclipseBlue/Common/binary/com.sun.java.jdk.linux.x86_64_1.6.0.013
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Updated pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Setting default VM on the container: pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.common.offlineinstaller.OfflineInstallerBundleService <init>
    INFO: No offline content available; using live installation of software
    Apr 27, 2012 8:33:56 AM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Setting default vm install to pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
    Apr 27, 2012 8:34:03 AM com.genuitec.pulse2.client.targetcfg.dropins.DropinsProvisioningReport initialize
    INFO: No dropins reconciliation has occurred: Pulse modified both the current and previous versions of the profile.
    Apr 27, 2012 8:34:04 AM com.genuitec.pulse2.client.properties.PropertyCache readProperties
    INFO: Reading properties from disk cache for memberblueprint-3468902 took 760 milliseconds.
    Apr 27, 2012 8:34:05 AM com.genuitec.pulse2.client.properties.PropertyCache readProperties
    INFO: Reading properties from disk cache for systemoverride took 627 milliseconds.
    Apr 27, 2012 8:34:05 AM com.genuitec.pulse2.client.targetcfg.ui.jobs.InitializeTargetCfgJob run
    INFO: Remote service enabled
    Apr 27, 2012 8:34:05 AM com.genuitec.pulse2.client.targetcfg.ui.servicehost.internal.RemoteServiceListener start
    INFO: No remote service implemtors, skipping remote service listening.
    Apr 27, 2012 8:34:05 AM com.genuitec.pulse.client.targetcfg.collab.ui.jobs.CheckLicensesAndNotifyJob run
    INFO: Anonymous User, no need for freelance check
    (0 ms) [retrievalThread] WARN : org.hibernate.dialect.Oracle9Dialect#<init> : The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead

    Here is the content of the logfile profile-rmb-3468902-2.log:

    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator start
    INFO: Installed profile with ID (rmb-3468902) started
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator logVersion
    INFO: Pulse Infrastructure version 4.2.0.v201201200010
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator logVersion
    INFO: Pulse Target Config version 4.2.0.v201201111650
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Updating installed JREs
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Found 1 JREs to update.
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: JRE to register: /opt/eclipseBlue/Common/binary/com.sun.java.jdk.linux.x86_64_1.6.0.013
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Updated pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Setting default VM on the container: pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.targetcfg.jdt.UpdateInstalledJREsJob debug
    INFO: Setting default vm install to pulse_com.sun.java.jdk.linux.x86_64_1.6.0.013
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.common.offlineinstaller.OfflineInstallerBundleService <init>
    INFO: No offline content available; using live installation of software
    Apr 26, 2012 12:09:49 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 1 to Pulse server for retrieveBlueprintDefinition (details n/a)
    Apr 26, 2012 12:09:55 PM com.genuitec.pulse2.client.targetcfg.dropins.DropinsProvisioningReport initialize
    INFO: No dropins reconciliation has occurred: Pulse modified both the current and previous versions of the profile.
    Apr 26, 2012 12:09:55 PM com.genuitec.pulse2.client.properties.PropertyCache readProperties
    INFO: Reading properties from disk cache for memberblueprint-3468902 took 608 milliseconds.
    Apr 26, 2012 12:09:55 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 2 to Pulse server for getScopedProperties (details n/a)
    Apr 26, 2012 12:09:56 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 3 to Pulse server for aboutMe (details n/a)
    Apr 26, 2012 12:09:56 PM com.genuitec.pulse2.client.targetcfg.ui.jobs.InitializeTargetCfgJob run
    INFO: Remote service enabled
    Apr 26, 2012 12:09:56 PM com.genuitec.pulse2.client.targetcfg.ui.servicehost.internal.RemoteServiceListener start
    INFO: No remote service implemtors, skipping remote service listening.
    Apr 26, 2012 12:09:56 PM com.genuitec.pulse2.client.properties.PropertyCache readProperties
    INFO: Reading properties from disk cache for systemoverride took 294 milliseconds.
    Apr 26, 2012 12:09:56 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 4 to Pulse server for getScopedProperties (details n/a)
    Apr 26, 2012 12:09:57 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 5 to Pulse server for aboutMe (details n/a)
    Apr 26, 2012 12:09:58 PM com.genuitec.pulse.client.targetcfg.collab.ui.jobs.CheckLicensesAndNotifyJob run
    INFO: Anonymous User, no need for freelance check
    Apr 26, 2012 1:22:23 PM com.genuitec.pulse2.client.properties.PropertyCache readProperties
    INFO: Reading properties from disk cache for realm-451 took 148 milliseconds.
    Apr 26, 2012 1:22:23 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 6 to Pulse server for getScopedProperties (details n/a)
    Apr 26, 2012 1:22:24 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 7 to Pulse server for aboutMe (details n/a)
    Apr 26, 2012 1:22:26 PM com.genuitec.pulse.client.targetcfg.collab.ui.view.SoftwareAndWorkspaceBlueprintContent$PrepareForHighFidelityJob run
    INFO: Starting fidelity preparation for blueprint details
    Apr 26, 2012 1:22:26 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Syncing blueprint rmb-3468902 with server (force: true; revert: false)
    Apr 26, 2012 1:22:26 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 8 to Pulse server for retrieveBlueprintDefinition (details n/a)
    Apr 26, 2012 1:22:27 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Synced with blueprint; archiving metadata for blueprint rmb-3468902
    Apr 26, 2012 1:22:27 PM com.genuitec.pulse2.client.updatesite.injector.UpdateSitesCacheService refreshIfNeeded
    INFO: Refreshing meta for [http://download.jboss.org/jbosstools/updates/development/indigo, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/pulse, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/supporting, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable, http://downloads.myeclipseide.com/downloads/products/eworkbench/jdks, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo, http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors, http://www.poweredbypulse.com/pulse/download/live]
    Apr 26, 2012 1:22:27 PM com.genuitec.pulse2.client.updatesite.injector.UpdateSitesCacheService$LoadP2SiteJob run
    INFO: Precaching direct p2 repository http://download.jboss.org/jbosstools/updates/development/indigo
    Apr 26, 2012 1:22:27 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Checking if metadata is up to date for [http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900/aggregate, http://download.eclipse.org/technology/epp/packages/indigo/SR1, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable/categories, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta/10.0, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/categories, http://download.eclipse.org/technology/epp/packages/indigo/R, http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0/blue, http://www.poweredbypulse.com/pulse/download/live, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/supporting, http://download.eclipse.org/technology/epp/packages/indigo/SR2, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta, http://download.eclipse.org/eclipse/updates/3.7/R-3.7.1-201109091335, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201106220900, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201109230900/aggregate, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201106220900/aggregate, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1/blue, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7.2-201202080800, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0/enterprise, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/patches, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1/enterprise, http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800, http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors/patches, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7-201106131736, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo, http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable, http://downloads.myeclipseide.com/downloads/products/eworkbench/jdks, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201109230900, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7.1-201109091335, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta/10.1, http://downloads.myeclipseide.com/downloads/products/eworkbench/pulse/4.2, http://download.eclipse.org/technology/epp/packages/indigo, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/pulse, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/categories]
    Apr 26, 2012 1:22:27 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 9 to Pulse server for updateSitesMetaSize (details n/a)
    Apr 26, 2012 1:22:27 PM com.genuitec.pulse2.client.updatesite.injector.UpdateSitesCacheService refreshLocations
    INFO: Waiting for site metadata to be retrieved for [http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/supporting, http://download.eclipse.org/eclipse/updates/3.7/R-3.7.1-201109091335, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201109230900/aggregate, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta, http://downloads.myeclipseide.com/downloads/products/eworkbench/jdks, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201106220900, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0/enterprise, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7.2-201202080800, http://download.eclipse.org/technology/epp/packages/indigo/SR2, http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1/blue, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/patches, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1/enterprise, http://download.eclipse.org/technology/epp/packages/indigo, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7-201106131736, http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201109230900, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/categories, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta/10.1, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900, http://download.eclipse.org/technology/epp/packages/indigo/R, http://www.poweredbypulse.com/pulse/download/live, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7.1-201109091335, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/pulse, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1, http://downloads.myeclipseide.com/downloads/products/eworkbench/pulse/4.2, http://download.eclipse.org/technology/epp/packages/indigo/SR1, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable/categories, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201106220900/aggregate, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900/aggregate, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta/10.0, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/categories, http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors/patches, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0/blue, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7, http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736]
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.AbstractUpdateSiteCacheWorker saveResponseToTemp
    FINER: Received meta cache
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Received metadata update check of 1,934 bytes for [http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900/aggregate, http://download.eclipse.org/technology/epp/packages/indigo/SR1, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable/categories, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta/10.0, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/categories, http://download.eclipse.org/technology/epp/packages/indigo/R, http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0/blue, http://www.poweredbypulse.com/pulse/download/live, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/supporting, http://download.eclipse.org/technology/epp/packages/indigo/SR2, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta, http://download.eclipse.org/eclipse/updates/3.7/R-3.7.1-201109091335, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201106220900, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201109230900/aggregate, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201106220900/aggregate, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1/blue, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7.2-201202080800, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0/enterprise, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/patches, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1/enterprise, http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800, http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors/patches, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7-201106131736, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo, http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable, http://downloads.myeclipseide.com/downloads/products/eworkbench/jdks, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201109230900, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7.1-201109091335, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta/10.1, http://downloads.myeclipseide.com/downloads/products/eworkbench/pulse/4.2, http://download.eclipse.org/technology/epp/packages/indigo, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1, http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/pulse, http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/categories]
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata state for http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736 is: ALWAYS_FAIL_TO_CACHE
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata state for http://download.eclipse.org/eclipse/updates/3.7/R-3.7.1-201109091335 is: ALWAYS_FAIL_TO_CACHE
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://download.eclipse.org/eclipse/updates/3.7/R-3.7.2-201202080800
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://download.eclipse.org/technology/epp/packages/indigo
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://download.eclipse.org/technology/epp/packages/indigo/R
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://download.eclipse.org/technology/epp/packages/indigo/SR1
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://download.eclipse.org/technology/epp/packages/indigo/SR2
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0/blue
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.0/enterprise
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1/blue
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/10.1/enterprise
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/categories
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta/10.0
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta/10.1
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/pulse
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/supporting
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable/categories
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/patches
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/jdks
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://downloads.myeclipseide.com/downloads/products/eworkbench/pulse/4.2
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7-201106131736
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7.1-201109091335
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/R-3.7.2-201202080800
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7/categories
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201106220900
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201106220900/aggregate
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201109230900
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201109230900/aggregate
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors/patches
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Metadata is up to date for http://www.poweredbypulse.com/pulse/download/live
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.RefreshMetadataWorker performWork
    INFO: Scheduling download of metadata [http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900/aggregate:320932]
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.DownloadUpdateSiteWorker performWork
    INFO: Requesting to download metadata for [http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900/aggregate:320932]
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 10 to Pulse server for updateSitesMetaSize (details n/a)
    Apr 26, 2012 1:22:29 PM com.genuitec.pulse2.client.updatesite.injector.AbstractUpdateSiteCacheWorker saveResponseToTemp
    FINER: Received meta cache
    Apr 26, 2012 1:22:30 PM com.genuitec.pulse2.client.updatesite.injector.DownloadUpdateSiteWorker performWork
    INFO: Downloaded metadata 321,549 bytes for [http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900/aggregate:320932]
    Apr 26, 2012 1:22:30 PM com.genuitec.pulse2.client.updatesite.injector.DownloadUpdateSiteWorker flushCachesForSite
    INFO: Flushing metadata caches http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900/aggregate as new metadata downloaded
    Apr 26, 2012 1:22:30 PM com.genuitec.pulse2.client.updatesite.injector.DownloadUpdateSiteWorker performWork
    INFO: Successfully downloaded metadata for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo/201202240900/aggregate:320932
    Apr 26, 2012 1:22:31 PM com.genuitec.pulse2.client.updatesite.injector.UpdateSitesCacheService refreshLocations
    INFO: Finished receiving metadata for 41 sites
    Apr 26, 2012 1:22:31 PM com.genuitec.pulse.client.contrib.ui.blueprint.SoftwareUpdatesService getSoftwareUpdates
    INFO: Checking for updates for blueprint rmb-3468902
    Apr 26, 2012 1:22:32 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Getting provisioning context took 23 ms
    Apr 26, 2012 1:22:32 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors in 35 ms
    Apr 26, 2012 1:22:32 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 11 to Pulse server for syncBlueprints (details n/a)
    Apr 26, 2012 1:22:39 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo in 7015 ms
    Apr 26, 2012 1:22:39 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://www.poweredbypulse.com/pulse/download/live in 2 ms
    Apr 26, 2012 1:22:41 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7 in 1859 ms
    Apr 26, 2012 1:22:42 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable in 1196 ms
    Apr 26, 2012 1:22:42 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://download.jboss.org/jbosstools/updates/development/indigo in 0 ms
    Apr 26, 2012 1:22:42 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta in 6 ms
    Apr 26, 2012 1:22:42 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/pulse in 121 ms
    Apr 26, 2012 1:22:42 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/supporting in 5 ms
    Apr 26, 2012 1:22:42 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable in 16 ms
    Apr 26, 2012 1:22:42 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading meta for http://downloads.myeclipseide.com/downloads/products/eworkbench/jdks in 4 ms
    Apr 26, 2012 1:22:42 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://eclipse.poweredbypulse.com/downloads/products/pulse/mirrors in 2 ms
    Apr 26, 2012 1:22:44 PM com.genuitec.pulse2.client.updatesite.artifact.PulseArtifactRepositoryFactory load
    INFO: Unable to find meta cache for http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736/, will attempt live access from client
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/releases/indigo in 2298 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://www.poweredbypulse.com/pulse/download/live in 2 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://eclipse.poweredbypulse.com/downloads/aux/eclipse-mirror/eclipse/updates/3.7 in 162 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/enterprise-stable in 148 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://download.jboss.org/jbosstools/updates/development/indigo in 0 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/onemeta in 5 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/pulse in 26 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable/supporting in 2 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://downloads.myeclipseide.com/downloads/products/eworkbench/indigo/blue-stable in 2 ms
    Apr 26, 2012 1:22:45 PM com.genuitec.pulse2.client.common.p2.P2Bridge cacheRepositories
    INFO: Loading artifacts for http://downloads.myeclipseide.com/downloads/products/eworkbench/jdks in 2 ms
    Apr 26, 2012 1:22:58 PM com.genuitec.pulse2.client.common.p2.P2Bridge processOperands
    INFO: Not merging property: [IInstallableUnit property for com.poweredbypulse.profile-2740338-rmb-3468902 2.0.0.0000000002] com.poweredbypulse.blueprint-root-iu = null --> true
    Apr 26, 2012 1:22:58 PM com.genuitec.pulse2.client.common.p2.P2Bridge processOperands
    INFO: Not merging property: [IInstallableUnit property for com.poweredbypulse.profile-2740338-rmb-3468902 2.0.0.0000000002] org.eclipse.equinox.p2.internal.inclusion.rules = null --> STRICT
    Apr 26, 2012 1:22:58 PM com.genuitec.pulse2.client.common.p2.P2Bridge processOperands
    INFO: Not merging property: [IInstallableUnit property for com.poweredbypulse.profile-2740338-rmb-3468902 2.0.0.0000000002] org.eclipse.equinox.p2.type.root = null --> true
    Apr 26, 2012 1:22:58 PM com.genuitec.pulse.client.contrib.ui.blueprint.SoftwareUpdatesService getSoftwareUpdates
    INFO: There no are updates for blueprint rmb-3468902
    Apr 26, 2012 1:23:01 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintPersistJob persistNow
    INFO: Persisting changes to rmb-3468902
    Apr 26, 2012 1:27:13 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Syncing blueprint rmb-3468902 with server (force: false; revert: false)
    Apr 26, 2012 1:27:14 PM com.genuitec.pulse2.client.common.provisioning.internal.services.ClientBlueprintServerLookup syncBlueprint
    INFO: Syncing blueprint with server; sending outgoing changes for blueprint rmb-3468902 - {PERSONAL=[{removal:ClientBlueprintRequiredSoftware}]}
    Apr 26, 2012 1:27:14 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 12 to Pulse server for retrieveBlueprintDefinition (details n/a)
    Apr 26, 2012 1:27:15 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Synced with blueprint; archiving metadata for blueprint rmb-3468902
    Apr 26, 2012 1:44:44 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Syncing blueprint rmb-3468902 with server (force: false; revert: false)
    Apr 26, 2012 1:44:45 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 13 to Pulse server for retrieveBlueprintDefinition (details n/a)
    Apr 26, 2012 1:44:45 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Synced with blueprint; archiving metadata for blueprint rmb-3468902
    Apr 26, 2012 1:51:32 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Syncing blueprint rmb-3468902 with server (force: false; revert: false)
    Apr 26, 2012 1:51:33 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 14 to Pulse server for retrieveBlueprintDefinition (details n/a)
    Apr 26, 2012 1:51:33 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Synced with blueprint; archiving metadata for blueprint rmb-3468902
    Apr 26, 2012 1:59:38 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Syncing blueprint rmb-3468902 with server (force: false; revert: false)
    Apr 26, 2012 1:59:38 PM com.genuitec.pulse2.client.services.internal.PulseClient execute
    FINE: Request 15 to Pulse server for retrieveBlueprintDefinition (details n/a)
    Apr 26, 2012 1:59:39 PM com.genuitec.pulse.client.contrib.ui.internal.LazyBlueprintImpl syncWithServer
    INFO: Synced with blueprint; archiving metadata for blueprint rmb-3468902
    
    #325644 Reply

    Phoenix_133
    Member

    First of: I was trying to use reverse engineering on a little more than 200 tables.
    Second: Because of the memory problem with myEclipse, I updated my PC and doubled my RAM to 4GB before starting the generation process.

    The shell-command “free” reveals, the following specs on used memory:

                 total       used       free     shared    buffers     cached
    Mem:       3888720    3364876     523844          0     107632    2160996
    -/+ buffers/cache:    1096248    2792472
    Swap:      6212036          0    6212036

    Just to give you an idear on my system, I used the command “cat /proc/cpuinfo”:

    processor       : 0
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 23
    model name      : Intel(R) Core(TM)2 Duo CPU     E7500  @ 2.93GHz
    stepping        : 10
    cpu MHz         : 1600.000
    cache size      : 3072 KB
    physical id     : 0
    siblings        : 2
    core id         : 0
    cpu cores       : 2
    apicid          : 0
    initial apicid  : 0
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm tpr_shadow vnmi flexpriority
    bogomips        : 5851.99
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 36 bits physical, 48 bits virtual
    power management:
    
    processor       : 1
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 23
    model name      : Intel(R) Core(TM)2 Duo CPU     E7500  @ 2.93GHz
    stepping        : 10
    cpu MHz         : 1600.000
    cache size      : 3072 KB
    physical id     : 0
    siblings        : 2
    core id         : 1
    cpu cores       : 2
    apicid          : 1
    initial apicid  : 1
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm tpr_shadow vnmi flexpriority
    bogomips        : 5851.95
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 36 bits physical, 48 bits virtual
    power management:

    It may not be the latest/greatest, but it isn’t the oldest machine around.

    I also attached the error message as a screenshot, that I got after I returned to the unfinished/aborted generation process business.

    Attachments:
    You must be logged in to view attached files.
    #325650 Reply

    Phoenix_133
    Member

    After reading throught the “how to post sensible help information” again, I noticed the log files you mentioned in the <workspace>/.metadta/.log

    One remark on my reverse engineering approach:
    I put in a base class to use, that does not exist in this project, but is copied into the deploy-project using a shell script. As this worked fine when generating DAOs and POJOs for the tables within the admin schema, this does not seem to be the problem.

    I attached the log-file .log of myEclipse, but had to rename it in order to attach it.

    Attachments:
    You must be logged in to view attached files.
Viewing 15 posts - 1 through 15 (of 25 total)
Reply To: MyEclipse 10 very slow.

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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