- This topic has 5 replies, 2 voices, and was last updated 15 years, 11 months ago by Loyal Water.
-
AuthorPosts
-
millstoneMemberHi,
I’m using 7.0 via pulse under 32 bit linux ant got a lot of errors.
These are the last one.
Whats wrong? Hope u can help me. Thx.——————————————————————————–
!ENTRY org.eclipse.ui.ide 4 4 2008-12-13 18:42:42.024
!MESSAGE Problems saving workspace!ENTRY org.eclipse.ui.ide 2 1 2008-12-13 18:42:42.025
!MESSAGE Problems occurred while trying to save the state of the workbench.
!SUBENTRY 1 org.eclipse.core.resources 2 566 2008-12-13 18:42:42.025
!MESSAGE Problems occurred during save.
!STACK 1
org.eclipse.core.runtime.CoreException: Problems while saving variables and containers
at org.eclipse.jdt.internal.core.JavaModelManager.saveVariablesAndContainers(JavaModelManager.java:3458)
at org.eclipse.jdt.internal.core.JavaModelManager.saving(JavaModelManager.java:3701)
at org.eclipse.core.internal.resources.SaveManager.executeLifecycle(SaveManager.java:343)
at org.eclipse.core.internal.resources.SaveManager$1.run(SaveManager.java:160)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.resources.SaveManager.broadcastLifecycle(SaveManager.java:163)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:989)
at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:1827)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$3.run(IDEWorkbenchAdvisor.java:391)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.io.FileNotFoundException: /home/diggy/local/datas/MyEclipseProjects/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat (Too many open files)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at org.eclipse.jdt.internal.core.JavaModelManager.saveVariablesAndContainers(JavaModelManager.java:3386)
… 9 more
!SUBENTRY 2 org.eclipse.jdt.core 4 4 2008-12-13 18:42:42.043
!MESSAGE Problems while saving variables and containers
!STACK 0
java.io.FileNotFoundException: /home/diggy/local/datas/MyEclipseProjects/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat (Too many open files)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
at org.eclipse.jdt.internal.core.JavaModelManager.saveVariablesAndContainers(JavaModelManager.java:3386)
at org.eclipse.jdt.internal.core.JavaModelManager.saving(JavaModelManager.java:3701)
at org.eclipse.core.internal.resources.SaveManager.executeLifecycle(SaveManager.java:343)
at org.eclipse.core.internal.resources.SaveManager$1.run(SaveManager.java:160)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.resources.SaveManager.broadcastLifecycle(SaveManager.java:163)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:989)
at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:1827)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$3.run(IDEWorkbenchAdvisor.java:391)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
!SESSION 2008-12-13 18:42:47.384 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
Command-line arguments: -os linux -ws gtk -arch x86 -clean!ENTRY org.eclipse.jface 2 0 2008-12-13 18:43:07.819
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2008-12-13 18:43:07.819
!MESSAGE A conflict occurred for SHIFT+DEL:
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
,
Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
Cut the selection to the clipboard,
Category(org.eclipse.ui.category.edit,Edit,null,true),
ActionHandler(org.eclipse.jdt.internal.ui.refactoring.reorg.CutAction@19dd3cd),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
Category(org.eclipse.ui.category.edit,Edit,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)!ENTRY org.eclipse.ui 4 4 2008-12-13 18:43:12.524
!MESSAGE Category org.eclipse.ajdt.ui.cat not found for view org.eclipse.contribution.xref.ui.views.XReferenceView. This view added to ‘Other’ category.!ENTRY org.eclipse.ui 4 4 2008-12-13 18:43:12.575
!MESSAGE Category org.eclipse.ajdt.ui.cat not found for view org.eclipse.contribution.xref.ui.views.XReferenceView. This view added to ‘Other’ category.!ENTRY org.eclipse.equinox.p2.metadata.repository 4 0 2008-12-13 18:43:31.350
!MESSAGE Error while saving repositories in preferences
!STACK 0
org.osgi.service.prefs.BackingStoreException: Exception saving preferences to: /home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0/configuration/.settings/org.eclipse.equinox.p2.metadata.repository.prefs.
at org.eclipse.core.internal.preferences.EclipsePreferences.save(EclipsePreferences.java:991)
at org.eclipse.core.internal.preferences.EclipsePreferences.save(EclipsePreferences.java:953)
at org.eclipse.core.internal.preferences.EclipsePreferences.flush(EclipsePreferences.java:352)
at org.eclipse.core.internal.preferences.EclipsePreferences.flush(EclipsePreferences.java:340)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.saveToPreferences(Unknown Source)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.remember(Unknown Source)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.addRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.metadata.repository.MetadataRepositoryManager.loadRepository(Unknown Source)
at org.eclipse.equinox.internal.p2.director.SimplePlanner.updatesFor(Unknown Source)
at com.genuitec.pulse2.client.services.update.PulseUpdateServices.checkForUpdates(Unknown Source)
at com.genuitec.pulse2.client.services.update.PulseUpdateServices.getUpdateInformation(Unknown Source)
at com.genuitec.eclipse.dashboard.DashboardJob.runDashboard(DashboardJob.java:99)
at com.genuitec.eclipse.dashboard.DashboardJob.run(DashboardJob.java:42)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SESSION 2008-12-13 18:48:56.299 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
Command-line arguments: -os linux -ws gtk -arch x86 -clean!ENTRY org.eclipse.jface 2 0 2008-12-13 18:49:18.409
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2008-12-13 18:49:18.409
!MESSAGE A conflict occurred for SHIFT+DEL:
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
,
Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
Cut the selection to the clipboard,
Category(org.eclipse.ui.category.edit,Edit,null,true),
ActionHandler(org.eclipse.jdt.internal.ui.refactoring.reorg.CutAction@92b39f),
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
Category(org.eclipse.ui.category.edit,Edit,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)!ENTRY org.eclipse.mylyn.tasks.core 2 0 2008-12-13 18:49:19.703
!MESSAGE Failed to load tasks.xml.zip, restoring from snapshot
!STACK 1
org.eclipse.core.runtime.CoreException: Task list file not found “/home/diggy/local/datas/MyEclipseProjects/.metadata/.mylyn/tasks.xml.zip”
at org.eclipse.mylyn.internal.tasks.core.externalization.TaskListExternalizer.readTaskList(TaskListExternalizer.java:191)
at org.eclipse.mylyn.internal.tasks.core.externalization.TaskListExternalizationParticipant$1.execute(TaskListExternalizationParticipant.java:78)
at org.eclipse.mylyn.internal.tasks.core.TaskList.run(TaskList.java:654)
at org.eclipse.mylyn.internal.tasks.core.externalization.TaskListExternalizationParticipant.load(TaskListExternalizationParticipant.java:82)
at org.eclipse.mylyn.internal.tasks.core.externalization.AbstractExternalizationParticipant.performLoad(AbstractExternalizationParticipant.java:83)
at org.eclipse.mylyn.internal.tasks.core.externalization.TaskListExternalizationParticipant.performLoad(TaskListExternalizationParticipant.java:87)
at org.eclipse.mylyn.internal.tasks.core.externalization.AbstractExternalizationParticipant.execute(AbstractExternalizationParticipant.java:73)
at org.eclipse.mylyn.internal.tasks.core.externalization.ExternalizationManager$1.run(ExternalizationManager.java:117)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.mylyn.internal.tasks.core.externalization.ExternalizationManager.load(ExternalizationManager.java:106)
at org.eclipse.mylyn.internal.tasks.core.externalization.ExternalizationManager.load(ExternalizationManager.java:84)
at org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin.loadDataSources(TasksUiPlugin.java:846)
at org.eclipse.mylyn.internal.tasks.ui.TasksUiPlugin.start(TasksUiPlugin.java:620)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:427)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:193)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:368)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:444)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1274)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:867)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:267)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:52)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:263)
at org.eclipse.ui.internal.EarlyStartupRunnable.getExecutableExtension(EarlyStartupRunnable.java:117)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.ui.internal.Workbench$54.run(Workbench.java:2169)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SUBENTRY 1 org.eclipse.mylyn.tasks.core 4 0 2008-12-13 18:49:19.704
!MESSAGE Task list file not found “/home/diggy/local/datas/MyEclipseProjects/.metadata/.mylyn/tasks.xml.zip”!ENTRY org.eclipse.ui 4 4 2008-12-13 18:49:24.087
!MESSAGE Category org.eclipse.ajdt.ui.cat not found for view org.eclipse.contribution.xref.ui.views.XReferenceView. This view added to ‘Other’ category.!ENTRY org.eclipse.ui 4 4 2008-12-13 18:49:24.117
!MESSAGE Category org.eclipse.ajdt.ui.cat not found for view org.eclipse.contribution.xref.ui.views.XReferenceView. This view added to ‘Other’ category.
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
millstoneMemberHi,
cant go there. MyEclipse -> Installation Summary tells me “The choosen operation is not currently available”.
So i c&p you the Help -> About MyEclipse Enterprise Workbench -> Configure Details. Hope that helps. Oh, tried to delete the ../.MyEclipse folder… Nothng…*** Date: Montag, 15. Dezember 2008 16:15:57 Deutschland *** Platform Details: *** System properties: com.genuitec.pulse.client.basedir.location.override=/home/diggy/local/software/Pulse com.genuitec.pulse.client.blueprint.id=rmb-23678 com.genuitec.pulse.client.credentials=ugM1oWgQMZzlPdXsC96NYYQnuH8J7fntFsVPD3N3Zz/XG++kRAdKhUX2gjojcIgWXs3cuC1pLNp4 DTOHFfRBY9G89+MJRHHJIuyXHXOgo4kLONy4HyJzNJIdtKYCyUYNZWPsK92s3wcX5zXFhY4T3a2R oQJaiu13w4gn1JGK9V0= com.genuitec.pulse.client.handshake.id=ed3f76ac-d5af-4622-96d1-d44f046cae3d com.genuitec.pulse.client.rcb.id=23909 com.genuitec.pulse.common.server.url=https://www.poweredbypulse.com:443 eclipse.commands=-os linux -ws gtk -arch x86 -showsplash -launcher /home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0/myeclipse -name Myeclipse --launcher.library /home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0//../../Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1115.so -startup /home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0//../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar -exitdata 170001 -clean -configuration /home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0/configuration -vm /home/diggy/local/datas/mysources/java/jdk1.6.0_11/bin/java eclipse.ee.install.verify=false eclipse.home.location=file:/home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0/ eclipse.launcher=/home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0/myeclipse eclipse.p2.data.area=/home/diggy/local/software/Pulse/Common/configuration eclipse.p2.profile=com.poweredbypulse.profile-10531-rmb-23678 eclipse.product=com.genuitec.myeclipse.product7.ide eclipse.startTime=1229354052946 eclipse.vm=/home/diggy/local/datas/mysources/java/jdk1.6.0_11/bin/java eclipse.vmargs=-Xmx512M -XX:MaxPermSize=256M -jar /home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0//../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar file.encoding=UTF-8 file.encoding.pkg=sun.io file.separator=/ java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment java.awt.printerjob=sun.print.PSPrinterJob java.class.path=/home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0//../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar java.class.version=50.0 java.endorsed.dirs=/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/endorsed java.ext.dirs=/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/ext:/usr/java/packages/lib/ext java.home=/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre java.io.tmpdir=/tmp java.library.path=/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/i386/server:/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/i386:/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/../lib/i386:/usr/lib/xulrunner-addons:/usr/java/packages/lib/i386:/lib:/usr/lib java.runtime.name=Java(TM) SE Runtime Environment java.runtime.version=1.6.0_11-b03 java.specification.name=Java Platform API Specification java.specification.vendor=Sun Microsystems Inc. java.specification.version=1.6 java.vendor=Sun Microsystems Inc. java.vendor.url=http://java.sun.com/ java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi java.version=1.6.0_11 java.vm.info=mixed mode java.vm.name=Java HotSpot(TM) Server VM java.vm.specification.name=Java Virtual Machine Specification java.vm.specification.vendor=Sun Microsystems Inc. java.vm.specification.version=1.0 java.vm.vendor=Sun Microsystems Inc. java.vm.version=11.0-b16 javax.net.ssl.trustStore=/tmp/pulse7679849994366287703jks line.separator= maynstall.basepath=/pulse/action/ maynstall.rootelement=pulse org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog org.apache.commons.logging.simplelog.defaultlog=off org.apache.commons.logging.simplelog.log.httpclient.wire.header=off org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=off org.eclipse.equinox.launcher.splash.location=/home/diggy/local/software/Pulse/Common/plugins/com.genuitec.myeclipse.product7_7.0.0.zmyeclipse70020081206/splash.bmp org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info org.eclipse.swt.browser.XULRunnerPath=/home/diggy/local/software/Pulse/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner org.eclipse.update.reconcile=false org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6 org.osgi.framework.language=de org.osgi.framework.os.name=Linux org.osgi.framework.os.version=2.6.27 org.osgi.framework.processor=x86 org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views ,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers org.osgi.framework.vendor=Eclipse org.osgi.framework.version=1.4.0 org.osgi.supports.framework.extension=true org.osgi.supports.framework.fragment=true org.osgi.supports.framework.requirebundle=true os.arch=i386 os.name=Linux os.version=2.6.27-9-generic osgi.arch=x86 osgi.bundles=reference:file:org.eclipse.equinox.simpleconfigurator_1.0.0.v20080604.jar@1:start osgi.bundles.defaultStartLevel=4 osgi.bundlestore=/home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles osgi.clean=true osgi.compatibility.bootdelegation=true osgi.configuration.area=file:/home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0/configuration/ osgi.framework=file:/home/diggy/local/software/Pulse/Common/plugins/org.eclipse.osgi_3.4.2.R34x_v20080826-1230.jar osgi.framework.beginningstartlevel=1 osgi.framework.shape=jar osgi.framework.version=3.4.2.R34x_v20080826-1230 osgi.install.area=file:/home/diggy/local/software/Pulse/Common/ osgi.instance.area=file:/home/diggy/local/datas/MyEclipseProjects/ osgi.instance.area.default=file:/home/diggy/Workspaces/MyEclipse 7.0/ osgi.logfile=/home/diggy/local/datas/MyEclipseProjects/.metadata/.log osgi.manifest.cache=/home/diggy/local/software/Pulse/Profiles/MyEclipse 7.0/configuration/org.eclipse.osgi/manifests osgi.nl=de_DE osgi.os=linux osgi.sharedConfiguration.area=file:/home/diggy/local/software/Pulse/Common/configuration/ osgi.splashLocation=/home/diggy/local/software/Pulse/Common/plugins/com.genuitec.myeclipse.product7_7.0.0.zmyeclipse70020081206/splash.bmp osgi.splashPath=platform:/base/plugins/com.genuitec.myeclipse.product7 osgi.syspath=/home/diggy/local/software/Pulse/Common/plugins osgi.ws=gtk path.separator=: pulse.console.redirect=true sun.arch.data.model=32 sun.boot.class.path=/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/resources.jar:/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/rt.jar:/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/sunrsasign.jar:/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/jsse.jar:/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/jce.jar:/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/charsets.jar:/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/classes sun.boot.library.path=/home/diggy/local/datas/mysources/java/jdk1.6.0_11/jre/lib/i386 sun.cpu.endian=little sun.cpu.isalist= sun.io.unicode.encoding=UnicodeLittle sun.java.launcher=SUN_STANDARD sun.jnu.encoding=UTF-8 sun.management.compiler=HotSpot Tiered Compilers sun.os.patch.level=unknown user.country=DE user.dir=/home/diggy user.home=/home/diggy user.language=de user.name=diggy user.timezone=Europe/Berlin *** Features: com.genuitec.myeclipse.enterprise.workbench (7.0.0.zmyeclipse70020081206) "MyEclipse Enterprise Workbench" com.genuitec.myeclipse.icefaces.feature (7.0.0.zmyeclipse70020081206) "ICEfaces AJAX and Java EE Tooling for MyEclipse" com.genuitec.myeclipse.matisse (7.0.0.zmyeclipse70020081206) "MyEclipse Visual Swing Designer Feature" com.genuitec.myeclipse.reports (7.0.0.zmyeclipse70020081206) "MyEclipse Reports" com.genuitec.myeclipse.tapestry (7.0.0.zmyeclipse70020081206) "MyEclipse Tapestry Branding" com.genuitec.myeclipse.uml2 (7.0.0.zmyeclipse70020081206) "MyEclipse UML2" org.eclipse.cvs (1.1.1.r34x_20080902-7C79E8N9nJD4oAW9V1938) "Eclipse CVS Client" org.eclipse.datatools.connectivity.feature (1.6.1.v200809191145-7_7K7_Dn-QY4jNGDlg0YiVa76H) "Data Tools Platform Connectivity Plug-in" org.eclipse.datatools.connectivity.oda.designer.feature (1.6.1.v200809191145-7C67OCYQCD4D-JkHcYh) "DTP ODA Designer UI Framework Plug-in" org.eclipse.datatools.connectivity.oda.feature (1.6.1.v200809191145-7F27PBcMAAwAtKkESVZ) "DTP Open Data Access" org.eclipse.datatools.enablement.oda.designer.feature (1.6.1.v200809191145-2118s733I3I6C4_6C) "Eclipse Data Tools Platform XML ODA Designer" org.eclipse.datatools.enablement.oda.feature (1.6.1.v200809191145-797P6CYQCD4CvIcEeNW) "Eclipse Data Tools Platform XML ODA Runtime Driver" org.eclipse.datatools.modelbase.feature (1.6.1.v200809191145-6-0BcMAAwAmEgFXTT) "Eclipse Data Tools Platform SQLModel Plug-in" org.eclipse.datatools.sqldevtools.feature (1.6.1.v200809191145-7F7d5E8yz-UHrDYUGnc_DXkE39Kp) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in" org.eclipse.draw2d (3.4.1.v20080806-3307w31191_2102462) "Graphical Editing Framework Draw2d" org.eclipse.emf (2.4.1.v200808251517) "EMF - Eclipse Modeling Framework" org.eclipse.emf.codegen (2.4.0.v200808251517) "EMF Code Generation" org.eclipse.emf.codegen.ecore (2.4.1.v200808251517) "EMF Ecore Code Generator" org.eclipse.emf.codegen.ecore.ui (2.4.1.v200808251517) "EMF Ecore Code Generator UI" org.eclipse.emf.codegen.ui (2.4.0.v200808251517) "EMF Code Generation UI" org.eclipse.emf.common (2.4.0.v200808251517) "EMF Common" org.eclipse.emf.common.ui (2.4.0.v200808251517) "EMF Common UI" org.eclipse.emf.converter (2.4.1.v200808251517) "EMF Model Converter" org.eclipse.emf.databinding (1.0.0.v200808251517) "EMF Data Binding" org.eclipse.emf.databinding.edit (1.0.0.v200808251517) "EMF Edit Data Binding" org.eclipse.emf.ecore (2.4.1.v200808251517) "EMF Ecore" org.eclipse.emf.ecore.edit (2.4.1.v200808251517) "EMF Ecore Edit" org.eclipse.emf.ecore.editor (2.4.0.v200808251517) "EMF Sample Ecore Editor" org.eclipse.emf.ecore.sdo (2.4.0.v200808251517) "EMF SDO - EMF's Service Data Objects Implementation" org.eclipse.emf.edit (2.4.1.v200808251517) "EMF Edit" org.eclipse.emf.edit.ui (2.4.1.v200808251517) "EMF Edit UI" org.eclipse.emf.mapping (2.4.0.v200808251517) "EMF Mapping" org.eclipse.emf.mapping.ecore (2.4.0.v200808251517) "EMF Ecore Mapping" org.eclipse.emf.mapping.ecore.editor (2.4.0.v200808251517) "EMF Ecore Mapping Editor" org.eclipse.emf.mapping.ui (2.4.0.v200808251517) "EMF Mapping UI" org.eclipse.gef (3.4.1.v20080806-67718083A56B4H2A3213573) "Graphical Editing Framework GEF" org.eclipse.help (1.0.1.R34x_v20080827-7r7xEIxEI6Zu5nEqN7M3UBpglaat) "Help System Base" org.eclipse.jdt (3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97) "Eclipse Java Development Tools" org.eclipse.jst (3.0.2.v200808250510-7U-8r9LJ9cNr7UGsQ02P0aZsUk1o) "J2EE Standard Tools (JST)" org.eclipse.jst.ws.axis2tools.feature (1.0.1.v200807092124-77-E_BCYQCD4CyNjOPRU) "J2EE Standard Tools (JST)" org.eclipse.mylyn_feature (3.0.3.v20081015-1500-e3x) "Mylyn" org.eclipse.mylyn.bugzilla_feature (3.0.2.v20080918-1100-e3x) "Mylyn" org.eclipse.mylyn.context_feature (3.0.2.v20080918-1100-e3x) "Mylyn" org.eclipse.mylyn.ide_feature (3.0.2.v20080918-1100-e3x) "Mylyn" org.eclipse.mylyn.java_feature (3.0.2.v20080918-1100-e3x) "Mylyn" org.eclipse.mylyn.pde_feature (3.0.2.v20080918-1100-e3x) "Mylyn" org.eclipse.mylyn.team_feature (3.0.2.v20080918-1100-e3x) "Mylyn" org.eclipse.pde (3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP) "PDE" org.eclipse.platform (3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu) "Eclipse Platform" org.eclipse.rcp (3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341) "Eclipse RCP" org.eclipse.wst (3.0.2.v200808250510-7A-8f8QqVJLTFUkFahb1QIq2z0t8) "Web Standard Tools (WST)" org.eclipse.wst.ws_wsdl14.feature (1.4.0.v200802280619-13-7w311917141518) "Web Standard Tools (WST)" org.eclipse.wst.ws_wsdl15.feature (1.5.1.v200802280619-1407w311917141519) "Web Standard Tools (WST)" org.eclipse.xsd (2.4.1.v200808251517) "XSD - XML Schema Definition Model" org.eclipse.xsd.edit (2.4.0.v200808251517) "XSD Edit" org.tigris.subversion.clientadapter.feature (1.5.2) "Subversion Client Adapter" org.tigris.subversion.subclipse (1.4.7) "SVN Team Provider Core" *** Plug-in Registry: ca.ecliptical.emf.xpath (1.0.0.zmyeclipse70020081206) "EMF XPath Plug-in" [Starting] com.genuitec.eclipse.aspphp.core (7.0.0.zmyeclipse70020081206) "ASP and PHP Support Core Plug-in" [Starting] com.genuitec.eclipse.aspphp.ui (7.0.0.zmyeclipse70020081206) "ASP and PHP support UI Plug-in" [Starting] com.genuitec.eclipse.ast.deploy.core (7.0.0.zmyeclipse70020081206) "MyEclipse Deployment Support" [Starting] com.genuitec.eclipse.browser (7.0.0.zmyeclipse70020081206) "MyEclipse Web Browser" [Starting] com.genuitec.eclipse.core (7.0.0.zmyeclipse70020081206) "MyEclipse Core" [Active] com.genuitec.eclipse.core.common (7.0.0.zmyeclipse70020081206) "MyEclipse Common Core Utilities" [Active] com.genuitec.eclipse.core.common.platform (7.0.0.zmyeclipse70020081206) "MyEclipse Common Core Platform Utilities" [Active] com.genuitec.eclipse.cross.easystruts.eclipse (7.0.0.zmyeclipse70020081206) "MyEclipse Struts Support" [Starting] com.genuitec.eclipse.dashboard (7.0.0.zmyeclipse70020081206) "Plugin Dashboard Plug-in" [Active] com.genuitec.eclipse.dehory (7.0.0.zmyeclipse70020081206) "MyEclipse Visual Swing Designer" [Starting] com.genuitec.eclipse.derby (7.0.0.zmyeclipse70020081206) "MyEclipse Derby" [Active] com.genuitec.eclipse.desktop (7.0.0.zmyeclipse70020081206) "MyEclipse Desktop Utilities" [Starting] com.genuitec.eclipse.dtd (7.0.0.zmyeclipse70020081206) "MyEclipse DTD Support" [Starting] com.genuitec.eclipse.easie.core (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Core" [Active] com.genuitec.eclipse.easie.geronimo1 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Geronimo 1" [Active] com.genuitec.eclipse.easie.geronimo2 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Geronimo 2" [Active] com.genuitec.eclipse.easie.jboss (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JBoss" [Active] com.genuitec.eclipse.easie.jboss2 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JBoss 2" [Active] com.genuitec.eclipse.easie.jboss3 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JBoss 3" [Active] com.genuitec.eclipse.easie.jboss4 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JBoss 4" [Active] com.genuitec.eclipse.easie.jboss5 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JBoss 5" [Active] com.genuitec.eclipse.easie.jetty (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Jetty" [Active] com.genuitec.eclipse.easie.jetty4 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Jetty 4" [Active] com.genuitec.eclipse.easie.jetty5 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Jetty 5" [Active] com.genuitec.eclipse.easie.jetty6 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Jetty 6" [Active] com.genuitec.eclipse.easie.jonas (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JOnAS" [Active] com.genuitec.eclipse.easie.jonas3 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JOnAS 3" [Active] com.genuitec.eclipse.easie.jonas4 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JOnAS 4" [Active] com.genuitec.eclipse.easie.jrun (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JRun" [Active] com.genuitec.eclipse.easie.jrun4 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE JRun 4" [Active] com.genuitec.eclipse.easie.oracle (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Oracle AS" [Active] com.genuitec.eclipse.easie.oracle10 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Oracle 10 AS" [Active] com.genuitec.eclipse.easie.oracle9 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Oracle 9 AS" [Active] com.genuitec.eclipse.easie.orion1 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Orion 1" [Active] com.genuitec.eclipse.easie.orion2 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Orion 2" [Active] com.genuitec.eclipse.easie.resin (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Resin" [Active] com.genuitec.eclipse.easie.resin2 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Resin 2" [Active] com.genuitec.eclipse.easie.resin3 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Resin 3" [Active] com.genuitec.eclipse.easie.sun (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Sun One" [Active] com.genuitec.eclipse.easie.sun8 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Sun 8" [Active] com.genuitec.eclipse.easie.sun81 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Sun 8.x" [Active] com.genuitec.eclipse.easie.sun9 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Sun 9" [Active] com.genuitec.eclipse.easie.sunglassfish (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Glassfish 1" [Active] com.genuitec.eclipse.easie.sunglassfish2 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Glassfish 2" [Active] com.genuitec.eclipse.easie.tomcat (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Tomcat" [Active] com.genuitec.eclipse.easie.tomcat.myeclipse (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE MyEclipse Tomcat 6 Server" [Active] com.genuitec.eclipse.easie.tomcat4 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Tomcat 4" [Active] com.genuitec.eclipse.easie.tomcat5 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Tomcat 5" [Active] com.genuitec.eclipse.easie.tomcat6 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE Tomcat 6" [Active] com.genuitec.eclipse.easie.weblogic (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebLogic" [Active] com.genuitec.eclipse.easie.weblogic10 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebLogic 10" [Active] com.genuitec.eclipse.easie.weblogic6 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebLogic 6" [Active] com.genuitec.eclipse.easie.weblogic7 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebLogic 7" [Active] com.genuitec.eclipse.easie.weblogic8 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebLogic 8" [Active] com.genuitec.eclipse.easie.weblogic9 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebLogic 9" [Active] com.genuitec.eclipse.easie.websphere (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebSphere 4" [Active] com.genuitec.eclipse.easie.websphere5 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebSphere 5" [Active] com.genuitec.eclipse.easie.websphere6 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebSphere 6" [Active] com.genuitec.eclipse.easie.websphere61 (7.0.0.zmyeclipse70020081206) "MyEclipse EASIE WebSphere 6.1" [Active] com.genuitec.eclipse.examples (7.0.0.zmyeclipse70020081206) "MyEclipse Examples" [Active] com.genuitec.eclipse.export.wizard (7.0.0.zmyeclipse70020081206) "MyEclipse J2EE Export Wizards" [Starting] com.genuitec.eclipse.fileview (7.0.0.zmyeclipse70020081206) "The File View Plug-in" [Active] com.genuitec.eclipse.hibernate (7.0.0.zmyeclipse70020081206) "MyEclipse Hibernate Capabilities" [Starting] com.genuitec.eclipse.icefaces (7.0.0.zmyeclipse70020081206) "ICEfaces Runtime Libraries" [Starting] com.genuitec.eclipse.imageeditor (7.0.0.zmyeclipse70020081206) "MyEclipse Image Editor" [Starting] com.genuitec.eclipse.integration (7.0.0.zmyeclipse70020081206) "MyEclipse Integration Utilities" [Starting] com.genuitec.eclipse.j2eedt.core (7.0.0.zmyeclipse70020081206) "MyEclipse Java Enterprise Development Tooling" [Active] com.genuitec.eclipse.javascript (7.0.0.zmyeclipse70020081206) "MyEclipse Javascript Support" [Starting] com.genuitec.eclipse.jsf (7.0.0.zmyeclipse70020081206) "MyEclipse JSF Capabilities" [Starting] com.genuitec.eclipse.jsf.designer (7.0.0.zmyeclipse70020081206) "MyEclipse JSF Designer Plug-in" [Starting] com.genuitec.eclipse.maven (7.0.0.zmyeclipse70020081206) "Maven4MyEclipse Plug-in" [Starting] com.genuitec.eclipse.memory (7.0.0.zmyeclipse70020081206) "MyEclipse Memory Monitor" [Active] com.genuitec.eclipse.modeling.core (7.0.0.zmyeclipse70020081206) "MyEclipse Modeling Core" [Starting] com.genuitec.eclipse.modeling.core.layout (7.0.0.zmyeclipse70020081206) "MyEclipse Graph Layout" [Starting] com.genuitec.eclipse.persistence.jpa (7.0.0.zmyeclipse70020081206) "MyEclipse JPA" [Starting] com.genuitec.eclipse.portlet (7.0.0.zmyeclipse70020081206) "Portlet Support Plug-in" [Starting] com.genuitec.eclipse.reporting (7.0.0.zmyeclipse70020081206) "MyEclipse Reports" [Starting] com.genuitec.eclipse.reporting.branding (7.0.0.zmyeclipse70020081206) "MyEclipse Reports" [Starting] com.genuitec.eclipse.reporting.oda (7.0.0.zmyeclipse70020081206) "MyEclipse ODA Runtime Driver" [Starting] com.genuitec.eclipse.reporting.oda.ui (7.0.0.zmyeclipse70020081206) "MyEclipse ODA Designer" [Starting] com.genuitec.eclipse.springframework (7.0.0.zmyeclipse70020081206) "MyEclipse Spring Framework Support" [Active] com.genuitec.eclipse.springhibernate (7.0.0.zmyeclipse70020081206) "MyEclipse Spring / Hibernate Support" [Starting] com.genuitec.eclipse.sqlexplorer (7.0.0.zmyeclipse70020081206) "MyEclipse Database Explorer Plugin" [Active] com.genuitec.eclipse.sqlexplorer.doc (7.0.0.zmyeclipse70020081206) "MyEclipse Database Explorer Help Plug-in" [Resolved] com.genuitec.eclipse.sqlexplorer.mssql (7.0.0.zmyeclipse70020081206) "MyEclipse SQLServer Support" [Starting] com.genuitec.eclipse.sqlexplorer.mysql (7.0.0.zmyeclipse70020081206) "MyEclipse MySQL Support" [Starting] com.genuitec.eclipse.sqlexplorer.oracle (7.0.0.zmyeclipse70020081206) "MyEclipse Oracle Database Explorer" [Starting] com.genuitec.eclipse.struts (7.0.0.zmyeclipse70020081206) "MyEclipse Struts Capabilities" [Starting] com.genuitec.eclipse.tapestry (7.0.0.zmyeclipse70020081206) "MyEclipse Tapestry Integration" [Active] com.genuitec.eclipse.tapestry.docs.contrib (7.0.0.zmyeclipse70020081206) "MyEclipse Spindle Documentation Additions" [Resolved] com.genuitec.eclipse.tapestry.ui.contrib (7.0.0.zmyeclipse70020081206) "MyEclipse Tapestry UI Integration Fragment" [Resolved] com.genuitec.eclipse.templates (7.0.0.zmyeclipse70020081206) "MyEclipse Code Generation Template Support" [Active] com.genuitec.eclipse.uml (7.0.0.zmyeclipse70020081206) "MyEclipse UML1" [Starting] com.genuitec.eclipse.uml2.core (7.0.0.zmyeclipse70020081206) "plugin-name" [Starting] com.genuitec.eclipse.uml2.ui (7.0.0.zmyeclipse70020081206) "MyEclipse UML2 UI" [Starting] com.genuitec.eclipse.uml2.umrImporter (7.0.0.zmyeclipse70020081206) "UMR Importer Plug-in" [Starting] com.genuitec.eclipse.wdt.jsp.debug (7.0.0.zmyeclipse70020081206) "MyEclipse JSP Debug Tooling" [Active] com.genuitec.eclipse.web.imagepreviewer (7.0.0.zmyeclipse70020081206) "MyEclipse Image Previewer" [Active] com.genuitec.eclipse.webdesigner3 (7.0.0.zmyeclipse70020081206) "MyEclipse Visual Web Designer" [Starting] com.genuitec.eclipse.wizards (7.0.0.zmyeclipse70020081206) "MyEclipse File Creation Wizards" [Active] com.genuitec.eclipse.ws (7.0.0.zmyeclipse70020081206) "MyEclipse Web Services Support" [Starting] com.genuitec.eclipse.ws.xfire (7.0.0.zmyeclipse70020081206) "MyEclipse XFire Web Services Support" [Starting] com.genuitec.eclipse.ws.xfire.framework (7.0.0.zmyeclipse70020081206) "MyEclipse XFire Framework Plug-in" [Starting] com.genuitec.javascript.debug (7.0.0.zmyeclipse70020081206) "MyEclipse JavaScript Debugger" [Starting] com.genuitec.javascript.debug.mozilla (7.0.0.zmyeclipse70020081206) "MyEclipse JavaScript Browser" [Resolved] com.genuitec.jboss.ide.eclipse.apache.xalan (7.0.0.zmyeclipse70020081206) "MyEclipse XDoclet Apache Xalan" [Resolved] com.genuitec.jboss.ide.eclipse.core (7.0.0.zmyeclipse70020081206) "MyEclipse XDoclet Support Core" [Starting] com.genuitec.jboss.ide.eclipse.xdoclet.assist (7.0.0.zmyeclipse70020081206) "MyEclipse XDoclet Assist" [Starting] com.genuitec.jboss.ide.eclipse.xdoclet.core (7.0.0.zmyeclipse70020081206) "MyEclipse XDoclet Core" [Starting] com.genuitec.jboss.ide.eclipse.xdoclet.run (7.0.0.zmyeclipse70020081206) "MyEclipse XDoclet Runner" [Starting] com.genuitec.jboss.ide.eclipse.xdoclet.ui (7.0.0.zmyeclipse70020081206) "MyEclipse XDoclet UI Plug-in" [Starting] com.genuitec.myeclipse.compatibility (7.0.0.zmyeclipse70020081206) "MyEclipse Backward Compatibility" [Active] com.genuitec.myeclipse.doc (7.0.0.zmyeclipse70020081206) "MyEclipse Documentation" [Starting] com.genuitec.myeclipse.doc.toc (7.0.0.zmyeclipse70020081206) "MyEclipse Documentation TOC" [Starting] com.genuitec.myeclipse.icefaces (7.0.0.zmyeclipse70020081206) "ICEfaces MyEclipse Integration" [Active] com.genuitec.myeclipse.icefaces.branding (7.0.0.zmyeclipse70020081206) "ICEfaces AJAX and Java EE Tooling for MyEclipse" [Resolved] com.genuitec.myeclipse.matisse (7.0.0.zmyeclipse70020081206) "MyEclipse Visual Swing Designer Feature" [Resolved] com.genuitec.myeclipse.perspective (7.0.0.zmyeclipse70020081206) "MyEclipse Perspective Plug-in" [Active] com.genuitec.myeclipse.product7 (7.0.0.zmyeclipse70020081206) "MyEclipse Product" [Starting] com.genuitec.myeclipse.tapestry.branding (7.0.0.zmyeclipse70020081206) "MyEclipse Tapestry Branding" [Resolved] com.genuitec.myeclipse.uml2 (7.0.0.zmyeclipse70020081206) "MyEclipse UML2" [Resolved] com.genuitec.org.eclipse.webbrowser (7.0.0.zmyeclipse70020081206) "Web Browser" [Starting] com.genuitec.org.hibernate.eclipse (3.2.2.z700_CR1) "MyEclipse Hibernate Core" [Active] com.genuitec.org.hibernate.eclipse.console (3.2.2.z700_CR1) "MyEclipse Hibernate Console" [Starting] com.genuitec.org.hibernate.eclipse.mapper (3.2.2.z700_CR1) "MyEclipse Hibernate Mapper" [Starting] com.genuitec.pulse.client.common.shortcut (2.3.2.200812031500) "Shortcut Support" [Starting] com.genuitec.pulse.client.common.shortcut.linux (2.3.2.200812031500) "Linux Shortcut Support" [Resolved] com.genuitec.pulse.client.common.ui (2.3.2.200812031500) "Pulse Common UI" [Resolved] com.genuitec.pulse.client.common.ui.linux (2.3.2.200812031500) "Pulse Common Linux UI" [Resolved] com.genuitec.pulse2.client.authentication (2.3.2.200812031500) "Client Authentication" [Starting] com.genuitec.pulse2.client.common (2.3.2.200812031500) "Pulse Client Common" [Active] com.genuitec.pulse2.client.common.exec (2.3.2.200812031500) "Common Execution Services" [Active] com.genuitec.pulse2.client.installer.common (2.3.2.200812031500) "Pulse Client Common Services" [Active] com.genuitec.pulse2.client.installer.ui (2.3.2.200812031500) "Pulse Client Installer" [Active] com.genuitec.pulse2.client.launcher.ui (2.3.2.200812031500) "Launcher UI with p2 Support" [Active] com.genuitec.pulse2.client.properties (2.3.2.200812031500) "Pulse Client Properties Service" [Active] com.genuitec.pulse2.client.services (2.3.2.200812031500) "Pulse Client Services" [Active] com.genuitec.pulse2.client.services.ui (2.3.2.200812031500) "Pulse Client Services UI" [Active] com.genuitec.pulse2.client.targetcfg.jdt (2.3.2.200812031500) "Pulse Target Configuration JDT Extensions" [Active] com.genuitec.pulse2.client.targetcfg.ui (2.3.2.200812031500) "Pulse Target Configuration UI" [Active] com.genuitec.pulse2.client.updatesite (2.3.2.200812031500) "Pulse Update Site Services" [Active] com.genuitec.pulse2.common (2.3.2.200812031500) "Pulse Common Services" [Active] com.genuitec.pulse2.common.http (2.5.1.200812031500) "Http Plug-in" [Active] com.genuitec.pulse2.common.ui (2.3.2.200812031500) "Pulse Common Ui Plug-in" [Starting] com.genuitec.pulse2.model (2.3.2.200812031500) "Pulse Data Model" [Active] com.genuitec.pulse2.model.clientext (2.3.2.200812031500) "Client-side Mappings for Context" [Resolved] com.ibm.icu (3.8.1.v20080530) "International Components for Unicode for Java (ICU4J)" [Active] com.icesoft.ide.eclipse.designtime (7.0.0.zmyeclipse70020081206) "ICEfaces Design-Time Support" [Starting] com.icesoft.ide.eclipse.icefaces.doc (7.0.0.zmyeclipse70020081206) "ICEfaces Help Documentation" [Resolved] com.iw.plugins.spindle.core (7.0.0.zmyeclipse70020081206) "MyEclipse Spindle Core Support" [Active] com.iw.plugins.spindle.docs (7.0.0.zmyeclipse70020081206) "MyEclipse Spindle 3 Documentation" [Starting] com.iw.plugins.spindle.ui (7.0.0.zmyeclipse70020081206) "MyEclipse Spindle UI" [Active] com.jcraft.jsch (0.1.37.v200803061811) "JSch" [Resolved] com.lowagie.itext (1.5.4.v20080228) "Lowagie Itext" [Resolved] com.myeclipseide.feature.branding (7.0.0.zmyeclipse70020081206) "MyEclipse Enterprise Workbench" [Resolved] javax.activation (1.1.0.v200806101325) "Apache Geronimo Activation Plug-in" [Resolved] javax.mail (1.4.0.v200804091730) "Javax Mail Plug-in" [Resolved] javax.persistence (1.0.0.200812031500) "Java Persistence" [Resolved] javax.servlet (2.4.0.v200806031604) "Servlet API Bundle" [Resolved] javax.servlet.jsp (2.0.0.v200806031607) "Java Server Pages API Bundle" [Resolved] javax.wsdl (1.4.0.v200806030407) "WSDL4J" [Resolved] javax.wsdl (1.5.1.v200806030408) "WSDL4J" [Resolved] javax.xml (1.3.4.v200806030440) "JAXP XML" [Resolved] javax.xml.rpc (1.1.0.v200806030420) "JAX-RPC" [Resolved] javax.xml.soap (1.2.0.v200806030421) "SAAJ" [Resolved] net.sf.cglib (1.0.0) "Cglib Plug-in" [Resolved] net.sf.solareclipse.ui (0.4.0.zmyeclipse70020081206) "MyEclipse Spindle SolarEclipse UI" [Resolved] net.sf.solareclipse.xml.ui (0.4.0.zmyeclipse70020081206) "MyEclipse Spindle XML Development Tools UI" [Starting] net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200803061910) "SourceForge LPG" [Resolved] org.aopalliance (1.0) "aopalliance" [Resolved] org.apache.ant (1.7.0.v200803061910) "Apache Ant" [Resolved] org.apache.axis (1.4.0.v200807230600) "Apache Web Services" [Resolved] org.apache.batik.bridge (1.6.0.v200805290154) "Apache Batik Bridge/GVT/Scripting" [Resolved] org.apache.batik.css (1.6.0.v200805290154) "Apache Batik CSS" [Resolved] org.apache.batik.dom (1.6.0.v200805290154) "Apache Batik DOM" [Resolved] org.apache.batik.dom.svg (1.6.0.v200805290154) "Apache Batik SVG DOM" [Resolved] org.apache.batik.ext.awt (1.6.0.v200805290154) "Apache Batik AWT Utilities" [Resolved] org.apache.batik.extension (1.6.0.v200805290154) "Apache Batik Extension" [Resolved] org.apache.batik.parser (1.6.0.v200805290154) "Apache Batik Parser" [Resolved] org.apache.batik.pdf (1.6.0.v200806031500) "Apache Batik PDF" [Resolved] org.apache.batik.svggen (1.6.0.v200805290154) "Apache Batik SVG Generation" [Resolved] org.apache.batik.swing (1.6.0.v200805290154) "Apache Batik Swing" [Resolved] org.apache.batik.transcoder (1.6.0.v200805290154) "Apache Batik Transcoder" [Resolved] org.apache.batik.util (1.6.0.v200805290154) "Apache Batik Utilities" [Resolved] org.apache.batik.util.gui (1.6.0.v200805290154) "Apache Batik GUI Utilities" [Resolved] org.apache.batik.xml (1.6.0.v200805290154) "Apache Batik XML" [Resolved] org.apache.cactus (1.7.2.v200805140145) "Cactus Resource Plug-in" [Starting] org.apache.commons.codec (1.3.0.200811221516) "Apache Commons Codec Plug-in" [Resolved] org.apache.commons.codec (1.3.0.v20080530-1600) "Apache Commons Codec Plug-in" [Resolved] org.apache.commons.collections (3.2) "Apache Commons Collections" [Resolved] org.apache.commons.discovery (0.2.0.v200806030120) "Jakarta-Commons Discovery" [Resolved] org.apache.commons.el (1.0.0.v200806031608) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved] org.apache.commons.httpclient (3.1.0.200812031500) "Apache Commons Httpclient" [Resolved] org.apache.commons.httpclient (3.1.0.v20080605-1935) "Apache Commons Httpclient" [Resolved] org.apache.commons.io (1.3.2.v20080604-1500) "Apache Commons IO" [Resolved] org.apache.commons.jxpath (1.2.0.v20080604-1500) "Apache Commons JXPath" [Resolved] org.apache.commons.lang (2.3.0.v200803061910) "Apache Jakarta Commons Lang" [Resolved] org.apache.commons.logging (1.0.4.v20080605-1930) "Apache Commons Logging Plug-in" [Resolved] org.apache.derby.core (10.3.1.4) "Apache Derby Core Plug-in for Eclipse" [Starting] org.apache.jasper (5.5.17.v200806031609) "Apache Jasper 2 Plug-in" [Resolved] org.apache.log4j (1.2.13.v200806030600) "Apache Jakarta log4j Plug-in" [Resolved] org.apache.lucene (1.9.1.v20080530-1600) "Apache Lucene" [Resolved] org.apache.lucene.analysis (1.9.1.v20080530-1600) "Apache Lucene Analysis" [Resolved] org.apache.wsil4j (1.0.0.v200806040330) "WSIL4J" [Resolved] org.apache.xerces (2.9.0.v200805270400) "Apache Xerces-J" [Resolved] org.apache.xml.resolver (1.2.0.v200806030312) "Apache XmlResolver" [Resolved] org.apache.xml.serializer (2.7.1.v200806030322) "Apache XML Commons Serializer" [Resolved] org.aspectj.ajde (1.6.3.20081210163000) "AspectJ" [Active] org.aspectj.aspectjrt (1.6.0.v200808071200) "aspecjrt" [Resolved] org.aspectj.aspectjweaver (1.6.0.v200805211800) "aspectjweaver" [Resolved] org.aspectj.runtime (1.6.3.20081210163000) "AspectJ Runtime" [Resolved] org.aspectj.weaver (1.6.3.20081210163000) "AspectJ Weaver" [Resolved] org.eclipse.ajdt.core (1.6.2.20081212154705) "AspectJ Development Tools Core" [Active] org.eclipse.albireo.core (0.0.2.zmyeclipse70020081206) "Albireo Core (Incubation)" [Resolved] org.eclipse.ant.core (3.2.0.v20080529) "Ant Build Tool Core" [Starting] org.eclipse.ant.ui (3.3.0.v20080529) "Ant UI" [Starting] org.eclipse.atf.core (0.2.2.zmyeclipse70020081206) "Core Plug-in (Incubation)" [Starting] org.eclipse.atf.mozilla.ide.core (0.2.2.zmyeclipse70020081206) "Mozide Core Plugin (Incubation)" [Starting] org.eclipse.atf.mozilla.ide.debug (0.2.2.zmyeclipse70020081206) "Mozilla Debug Plug-in (Incubation)" [Starting] org.eclipse.atf.mozilla.ide.debug.ui (0.2.2.zmyeclipse70020081206) "Mozilla Debug UI Plug-in (Incubation)" [Active] org.eclipse.atf.mozilla.ide.ui (0.2.2.zmyeclipse70020081206) "Moz IDE UI Plug-in (Incubation)" [Starting] org.eclipse.atf.mozilla.ide.ui.extras (0.2.2.zmyeclipse70020081206) "Mozilla IDE UI Extras Plug-in (Incubation)" [Starting] org.eclipse.atf.templates (0.2.2.zmyeclipse70020081206) "Templates Plug-in (Incubation)" [Starting] org.eclipse.atf.ui (0.2.2.zmyeclipse70020081206) "Ui Plug-in (Incubation)" [Starting] org.eclipse.birt (2.3.1.v20080701) "Business Intelligence and Reporting Tools" [Resolved] org.eclipse.birt.chart (2.3.1.v20080701) "BIRT Chart Framework" [Resolved] org.eclipse.birt.chart.cshelp (2.3.1.v20080701) "BIRT Chart Context-sensitive Help" [Starting] org.eclipse.birt.chart.device.extension (2.3.1.v20080905) "BIRT Chart Device Extension(s)" [Starting] org.eclipse.birt.chart.device.pdf (2.3.1.v20080703) "BIRT Chart Device PDF Extension" [Starting] org.eclipse.birt.chart.device.svg (2.3.1.v20080905) "BIRT Chart Device SVG Extension" [Starting] org.eclipse.birt.chart.device.swt (2.3.1.v20080731) "BIRT Chart Device SWT Extension" [Starting] org.eclipse.birt.chart.engine (2.3.1.v20080905) "BIRT Chart Engine" [Starting] org.eclipse.birt.chart.engine.extension (2.3.1.v20080821) "BIRT Chart Engine Extension" [Starting] org.eclipse.birt.chart.reportitem (2.3.1.v20080908) "BIRT Chart-Report Integration" [Starting] org.eclipse.birt.chart.reportitem.ui (2.3.1.v20080911) "BIRT Chart-Report UI Integration Plug-in" [Starting] org.eclipse.birt.chart.runtime (2.3.0.v20080304) "BIRT Chart Runtime" [Resolved] org.eclipse.birt.chart.ui (2.3.1.v20080827) "BIRT Chart Library UI Plug-in" [Starting] org.eclipse.birt.chart.ui.extension (2.3.1.v20080827) "BIRT Chart UI Extension" [Starting] org.eclipse.birt.core (2.3.1.zmyeclipse70020081206) "BIRT Core Package" [Starting] org.eclipse.birt.core.ui (2.3.1.v20080807) "BIRT Core UI" [Starting] org.eclipse.birt.cshelp (2.3.1.zmyeclipse70020081206) "BIRT Context-sensitive Help" [Starting] org.eclipse.birt.data (2.3.1.v20080829) "BIRT Data Engine" [Starting] org.eclipse.birt.data.aggregation (2.3.1.v20080829) "Build-in Aggregation Plug-in" [Starting] org.eclipse.birt.doc (2.3.1.zmyeclipse70020081206) "BIRT Documentation" [Starting] org.eclipse.birt.integration.wtp.ui (2.3.1.zmyeclipse70020081206) "BIRT WTP Integration Plug-in" [Starting] org.eclipse.birt.report.data.adapter (2.3.1.v20080902) "BIRT Data Adapter" [Starting] org.eclipse.birt.report.data.oda.jdbc (2.3.1.zmyeclipse70020081206) "BIRT ODA-JDBC Bridge Driver" [Starting] org.eclipse.birt.report.data.oda.jdbc.ui (2.3.1.v20080902) "BIRT JDBC UI Plug-in" [Starting] org.eclipse.birt.report.data.oda.xml (2.3.1.v20080827) "BIRT ODA-XML Driver" [Starting] org.eclipse.birt.report.data.oda.xml.ui (2.3.1.v20080827) "BIRT ODA XML Designer" [Starting] org.eclipse.birt.report.debug.core (2.3.1.zmyeclipse70020081206) "BIRT Debug Core Plug-in" [Resolved] org.eclipse.birt.report.debug.ui (2.3.1.zmyeclipse70020081206) "BIRT Debug UI Plug-in" [Starting] org.eclipse.birt.report.designer (2.3.1.v20080701) "BIRT Report Designer" [Resolved] org.eclipse.birt.report.designer.core (2.3.1.zmyeclipse70020081206) "BIRT Designer Core" [Starting] org.eclipse.birt.report.designer.ui (2.3.1.zmyeclipse70020081206) "BIRT Designer UI" [Starting] org.eclipse.birt.report.designer.ui.cubebuilder (2.3.1.v20080905) "BIRT Cube Builder Plug-in" [Starting] org.eclipse.birt.report.designer.ui.editor.script (2.3.1.v20080905) "BIRT Enhanced Script Editor Plug-in" [Starting] org.eclipse.birt.report.designer.ui.editor.xml.wtp (2.3.1.v20080905) "BIRT Advanced XML Editor Plug-in" [Starting] org.eclipse.birt.report.designer.ui.editors (2.3.1.zmyeclipse70020081206) "BIRT MultipageEditor Extension Point Plug-in" [Starting] org.eclipse.birt.report.designer.ui.editors.schematic (2.3.1.v20080905) "BIRT Editors Plug-in" [Starting] org.eclipse.birt.report.designer.ui.ide (2.3.1.zmyeclipse70020081206) "BIRT Designer UI for IDE" [Starting] org.eclipse.birt.report.designer.ui.lib (2.3.1.v20080905) "BIRT Designer UI for Library" [Starting] org.eclipse.birt.report.designer.ui.lib.explorer (2.3.1.zmyeclipse70020081206) "BIRT Library Explorer Plug-in" [Starting] org.eclipse.birt.report.designer.ui.preview.web (2.3.1.zmyeclipse70020081206) "BIRT Preview Plug-in" [Starting] org.eclipse.birt.report.designer.ui.views (2.3.1.v20080905) "BIRT UI Views Plug-in" [Starting] org.eclipse.birt.report.engine (2.3.1.v20080918) "BIRT Engine" [Starting] org.eclipse.birt.report.engine.dataextraction (2.3.1.v20080827) "Dataextraction Plug-in" [Starting] org.eclipse.birt.report.engine.dataextraction.csv (2.3.1.v20080827) "CSV Data Extraction Plug-in" [Starting] org.eclipse.birt.report.engine.emitter.html (2.3.1.v20080827) "BIRT HTML Emitter" [Starting] org.eclipse.birt.report.engine.emitter.pdf (2.3.1.v20080827) "BIRT PDF emitter" [Starting] org.eclipse.birt.report.engine.emitter.postscript (2.3.1.v20080827) "BIRT POSTSCRIPT emitter" [Resolved] org.eclipse.birt.report.engine.emitter.ppt (2.3.1.v20080827) "BIRT PPT emitter" [Starting] org.eclipse.birt.report.engine.emitter.prototype.excel (2.3.1.v20080917) "BIRT Excel emitter" [Starting] org.eclipse.birt.report.engine.emitter.wpml (2.3.1.v20080908) "BIRT Word emitter" [Starting] org.eclipse.birt.report.engine.fonts (2.3.1.v20080827) "BIRT Engine fonts" [Resolved] org.eclipse.birt.report.item.crosstab.core (2.3.1.v20080905) "BIRT Crosstab Plug-in" [Starting] org.eclipse.birt.report.item.crosstab.ui (2.3.1.zmyeclipse70020081206) "BIRT Crosstab UI Plug-in" [Starting] org.eclipse.birt.report.model (2.3.1.v20080912) "BIRT Model" [Starting] org.eclipse.birt.report.model.adapter.oda (2.3.1.v20080910) "BIRT Model ODA Adapter" [Starting] org.eclipse.birt.report.runtime (2.3.1.v20080701) "BIRT Report Runtime" [Resolved] org.eclipse.birt.report.viewer (2.3.1.v20080908) "BIRT Web Viewer" [Starting] org.eclipse.birt.resources (2.3.1.zmyeclipse70020081206) "BIRT Resources Plug-in" [Resolved] org.eclipse.compare (3.4.0.I20080604) "Compare Support" [Active] org.eclipse.contribution.visualiser (2.2.0.20081212154705) "Visualiser Plug-in" [Starting] org.eclipse.contribution.weaving.jdt (1.6.2.20081212154705) "JDT Weaving" [Active] org.eclipse.contribution.xref.core (1.6.2.20081212154705) "Cross Reference Core Plugin" [Starting] org.eclipse.contribution.xref.ui (1.6.2.20081212154705) "Cross Reference UI Plugin" [Starting] org.eclipse.core.boot (3.1.100.v20080218) "Core Boot" [Starting] org.eclipse.core.commands (3.4.0.I20080509-2000) "Commands" [Resolved] org.eclipse.core.contenttype (3.3.0.v20080604-1400) "Eclipse Content Mechanism" [Active] org.eclipse.core.databinding (1.1.1.M20080827-0800b) "JFace Data Binding" [Active] org.eclipse.core.databinding.beans (1.1.1.M20080827-0800a) "JFace Data Binding for JavaBeans" [Resolved] org.eclipse.core.expressions (3.4.0.v20080603-2000) "Expression Language" [Active] org.eclipse.core.filebuffers (3.4.0.v20080603-2000) "File Buffers" [Active] org.eclipse.core.filesystem (1.2.0.v20080604-1400) "Core File Systems" [Active] org.eclipse.core.filesystem.linux.x86 (1.2.0.v20080604-1400) "Core File System for Linux" [Resolved] org.eclipse.core.jobs (3.4.0.v20080512) "Eclipse Jobs Mechanism" [Active] org.eclipse.core.net (1.1.0.I20080604) "Internet Connection Management" [Active] org.eclipse.core.net.linux.x86 (1.0.0.I20080521) "Proxy for Linux" [Resolved] org.eclipse.core.resources (3.4.1.R34x_v20080902) "Core Resource Management" [Active] org.eclipse.core.resources.compatibility (3.4.0.v20080604-1400) "Core Resource Management Compatibility Fragment" [Resolved] org.eclipse.core.runtime (3.4.0.v20080512) "Core Runtime" [Active] org.eclipse.core.runtime.compatibility (3.2.0.v20071008) "Core Runtime Plug-in Compatibility" [Active] org.eclipse.core.runtime.compatibility.auth (3.2.100.v20070502) "Authorization Compatibility Plug-in" [Active] org.eclipse.core.runtime.compatibility.registry (3.2.200.v20080610) "Eclipse Registry Compatibility Fragment" [Resolved] org.eclipse.core.variables (3.2.100.v20080529-1300) "Core Variables" [Starting] org.eclipse.cvs (1.0.100.v20080603) "Eclipse CVS Client" [Starting] org.eclipse.dali.core (0.5.0.zmyeclipse70020081206) "Dali Core" [Starting] org.eclipse.dali.db (0.5.0.zmyeclipse70020081206) "Dali DB" [Starting] org.eclipse.dali.edit (0.5.0.zmyeclipse70020081206) "Dali Edit" [Starting] org.eclipse.dali.gen (0.5.0.zmyeclipse70020081206) "Dali Entity Gen" [Starting] org.eclipse.dali.ui (0.5.0.zmyeclipse70020081206) "Dali Java Persistence API (JPA) Tools" [Starting] org.eclipse.dali.utility (0.5.0.zmyeclipse70020081206) "Dali Utility" [Starting] org.eclipse.datatools.connectivity (1.1.1.v200809180120) "Data Tools Platform Connectivity Plug-in" [Starting] org.eclipse.datatools.connectivity.db.generic (1.0.0.v200805152355) "Eclipse Data Tools Platform Generic DB Connectivity Plug-in" [Starting] org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v200805152355) "Eclipse Data Tools Platform Generic DB UI Plug-in" [Starting] org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.0.v200805152355) "Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in" [Starting] org.eclipse.datatools.connectivity.oda (3.1.3.v200808270255) "DTP Open Data Access" [Starting] org.eclipse.datatools.connectivity.oda.consumer (3.1.3.v200808270255) "DTP ODA Consumer Helper Component Plug-in" [Starting] org.eclipse.datatools.connectivity.oda.design (3.0.7.v200807231215) "DTP ODA Design Session Model" [Starting] org.eclipse.datatools.connectivity.oda.design.ui (3.0.7.v200808051050) "DTP ODA Designer UI Framework Plug-in" [Starting] org.eclipse.datatools.connectivity.oda.flatfile (3.0.7.v200808261835) "Eclipse Data Tools Platform Flat File ODA Runtime Driver" [Starting] org.eclipse.datatools.connectivity.oda.flatfile.ui (3.0.7.v200808130628) "Eclipse Data Tools Platform Flat File ODA Designer" [Starting] org.eclipse.datatools.connectivity.oda.profile (3.0.6.v200805152355) "DTP ODA Connection Profile Framework Plug-in" [Starting] org.eclipse.datatools.connectivity.oda.template.ui (3.0.6.v200805152355) "DTP ODA New Plug-in Template Wizard" [Starting] org.eclipse.datatools.connectivity.sqm.core (1.0.3.v200809180120) "Eclipse Data Tools Platform SQM Core Plug-in" [Starting] org.eclipse.datatools.connectivity.sqm.core.ui (1.1.1.v200808140022) "Eclipse Data Tools Platform SQM UI Plug-in" [Starting] org.eclipse.datatools.connectivity.sqm.server.ui (1.1.1.v200808300421) "Eclipse Data Tools Platform Server UI Plug-in" [Starting] org.eclipse.datatools.connectivity.ui (1.1.2.v200809150616) "Data Tools Platform Connectivity UI Plug-in" [Starting] org.eclipse.datatools.connectivity.ui.dse (1.1.1.v200807230727) "Eclipse Data Tools Platform Data Source Explorer Plug-in" [Starting] org.eclipse.datatools.enablement.oda.ws (1.1.1.v200808211640) "Eclipse Data Tools Platform Web Services ODA Runtime Driver" [Starting] org.eclipse.datatools.enablement.oda.ws.ui (1.1.1.v200808271112) "Eclipse Data Tools Platform Web Services ODA Designer" [Starting] org.eclipse.datatools.enablement.oda.xml (1.1.1.v200808261409) "Eclipse Data Tools Platform XML ODA Runtime Driver" [Starting] org.eclipse.datatools.enablement.oda.xml.ui (1.1.1.v200808130628) "Eclipse Data Tools Platform XML ODA Designer" [Starting] org.eclipse.datatools.help (1.5.0.v200805152355) "Data Tools Platform Help Utilities" [Resolved] org.eclipse.datatools.modelbase.dbdefinition (1.0.0.v200808020150) "Eclipse Data Tools Platform DBDefinition Model" [Starting] org.eclipse.datatools.modelbase.sql (1.0.0.v200805152355) "Eclipse Data Tools Platform SQLModel Plug-in" [Starting] org.eclipse.datatools.modelbase.sql.edit (1.0.0.v200805152355) "Eclipse Data Tools Platform SQLModel Edit Plug-in" [Starting] org.eclipse.datatools.modelbase.sql.query (1.0.1.v200807251820) "Eclipse Data Tools Platform SQL Query Model Plugin" [Starting] org.eclipse.datatools.modelbase.sql.xml.query (1.0.0.v200807080500) "Eclipse Data Tools Platform SQL XML Query Model Plugin" [Starting] org.eclipse.datatools.sqltools.common.ui (1.0.0.v200807211830) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in" [Starting] org.eclipse.datatools.sqltools.data.core (1.0.0.v200808260630) "Data Core Plugin" [Starting] org.eclipse.datatools.sqltools.data.ui (1.1.0.v200808260630) "Data UI Plugin" [Starting] org.eclipse.datatools.sqltools.db.generic (1.0.0.v200808140643) "Eclipse Data Tools Platform SQL Tools Generic Database Plug-in" [Starting] org.eclipse.datatools.sqltools.ddlgen.ui (1.0.0.v200808140615) "Eclipse Data Tools Platform FE UI Plug-in" [Starting] org.eclipse.datatools.sqltools.debugger.core (1.0.0.zmyeclipse70020081206) "Eclipse Data Tools Platform SQL Debugger Framework" [Starting] org.eclipse.datatools.sqltools.editor.core (1.0.0.v200808271350) "Eclipse Data Tools Platform SQL Editor Core Plug-in" [Starting] org.eclipse.datatools.sqltools.parsers.sql (1.0.1.v200808140615) "Eclipse Data Tools Platform SQL Parser Plugin" [Starting] org.eclipse.datatools.sqltools.parsers.sql.lexer (1.0.1.v200808080530) "Eclipse Data Tools Platform Lexer Plug-in" [Starting] org.eclipse.datatools.sqltools.parsers.sql.query (1.0.1.v200808140615) "Eclipse Data Tools Platform SQL Query Parser Plugin" [Starting] org.eclipse.datatools.sqltools.parsers.sql.xml.query (1.0.0.v200808140615) "Eclipse Data Tools Platform SQL XML Query Parser Plugin" [Starting] org.eclipse.datatools.sqltools.plan (1.0.0.v200807211830) "Eclipse Data Tools Platform SQL Execution Plan View Plug-in" [Starting] org.eclipse.datatools.sqltools.result (1.0.0.v200808271350) "Eclipse Data Tools Platform SQL Results View Plug-in" [Starting] org.eclipse.datatools.sqltools.routineeditor (1.0.0.v200807211830) "Eclipse Data Tools Platform SQL Tools Routine Editor Plug-in" [Starting] org.eclipse.datatools.sqltools.sql (1.0.0.v200808140615) "Eclipse Data Tools Platform SQL Core Plug-in" [Starting] org.eclipse.datatools.sqltools.sqleditor (1.0.0.zmyeclipse70020081206) "Eclipse Data Tools Platform SQL Editor" [Starting] org.eclipse.datatools.sqltools.sqlscrapbook (1.0.0.zmyeclipse70020081206) "Eclipse Data Tools Platform Sqlscrapbook Plug-in" [Starting] org.eclipse.datatools.sqltools.tabledataeditor (1.0.0.v200808300730) "Eclipse Data Tools Platform Table Data Editor Plug-in" [Starting] org.eclipse.datatools.sqltools.tablewizard (1.0.0.v200808140615) "Eclipse Data Tools Platform Database Table Creation Plug-in" [Starting] org.eclipse.debug.core (3.4.0.v20080612) "Debug Core" [Active] org.eclipse.debug.ui (3.4.1.v20080811_r341) "Debug UI" [Starting] org.eclipse.draw2d (3.4.1.v20080910-1351) "Graphical Editing Framework Draw2d" [Active] org.eclipse.ecf (2.0.0.200812031500) "Eclipse Communication Framework (ECF)" [Active] org.eclipse.ecf.filetransfer (2.0.0.200812031500) "ECF Filetransfer API" [Active] org.eclipse.ecf.identity (2.1.0.200812031500) "ECF Identity API" [Active] org.eclipse.ecf.provider.filetransfer (2.0.0.200812031500) "ECF Filetransfer Provider" [Active] org.eclipse.ecf.provider.filetransfer.ssl (1.0.0.200812031500) "ECF Filetransfer Provider" [Resolved] org.eclipse.ecf.ssl (1.0.0.200812031500) "Eclipse Communication Framework (ECF)" [Resolved] org.eclipse.emf (2.4.0.v200808251517) "EMF - Eclipse Modeling Framework" [Starting] org.eclipse.emf.ant (2.4.0.v200808251517) "EMF Ant Tasks" [Starting] org.eclipse.emf.codegen (2.4.0.v200808251517) "EMF Code Generation" [Starting] org.eclipse.emf.codegen.ecore (2.4.1.v200808251517) "EMF Ecore Code Generator" [Starting] org.eclipse.emf.codegen.ecore.ui (2.4.1.v200808251517) "EMF Ecore Code Generator UI" [Starting] org.eclipse.emf.codegen.ui (2.4.0.v200808251517) "EMF Code Generation UI" [Starting] org.eclipse.emf.common (2.4.0.v200808251517) "EMF Common" [Active] org.eclipse.emf.common.ui (2.4.0.v200808251517) "EMF Common UI" [Starting] org.eclipse.emf.commonj.sdo (2.4.0.v200808251517) "CommonJ SDO - Service Data Objects" [Starting] org.eclipse.emf.converter (2.4.0.v200808251517) "EMF Model Converter" [Starting] org.eclipse.emf.databinding (1.0.0.v200808251517) "EMF Data Binding" [Starting] org.eclipse.emf.databinding.edit (1.0.0.v200808251517) "EMF Edit Data Binding" [Starting] org.eclipse.emf.ecore (2.4.1.v200808251517) "EMF Ecore" [Active] org.eclipse.emf.ecore.change (2.4.0.v200808251517) "EMF Change Model" [Starting] org.eclipse.emf.ecore.change.edit (2.4.0.v200808251517) "EMF Change Edit" [Starting] org.eclipse.emf.ecore.edit (2.4.1.v200808251517) "EMF Ecore Edit" [Starting] org.eclipse.emf.ecore.editor (2.4.0.v200808251517) "EMF Sample Ecore Editor" [Starting] org.eclipse.emf.ecore.sdo (2.4.0.v200808251517) "EMF SDO - EMF's Service Data Objects Implementation"
Loyal WaterMemberSounds like the installation is messed up. Can you setup MyEclipse using the Linux all in one downloader and try this again. Does it work?
millstoneMemberHi,
ok, worked… Why ever…
THX!
Loyal WaterMemberYour welcome.
-
AuthorPosts