[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: PHP missing since EMF update

Ed Merks schrieb:
Marcus,

Try running with "-clean -debug" and have a close look at <workspace>/.metadata/.log. You might want to delete this file first so you create a fresh new one. With the -debug flag, there should be detailed messages about why a feature or plugin fails to activate (typically because of version range restrictions). Which Eclipse are you on and which EMF did you update to?


Marcus Stöhr wrote:
Hi,

Eclipse showed an EMF update yesterday and I installed it. After the neccesary restart, the PHP perspective is gone and I'm unable to get it back.
I've tried to reinstall PHP both through the Update feature and by downloading the latest 1.0.3 release. Nothing worked.


Any chance of getting my "old" configuration back?

Best regards,
Marcus

Ed,

thanks for the hint with the .log-File. Some of the entries indicate problems with EMF:

!ENTRY org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
!MESSAGE Bundle update@plugins/org.eclipse.wst.web.ui_1.1.101.v200706071630.jar was not resolved.
!SUBENTRY 2 org.eclipse.wst.web.ui 2 0 2008-09-04 09:17:51.212
!MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.2.0,2.4.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
!MESSAGE Bundle update@plugins/org.eclipse.emf.ecore.change.edit_2.4.0.v200808251517.jar was not resolved.
!SUBENTRY 2 org.eclipse.emf.ecore.change.edit 2 0 2008-09-04 09:17:51.213
!MESSAGE Missing required bundle org.eclipse.core.runtime_[3.4.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.213


This goes on to the PDT feature:

!MESSAGE Bundle update@plugins/org.eclipse.php.core_1.0.3.v20080603.jar [181] was not resolved.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.sse.core_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.html.core_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.xml.core_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.validation_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.common.frameworks_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.jem.util_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.230



I'm using latest 3.3 and EMF is version 2.4.1 now.