For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 11 replies, 4 voices, and was last updated 16 years, 9 months ago by
Loyal Water.
-
AuthorPosts
-
cs3consultingMemberRunning 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,
bartJuly 28, 2008 at 9:35 am #287619
Loyal WaterMemberbart,
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.
July 28, 2008 at 11:20 am #287642
cs3consultingMemberNo, 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>
July 28, 2008 at 11:21 am #287643
cs3consultingMemberfixed the code tag
July 28, 2008 at 11:28 am #287644
cs3consultingMemberLet 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 -2147467259July 28, 2008 at 4:11 pm #287659
Loyal WaterMemberBart,
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.
July 28, 2008 at 4:19 pm #287660
Loyal WaterMemberIt seems like xulrunner is causing the issue here. Version 1.9 is not compatible with Eclipse.
July 30, 2008 at 12:57 pm #287782
cs3consultingMemberNipun,
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,
bartJuly 31, 2008 at 4:28 pm #287837
Loyal WaterMemberI came across this link when I was trying to research this issue:-
http://haidara.org/node/5I 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.
August 22, 2008 at 10:03 am #288534
fugro-robertsonMemberI 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
November 11, 2008 at 4:40 am #290815
Andrés J.MemberHi,
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.
November 11, 2008 at 2:20 pm #290861
Loyal WaterMemberCan 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?
-
AuthorPosts