Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pdt-dev] still stuck in noobie question...

There one more thing, you are using a java version which doesn't support
running eclipse. Please install Sun's JRE.


-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Steve Strong
Sent: Monday, May 21, 2007 2:40 AM
To: PDT Developers
Subject: Re: [pdt-dev] still stuck in noobie question...

no, the same error occurs (when i create a file within eclipse).  i've 
included the relavent part of the log.
steve


   at org.eclipse.ui.ide.IDE.openEditor(IDE.java:388)
   at org.eclipse.ui.ide.IDE.openEditor(IDE.java:350)
   at
org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:98)
   at 
org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction
.java:98)
   at 
org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActi
onGroup.java:125)
   at 
org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActi
onGroup.java:328)
   at 
org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavi
gator.java:679)
   at 
org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigato
r.java:434)
   at 
org.eclipse.jface.viewers.StructuredViewer$2.run(org.eclipse.jface_3.2.2
.M20061214-1200.jar.so)
   at 
org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0
.v20060603.jar.so)
   at 
org.eclipse.core.runtime.Platform.run(org.eclipse.core.runtime_3.2.0.v20
060603.jar.so)
   at 
org.eclipse.ui.internal.JFaceUtil$1.run(org.eclipse.ui.workbench_3.2.2.M
20070119-0800.jar.so)
   at 
org.eclipse.jface.util.SafeRunnable.run(org.eclipse.jface_3.2.2.M2006121
4-1200.jar.so)
   at 
org.eclipse.jface.viewers.StructuredViewer.fireOpen(org.eclipse.jface_3.
2.2.M20061214-1200.jar.so)
   at 
org.eclipse.jface.viewers.StructuredViewer.handleOpen(org.eclipse.jface_
3.2.2.M20061214-1200.jar.so)
   at 
org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(org.eclipse.jfac
e_3.2.2.M20061214-1200.jar.so)
   at 
org.eclipse.jface.util.OpenStrategy.fireOpenEvent(org.eclipse.jface_3.2.
2.M20061214-1200.jar.so)
   at 
org.eclipse.jface.util.OpenStrategy.access$2(org.eclipse.jface_3.2.2.M20
061214-1200.jar.so)
   at 
org.eclipse.jface.util.OpenStrategy$1.handleEvent(org.eclipse.jface_3.2.
2.M20061214-1200.jar.so)
   at 
org.eclipse.swt.widgets.EventTable.sendEvent(org.eclipse.swt.gtk.linux.x
86_3.2.2.v3236.jar.so)
   at 
org.eclipse.swt.widgets.Widget.sendEvent(org.eclipse.swt.gtk.linux.x86_3
.2.2.v3236.jar.so)
   at 
org.eclipse.swt.widgets.Display.runDeferredEvents(org.eclipse.swt.gtk.li
nux.x86_3.2.2.v3236.jar.so)
   at 
org.eclipse.swt.widgets.Display.readAndDispatch(org.eclipse.swt.gtk.linu
x.x86_3.2.2.v3236.jar.so)
   at 
org.eclipse.ui.internal.Workbench.runEventLoop(org.eclipse.ui.workbench_
3.2.2.M20070119-0800.jar.so)
   at 
org.eclipse.ui.internal.Workbench.runUI(org.eclipse.ui.workbench_3.2.2.M
20070119-0800.jar.so)
   at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(org.eclipse.ui.w
orkbench_3.2.2.M20070119-0800.jar.so)
   at 
org.eclipse.ui.PlatformUI.createAndRunWorkbench(org.eclipse.ui.workbench
_3.2.2.M20070119-0800.jar.so)
   at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
   at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(org.eclipse.co
re.runtime_3.2.0.v20060603.jar.so)
   at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
ion(org.eclipse.osgi_3.2.2.R32x_v20070118.jar.so)
   at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(org.e
clipse.osgi_3.2.2.R32x_v20070118.jar.so)
   at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2
.2.R32x_v20070118.jar.so)
   at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2
.2.R32x_v20070118.jar.so)
   at java.lang.reflect.Method.invoke(libgcj.so.7rh)
   at org.eclipse.core.launcher.Main.invokeFramework(startup.jar.so)
   at org.eclipse.core.launcher.Main.basicRun(startup.jar.so)
   at org.eclipse.core.launcher.Main.run(startup.jar.so)
   at org.eclipse.core.launcher.Main.main(startup.jar.so)

Shachar Ben-Zeev wrote:
> Were you using phpeclipse and switched to PDT ?
> It looks like it is trying to open the file with phpeclipse and not
PDT, can you try to open the "PHP" perspective (window->open
perspetive->PHP) try to create a new PHP Project and files in the PHP
Explorer. Do they open in the editor?
>
> ________________
> Shachar Ben-Zeev
> Team Leader, Zend Technologies
> Tel. +972-3-7539645
> www.zend.com
>
>  
>
>
> -----Original Message-----
> From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Steve Strong
> Sent: Monday, May 21, 2007 1:21 AM
> To: PDT Developers
> Subject: Re: [pdt-dev] still stuck in noobie question...
>
> Shachar Ben-Zeev wrote:
>   
>> Hi,
>>
>> Please send the generated log.
>>
>>   
>>     
>
> OK, here it is (and THANKS!!!):
>
> !SESSION 2007-05-20 18:18:37.190 
> -----------------------------------------------
> eclipse.buildId=M20070212-1330
> java.fullversion=GNU libgcj 4.1.1 20070105 (Red Hat 4.1.1-51)
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Command-line arguments:  -os linux -ws gtk -arch x86
>
> !ENTRY org.eclipse.jface 4 2 2007-05-20 18:19:03.967
> !MESSAGE Problems occurred when invoking code from plug-in: 
> "org.eclipse.jface".
> !STACK 0
> java.lang.NoClassDefFoundError: 
> net.sourceforge.phpeclipse.phpeditor.PHPEditor
>    at java.lang.Class.initializeClass(libgcj.so.7rh)
>    at java.lang.Class.initializeClass(libgcj.so.7rh)
>    at java.lang.Class.newInstance(libgcj.so.7rh)
>    at 
>
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecu
tableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
>    at 
>
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExt
ension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
>    at 
>
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable
Extension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so)
>    at 
>
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExec
utableExtension(org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar.so
)
>    at 
>
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(org.eclipse.ui.w
orkbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(org.eclip
se.ui.workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorManager.createPart(org.eclipse.ui.workbenc
h_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorReference.createPartHelper(org.eclipse.ui.
workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorReference.createPart(org.eclipse.ui.workbe
nch_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.WorkbenchPartReference.getPart(org.eclipse.ui.wo
rkbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.PartPane.setVisible(org.eclipse.ui.workbench_3.2
.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.presentations.PresentablePart.setVisible(org.ecl
ipse.ui.workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(
org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(or
g.eclipse.ui.workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selec
tPart(org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.PartStack.refreshPresentationSelection(org.eclip
se.ui.workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.PartStack.setSelection(org.eclipse.ui.workbench_
3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.PartStack.showPart(org.eclipse.ui.workbench_3.2.
2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.PartStack.add(org.eclipse.ui.workbench_3.2.2.M20
070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorStack.add(org.eclipse.ui.workbench_3.2.2.M
20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.PartStack.add(org.eclipse.ui.workbench_3.2.2.M20
070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorStack.add(org.eclipse.ui.workbench_3.2.2.M
20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorSashContainer.addEditor(org.eclipse.ui.wor
kbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorAreaHelper.addToLayout(org.eclipse.ui.work
bench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorAreaHelper.addEditor(org.eclipse.ui.workbe
nch_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorManager.createEditorTab(org.eclipse.ui.wor
kbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(org.eclip
se.ui.workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.EditorManager.openEditor(org.eclipse.ui.workbenc
h_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(org.eclipse.
ui.workbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(org.eclipse.ui.work
bench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.WorkbenchPage.access$10(org.eclipse.ui.workbench
_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.WorkbenchPage$9.run(org.eclipse.ui.workbench_3.2
.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.swt.custom.BusyIndicator.showWhile(org.eclipse.swt.gtk.linux
.x86_3.2.2.v3236.jar.so)
>    at 
>
org.eclipse.ui.internal.WorkbenchPage.openEditor(org.eclipse.ui.workbenc
h_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.WorkbenchPage.openEditor(org.eclipse.ui.workbenc
h_3.2.2.M20070119-0800.jar.so)
>    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:388)
>    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:350)
>    at
org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:98)
>    at 
>
org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction
.java:98)
>    at 
>
org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActi
onGroup.java:125)
>    at 
>
org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActi
onGroup.java:328)
>    at 
>
org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavi
gator.java:679)
>    at 
>
org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigato
r.java:434)
>    at 
>
org.eclipse.jface.viewers.StructuredViewer$2.run(org.eclipse.jface_3.2.2
.M20061214-1200.jar.so)
>    at 
>
org.eclipse.core.runtime.SafeRunner.run(org.eclipse.equinox.common_3.2.0
.v20060603.jar.so)
>    at 
>
org.eclipse.core.runtime.Platform.run(org.eclipse.core.runtime_3.2.0.v20
060603.jar.so)
>    at 
>
org.eclipse.ui.internal.JFaceUtil$1.run(org.eclipse.ui.workbench_3.2.2.M
20070119-0800.jar.so)
>    at 
>
org.eclipse.jface.util.SafeRunnable.run(org.eclipse.jface_3.2.2.M2006121
4-1200.jar.so)
>    at 
>
org.eclipse.jface.viewers.StructuredViewer.fireOpen(org.eclipse.jface_3.
2.2.M20061214-1200.jar.so)
>    at 
>
org.eclipse.jface.viewers.StructuredViewer.handleOpen(org.eclipse.jface_
3.2.2.M20061214-1200.jar.so)
>    at 
>
org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(org.eclipse.jfac
e_3.2.2.M20061214-1200.jar.so)
>    at 
>
org.eclipse.jface.util.OpenStrategy.fireOpenEvent(org.eclipse.jface_3.2.
2.M20061214-1200.jar.so)
>    at 
>
org.eclipse.jface.util.OpenStrategy.access$2(org.eclipse.jface_3.2.2.M20
061214-1200.jar.so)
>    at 
>
org.eclipse.jface.util.OpenStrategy$1.handleEvent(org.eclipse.jface_3.2.
2.M20061214-1200.jar.so)
>    at 
>
org.eclipse.swt.widgets.EventTable.sendEvent(org.eclipse.swt.gtk.linux.x
86_3.2.2.v3236.jar.so)
>    at 
>
org.eclipse.swt.widgets.Widget.sendEvent(org.eclipse.swt.gtk.linux.x86_3
.2.2.v3236.jar.so)
>    at 
>
org.eclipse.swt.widgets.Display.runDeferredEvents(org.eclipse.swt.gtk.li
nux.x86_3.2.2.v3236.jar.so)
>    at 
>
org.eclipse.swt.widgets.Display.readAndDispatch(org.eclipse.swt.gtk.linu
x.x86_3.2.2.v3236.jar.so)
>    at 
>
org.eclipse.ui.internal.Workbench.runEventLoop(org.eclipse.ui.workbench_
3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.Workbench.runUI(org.eclipse.ui.workbench_3.2.2.M
20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(org.eclipse.ui.w
orkbench_3.2.2.M20070119-0800.jar.so)
>    at 
>
org.eclipse.ui.PlatformUI.createAndRunWorkbench(org.eclipse.ui.workbench
_3.2.2.M20070119-0800.jar.so)
>    at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
>    at 
>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(org.eclipse.co
re.runtime_3.2.0.v20060603.jar.so)
>    at 
>
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplicat
ion(org.eclipse.osgi_3.2.2.R32x_v20070118.jar.so)
>    at 
>
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(org.e
clipse.osgi_3.2.2.R32x_v20070118.jar.so)
>    at 
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2
.2.R32x_v20070118.jar.so)
>    at 
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(org.eclipse.osgi_3.2
.2.R32x_v20070118.jar.so)
>    at java.lang.reflect.Method.invoke(libgcj.so.7rh)
>    at org.eclipse.core.launcher.Main.invokeFramework(startup.jar.so)
>    at org.eclipse.core.launcher.Main.basicRun(startup.jar.so)
>    at org.eclipse.core.launcher.Main.run(startup.jar.so)
>    at org.eclipse.core.launcher.Main.main(startup.jar.so)
> Caused by: java.lang.ClassNotFoundException: 
> net.sourceforge.phpdt.internal.ui.text.java.JavaExpandHover
>    at 
>
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(org.ecli
pse.osgi_3.2.2.R32x_v20070118.jar.so)
>    at 
>
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(org.ecli
pse.osgi_3.2.2.R32x_v20070118.jar.so)
>    at 
>
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(org.e
clipse.osgi_3.2.2.R32x_v20070118.jar.so)
>    at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
>    at java.lang.Class.forName(libgcj.so.7rh)
>    at java.lang.Class.initializeClass(libgcj.so.7rh)
>    ...75 more
>
>   
>> ________________
>> Shachar Ben-Zeev
>> Team Leader, Zend Technologies
>> Tel. +972-3-7539645
>> www.zend.com
>>
>>  
>>
>> -----Original Message-----
>> From: pdt-dev-bounces@xxxxxxxxxxx
[mailto:pdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Steve Strong
>> Sent: Saturday, May 19, 2007 11:27 PM
>> To: PDT Developers
>> Subject: [pdt-dev] still stuck in noobie question...
>>
>> As you can see below I got some great advice on my (still nasty)
newbie 
>> question.  Using this information I was able to add ftp and WebDAV 
>> plugins and to connect to my remotes sites.  I was also able to
import 
>> files from these sites to my local workstation, BUT when I try to
open 
>> one of the imported files I get an error message that there was an
error 
>> and to check the error log.  Empty windows are added to the UI, but
they 
>> are (of course) of not much use :-)  I checked the files and they are

>> downloaded, without errors and editable by other text editors.
>>
>> so:
>>     where is the error log?
>>     how do i get eclipse to open the files
>>
>> thanks!!!
>> steve
>>
>> Gadi Goldbarg wrote:
>>   
>>     
>>> Hi Steve,
>>>
>>> The way of working with ftp in eclipse is quite similar to Source
>>> control. (and not directly on the server).
>>>
>>> Please see some instructions in the attached document.
>>>
>>> Regards,
>>>
>>> --
>>> Gadi Goldbarg, Development Tools , QA Team Leader , Zend.
>>> email: gadi@xxxxxxxx
>>> phone: +972-3-7539500 ext 9617
>>> http://www.zend.com/ 
>>> -----Original Message-----
>>> From: pdt-dev-bounces@xxxxxxxxxxx
[mailto:pdt-dev-bounces@xxxxxxxxxxx]
>>> On Behalf Of Steve Strong
>>> Sent: Thursday, May 17, 2007 6:30 AM
>>> To: pdt-dev@xxxxxxxxxxx
>>> Subject: [pdt-dev] noobie question...
>>>
>>> ... is there a way to make an ftp connection to a web server and
edit 
>>> files "directly" on the server?  i found an interface for adding web

>>> servers, but i wasn't able to get local copies of the files on the
site.
>>> steve
>>> _______________________________________________
>>> pdt-dev mailing list
>>> pdt-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>>>   
>>>
------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> pdt-dev mailing list
>>> pdt-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>>>   
>>>     
>>>       
>> _______________________________________________
>> pdt-dev mailing list
>> pdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>> _______________________________________________
>> pdt-dev mailing list
>> pdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>>
>>   
>>     
>
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
> _______________________________________________
> pdt-dev mailing list
> pdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/pdt-dev
>
>   

_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top