Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Error with Ubuntu Feisty
Error with Ubuntu Feisty [message #18581] Wed, 09 May 2007 19:15 Go to next message
Eclipse UserFriend
Originally posted by: info.adaniels.nl

Hi,

After upgrading from ubuntu edgy to feisty, a number of eclipse plugins
broke, one of witch PDT. I've got no clue where to look, also because I
know nothing of java.

I'm running Eclipse 2.2 (with all updates and patches) and a freshly
installed PDT.

I've read a post of eclipse broken in kubuntu because it didn't run well
with java 1.6, but apparently I'm running java 1.4.2.
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 (Ubuntu 4.1.2-0ubuntu5)

I get the following error in the PHP explorer window.

Unable to create view: NOT_SUPPORTED_ERR: The implementation does not
support the requested type of object or operation.

org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does not
support the requested type of object or operation.
at
org.apache.xerces.dom.CoreDOMImplementationImpl.createLSPars er(Unknown
Source)
at
gnu.xml.dom.DomDocumentBuilderFactory.newDocumentBuilder(lib gcj.so.70)
at
org.eclipse.php.internal.core.project.options.PHPProjectOpti ons.loadOptions(Unknown
Source)
at
org.eclipse.php.internal.core.project.options.PHPProjectOpti ons. <init>(Unknown
Source)
at org.eclipse.php.internal.core.project.PHPNature.getOptions(U nknown
Source)
at
org.eclipse.php.internal.core.project.options.PHPProjectOpti ons.forProject(Unknown
Source)
at
org.eclipse.php.internal.ui.treecontent.IncludePathTreeConte nt.getChildren(Unknown
Source)
at
org.eclipse.php.internal.ui.StandardPHPElementContentProvide r.getChildren(Unknown
Source)
at
org.eclipse.php.internal.ui.explorer.ExplorerPart$ExplorerTr eeViewer.isExpandable(Unknown
Source)
at
org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(Ab stractTreeViewer.java:1900)
at
org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(Abst ractTreeViewer.java:2487)
at
org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem( AbstractTreeViewer.java:754)
at
org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractT reeViewer.java:731)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
......

Please let me know if any additional information is needed.

Thanks for any help,
Arnold
Re: Error with Ubuntu Feisty [message #18589 is a reply to message #18581] Wed, 09 May 2007 19:29 Go to previous messageGo to next message
Ali B. is currently offline Ali B.Friend
Messages: 66
Registered: July 2009
Member
Hi Arnold,

I am not familiar with reading debug stack. I run Eclipse (V3.2 however)
with PDT on my Ubuntu Edgy installation and it works like a charm.

Would it be possible for you to upgrade to 3.2? maybe first try using
Java 1.5?

Cheers,
Ali

Arnold wrote:
> Hi,
>
> After upgrading from ubuntu edgy to feisty, a number of eclipse plugins
> broke, one of witch PDT. I've got no clue where to look, also because I
> know nothing of java.
>
> I'm running Eclipse 2.2 (with all updates and patches) and a freshly
> installed PDT.
>
> I've read a post of eclipse broken in kubuntu because it didn't run well
> with java 1.6, but apparently I'm running java 1.4.2.
> java version "1.4.2"
> gij (GNU libgcj) version 4.1.2 (Ubuntu 4.1.2-0ubuntu5)
>
> I get the following error in the PHP explorer window.
>
> Unable to create view: NOT_SUPPORTED_ERR: The implementation does not
> support the requested type of object or operation.
> org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does not
> support the requested type of object or operation. at
> org.apache.xerces.dom.CoreDOMImplementationImpl.createLSPars er(Unknown
> Source)
> at gnu.xml.dom.DomDocumentBuilderFactory.newDocumentBuilder(lib gcj.so.70)
> at
> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons.loadOptions(Unknown
> Source)
> at
> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons. <init>(Unknown
> Source)
> at org.eclipse.php.internal.core.project.PHPNature.getOptions(U nknown
> Source)
> at
> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons.forProject(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.treecontent.IncludePathTreeConte nt.getChildren(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.StandardPHPElementContentProvide r.getChildren(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.explorer.ExplorerPart$ExplorerTr eeViewer.isExpandable(Unknown
> Source)
> at
> org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(Ab stractTreeViewer.java:1900)
>
> at
> org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(Abst ractTreeViewer.java:2487)
>
> at
> org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem( AbstractTreeViewer.java:754)
>
> at
> org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractT reeViewer.java:731)
>
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
> .....
>
> Please let me know if any additional information is needed.
>
> Thanks for any help,
> Arnold
>
Re: Error with Ubuntu Feisty [message #18610 is a reply to message #18581] Thu, 10 May 2007 11:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pavel.kunc.google.com

Hi,

I had the same issue (mostly) I think the problem is that you you GNU java
instead of Sun Java... I wasn't able to run PDT under GIJ.

All you can fixing I think by installing Sun java 5. Than you need to
change system to use Sun java s the main and also need to alter eclipse
config files...

Nice how to you can find here:
http://ubuntuguide.org/wiki/Ubuntu:Edgy#How_to_install_Java_ Integrated_Development_Environment_.28Eclipse.29

It's for edgy, but it works for Feisty also.

Let me know if it works for you.

Regards

Pavel

On Wed, 09 May 2007 21:15:10 +0200, Arnold <info@adaniels.nl> wrote:

> Hi,
>
> After upgrading from ubuntu edgy to feisty, a number of eclipse plugins
> broke, one of witch PDT. I've got no clue where to look, also because I
> know nothing of java.
>
> I'm running Eclipse 2.2 (with all updates and patches) and a freshly
> installed PDT.
>
> I've read a post of eclipse broken in kubuntu because it didn't run well
> with java 1.6, but apparently I'm running java 1.4.2.
> java version "1.4.2"
> gij (GNU libgcj) version 4.1.2 (Ubuntu 4.1.2-0ubuntu5)
>
> I get the following error in the PHP explorer window.
>
> Unable to create view: NOT_SUPPORTED_ERR: The implementation does not
> support the requested type of object or operation.
> org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does not
> support the requested type of object or operation. at
> org.apache.xerces.dom.CoreDOMImplementationImpl.createLSPars er(Unknown
> Source)
> at
> gnu.xml.dom.DomDocumentBuilderFactory.newDocumentBuilder(lib gcj.so.70)
> at
> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons.loadOptions(Unknown
> Source)
> at
> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons. <init>(Unknown
> Source)
> at org.eclipse.php.internal.core.project.PHPNature.getOptions(U nknown
> Source)
> at
> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons.forProject(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.treecontent.IncludePathTreeConte nt.getChildren(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.StandardPHPElementContentProvide r.getChildren(Unknown
> Source)
> at
> org.eclipse.php.internal.ui.explorer.ExplorerPart$ExplorerTr eeViewer.isExpandable(Unknown
> Source)
> at
> org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(Ab stractTreeViewer.java:1900)
> at
> org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(Abst ractTreeViewer.java:2487)
> at
> org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem( AbstractTreeViewer.java:754)
> at
> org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractT reeViewer.java:731)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
> .....
>
> Please let me know if any additional information is needed.
>
> Thanks for any help,
> Arnold
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Re: Error with Ubuntu Feisty [message #18613 is a reply to message #18610] Thu, 10 May 2007 15:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: smserg.bk.ru

In ubuntu feisty sun java 6 also available.
Works ok for me :)

Pavel Kunc wrote:
> Hi,
>
> I had the same issue (mostly) I think the problem is that you you GNU
> java instead of Sun Java... I wasn't able to run PDT under GIJ.
>
> All you can fixing I think by installing Sun java 5. Than you need to
> change system to use Sun java s the main and also need to alter eclipse
> config files...
>
> Nice how to you can find here:
> http://ubuntuguide.org/wiki/Ubuntu:Edgy#How_to_install_Java_ Integrated_Development_Environment_.28Eclipse.29
>
>
> It's for edgy, but it works for Feisty also.
>
> Let me know if it works for you.
>
> Regards
>
> Pavel
>
> On Wed, 09 May 2007 21:15:10 +0200, Arnold <info@adaniels.nl> wrote:
>
>> Hi,
>>
>> After upgrading from ubuntu edgy to feisty, a number of eclipse
>> plugins broke, one of witch PDT. I've got no clue where to look, also
>> because I know nothing of java.
>>
>> I'm running Eclipse 2.2 (with all updates and patches) and a freshly
>> installed PDT.
>>
>> I've read a post of eclipse broken in kubuntu because it didn't run
>> well with java 1.6, but apparently I'm running java 1.4.2.
>> java version "1.4.2"
>> gij (GNU libgcj) version 4.1.2 (Ubuntu 4.1.2-0ubuntu5)
>>
>> I get the following error in the PHP explorer window.
>>
>> Unable to create view: NOT_SUPPORTED_ERR: The implementation does not
>> support the requested type of object or operation.
>> org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does
>> not support the requested type of object or operation. at
>> org.apache.xerces.dom.CoreDOMImplementationImpl.createLSPars er(Unknown
>> Source)
>> at
>> gnu.xml.dom.DomDocumentBuilderFactory.newDocumentBuilder(lib gcj.so.70)
>> at
>> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons.loadOptions(Unknown
>> Source)
>> at
>> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons. <init>(Unknown
>> Source)
>> at
>> org.eclipse.php.internal.core.project.PHPNature.getOptions(U nknown
>> Source)
>> at
>> org.eclipse.php.internal.core.project.options.PHPProjectOpti ons.forProject(Unknown
>> Source)
>> at
>> org.eclipse.php.internal.ui.treecontent.IncludePathTreeConte nt.getChildren(Unknown
>> Source)
>> at
>> org.eclipse.php.internal.ui.StandardPHPElementContentProvide r.getChildren(Unknown
>> Source)
>> at
>> org.eclipse.php.internal.ui.explorer.ExplorerPart$ExplorerTr eeViewer.isExpandable(Unknown
>> Source)
>> at
>> org.eclipse.jface.viewers.AbstractTreeViewer.isExpandable(Ab stractTreeViewer.java:1900)
>>
>> at
>> org.eclipse.jface.viewers.AbstractTreeViewer.updatePlus(Abst ractTreeViewer.java:2487)
>>
>> at
>> org.eclipse.jface.viewers.AbstractTreeViewer.createTreeItem( AbstractTreeViewer.java:754)
>>
>> at
>> org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractT reeViewer.java:731)
>>
>> at
>> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
>> .....
>>
>> Please let me know if any additional information is needed.
>>
>> Thanks for any help,
>> Arnold
>>
>
>
>
> --Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Re: Error with Ubuntu Feisty [message #19212 is a reply to message #18613] Thu, 10 May 2007 17:08 Go to previous messageGo to next message
Adam Randall is currently offline Adam RandallFriend
Messages: 19
Registered: July 2009
Junior Member
On Thu, 10 May 2007 18:17:53 +0300
Smirnov Sergey <smserg@bk.ru> wrote:

> In ubuntu feisty sun java 6 also available.
> Works ok for me :)

Same here, Ubuntu Feisty w/JRE 6, Eclipse 3.2.2 and one of the nightlies of PDT

Adam.


--
Adam Randall adam@lockdownnetworks.com
Senior Software Engineer (866) 844-8080
Lockdown Networks, Inc.
Re: Error with Ubuntu Feisty [message #19226 is a reply to message #19212] Thu, 10 May 2007 17:32 Go to previous message
Eclipse UserFriend
Originally posted by: pavel.kunc.google.com

I belive that version of Java doesn't matter here. Important is to use Sun
java and not GNU one....

And of course installation is the same with different packages.

Pavel

On Thu, 10 May 2007 19:08:42 +0200, Adam Randall
<adam@lockdownnetworks.com> wrote:

> On Thu, 10 May 2007 18:17:53 +0300
> Smirnov Sergey <smserg@bk.ru> wrote:
>
>> In ubuntu feisty sun java 6 also available.
>> Works ok for me :)
>
> Same here, Ubuntu Feisty w/JRE 6, Eclipse 3.2.2 and one of the nightlies
> of PDT
>
> Adam.
>
Previous Topic:new release (v0.2.1) of XDebug support for PDT 0.7RC3
Next Topic:Mylar support in PDT
Goto Forum:
  


Current Time: Fri Jan 17 06:04:00 GMT 2025

Powered by FUDForum. Page generated in 0.02851 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top