Error with Ubuntu Feisty [message #18581] |
Wed, 09 May 2007 19:15 |
Eclipse User |
|
|
|
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 #18610 is a reply to message #18581] |
Thu, 10 May 2007 11:06 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 #19226 is a reply to message #19212] |
Thu, 10 May 2007 17:32 |
Eclipse User |
|
|
|
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.
>
|
|
|
Powered by
FUDForum. Page generated in 0.02851 seconds