facebook

opening xhtml file fails in my eclipse 6.5

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #287600 Reply

    Running myeclipse 6.5 installed through pulse. Created an icefaces xhtml file and tried to open it and got the following error

    An error has occurred. See error log for details.
    
    Reason:
    /home/blahblahPulse/Common/plugins/
    org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/
    libjavaxpcomglue.so: Can't load IA 32-bit .so on a IA 32-bit platform
    

    I know I have xulrunner 1.9 installed and I’m wondering if this is a pulse inspired mismatch.

    thanks,
    bart

    #287619 Reply

    Loyal Water
    Member

    bart,
    Do you get the similar error with all xhtml files?

    Can you paste the file here for me so that I can test this out at my end and make sure that xulrunner is not causing this issue.

    #287642 Reply

    No, just with Icefaces ones. I get the error that the WYSIWIG for Linux is experimental if I create a deault xhtml file.
    The file is just the default ice faces template.

    
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:f="http://java.sun.com/jsf/core" 
        xmlns:ice="http://www.icesoft.com/icefaces/component" >
        <head>
            <title>ICEfaces Facelets Page</title>
            <ice:outputStyle href="./xmlhttp/css/xp/xp.css" />
        </head>
        <body>
        
            <ice:outputText value="Thank you for using ICEfaces." />
            
            <ice:form partialSubmit="true" >
    
            </ice:form >
    
        </body>
     </html>
    
    #287643 Reply

    fixed the code tag

    #287644 Reply

    Let me amend my previous post. When I open other XHTML files, I get the WYSIWYG error and I also get:

    XPCOM error -2147467259 (Time of error: July 28,2008 11:24:32AM CDT)
    Reason:
    XPCOM error -2147467259

    #287659 Reply

    Loyal Water
    Member

    Bart,
    I was unable to reproduce this at my end using the file you posted.

    Can you please list the capabilities added to your project. Also, can you go to MyEclipse > Installation Summary > Installation Details and paste information here for me.

    I’ll get this file tested on the exact same environment and get back you with an update asap.

    #287660 Reply

    Loyal Water
    Member

    It seems like xulrunner is causing the issue here. Version 1.9 is not compatible with Eclipse.

    #287782 Reply

    Nipun,

    Can you please cite why you think this is so? I have had the error you are referring to in a different environment, but in that instance I could not even start eclipse. This seems to be much more limited in that only in the MyEclipse specific Visual Editors am I receiving any error.

    I believe Gannymede uses XulRunner 1.9, if this is indeed the case, is there any way I can get access to MyEclipse 7?

    thanks,
    bart

    #287837 Reply

    Loyal Water
    Member

    I came across this link when I was trying to research this issue:-
    http://haidara.org/node/5

    I believe Gannymede uses XulRunner 1.9, if this is indeed the case, is there any way I can get access to MyEclipse 7?

    MyEclipse 7.0M1 has not been released yet. The milestone release is currently being tested and should be out very soon.

    #288534 Reply

    I have a very similar problem using MyEclipse 7M1. When trying to open a xhtm file in the designer I receive the error a java.lang.unsatisfied link

    The error details
    Pulse/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libjavaxcomglue.so: Can’t load IA 32-bit on a IA 32-bit platform.

    In mycase the xhtml file does not contain Icefaces components but does use faclets.

    System is Fedora core 6

    #290815 Reply

    Andrés J.
    Member

    Hi,
    I’ve got the similar error:

    /opt/Desarrollo/Pulse/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libjavaxpcomglue.so: Can’t load IA 32-bit .so on a IA 32-bit platform

    I use Ubuntu 8.10.

    #290861 Reply

    Loyal Water
    Member

    Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    You got the above mentioned error when you tried opening an XHTML file?

Viewing 12 posts - 1 through 12 (of 12 total)
Reply To: opening xhtml file fails in my eclipse 6.5

You must be logged in to post in the forum log in