- This topic has 11 replies, 3 voices, and was last updated 9 years, 5 months ago by support-swapna.
-
AuthorPosts
-
Bob DietrichParticipantEver since I updated to CI 12, my configuration has been hosed. I currently get the following error:
The Tomcat server configuration at null is missing. Check the server for errors.
when trying to run Liferay on Tomcat 7.0.42. If I double-click on the server to look at the configuration, I get this error:
org.eclipse.core.runtime.AssertionFailedException: assertion failed: at org.eclipse.core.runtime.Assert.isTrue(Assert.java:110) at org.eclipse.core.runtime.Assert.isTrue(Assert.java:96) at org.eclipse.ui.part.MultiPageEditorPart.setActivePage(MultiPageEditorPart.java:1099) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:366) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:141) at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:99) at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:327) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:888) at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:869) at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:120) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:337) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:258) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:104) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:73) at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:55) at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:127) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:983) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:662) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:766) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:737) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:731) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:715) at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1250) at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:68) at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:40) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:187) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:156) at org.eclipse.swt.widgets.Display.syncExec(Display.java:4734) at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:218) at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:36) at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197) at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148) at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135) at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78) at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39) at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81) at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:59) at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374) at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:488) at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:454) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:694) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:387) at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1134) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3210) at org.eclipse.ui.internal.WorkbenchPage.access$23(WorkbenchPage.java:3125) at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:3107) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3102) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3066) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:3047) at org.eclipse.wst.server.ui.internal.ServerUIPlugin.editServer(ServerUIPlugin.java:446) at org.eclipse.wst.server.ui.internal.ServerUIPlugin.editServer(ServerUIPlugin.java:429) at org.eclipse.wst.server.ui.internal.view.servers.OpenAction.perform(OpenAction.java:36) at org.eclipse.wst.server.ui.internal.view.servers.AbstractServerAction.run(AbstractServerAction.java:64) at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:229) at org.eclipse.ui.navigator.CommonNavigatorManager$3.open(CommonNavigatorManager.java:185) at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48) at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:853) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:50) at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:178) at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:850) at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1142) at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:462) at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1249) at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:278) at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:272) at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:313) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) at org.eclipse.equinox.launcher.Main.main(Main.java:1438) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)
I’ve followed the CI 12 corrupted install instructions several times, including uninstalling and installing CI 11, CI 12, and Stable 1.0. There seems to be some carry-over of server configurations between and across installs, and I cannot seem to simply delete them from the server panel or anywhere else. It also doesn’t matter if I use an existing workspace or a totally new one.
Up through CI 11, I was able to install Liferay IDE 2.2.1 and 2.2.2 from a local archive, and everything worked. I’ve been trying this with various combinations of CI and Liferay, but this basic operation of starting a Tomcat server continues to fail.
I would appreciate some help. Thanks.
Forgot the installation details:
*** Date: Saturday, April 25, 2015 at 5:49:14 PM Pacific Daylight Time *** Platform Details: *** System properties: J2EEcache= applicationXMI=org.eclipse.ui.workbench/LegacyIDE.e4xmi awt.toolkit=sun.awt.windows.WToolkit bypass.workspace.ready=true com.genuitec.pulse.delivery.mpc.include.default=true com.genuitec.pulse.delivery.mpc.include.from.extension.points=true com.genuitec.pulse.delivery.mpc.include.patterns=^http://marketplace.eclipse.org.* com.genuitec.pulse.profile.install.directory=G:\Java\Genuitec\MyEclipse2015CI eclipse.commands=-os win32 -ws win32 -arch x86_64 -showsplash -launcher G:\Java\Genuitec\MyEclipse2015CI\myeclipse.exe -name Myeclipse --launcher.library G:\Java\Genuitec\MyEclipse2015CI\plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700\eclipse_3215.dll -startup G:\Java\Genuitec\MyEclipse2015CI\plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -exitdata 29e8_68 -install G:\Java\Genuitec\MyEclipse2015CI -clean -vm G:\Java\Genuitec\MyEclipse2015CI\binary/com.sun.java.jdk7.win32.x86_64_1.7.0.u45/bin/javaw.exe eclipse.home.location=file:/G:/Java/Genuitec/MyEclipse2015CI/ eclipse.launcher=G:\Java\Genuitec\MyEclipse2015CI\myeclipse.exe eclipse.launcher.name=Myeclipse eclipse.p2.data.area=@config.dir/../p2/ eclipse.p2.profile=com.genuitec.delivery.package.profile.1750-Fta-6119 eclipse.product=com.genuitec.myeclipse.product.ide eclipse.startTime=1429998646717 eclipse.stateSaveDelayInterval=30000 eclipse.vm=G:\Java\Genuitec\MyEclipse2015CI\binary/com.sun.java.jdk7.win32.x86_64_1.7.0.u45/bin/javaw.exe eclipse.vmargs=-Xmx768m -XX:MaxPermSize=320m -XX:ReservedCodeCacheSize=64m -Dosgi.nls.warnings=ignore -jar G:\Java\Genuitec\MY64AA~1\plugins/OR45D0~1.JAR equinox.use.ds=true file.encoding=Cp1252 file.encoding.pkg=sun.io file.separator=\ gosh.args=--nointeractive java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment java.awt.printerjob=sun.awt.windows.WPrinterJob java.class.path=C:\Users\Bob\AppData\Local\Temp\pulB0EF.tmp\PULSEI~1.JAR java.class.version=51.0 java.endorsed.dirs=G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\endorsed java.ext.dirs=G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\ext;C:\Windows\Sun\Java\lib\ext java.home=G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre java.io.tmpdir=C:\Users\Bob\AppData\Local\Temp\ java.library.path=G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\ProgramData\Oracle\Java\javapath;C:\Java\JDK\jdk1.7.0_75x64\bin;C:\Java\ant\apache-ant-1.9.2\bin;C:\Java\maven\apache-maven-3.1.0\bin;C:\Program Files (x86)\HP SimplePass\x64;C:\Program Files (x86)\HP SimplePass\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Intel\OpenCL SDK.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Google\Google Apps Migration\;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Git\bin;C:\Program Files (x86)\MySQL\MySQL Utilities 1.4.4\;C:\Program Files (x86)\MySQL\MySQL Utilities 1.4.4\Doctrine extensions for PHP\;C:\Program Files (x86)\ImageConverter Plus;G:\Program Files\nodejs\;C:\Program Files (x86)\ImageConverter Plus;C:\Users\Bob\AppData\Roaming\npm;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;. java.runtime.name=Java(TM) SE Runtime Environment java.runtime.version=1.7.0_45-b18 java.specification.name=Java Platform API Specification java.specification.vendor=Oracle Corporation java.specification.version=1.7 java.vendor=Oracle Corporation java.vendor.url=http://java.oracle.com/ java.vendor.url.bug=http://bugreport.sun.com/bugreport/ java.version=1.7.0_45 java.vm.info=mixed mode java.vm.name=Java HotSpot(TM) 64-Bit Server VM java.vm.specification.name=Java Virtual Machine Specification java.vm.specification.vendor=Oracle Corporation java.vm.specification.version=1.7 java.vm.vendor=Oracle Corporation java.vm.version=24.45-b08 line.separator= org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog org.eclipse.equinox.launcher.splash.location=G:\Java\Genuitec\MyEclipse2015CI\plugins\com.genuitec.myeclipse.product_13.0.0.me201502171425\splash.bmp org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info org.eclipse.m2e.log.dir=C:\Users\Bob\Workspaces\MyEclipse 2015 CI 2\.metadata\.plugins\org.eclipse.m2e.logback.configuration org.eclipse.update.reconcile=false org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6,JavaSE-1.7 org.osgi.framework.language=en org.osgi.framework.os.name=Windows8 org.osgi.framework.os.version=6.2.0 org.osgi.framework.processor=x86-64 org.osgi.framework.system.capabilities=osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",osgi.ee; osgi.ee="JRE"; version:List<Version>="1.0, 1.1",osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7" 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.nimbus,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.ws.spi.http,javax.xml.ws.wsaddressing,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.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers org.osgi.framework.uuid=40987b21-95eb-0014-19ae-e2f18b8012ae org.osgi.framework.vendor=Eclipse org.osgi.framework.version=1.8.0 org.osgi.supports.framework.extension=true org.osgi.supports.framework.fragment=true org.osgi.supports.framework.requirebundle=true os.arch=amd64 os.name=Windows 8 os.version=6.2 osgi.arch=x86_64 osgi.bundles=reference:file:org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar@1:start osgi.bundles.defaultStartLevel=4 osgi.clean=true osgi.compatibility.bootdelegation=true osgi.configuration.area=file:/G:/Java/Genuitec/MyEclipse2015CI/configuration/ osgi.framework=file:/G:/Java/Genuitec/MyEclipse2015CI/plugins/org.eclipse.osgi_3.10.2.v20141020-1740.jar osgi.framework.extensions=reference:file:org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar osgi.framework.shape=jar osgi.framework.useSystemProperties=true osgi.frameworkClassPath=., file:G:/Java/Genuitec/MyEclipse2015CI/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar osgi.install.area=file:/G:/Java/Genuitec/MyEclipse2015CI/ osgi.instance.area=file:/C:/Users/Bob/Workspaces/MyEclipse 2015 CI 2/ osgi.instance.area.default=file:/C:/Users/Bob/Workspaces/MyEclipse 2015 CI/ osgi.logfile=C:\Users\Bob\Workspaces\MyEclipse 2015 CI 2\.metadata\.log osgi.nl=en_US osgi.nls.warnings=ignore osgi.os=win32 osgi.splashLocation=G:\Java\Genuitec\MyEclipse2015CI\plugins\com.genuitec.myeclipse.product_13.0.0.me201502171425\splash.bmp osgi.splashPath=platform:/base/plugins/com.genuitec.myeclipse.product osgi.syspath=g:\Java\Genuitec\MyEclipse2015CI\plugins osgi.tracefile=C:\Users\Bob\Workspaces\MyEclipse 2015 CI 2\.metadata\trace.log osgi.ws=win32 path.separator=; product.home=/G:/Java/Genuitec/MyEclipse2015CI/plugins/org.jboss.tools.common.model_2.0.0.me201405280815/ sun.arch.data.model=64 sun.boot.class.path=G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\resources.jar;G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\rt.jar;G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\sunrsasign.jar;G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\jsse.jar;G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\jce.jar;G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\charsets.jar;G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\lib\jfr.jar;G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\classes sun.boot.library.path=G:\Java\Genuitec\MyEclipse2015CI\binary\com.sun.java.jdk7.win32.x86_64_1.7.0.u45\jre\bin sun.cpu.endian=little sun.cpu.isalist=amd64 sun.desktop=windows sun.io.unicode.encoding=UnicodeLittle sun.java.command=C:\Users\Bob\AppData\Local\Temp\pulB0EF.tmp\PULSEI~1.JAR -os win32 -ws win32 -arch x86_64 -showsplash -launcher G:\Java\Genuitec\MyEclipse2015CI\myeclipse.exe -name Myeclipse --launcher.library G:\Java\Genuitec\MyEclipse2015CI\plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700\eclipse_3215.dll -startup G:\Java\Genuitec\MyEclipse2015CI\plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -exitdata 29e8_68 -install G:\Java\Genuitec\MyEclipse2015CI -clean -vm G:\Java\Genuitec\MyEclipse2015CI\binary/com.sun.java.jdk7.win32.x86_64_1.7.0.u45/bin/javaw.exe -vmargs -Xmx768m -XX:MaxPermSize=320m -XX:ReservedCodeCacheSize=64m -Dosgi.nls.warnings=ignore -jar C:\Users\Bob\AppData\Local\Temp\pulB0EF.tmp\PULSEI~1.JAR sun.java.launcher=SUN_STANDARD sun.jnu.encoding=Cp1252 sun.management.compiler=HotSpot 64-Bit Tiered Compilers sun.net.client.defaultConnectTimeout=15000 sun.net.client.defaultReadTimeout=1000 sun.os.patch.level= user.country=US user.dir=G:\Java\Genuitec\MyEclipse2015CI user.home=C:\Users\Bob user.language=en user.name=Bob user.script= user.timezone=America/Los_Angeles user.variant= *** Features: com.genuitec.myeclipse.database (13.0.0.me201502181324) "MyEclipse Database Support" com.genuitec.myeclipse.enterprise.workbench (13.0.0.me201502181324) "MyEclipse Enterprise Workbench" com.genuitec.myeclipse.icefaces.feature (13.0.0.me201502181324) "ICEfaces AJAX and Java EE Tooling for MyEclipse" com.genuitec.myeclipse.uml2 (13.0.0.me201502181324) "MyEclipse UML2 Feature" com.genuitec.myeclipse.visualvm (13.0.0.me201502181324) "MyEclipse VisualVM Profiler" com.genuitec.secure.marketplace.about.myeclipse (4.5.0.201301082055) "Secure MyEclipse Information" com.liferay.ide.alloy (2.2.1.201411200728-ga2) "Liferay IDE JavaScript" com.liferay.ide.eclipse.tools (2.2.1.201411200728-ga2) "Liferay IDE" com.liferay.ide.maven (2.2.1.201411200728-ga2) "m2e-liferay" com.skyway.myeclipseforspring.feature (13.0.0.me201502181324) "Skyway MyEclipse For Spring" org.apache.ivyde.feature (2.2.0.final-201311091524-RELEASE) "Apache IvyDE" org.eclipse.birt (4.4.1.me201502181324) "Business Intelligence and Reporting Tools" org.eclipse.birt.report.designer.editor.xml.wtp (4.4.1.me201502181324) "BIRT Advanced XML Editor Plug-in" org.eclipse.cvs (1.4.100.v20140925-0400) "Eclipse CVS Client" org.eclipse.datatools.connectivity.feature (1.12.0.me201502181324) "Data Tools Platform Connectivity Plug-in" org.eclipse.datatools.connectivity.oda.designer.core.feature (1.12.0.me201502181324) "DTP ODA Designer UI Framework Plug-in" org.eclipse.datatools.connectivity.oda.designer.feature (1.12.0.me201502181324) "DTP ODA Designer UI Framework Plug-in" org.eclipse.datatools.connectivity.oda.feature (1.12.0.me201502181324) "DTP Open Data Access" org.eclipse.datatools.doc.user (1.12.0.v201405281819-47C18w95FHAM87EJJD7) "Data Tool Platform User Documentation" org.eclipse.datatools.enablement.apache.derby.feature (1.12.0.v201406061321-777B8gBmKFQ3NjRaMjbx8GDI) "High-level Sybase Enablement Plug-in" org.eclipse.datatools.enablement.feature (1.12.0.me201502181324) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.hsqldb.feature (1.12.0.v201406061321-67G0AqGDM7KfNWJjJS8GDI) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.ibm.feature (1.12.0.v201406061321-7G-7cFD3wThz-VTq2cpq3) "pluginName" org.eclipse.datatools.enablement.ingres.feature (1.12.0.v201406061321-540AkF78Z7UCRAQDB) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.jdbc.feature (1.12.0.v201406061321-4-49oB58B7DAF7FCH) "High-level Sybase Enablement Plug-in" org.eclipse.datatools.enablement.jdt.feature (1.12.0.me201502181324) "Data Tools Platform Connectivity JDT Extension Plug-in" org.eclipse.datatools.enablement.msft.feature (1.12.0.v201406061321-5478AkF7AO7UBQAK8M) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.mysql.feature (1.12.0.me201502181324) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.oda.designer.feature (1.12.0.v201406061321-647L9oB58H5E8E8TBK) "Eclipse Data Tools Platform XML ODA Designer" org.eclipse.datatools.enablement.oda.feature (1.12.0.v201406061321-7D7U7OEVVFNSGfJoIz0Of) "Eclipse Data Tools Platform XML ODA Runtime Driver" org.eclipse.datatools.enablement.oracle.feature (1.12.0.v201406061321-548fAkF7AL7RBJANAI) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.postgresql.feature (1.12.0.v201406061321-553AkF7AK8PCRBQBP) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.sap.feature (1.12.0.v201406061321-540AkF7AJ7YEJBU7S) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.sqlite.feature (1.12.0.v201406061321-542AkF7AJ7SAKAPBF) "Eclipse Data Tools Platform Enablement" org.eclipse.datatools.enablement.sybase.feature (1.12.0.v201406061321-7E478F9NiNc2S7fxRCTD) "High-level Sybase Enablement Plug-in" org.eclipse.datatools.modelbase.feature (1.12.0.v201406061321-7707GCcNBHLDaKTEcRi) "Eclipse Data Tools Platform SQLModel Plug-in" org.eclipse.datatools.sqldevtools.ddlgen.feature (1.12.0.me201502181324) "Eclipse Data Tools Platform FE UI Plug-in" org.eclipse.datatools.sqldevtools.feature (1.12.0.me201502181324) "Eclipse Data Tools Platform SQL Tools Common UI Plug-in" org.eclipse.datatools.sqldevtools.parsers.feature (1.12.0.v201406061321-623BgJ9EE9ZJRDZLA) "Eclipse Data Tools Platform SQL Parser Plugin" org.eclipse.draw2d (3.9.101.201408150207) "Graphical Editing Framework Draw2d" org.eclipse.egit (3.4.2.201412180340-r) "Git Team Provider" org.eclipse.emf (2.10.1.v20140901-1055) "EMF - Eclipse Modeling Framework Runtime and Tools" org.eclipse.emf.codegen (2.10.0.v20140901-1055) "EMF Code Generation" org.eclipse.emf.codegen.ecore (2.10.1.v20140901-1055) "EMF Ecore Code Generator" org.eclipse.emf.codegen.ecore.ui (2.10.0.v20140901-1055) "EMF Ecore Code Generator UI" org.eclipse.emf.codegen.ui (2.8.0.v20140901-1055) "EMF Code Generation UI" org.eclipse.emf.common (2.10.1.v20140901-1043) "EMF Common" org.eclipse.emf.common.ui (2.9.0.v20140901-1055) "EMF Common UI" org.eclipse.emf.converter (2.10.0.v20140901-1055) "EMF Model Converter" org.eclipse.emf.databinding (1.4.0.v20140901-1055) "EMF Data Binding" org.eclipse.emf.databinding.edit (1.4.0.v20140901-1055) "EMF Edit Data Binding" org.eclipse.emf.ecore (2.10.1.v20140901-1043) "EMF Ecore" org.eclipse.emf.ecore.edit (2.9.0.v20140901-1055) "EMF Ecore Edit" org.eclipse.emf.ecore.editor (2.10.0.v20140901-1055) "EMF Sample Ecore Editor" org.eclipse.emf.edit (2.10.1.v20140901-1055) "EMF Edit" org.eclipse.emf.edit.ui (2.10.1.v20140901-1055) "EMF Edit UI" org.eclipse.emf.mapping (2.8.0.v20140901-1055) "EMF Mapping" org.eclipse.emf.mapping.ecore (2.8.0.v20140901-1055) "EMF Ecore Mapping" org.eclipse.emf.mapping.ecore.editor (2.9.0.v20140901-1055) "EMF Ecore Mapping Editor" org.eclipse.emf.mapping.ui (2.8.0.v20140901-1055) "EMF Mapping UI" org.eclipse.epp.mpc (1.3.1.v20140908-1651) "Marketplace Client" org.eclipse.gef (3.9.101.201408150207) "Graphical Editing Framework GEF" org.eclipse.graphiti.feature (0.11.1.v20140903-1228) "Graphiti UI (Incubation)" org.eclipse.help (2.0.102.v20140925-0400) "Help System Base" org.eclipse.jdt (3.10.0.v20140925-0400) "Eclipse Java Development Tools" org.eclipse.jet (1.1.1.v201101271243-5319sC7HCAGERASDK3924) "Java Emitter Templates (JET)" org.eclipse.jet.uml2 (1.1.0.v201006011447-2-07w311A1A152813) "JET extensions for UML2 model traversal" org.eclipse.jgit (3.4.2.201412180340-r) "JGit Core" org.eclipse.jpt.common.eclipselink.feature (1.3.100.v201405081708) "Dali Java Persistence Tools - EclipseLink Common" org.eclipse.jpt.common.feature (1.4.0.me201502181324) "Dali Java Persistence Tools - Common" org.eclipse.jpt.dbws.eclipselink.feature (1.2.100.v201405081708) "Dali Java Persistence Tools - EclipseLink DBWS Support" org.eclipse.jpt.jaxb.eclipselink.feature (1.4.100.v201405081708) "Dali Java Persistence Tools - EclipseLink MOXy (JAXB) Support" org.eclipse.jpt.jaxb.feature (1.5.0.me201502181324) "Dali Java Persistence Tools - JAXB Support" org.eclipse.jpt.jpa.eclipselink.feature (3.4.1.me201502181324) "Dali Java Persistence Tools - EclipseLink JPA Support" org.eclipse.jpt.jpa.feature (3.4.0.me201502181324) "Dali Java Persistence Tools - JPA Support" org.eclipse.jpt.jpadiagrameditor.feature (1.2.100.me201502181324) "Dali Java Persistence Tools - JPA Diagram Editor" org.eclipse.jst.common.fproj.enablement.jdt (3.6.1.me201502181324) "Eclipse Faceted Project Framework JDT Enablement" org.eclipse.jst.enterprise_ui.feature (3.6.1.me201502181324) "Eclipse Java EE Developer Tools" org.eclipse.jst.ws.axis2tools.feature (1.1.301.me201502181324) "Axis2 Tools" org.eclipse.m2e.feature (1.5.0.me201502181324) "Maven Integration for Eclipse" org.eclipse.m2e.logback.feature (1.5.0.me201502181324) "m2e logback configuration" org.eclipse.m2e.wtp.feature (1.1.0.me201502181324) "Maven Integration for Eclipse WTP" org.eclipse.m2e.wtp.jaxrs.feature (1.1.0.me201502181324) "Maven JAX-RS Configurator" org.eclipse.m2e.wtp.jpa.feature (1.1.0.me201502181324) "Maven JPA Configurator" org.eclipse.m2e.wtp.jsf.feature (1.1.0.me201502181324) "Maven JSF Configurator" org.eclipse.mylyn_feature (3.13.0.v20140826-1734) "Mylyn Tasks" org.eclipse.mylyn.bugzilla_feature (3.13.0.v20140830-0030) "Mylyn Tasks" org.eclipse.mylyn.commons (3.13.0.v20140704-2323) "Mylyn Commons" org.eclipse.mylyn.commons.identity (1.5.0.v20140702-2248) "Mylyn Commons" org.eclipse.mylyn.commons.notifications (1.5.0.v20140702-2248) "Mylyn Commons" org.eclipse.mylyn.commons.repositories (1.5.0.v20140905-0008) "Mylyn Commons" org.eclipse.mylyn.context_feature (3.13.0.v20140819-2236) "Mylyn Context" org.eclipse.mylyn.cvs (1.5.0.v20140702-2223) "Mylyn Versions" org.eclipse.mylyn.discovery (3.13.0.v20140820-1854) "Mylyn Commons" org.eclipse.mylyn.git (1.5.0.v20140702-2223) "Mylyn Versions" org.eclipse.mylyn.ide_feature (3.13.0.v20140702-2225) "Mylyn Context" org.eclipse.mylyn.java_feature (3.13.0.v20140819-2236) "Mylyn Context" org.eclipse.mylyn.monitor (3.13.0.v20140702-2155) "Mylyn Commons" org.eclipse.mylyn.tasks.ide (3.13.0.v20140704-0050) "Mylyn Tasks" org.eclipse.mylyn.team_feature (3.13.0.v20140702-2225) "Mylyn Context" org.eclipse.mylyn.versions (1.5.0.v20140702-2223) "Mylyn Versions" org.eclipse.ocl (3.1.0.v20110606-1427) "OCL (Object Constraint Language) Parser and Interpreter" org.eclipse.pde (3.10.0.v20140925-0400) "PDE" org.eclipse.platform (4.4.0.v20140925-0400) "Eclipse Platform" org.eclipse.rcp (4.4.0.v20140925-0400) "Eclipse RCP" org.eclipse.sapphire (8.0.2.201411041416) "Sapphire" org.eclipse.sapphire.java (8.0.2.201411041416) "Sapphire Java Support" org.eclipse.sapphire.java.jdt (8.0.2.201411041416) "Sapphire Java Developer Tools Support" org.eclipse.sapphire.modeling.xml (8.0.2.201411041416) "Sapphire XML Support" org.eclipse.sapphire.osgi (8.0.2.201411041416) "Sapphire OSGi Support" org.eclipse.sapphire.platform (8.0.2.201411041416) "Sapphire Eclipse Platform Support" org.eclipse.sapphire.ui (8.0.2.201411041416) "Sapphire User Interface" org.eclipse.sapphire.ui.swt.gef (8.0.2.201411041416) "Sapphire Diagram Editor Support" org.eclipse.sapphire.ui.swt.xml.editor (8.0.2.201411041416) "Sapphire XML Editor Support" org.eclipse.wb.core.feature (1.7.0.r44x201405021445) "WindowBuilder Core" org.eclipse.wb.core.ui.feature (1.7.0.r44x201405021455) "WindowBuilder Core UI" org.eclipse.wb.core.xml.feature (1.7.0.r44x201405021458) "WindowBuilder Core for XML GUI's" org.eclipse.wb.doc.user.feature (1.7.0.r44x201405021506) "WindowBuilder User Guide" org.eclipse.wb.layout.group.feature (1.7.0.r44x201405021517) "WindowBuilder GroupLayout Support" org.eclipse.wb.rcp.doc.user.feature (1.7.0.r44x201405030426) "WindowBuilder User Guide - SWT" org.eclipse.wb.rcp.feature (1.7.0.r44x201405021526) "SWT Designer" org.eclipse.wb.rcp.SWT_AWT_support (1.7.0.r44x201405021546) "WindowBuilder SWT_AWT Support" org.eclipse.wb.swing.doc.user.feature (1.7.0.r44x201405030444) "WindowBuilder User Guide - Swing" org.eclipse.wb.swing.feature (1.7.0.r44x201405021531) "Swing Designer" org.eclipse.wb.swt.feature (1.7.0.r44x201405021519) "SWT Designer Core" org.eclipse.wb.xwt.feature (1.7.0.r44x201405021548) "SWT Designer XWT Support" org.eclipse.wst.common.fproj (3.6.1.me201502181324) "Eclipse Faceted Project Framework" org.eclipse.wst.jsdt.feature (1.6.100.me201502181324) "Eclipse JavaScript Development Tools" org.eclipse.wst.web_ui.feature (3.6.1.me201502181324) "Eclipse Web Developer Tools" org.eclipse.wst.xml_ui.feature (3.6.1.me201502181324) "Eclipse XML Editors and Tools" org.eclipse.wst.xml.xpath2.processor.feature (2.0.301.me201502181324) "Eclipse XPath 2 Developers Tools" org.eclipse.wst.xsl.feature (1.3.401.me201502181324) "Eclipse XSL Developer Tools" org.eclipse.xsd (2.10.0.v20140901-1055) "XSD Model" org.eclipse.xsd.edit (2.8.0.v20140901-1055) "XSD Edit" org.sonatype.m2e.mavenarchiver.feature (0.16.0.201401211452-signed-20140310144306) "m2e connector for the mavenarchiver and pom properties" org.springframework.ide.eclipse.aop.feature (3.6.2.me201502181324) "Spring IDE" org.springframework.ide.eclipse.autowire.feature (3.6.2.201410090854-RELEASE) "Spring IDE" org.springframework.ide.eclipse.batch.feature (3.6.2.201410090854-RELEASE) "Spring IDE" org.springframework.ide.eclipse.data.feature (3.6.2.201410090854-RELEASE) "Spring IDE" org.springframework.ide.eclipse.feature (3.6.2.me201502181324) "Spring IDE" org.springframework.ide.eclipse.integration.feature (3.6.2.201410090854-RELEASE) "Spring IDE" org.springframework.ide.eclipse.maven.feature (3.6.2.me201502181324) "Spring IDE" org.springframework.ide.eclipse.mylyn.feature (3.6.2.201410090854-RELEASE) "Spring IDE" org.springframework.ide.eclipse.osgi.feature (3.6.2.201410090854-RELEASE) "Spring IDE" org.springframework.ide.eclipse.security.feature (3.6.2.201410090854-RELEASE) "Spring IDE" org.springframework.ide.eclipse.webflow.feature (3.6.2.me201502181324) "Spring IDE" *** Plug-in Registry: ca.ecliptical.emf.xpath (1.0.0.me201405280815) "EMF XPath Plug-in" [Starting] ch.qos.logback.classic (1.0.7.v20121108-1250) "Logback Classic Module" [Resolved] ch.qos.logback.core (1.0.7.v20121108-1250) "Logback Core Module" [Resolved] ch.qos.logback.slf4j (1.0.7.v20121108-1250) "Logback Native SLF4J Logger Module" [Resolved] com.genuitec.custom.popup (13.0.0.me201405280815) "MyEclipse JavaScript Popup Fragment" [Resolved] com.genuitec.eclipse.aspphp.core (13.0.0.me201501121447) "MyEclipse ASP and PHP Support Core" [Starting] com.genuitec.eclipse.aspphp.ui (13.0.0.me201405280815) "MyEclipse ASP and PHP Support UI" [Starting] com.genuitec.eclipse.blue.editor (13.0.0.me201405300229) "MyEclipse Blue Edition Editors" [Starting] com.genuitec.eclipse.blue.ejbdeploy (13.0.0.me201411251616) "MyEclipse Blue EJB Deploy connector" [Starting] com.genuitec.eclipse.blue.migration (13.0.0.me201411240323) "MyEclipse Blue Edition Project Migration Support" [Active] com.genuitec.eclipse.blue.server.wasce.core (13.0.0.me201406171813) "WebSphereCE Servers Connectors" [Starting] com.genuitec.eclipse.blue.server.wasce.ui (13.0.0.me201501140726) "WebSphereCE Servers Connectors UI" [Starting] com.genuitec.eclipse.blue.server.waslp.core (13.0.0.me201411071550) "LibertyProfile Servers Connectors" [Active] com.genuitec.eclipse.blue.server.waslp.ui (13.0.0.me201501140726) "LibertyProfile Servers Connectors UI" [Active] com.genuitec.eclipse.blue.websphere.core (13.0.0.me201412191642) "MyEclipse Blue Edition WebSphere Common" [Active] com.genuitec.eclipse.blue.websphere.portal.core (13.0.0.me201410080454) "MyEclipse Blue WebSphere Portal Server Support" [Starting] com.genuitec.eclipse.blue.websphere.portal.ui (13.0.0.me201501140726) "pluginName" [Starting] com.genuitec.eclipse.blue.websphere.ui (13.0.0.me201411251616) "MyEclipse Blue Edition WebSphere Common" [Active] com.genuitec.eclipse.browser (13.0.0.me201501140726) "MyEclipse Web Browser" [Starting] com.genuitec.eclipse.core (13.0.1.me201502181324) "MyEclipse Core" [Active] com.genuitec.eclipse.core.common (13.0.0.me201502040031) "MyEclipse Common Core Utilities" [Active] com.genuitec.eclipse.core.common.platform (13.0.0.me201502040031) "MyEclipse Common Core Platform Utilities" [Active] com.genuitec.eclipse.cross.easystruts.eclipse (13.0.0.me201405280815) "MyEclipse Struts Support" [Starting] com.genuitec.eclipse.dashboard (13.0.0.me201501141551) "MyEclipse Dashboard" [Active] com.genuitec.eclipse.derby (13.0.0.me201501140726) "MyEclipse Derby" [Active] com.genuitec.eclipse.desktop (13.0.0.me201502040031) "MyEclipse Desktop Utilities" [Starting] com.genuitec.eclipse.dtd (13.0.0.me201405280815) "MyEclipse DTD Support" [Starting] com.genuitec.eclipse.editor.core (13.0.0.me201501121447) "MyEclipse Editors Core" [Starting] com.genuitec.eclipse.editor.json (13.0.0.me201502101304) "MyEclipse JSON Editor" [Starting] com.genuitec.eclipse.editor.ui (13.0.0.me201501141551) "MyEclipse Editors UI" [Starting] com.genuitec.eclipse.embedded.nodejs (0.10.26.win32-x86_64-me20141201-1428) "Embedded NodeJS Runtime for MyEclipse Mobile support" [Resolved] com.genuitec.eclipse.fileview (13.0.0.me201405280815) "MyEclipse File View" [Active] com.genuitec.eclipse.hibernate (13.0.0.me201502040031) "MyEclipse Hibernate Capabilities" [Starting] com.genuitec.eclipse.icefaces (13.0.0.me201405280815) "ICEfaces Runtime Libraries for MyEclipse" [Starting] com.genuitec.eclipse.imageeditor (13.0.0.me201409161610) "MyEclipse Image Editor" [Starting] com.genuitec.eclipse.j2eedt.core (13.0.0.me201412191642) "MyEclipse Java Enterprise Development Tooling" [Active] com.genuitec.eclipse.j2eedt.ui (13.0.0.me201501140726) "MyEclipse Java Enterprise Development Tooling UI" [Active] com.genuitec.eclipse.javascript.angularjs (13.0.0.me201501121447) "plugin.name" [Starting] com.genuitec.eclipse.javascript.tern (13.0.0.me201502130630) "MyEclipse JavaScript Integration" [Active] com.genuitec.eclipse.jniwrapper (13.0.0.me201405280815) "MyEclipse JNIWrapper" [Active] com.genuitec.eclipse.jpt.jaxb (13.0.0.me201405280815) "MyEclipse JAXB Support" [Active] com.genuitec.eclipse.jsf (13.0.0.me201405280815) "MyEclipse JSF Capabilities" [Active] com.genuitec.eclipse.jsf.designer (13.0.0.me201405280815) "MyEclipse JSF Designer Plug-in" [Starting] com.genuitec.eclipse.lib.hibernate33 (13.0.0.me201405280815) "MyEclipse Hibernate Library Support" [Starting] com.genuitec.eclipse.lib.hibernate41 (13.0.0.me201412091322) "MyEclipse Hibernate 4.1 Library Support" [Starting] com.genuitec.eclipse.lib.jpa2 (13.0.0.me201405280815) "MyEclipse JPA 2 Library Support" [Starting] com.genuitec.eclipse.lib.spring2 (13.0.0.me201405280815) "MyEclipse Spring Library Support" [Starting] com.genuitec.eclipse.lib.spring3 (13.0.0.me201405280815) "MyEclipse Spring 3 Library Support" [Starting] com.genuitec.eclipse.lib.spring31 (13.0.0.me201409171722) "MyEclipse Spring 3.1 Library Support" [Starting] com.genuitec.eclipse.lib.spring41 (13.0.0.me201412170612) "bundleName" [Starting] com.genuitec.eclipse.lib.struts2 (13.0.0.me201501121447) "MyEclipse Struts 2 Library Support" [Starting] com.genuitec.eclipse.maven (13.0.0.me201411120556) "Maven4MyEclipse Plug-in" [Starting] com.genuitec.eclipse.maven.wtp.hibernate (13.0.0.me201501131857) "MyEclipse Maven Hibernate Configurator" [Starting] com.genuitec.eclipse.maven.wtp.spring (13.0.0.me201412170612) "MyEclipse Maven Spring Configurator" [Starting] com.genuitec.eclipse.maven.wtp.struts (13.0.0.me201406081635) "MyEclipse Maven Struts Configurator" [Starting] com.genuitec.eclipse.meexplorer (13.0.0.me201501141551) "MyEclipse MEExplorer Plug-in" [Active] com.genuitec.eclipse.memory (13.0.0.me201405280815) "MyEclipse Memory Monitor" [Active] com.genuitec.eclipse.migration (13.0.0.me201502040031) "MyEclipse Migration Support" [Active] com.genuitec.eclipse.migration.ui (13.0.0.me201411121604) "MyEclipse Migration Support UI" [Active] com.genuitec.eclipse.mobile.appcenter.client (13.0.0.me201501121447) "MyEclipse Mobile Tools AppCenter Client" [Resolved] com.genuitec.eclipse.mobile.common (13.0.0.me201501121447) "MyEclipse Mobile Tools Common Classes" [Active] com.genuitec.eclipse.mobile.embedded.cordova.templates (3.6.3.me20141201-1428) "Embedded Cordova Project Templates for MyEclipse Mobile support" [Resolved] com.genuitec.eclipse.mobile.embedded.phonegap (3.6.3.win32-me20141201-1428) "Embedded PhoneGap Runtime for MyEclipse Mobile support" [Resolved] com.genuitec.eclipse.mobile.embedded.phonegap.plugins (1.0.2.me20141201-1428) "Embedded Phonegap Standard Plugins for MyEclipse Mobile support" [Resolved] com.genuitec.eclipse.mobile.html5.core (13.0.0.me201502130035) "MyEclipse Mobile Tools Application Development Core" [Starting] com.genuitec.eclipse.mobile.html5.core.emulator (13.0.0.me201412191642) "MyEclipse Mobile Tools Web Emulator" [Starting] com.genuitec.eclipse.mobile.html5.core.emulator.runner (13.0.0.me201501121447) "MyEclipse Mobile Tools Web Emulator" [Starting] com.genuitec.eclipse.mobile.html5.core.ui (13.0.0.me201501141551) "MyEclipse Mobile Tools Application Development UI" [Starting] com.genuitec.eclipse.mobile.html5.jqm.designer (13.0.0.me201502181324) "MyEclipse Mobile Tools Application Development JQM Support" [Starting] com.genuitec.eclipse.mobile.phonegap.core (13.0.0.me201502171425) "MyEclipse Mobile Tools PhoneGap Core" [Active] com.genuitec.eclipse.mobile.phonegap.core.ui (13.0.0.me201502130035) "MyEclipse Mobile Tools PhoneGap UI" [Active] com.genuitec.eclipse.mobile.phonegap.editor.core (13.0.0.me201501140726) "Core" [Starting] com.genuitec.eclipse.mobile.phonegap.editor.ui (13.0.0.me201412221429) "Ui" [Starting] com.genuitec.eclipse.mobile.phonegap.plugin (13.0.0.me201412151425) "MyEclipse Mobile Tools PhoneGap Plug-in Support" [Starting] com.genuitec.eclipse.modeling.core (13.0.0.me201405280815) "MyEclipse Modeling Core" [Starting] com.genuitec.eclipse.modeling.core.layout (13.0.0.me201410281233) "MyEclipse Graph Layout" [Starting] com.genuitec.eclipse.monitor (13.0.0.me201410231323) "MyEclipse UDM" [Active] com.genuitec.eclipse.monitor.ui (13.0.0.201412041910) "MyEclipse UDM UI" [Active] com.genuitec.eclipse.persistence.jpa (13.0.0.me201409161610) "MyEclipse JPA" [Active] com.genuitec.eclipse.portlet (13.0.0.me201409111139) "MyEclipse Portlet Support" [Starting] com.genuitec.eclipse.reporting (13.0.0.me201412091322) "MyEclipse Reports" [Starting] com.genuitec.eclipse.reporting.branding (13.0.0.me201406020905) "MyEclipse Reports" [Starting] com.genuitec.eclipse.reporting.oda (13.0.0.me201405280815) "MyEclipse ODA Runtime Driver" [Starting] com.genuitec.eclipse.reporting.oda.ui (13.0.0.me201406161716) "MyEclipse ODA Designer" [Starting] com.genuitec.eclipse.runtime (13.0.0.me201411271114) "MyEclipse Project Runtime Support" [Active] com.genuitec.eclipse.runtime.ui (13.0.0.me201406231512) "MyEclipse Project Runtime Support" [Active] com.genuitec.eclipse.server.core (13.0.0.me201501140726) "MyEclipse Server Tools Core" [Active] com.genuitec.eclipse.server.custom.core (13.0.0.me201412041554) "CustomServer Connector" [Starting] com.genuitec.eclipse.server.custom.ui (13.0.0.me201501140726) "CustomServer Connector UI" [Starting] com.genuitec.eclipse.server.embedded.tomcat.core (13.0.0.me201412010219) "MyEclipse Embedded Tomcat Connectors" [Active] com.genuitec.eclipse.server.embedded.tomcat.ui (13.0.0.me201501140726) "MyEclipse Embedded Tomcat Connectors UI" [Starting] com.genuitec.eclipse.server.geronimo.core (13.0.0.me201406122219) "Geronimo Servers Connectors" [Active] com.genuitec.eclipse.server.geronimo.ui (13.0.0.me201501140726) "Geronimo Servers Connectors UI" [Active] com.genuitec.eclipse.server.glassfish.core (13.0.0.me201411071550) "Glassfish servers connectors" [Starting] com.genuitec.eclipse.server.glassfish.ui (13.0.0.me201501140726) "Glassfish Servers Connectors UI" [Starting] com.genuitec.eclipse.server.jboss.core (13.0.0.me201501121447) "JBoss Servers Connectors" [Starting] com.genuitec.eclipse.server.jboss.ui (13.0.0.me201501140726) "JBoss Servers Connectors UI" [Starting] com.genuitec.eclipse.server.jetty.core (13.0.0.me201410090800) "Jetty Servers Connectors" [Starting] com.genuitec.eclipse.server.jetty.ui (13.0.0.me201501140726) "Jetty Servers Connectors UI" [Starting] com.genuitec.eclipse.server.jonas.core (13.0.0.me201501141551) "Jonas Servers Connectors" [Starting] com.genuitec.eclipse.server.jonas.ui (13.0.0.me201501140726) "Jonas Servers Connectors UI" [Starting] com.genuitec.eclipse.server.jrun.core (13.0.0.me201406081635) "JRun Servers Connectors" [Starting] com.genuitec.eclipse.server.jrun.ui (13.0.0.me201501140726) "JRun Servers Connectors UI" [Starting] com.genuitec.eclipse.server.oracle.core (13.0.0.me201502130035) "Oracle Servers Connectors" [Starting] com.genuitec.eclipse.server.oracle.ui (13.0.0.me201502130035) "Oracle Servers Connectors UI" [Starting] com.genuitec.eclipse.server.resin.core (13.0.0.me201502040031) "Resin Servers Connectors" [Starting] com.genuitec.eclipse.server.resin.ui (13.0.0.me201501140726) "Resin Servers Connectors UI" [Starting] com.genuitec.eclipse.server.tomee.core (13.0.0.me201412191642) "TomEE Servers Connectors" [Starting] com.genuitec.eclipse.server.tomee.ui (13.0.0.me201501140726) "TomEE Servers Connectors UI" [Starting] com.genuitec.eclipse.server.ui (13.0.0.me201502040031) "MyEclipse Server Tools Core" [Active] com.genuitec.eclipse.server.weblogic.core (13.0.0.me201411071550) "Weblogic Servers Connectors" [Starting] com.genuitec.eclipse.server.weblogic.ui (13.0.0.me201501140726) "Oracle Servers Connectors UI" [Starting] com.genuitec.eclipse.springframework (13.0.0.me201502040031) "MyEclipse Spring Framework Support" [Active] com.genuitec.eclipse.springhibernate (13.0.0.me201409171722) "MyEclipse Spring / Hibernate Support" [Starting] com.genuitec.eclipse.sqlexplorer (13.0.0.me201412191642) "MyEclipse Database Explorer Plugin" [Active] com.genuitec.eclipse.sqlexplorer.db2 (13.0.0.me201405280815) "MyEclipse DB2 Support" [Starting] com.genuitec.eclipse.sqlexplorer.mssql (13.0.0.me201405280815) "MyEclipse SQLServer Support" [Starting] com.genuitec.eclipse.sqlexplorer.mysql (13.0.0.me201405280815) "MyEclipse MySQL Support" [Starting] com.genuitec.eclipse.sqlexplorer.oracle (13.0.0.me201405280815) "MyEclipse Oracle Database Explorer" [Starting] com.genuitec.eclipse.struts (13.0.0.me201502040031) "MyEclipse Struts Capabilities" [Active] com.genuitec.eclipse.struts.tagsupport (13.0.0.me201406081635) "MyEclipse Struts Tagsupport" [Starting] com.genuitec.eclipse.struts2 (13.0.0.me201406161716) "MyEclipse Struts 2 Support" [Starting] com.genuitec.eclipse.templates (13.0.0.me201411251616) "MyEclipse Code Generation Template Support" [Active] com.genuitec.eclipse.themes.dark.core (13.0.0.me201501140726) "MyEclipse Dark Theme Core" [Active] com.genuitec.eclipse.themes.dark.ide (13.0.0.me201501141551) "MyEclipse Dark Theme IDE" [Active] com.genuitec.eclipse.ui.common (13.0.0.me201502040031) "MyEclipse Common UI Utilities" [Active] com.genuitec.eclipse.ui.common.platform (13.0.0.me201502040031) "MyEclipse Common Core Platform Utilities" [Active] com.genuitec.eclipse.uml (13.0.0.me201501141551) "MyEclipse UML1" [Starting] com.genuitec.eclipse.uml2.core (13.0.0.me201501140726) "MyEclipse UML2" [Starting] com.genuitec.eclipse.uml2.ui (13.0.0.me201501141551) "MyEclipse UML2 UI" [Starting] com.genuitec.eclipse.visualvm (13.0.0.me201411121604) "VisualVM for MyEclipse" [Starting] com.genuitec.eclipse.visualvm.binary (13.0.0.me201405280815) "VisualVM for MyEclipse Binaries" [Resolved] com.genuitec.eclipse.web.imagepreviewer (13.0.0.me201501111250) "MyEclipse Image Previewer" [Active] com.genuitec.eclipse.wizards (13.0.0.me201502130035) "MyEclipse File Creation Wizards" [Active] com.genuitec.eclipse.ws (13.0.0.me201501141551) "MyEclipse REST Web Services Support" [Starting] com.genuitec.eclipse.ws.blue (13.0.0.me201411121604) "MyEclipse Websphere Web Services Support" [Starting] com.genuitec.eclipse.ws.jaxrs (13.0.0.me201502040031) "MyEclipse REST Web Services Support" [Active] com.genuitec.eclipse.ws.jaxrs.explorer (13.0.0.me201501141551) "Explorer" [Starting] com.genuitec.eclipse.ws.xfire (13.0.0.me201501140726) "MyEclipse Web Services Support" [Active] com.genuitec.javascript.debug (13.0.0.me201501140726) "MyEclipse JavaScript Debugger" [Starting] com.genuitec.javascript.debug.mozilla (13.0.0.me201405280815) "MyEclipse JavaScript Browser" [Resolved] com.genuitec.jboss.ide.eclipse.apache.xalan (11.0.2.me201405280815) "MyEclipse XDoclet Apache Xalan" [Resolved] com.genuitec.jboss.ide.eclipse.core (9.0.0.me201405280815) "MyEclipse XDoclet Support Core" [Starting] com.genuitec.jboss.ide.eclipse.xdoclet.assist (9.0.0.me201405280815) "MyEclipse XDoclet Assist" [Starting] com.genuitec.jboss.ide.eclipse.xdoclet.core (9.0.0.me201405280815) "MyEclipse XDoclet Core" [Starting] com.genuitec.jboss.ide.eclipse.xdoclet.run (11.0.0.me201405280815) "MyEclipse XDoclet Runner" [Starting] com.genuitec.jboss.ide.eclipse.xdoclet.ui (9.0.0.me201405280815) "MyEclipse XDoclet UI Plug-in" [Starting] com.genuitec.mobile.build.native (13.0.0.me201412161551) "MyEclipse Mobile Tools Native Build Support" [Starting] com.genuitec.mobile.common (13.0.0.me201412221429) "MyEclipse Mobile Tools Common Support" [Starting] com.genuitec.myeclipse.compatibility (13.0.0.me201405280815) "MyEclipse Backward Compatibility" [Active] com.genuitec.myeclipse.database (13.0.0.me201502181324) "MyEclipse Database Support" [Resolved] com.genuitec.myeclipse.doc.toc (13.0.0.me201411120556) "MyEclipse Documentation TOC" [Starting] com.genuitec.myeclipse.icefaces (13.0.0.me201405280815) "ICEfaces Integration for MyEclipse" [Active] com.genuitec.myeclipse.icefaces.branding (13.0.0.me201405280815) "ICEfaces AJAX and Java EE Tooling for MyEclipse" [Resolved] com.genuitec.myeclipse.perspective (13.0.0.me201502130035) "MyEclipse Perspective Plug-in" [Active] com.genuitec.myeclipse.product (13.0.0.me201502171425) "MyEclipse Product" [Starting] com.genuitec.myeclipse.uml2 (13.0.0.me201405280815) "MyEclipse UML2 Feature" [Resolved] com.genuitec.myeclipse.visualvm (13.0.0.me201405280815) "MyEclipse VisualVM Profiler" [Resolved] com.genuitec.org.eclipse.webbrowser (13.0.0.me201502040031) "MyEclipse Web Browser" [Starting] com.genuitec.org.hibernate.eclipse (3.2.4.CR1-me201405280815) "MyEclipse Hibernate Core" [Starting] com.genuitec.org.hibernate.eclipse.console (3.2.4.CR1-me201407141442) "MyEclipse Hibernate Console" [Starting] com.genuitec.org.hibernate.eclipse.mapper (3.2.4.CR1-me201405280815) "MyEclipse Hibernate Mapper" [Starting] com.genuitec.pulse.client.common.widgets (4.10.0.v201409241210) "Pulse Common Widgets" [Starting] com.genuitec.pulse.client.common.widgets.ui (5.0.0.v201411051840) "Client Trans UI" [Active] com.genuitec.pulse.client.delivery.package.runtime (5.0.0.v201411141410) "Delivery Center In-Product Updates" [Active] com.genuitec.pulse.client.delivery.package.runtime.api (4.10.0.v201409241210) "Delivery In-Product API" [Active] com.genuitec.pulse.client.delivery.package.runtime.httpclient4 (5.0.0.v201411191200) "Delivery Runtime HttpClient4 Support" [Active] com.genuitec.pulse.client.delivery.package.runtime.jre (1.0.0.v201409241210) "Delivery Runtime JRE" [Active] com.genuitec.pulse.client.delivery.package.runtime.ui (5.0.0.v201411051840) "Delivery Package Runtime UI" [Active] com.genuitec.pulse.client.delivery.package.runtime.ui.api (4.10.0.v201409241210) "Delivery In-Product UI API" [Starting] com.genuitec.pulse.client.delivery.package.runtime.ui.catalog (4.10.0.v201409241210) "Delivery Package Runtime Catalog UI" [Starting] com.genuitec.pulse.client.delivery.package.runtime.ui.ide (4.10.0.v201410021340) "Delivery Package Runtime UI" [Active] com.genuitec.pulse.client.delivery.package.runtime.ui.ide.components (4.10.0.v201409241210) "Delivery Package Runtime Components UI" [Starting] com.genuitec.pulse.client.delivery.package.runtime.ui.ide.e42 (5.0.0.v201411191200) "Delivery Package Runtime UI for E42" [Active] com.genuitec.pulse.client.delivery.package.runtime.ui.site (4.10.0.v201410021340) "Delivery Package Runtime Site UI" [Starting] com.genuitec.pulse.client.delivery.package.runtime.ui.update (4.10.0.v201409241210) "Delivery Package Runtime Updates" [Starting] com.genuitec.pulse.client.delivery.platform (4.10.0.v201410091030) "OS Platform Services Support" [Starting] com.genuitec.pulse.client.delivery.platform.win64 (4.10.0.v201410021340) "Windows 64-bit Platform Services Support" [Resolved] com.genuitec.pulse.common.system (4.10.0.v201409241210) "System Services" [Starting] com.genuitec.pulse.compatibility.e36 (4.10.0.v201409241210) "Eclipse 3.6 Compatibility" [Resolved] com.genuitec.pulse.installer.base (4.10.0.v201410021340) "Pulse OneInstall Base Services" [Active] com.genuitec.pulse
support-swapnaModeratorrwdietrich,
Sorry that you are seeing issues post the CI 12 update. We do not provide intrinsic support for third party plugins but we will try to assist you in this case.
Can you please give us some more information?
1. Can you please clarify if you have tried starting MyEclipse with -clean as suggested in the FAQ ?
2. Is it possible for you to try a fresh install of Tomcat 7.x, configure the Liferay and check if the issue persists on fresh install of MyEclipse 2015 CI 12?
3. Can you please share the .log file which is located at <workspace dir>/.metadata/.log to help us investigate further ?
4. Please also share with us the steps you followed to configure the Liferay with Tomcat along with the screenshot of the server connector to help us get a visual
Let us know how it works for you.
Bob DietrichParticipantThanks for your reply. Just to be clear, I don’t expect you to support Liferay software, but since the Tomcat server connector is exhibiting strange behavior under MyEclipse and not Eclipse in general, I appreciate the help.
Answers inline:
@support-swapna wrote:rwdietrich,
Sorry that you are seeing issues post the CI 12 update. We do not provide intrinsic support for third party plugins but we will try to assist you in this case.
Can you please give us some more information?
1. Can you please clarify if you have tried starting MyEclipse with -clean as suggested in the FAQ ?
Yes, multiple times
2. Is it possible for you to try a fresh install of Tomcat 7.x, configure the Liferay and check if the issue persists on fresh install of MyEclipse 2015 CI 12?
Yes, installed a fresh copy of the Liferay Tomcat bundle and used a new workspace. Same results.
3. Can you please share the .log file which is located at <workspace dir>/.metadata/.log to help us investigate further ?
Attached
4. Please also share with us the steps you followed to configure the Liferay with Tomcat along with the screenshot of the server connector to help us get a visual
Screen shots attached. Steps to setup:
- Uninstalled prior version.
Installed CI 12 version (windows 8.1 64-bit) in a different directory from previous installs.
Opened new workspace
Installed Liferay extension from local archive liferay-ide-updatesite-2.2.2-ga3-201501300730.zip, closed, and started MyEclipse with -clean.
Unzipped Liferay Tomcat v6.2GA4 bundle to a directory.
Created new server connector using Liferay v6.2 server connector. Pointed to Liferay Tomcat directory for connector and runtime.
Tried running server.Let us know how it works for you.
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorrwdietrich,
Thank you for the details and the screenshots. I could replicate the issue with the Liferay Tomcat at my end on MyEclipse 2015 Ci 11 as well. I installed Liferay IDE 2.2.2-ga3.
While we investigate further, can you please let us know the exact version of Liferay IDE that worked with MyEclipse 2015 Ci 11, prior to the CI 12 update ? Also please clarify if you were able to start the Liferay Tomcat without any issues on MyEclipse 2015 CI 11.
Bob DietrichParticipantThanks for the confirmation. Regarding the Liferay IDE version, I think I was using 2.2.0-ga1 with CI 11.I can’t double-check since the CI 12 upgrade hosed that installation. However, I was definitely able to launch and debug Tomcat.
support-swapnaModeratorrwdietrich,
I have filed a bug for the dev team and they are looking into it.
We will keep you posted about the fix.Thanks for your patience.
Bob DietrichParticipantThanks! Please let me know how things proceed.
Bob DietrichParticipantCan you please provide some guidance so I can use MyEclipse again? I completely uninstalled MyEclipse CI 11 and then reinstalled CI 11 (but not Liferay). I then started MyEclipse with -clean. MyEclipse started, but showed Liferay as one of the perspectives. Clicking on the perspective caused a NPE.
Clearly the uninstall is not deleting everything, even though the install directory is completely removed. Somehow the “clean” install is picking up the Liferay perspective. And the Liferay IDE versions that used to work no longer work, so I cannot launch the Liferay copy of Tomcat.
I’m stuck.
support-swapnaModeratorrwdietrich,
Sorry that you are seeing this issue.
Can you please clarify if you are working with a new workspace or an old workspace post the reinstall of MyEclipse 2015 CI 11?
Please switch to a new workspace and check if the issue persists. The Liferay perspective is being picked up from the workspace.Uninstallation of MyEclipse does not affect the workspaces.
Let us know how it works for you.
Brian FernandesModeratorTo re-iterate what Swapna said earlier, you are seeing the Liferay perspective because that data is stored in the workspace, not the installation. So the workspace has a reference to a perspective which is now no longer part of your installation, hence the error when trying to switch to it.
Re: We are working on a solution to the problem in general, in our testing, the connector wouldn’t work in CI 11 either, but do let us know if it does work for you. A fix for this will be coming next week in the CI 13 release. Sorry for the inconvenience caused.
Bob DietrichParticipantThanks for your reply. Obviously I’m not as familiar as you folks regarding where the configuration is stored or the complete effect of -clean. I’m just trying to get back to a functioning instance of MyEclipse.
I did try the server connector with CI 11 and a clean workspace. As you observed it didn’t work. It had worked earlier for me with a CI that had been upgraded, at least from CI 10 to CI 11. But that was the instance that got hosed with CI 12.
Glad to hear a fix is coming. Please let me know if there is anything I can do to help (I used to write compilers for a living).
support-swapnaModeratorBob,
The issue with Liferay Tomcat is now fixed. The fix is out with our latest release MyEclipse 2015 CI 13.
Please go to Help > Check for Updates,update to CI 13 and check if you still see the issue with Liferay Tomcat.Let us know how it works for you.
–Swapna
MyEclipse Support -
AuthorPosts