facebook

Web browser atempt breaks config

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #210295 Reply

    I just re-installed both Eclipse & MyEclipse.
    My experience with MyEclipse is nothing to talk about, I just wanted to check what I could use for a project I have been working on for a couple of months.
    After opening the MyEclipse perspective, I noticed (well, … as advertized) the Web Browser tab in the console area.
    And… I clicked on it !
    And … that was the end of it, for that workspace !
    Now, I start Eclipse, select the workspace and just watch it dying away with a small message box telling me to check the “.log”

    Any clues ?
    (Other than something with “this works on MSWin”, please ! I would, probably, be working in VisualStudio.NET if I owned a MSWindows machine)

    I hate having to post all the following info – I’ sure this has already been answered, at least in part, but I cannot find that thread. Must be something wrong with me …

    Sorry for the frustrated tone – I spent the last couple of days trying to get this working.

    By the way, my “libxpcom.so” is coming from “Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040616”

    – System Setup ——————————-
    Operating System and version: Linux RedHat 8.0
    Eclipse version: 3.0
    Eclipse build id: I200406251208
    Fresh Eclipse install (y/n): y
    If not, was it upgraded to its current version using the update manager?
    Other installed external plugins: subclipse
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 7
    MyEclipse version: v3.8 Beta-2
    Eclipse JDK version: 1.4.2_03
    Application Server JDK version: N/A
    Are there any exceptions in the Eclipse log file?

    – “.log” extract ——————————-
    !SESSION Jul 17, 2004 02:20:57.940 ————————
    eclipse.buildId=I200406251208
    java.version=1.4.2_03
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US

    !ENTRY org.eclipse.osgi Jul 17, 2004 02:20:57.943
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-mozilla-gtk-3062.so: /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-mozilla-gtk-3062.so: undefined symbol: _ZN9nsCStringC1Ev)
    at org.eclipse.swt.SWT.error(SWT.java:2717)
    at org.eclipse.swt.SWT.error(SWT.java:2616)
    at org.eclipse.swt.browser.Browser.<init>(Browser.java:122)
    at com.genuitec.eclipse.browser.HTMLViewer.createControl(Unknown Source) at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
    at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
    at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
    at com.genuitec.eclipse.browser.HTMLView.createPartControl(Unknown Source)
    at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
    at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:131)
    at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:337)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:259)
    at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:516)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:514) at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:102)
    at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java:132)
    at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:268)
    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:317)
    at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:564)
    at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:122)
    at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1111)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:946)
    at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:467)
    at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:367)
    at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:432)
    at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:155)
    at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:722)
    at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2020)
    at org.eclipse.ui.internal.WorkbenchWindow$4.run(WorkbenchWindow.java:1858)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1845)
    at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1409)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1224)
    at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1185)
    at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1096)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1029)
    at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:819)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1325)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
    at org.eclipse.core.launcher.Main.run(Main.java:644)
    at org.eclipse.core.launcher.Main.main(Main.java:628)

    !ENTRY org.eclipse.osgi Jul 17, 2004 02:20:57.972
    !MESSAGE Bundle update@/opt/eclipse/plugins/org.eclipse.debug.ui_3.0.0/ [6] was
    not resolved.
    !SUBENTRY 1 org.eclipse.osgi Jul 17, 2004 02:20:57.972
    !MESSAGE Bundle update@/opt/MyEclipse/eclipse/plugins/org.eclipse.debug.ui_3.7.200/ was picked instead.

    !ENTRY org.eclipse.osgi Jul 17, 2004 02:20:57.973
    !MESSAGE Bundle update@/opt/eclipse/plugins/org.eclipse.jdt.debug_3.0.0/ [27] was not resolved.
    !SUBENTRY 1 org.eclipse.osgi Jul 17, 2004 02:20:57.974
    !MESSAGE Bundle update@/opt/MyEclipse/eclipse/plugins/org.eclipse.jdt.debug_3.7.200/ was picked instead.
    ——- end extract ——————————

    #210300 Reply

    snpe
    Member

    mozilla 1.7 don’t work with eclipse – it isn’t problem with myeclipse
    (you try help and it don’t work with 1.7 libraries0
    You have to use <= mozila 1.6 for now

    regards

    #210314 Reply

    Riyad Kalla
    Member

    snpe’s is right, the browser widget on Linux for SWT uses Mozilla <= 1.6, the Eclipse team hasn’t gotten a chance to update it for use with 1.7 yet.

    #210330 Reply

    Thanks to everyone that looked at this.

    I appologize for being so slow to reply, I was just trying to do my homework …
    Therefore, I downloaded Mozilla 1.6, linked the libraries from /usr/local/mozilla to /usr/lib and tried again. First, without removing “.metadata”. It did not work.
    I even installed j2sdk 1.4.2_05. Just to make sure there were no weir things in my jvm.
    Tried again and it bombed again:
    There is no message in “.log”, but I have been instructed in the RIP message box to look for the file “hs_err_pid20323.log”.

    Any other ideas ?
    I’m almost ready to drop the whole thing. At least for now …
    Thanks,

    Daniel

    Here is part of what the “hs_err_pid20323.log” file contains:

    — extract from “hs_err_pid20323.log” —————

    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x4F1A623C
    Function=(null)+0x4F1A623C
    Library=/usr/lib/libgdk-1.2.so.0

    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.

    Current Java thread:
    at org.eclipse.swt.internal.mozilla.XPCOM.VtblCall(Native Method)
    at org.eclipse.swt.internal.mozilla.nsIBaseWindow.Create(nsIBaseWindow.java:49)
    at org.eclipse.swt.browser.Browser.<init>(Browser.java:267)
    at de.bb.bje.eclipse.editors.Eclipse3Browser.create(Unknown Source)
    at de.bb.bje.eclipse.editors.JspMultiPageEditor.createPreviewPage(Unknown Source)
    at de.bb.bje.eclipse.editors.JspMultiPageEditor.createPages(Unknown Source)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:187)
    at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
    at org.eclipse.ui.internal.EditorManager$9.run(EditorManager.java:963)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:925)
    at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:918)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:914)
    at org.eclipse.ui.internal.EditorManager$Editor.getEditor(EditorManager.java:1364)
    at org.eclipse.ui.internal.EditorManager$Editor.getPart(EditorManager.java:1356)
    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:319)
    at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:122)
    at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1111)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:946)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921)
    at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1020)
    at org.eclipse.ui.internal.PartStack.add(PartStack.java:290)
    at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:110)
    at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:59)
    at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:266)
    at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.java:697)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:686)
    at org.eclipse.ui.internal.EditorManager.restoreEditorState(EditorManager.java:1591)
    at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:877)
    at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2427)
    at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1372)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1224)
    at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1185)
    at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1096)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1029)
    at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:819)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1325)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:183)
    at org.eclipse.core.launcher.Main.run(Main.java:644)
    at org.eclipse.core.launcher.Main.main(Main.java:628)

    Dynamic libraries:
    08048000-08056000 r-xp 00000000 03:02 509491 /usr/java/j2sdk1.4.2_05/bin/java
    08056000-08059000 rw-p 0000d000 03:02 509491 /usr/java/j2sdk1.4.2_05/bin/java
    40000000-40013000 r-xp 00000000 03:02 4260461 /lib/ld-2.3.2.so
    40013000-40014000 rw-p 00013000 03:02 4260461 /lib/ld-2.3.2.so
    40014000-4001c000 r-xp 00000000 03:02 3556134 /usr/java/j2sdk1.4.2_05/jre/lib/i386/native_threads/libhpi.so
    4001c000-4001d000 rw-p 00007000 03:02 3556134 /usr/java/j2sdk1.4.2_05/jre/lib/i386/native_threads/libhpi.so
    4001d000-40028000 r-xp 00000000 03:02 4259874 /lib/libnss_files-2.3.2.so
    40028000-40029000 rw-p 0000a000 03:02 4259874 /lib/libnss_files-2.3.2.so
    40029000-4002d000 rw-s 00000000 03:02 5800001 /tmp/hsperfdata_daniel/20323
    4002d000-40030000 r–s 00000000 03:02 1327877 /usr/java/j2sdk1.4.2_05/jre/lib/ext/dnsns.jar
    40030000-40031000 r–s 00000000 03:02 1148852 /opt/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar
    40031000-4003e000 r-xp 00000000 03:02 5357573 /lib/i686/libpthread-0.10.so
    4003e000-40041000 rw-p 0000d000 03:02 5357573 /lib/i686/libpthread-0.10.so
    40082000-40084000 r-xp 00000000 03:02 4259854 /lib/libdl-2.3.2.so
    40084000-40085000 rw-p 00002000 03:02 4259854 /lib/libdl-2.3.2.so
    40085000-40481000 r-xp 00000000 03:02 1623495 /usr/java/j2sdk1.4.2_05/jre/lib/i386/client/libjvm.so
    40481000-4049c000 rw-p 003fb000 03:02 1623495 /usr/java/j2sdk1.4.2_05/jre/lib/i386/client/libjvm.so
    404ae000-404c1000 r-xp 00000000 03:02 4259858 /lib/libnsl-2.3.2.so
    404c1000-404c2000 rw-p 00012000 03:02 4259858 /lib/libnsl-2.3.2.so
    404c4000-404e5000 r-xp 00000000 03:02 5357571 /lib/i686/libm-2.3.2.so
    404e5000-404e6000 rw-p 00021000 03:02 5357571 /lib/i686/libm-2.3.2.so
    404e6000-404f6000 r-xp 00000000 03:02 165406 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libverify.so
    404f6000-404f8000 rw-p 0000f000 03:02 165406 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libverify.so
    404f8000-40518000 r-xp 00000000 03:02 165392 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libjava.so
    40518000-4051a000 rw-p 0001f000 03:02 165392 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libjava.so
    4051a000-4052e000 r-xp 00000000 03:02 165407 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libzip.so
    4052e000-40531000 rw-p 00013000 03:02 165407 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libzip.so
    40531000-41ed5000 r–s 00000000 03:02 7373286 /usr/java/j2sdk1.4.2_05/jre/lib/rt.jar
    41f1f000-41f35000 r–s 00000000 03:02 7373285 /usr/java/j2sdk1.4.2_05/jre/lib/sunrsasign.jar
    41f35000-41f46000 r–s 00000000 03:02 7373276 /usr/java/j2sdk1.4.2_05/jre/lib/jce.jar
    41fee000-41ffb000 r–s 00000000 03:02 1327878 /usr/java/j2sdk1.4.2_05/jre/lib/ext/ldapsec.jar
    41ffb000-42000000 r–s 00000000 03:02 1476550 /opt/eclipse/startup.jar
    42000000-42134000 r-xp 00000000 03:02 5358762 /lib/i686/libc-2.3.2.so
    42134000-42139000 rw-p 00134000 03:02 5358762 /lib/i686/libc-2.3.2.so
    4213b000-42218000 r–s 00000000 03:02 7373284 /usr/java/j2sdk1.4.2_05/jre/lib/jsse.jar
    42218000-42771000 r–s 00000000 03:02 7373277 /usr/java/j2sdk1.4.2_05/jre/lib/charsets.jar
    44771000-44779000 r–s 00000000 03:02 7291285 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/console.jar
    44779000-4477f000 r-xp 00000000 03:02 165404 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libnio.so
    4477f000-44780000 rw-p 00005000 03:02 165404 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libnio.so
    4cb87000-4cc43000 r–s 00000000 03:02 1327881 /usr/java/j2sdk1.4.2_05/jre/lib/ext/localedata.jar
    4cc43000-4cc5f000 r–s 00000000 03:02 1327880 /usr/java/j2sdk1.4.2_05/jre/lib/ext/sunjce_provider.jar
    4cce0000-4cd18000 r–s 00000000 03:02 7291284 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/core.jar
    4cd18000-4cd24000 r–s 00000000 03:02 7291283 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/osgi.jar
    4cd24000-4cd3a000 r–s 00000000 03:02 7291287 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/resolver.jar
    4cd3a000-4cd50000 r–s 00000000 03:02 7291288 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/defaultAdaptor.jar
    4cd50000-4cd6f000 r–s 00000000 03:02 7291286 /opt/eclipse/plugins/org.eclipse.osgi_3.0.0/eclipseAdaptor.jar
    4ce71000-4cec8000 r–s 00000000 03:02 6816500 /opt/eclipse/plugins/org.eclipse.core.runtime_3.0.0/runtime.jar
    4cec8000-4ced8000 r-xp 00000000 03:02 165403 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libnet.so
    4ced8000-4ced9000 rw-p 0000f000 03:02 165403 /usr/java/j2sdk1.4.2_05/jre/lib/i386/libnet.so
    4ced9000-4ceee000 r–s 00000000 03:02 1672589 /opt/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar
    4ceee000-4cf02000 r–s 00000000 03:02 1148856 /opt/eclipse/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar
    4cf02000-4d050000 r–s 00000000 03:02 1343650 /opt/eclipse/plugins/org.eclipse.ui.ide_3.0.0/ide.jar
    4d050000-4d283000 r–s 00000000 03:02 1523964 /opt/eclipse/plugins/org.eclipse.ui.workbench_3.0.0/workbench.jar
    4d283000-4d301000 r–s 00000000 03:02 1672650 /opt/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar
    4d301000-4d314000 r–s 00000000 03:02 1148639 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-mozilla.jar
    4d314000-4d321000 r–s 00000000 03:02 1148638 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt-pi.jar
    4d321000-4d3ff000 r–s 00000000 03:02 1148640 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/ws/gtk/swt.jar
    4d3ff000-4d400000 r–s 00000000 03:02 1181191 /opt/eclipse/plugins/org.eclipse.ui_3.0.0/ui.jar
    4d400000-4d436000 r-xp 00000000 03:02 4326228 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-pi-gtk-3062.so
    4d436000-4d438000 rw-p 00035000 03:02 4326228 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-pi-gtk-3062.so
    4d438000-4d43a000 r-xp 00000000 03:02 5014221 /usr/X11R6/lib/X11/locale/common/xlcDef.so.2
    4d43a000-4d43b000 rw-p 00001000 03:02 5014221 /usr/X11R6/lib/X11/locale/common/xlcDef.so.2
    4d43b000-4d441000 r–s 00000000 03:02 5341371 /usr/lib/gconv/gconv-modules.cache
    4d441000-4d442000 r-xp 00000000 03:02 5341316 /usr/lib/gconv/ISO8859-1.so
    4d442000-4d443000 rw-p 00001000 03:02 5341316 /usr/lib/gconv/ISO8859-1.so
    4d443000-4d450000 r-xp 00000000 03:02 4326229 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-mozilla-gtk-3062.so
    4d450000-4d451000 rw-p 0000c000 03:02 4326229 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-mozilla-gtk-3062.so
    4d451000-4d453000 r-xp 00000000 03:02 6816581 /usr/local/mozilla/libplds4.so
    4d453000-4d454000 rw-p 00002000 03:02 6816581 /usr/local/mozilla/libplds4.so
    4d455000-4d694000 r-xp 00000000 03:02 360589 /usr/lib/libgtk-x11-2.0.so.0.0.6
    4d694000-4d69f000 rw-p 0023e000 03:02 360589 /usr/lib/libgtk-x11-2.0.so.0.0.6
    4d6a1000-4d6fe000 r-xp 00000000 03:02 360583 /usr/lib/libgdk-x11-2.0.so.0.0.6
    4d6fe000-4d703000 rw-p 0005d000 03:02 360583 /usr/lib/libgdk-x11-2.0.so.0.0.6
    4d703000-4d719000 r-xp 00000000 03:02 360476 /usr/lib/libatk-1.0.so.0.0.3
    4d719000-4d71b000 rw-p 00015000 03:02 360476 /usr/lib/libatk-1.0.so.0.0.3
    4d71b000-4d72c000 r-xp 00000000 03:02 360585 /usr/lib/libgdk_pixbuf-2.0.so.0.0.6
    4d72c000-4d72d000 rw-p 00011000 03:02 360585 /usr/lib/libgdk_pixbuf-2.0.so.0.0.6
    4d72d000-4d74d000 r-xp 00000000 03:02 360570 /usr/lib/libpangoxft-1.0.so.0.100.1
    4d74d000-4d74e000 rw-p 0001f000 03:02 360570 /usr/lib/libpangoxft-1.0.so.0.100.1
    4d74e000-4d75a000 r-xp 00000000 03:02 360568 /usr/lib/libpangox-1.0.so.0.100.1
    4d75a000-4d75b000 rw-p 0000b000 03:02 360568 /usr/lib/libpangox-1.0.so.0.100.1
    4d75b000-4d781000 r-xp 00000000 03:02 360564 /usr/lib/libpango-1.0.so.0.100.1
    4d781000-4d78d000 rw-p 00026000 03:02 360564 /usr/lib/libpango-1.0.so.0.100.1
    4d78d000-4d7c3000 r-xp 00000000 03:02 360472 /usr/lib/libgobject-2.0.so.0.0.6
    4d7c3000-4d7c5000 rw-p 00035000 03:02 360472 /usr/lib/libgobject-2.0.so.0.0.6
    4d7c5000-4d7c8000 r-xp 00000000 03:02 360470 /usr/lib/libgmodule-2.0.so.0.0.6
    4d7c8000-4d7c9000 rw-p 00002000 03:02 360470 /usr/lib/libgmodule-2.0.so.0.0.6
    4d7c9000-4d7cd000 r-xp 00000000 03:02 360474 /usr/lib/libgthread-2.0.so.0.0.6
    4d7cd000-4d7ce000 rw-p 00003000 03:02 360474 /usr/lib/libgthread-2.0.so.0.0.6
    4d7ce000-4d838000 r-xp 00000000 03:02 360468 /usr/lib/libglib-2.0.so.0.0.6
    4d838000-4d839000 rw-p 0006a000 03:02 360468 /usr/lib/libglib-2.0.so.0.0.6
    4d839000-4d83d000 r-xp 00000000 03:02 5505810 /usr/X11R6/lib/libXtst.so.6.1
    4d83d000-4d83e000 rw-p 00004000 03:02 5505810 /usr/X11R6/lib/libXtst.so.6.1
    4d83e000-4d845000 r-xp 00000000 03:02 5505794 /usr/X11R6/lib/libXi.so.6.0
    4d845000-4d846000 rw-p 00006000 03:02 5505794 /usr/X11R6/lib/libXi.so.6.0
    4d846000-4d853000 r-xp 00000000 03:02 5505788 /usr/X11R6/lib/libXext.so.6.4
    4d853000-4d854000 rw-p 0000c000 03:02 5505788 /usr/X11R6/lib/libXext.so.6.4
    4d854000-4d865000 r-xp 00000000 03:02 360562 /usr/lib/libXft.so.2.0
    4d865000-4d866000 rw-p 00010000 03:02 360562 /usr/lib/libXft.so.2.0
    4d866000-4d86a000 r-xp 00000000 03:02 5505804 /usr/X11R6/lib/libXrender.so.1.1
    4d86a000-4d86b000 rw-p 00004000 03:02 5505804 /usr/X11R6/lib/libXrender.so.1.1
    4d86b000-4d88c000 r-xp 00000000 03:02 360521 /usr/lib/libfontconfig.so.1.0
    4d88c000-4d88f000 rw-p 00021000 03:02 360521 /usr/lib/libfontconfig.so.1.0
    4d890000-4d96b000 r-xp 00000000 03:02 5505778 /usr/X11R6/lib/libX11.so.6.2
    4d96b000-4d96e000 rw-p 000da000 03:02 5505778 /usr/X11R6/lib/libX11.so.6.2
    4d96e000-4d9b3000 r-xp 00000000 03:02 360517 /usr/lib/libfreetype.so.6.3.1
    4d9b3000-4d9b7000 rw-p 00045000 03:02 360517 /usr/lib/libfreetype.so.6.3.1
    4d9b7000-4d9d3000 r-xp 00000000 03:02 360458 /usr/lib/libexpat.so.0.3.0
    4d9d3000-4d9d7000 rw-p 0001b000 03:02 360458 /usr/lib/libexpat.so.0.3.0
    4d9d7000-4d9fd000 r-xp 00000000 03:02 4326227 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-gtk-3062.so
    4d9fd000-4d9ff000 rw-p 00026000 03:02 4326227 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-gtk-3062.so
    4d9ff000-4da01000 r-xp 00000000 03:02 3637265 /usr/lib/pango/1.1.0/modules/pango-basic-xft.so
    4da01000-4da02000 rw-p 00001000 03:02 3637265 /usr/lib/pango/1.1.0/modules/pango-basic-xft.so
    4da02000-4da62000 rw-s 00000000 00:04 6848535 /SYSV00000000 (deleted)
    4da62000-4da69000 r-xp 00000000 03:02 4259912 /lib/libgcc_s-3.2-20020903.so.1
    4da69000-4da6a000 rw-p 00007000 03:02 4259912 /lib/libgcc_s-3.2-20020903.so.14da6a000-4da6e000 r-xp 00000000 03:02 6816588 /usr/local/mozilla/libplc4.so
    4da6e000-4da6f000 rw-p 00003000 03:02 6816588 /usr/local/mozilla/libplc4.so
    4da6f000-4da71000 r-xp 00000000 03:02 5341359 /usr/lib/gconv/UTF-16.so
    4da71000-4da72000 rw-p 00001000 03:02 5341359 /usr/lib/gconv/UTF-16.so
    4da74000-4db12000 r–s 00000000 03:02 1066237 /opt/eclipse/plugins/org.eclipse.core.resources_3.0.0/resources.jar
    4db12000-4db13000 r-xp 00000000 03:02 6849957 /opt/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so
    4db13000-4db14000 rw-p 00001000 03:02 6849957 /opt/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so
    4db14000-4db24000 r–s 00000000 03:02 4326820 /opt/eclipse/plugins/org.eclipse.help_3.0.0/help.jar
    4dc26000-4dc2d000 r-xp 00000000 03:02 4326230 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-atk-gtk-3062.so
    4dc2d000-4dc2e000 rw-p 00007000 03:02 4326230 /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.0/os/linux/x86/libswt-atk-gtk-3062.so
    4dc2e000-4dc4a000 r–s 00000000 03:02 1181622 /opt/MyEclipse/eclipse/plugins/de.bb.bje.eclipse_3.7.200/ebejy.jar
    4dc4a000-4dc56000 r–s 00000000 03:02 755691 /opt/MyEclipse/eclipse/plugins/de.bb.bje.eclipse_3.7.200/lib/bb_util.jar
    4dc56000-4dc5d000 r–s 00000000 03:02 755689 /opt/MyEclipse/eclipse/plugins/de.bb.bje.eclipse_3.7.200/lib/bb_jsp.jar
    4dc5d000-4dc65000 r–s 00000000 03:02 755690 /opt/MyEclipse/eclipse/plugins/de.bb.bje.eclipse_3.7.200/lib/bb_ndp.jar
    4dc65000-4dca3000 r–s 00000000 03:02 6914997 /opt/eclipse/plugins/org.eclipse.ui.editors_3.0.0/editors.jar
    4dca3000-4dccd000 r–s 00000000 03:02 1181229 /opt/eclipse/plugins/org.eclipse.text_3.0.0/text.jar
    4dccd000-4dd64000 r–s 00000000 03:02 6849890 /opt/eclipse/plugins/org.eclipse.jface.text_3.0.0/jfacetext.jar
    4dd64000-4ddc1000 r–s 00000000 03:02 1343921 /opt/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.0.0/texteditor.jar
    4ddc1000-4de00000 r–s 00000000 03:02 1345416 /opt/MyEclipse/eclipse/plugins/com.genuitec.eclipsetidy_3.7.200/eclipsetidy.jar
    4de00000-4de10000 r–s 00000000 03:02 7194175 /opt/MyEclipse/eclipse/plugins/com.genuitec.eclipsetidy_3.7.200/lib/jakarta-oro-2.0.8.jar
    4de10000-4de18000 r–s 00000000 03:02 7194176 /opt/MyEclipse/eclipse/plugins/com.genuitec.eclipsetidy_3.7.200/lib/jericho-html-1.1.jar
    4de18000-4de28000 r–s 00000000 03:02 7046820 /opt/MyEclipse/eclipse/plugins/com.genuitec.eclipse.webdesigner_3.7.200/webdesigner.jar
    4de28000-4de30000 r–s 00000000 03:02 7046816 /opt/MyEclipse/eclipse/plugins/com.genuitec.eclipse.webdesigner_3.7.200/jericho-html-1.1.jar
    4de30000-4e346000 r–s 00000000 03:02 1181031 /opt/eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt.jar
    4e346000-4e613000 r–s 00000000 03:02 639932 /opt/eclipse/plugins/org.eclipse.jdt.core_3.0.0/jdtcore.jar
    4e715000-4e723000 r–s 00000000 03:02 4326234 /opt/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar
    4e723000-4e73b000 r–s 00000000 03:02 673142 /opt/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.0.0/refcore.jar
    4e73b000-4e767000 r–s 00000000 03:02 672712 /opt/eclipse/plugins/org.eclipse.team.core_3.0.0/team.jar
    4e767000-4e773000 r–s 00000000 03:02 1148650 /opt/eclipse/plugins/org.eclipse.core.filebuffers_3.0.0/filebuffers.jar
    4e773000-4e788000 r–s 00000000 03:02 1344210 /opt/MyEclipse/eclipse/plugins/com.genuitec.eclipse.core_3.7.200/core.jar
    4e809000-4e81b000 r–p 00000000 03:02 1245959 /usr/X11R6/lib/X11/fonts/Type1/l048033t.pfa
    4e81b000-4e827000 r-xp 00000000 03:02 6816583 /usr/local/mozilla/libmozz.so
    4e827000-4e829000 rw-p 0000b000 03:02 6816583 /usr/local/mozilla/libmozz.so
    4e829000-4e82b000 r-xp 00000000 03:02 360464 /usr/lib/libgmodule-1.2.so.0.0.10
    4e82b000-4e82c000 rw-p 00001000 03:02 360464 /usr/lib/libgmodule-1.2.so.0.0.10
    4e82d000-4e82f000 r-xp 00000000 03:02 3637259 /usr/lib/pango/1.1.0/modules/pango-arabic-xft.so
    4e82f000-4e830000 rw-p 00002000 03:02 3637259 /usr/lib/pango/1.1.0/modules/pango-arabic-xft.so
    4e830000-4e843000 r–p 00000000 03:02 1245947 /usr/X11R6/lib/X11/fonts/Type1/l047013t.pfa
    4e843000-4e857000 r-xp 00000000 03:02 6883374 /usr/local/mozilla/components/libjsd.so
    4e857000-4e858000 rw-p 00014000 03:02 6883374 /usr/local/mozilla/components/libjsd.so
    4e858000-4e86c000 r–p 00000000 03:02 1245953 /usr/X11R6/lib/X11/fonts/Type1/l047036t.pfa
    4e86c000-4e890000 r–p 00000000 03:02 1294434 /usr/share/fonts/default/Type1/n022004l.pfb
    4e890000-4e8a2000 r-xp 00000000 03:02 6883346 /usr/local/mozilla/components/libtypeaheadfind.so
    4e8a2000-4e8a3000 rw-p 00012000 03:02 6883346 /usr/local/mozilla/components/libtypeaheadfind.so
    4e8a3000-4e8a7000 r-xp 00000000 03:02 6816598 /usr/local/mozilla/libgtksuperwin.so
    4e8a7000-4e8a8000 rw-p 00004000 03:02 6816598 /usr/local/mozilla/libgtksuperwin.so
    4e8aa000-4e8c5000 r–p 00000000 03:02 1294432 /usr/share/fonts/default/Type1/n022003l.pfb

    — end extract – the file is longer, though —

    #210338 Reply

    snpe
    Member

    Hi dumdan,
    You have to compile gtk2 (don’t compile in standard mozilla) or download mozilla 1.6 from
    http://www.scottbolander.com/mozilla-1.6-xft-gtk2-pc-linux.tar.bz2

    regards

    #210339 Reply

    Riyad Kalla
    Member

    Daniel… I’m wondering why the preview in MyEclipse is so important… can’t you just keep a browser window open pointing at the project you are wokring on, and just alt-tab over to it when you want to look at the result? I’m saying this because you said you are working on homework, and MyEclipse has 200 other cool features that could help you, it seems anti-productive to just drop the entire thing because you can’t get preview to work.

    Besides that I don’t know much about the SWT widget, so I can’t help with that GDK error you are getting, maybe the version you have installed is too old? I really don’t know.

    #210347 Reply

    snpe
    Member

    It isn’t only for web browser, than html preview – html preview work in bet2 on linux fine.

    You need download this file : http://www.scottbolander.com/mozilla-1.6-xft-gtk2-pc-linux.tar.bz2
    unpack in any dir
    and set
    expor MOZILLA_FIVE_HOME=/usr/local/mozilla
    MOZILLA_FIVE_HOME need show dir with .so libraries (for instance libgkgfx.so)
    it is all

    regards

    #210349 Reply

    Thanks, (am I repeating myself?) for the prompt replies. I really appreciate it.

    Riyad, my “homework” was to get things right before sending you a reply. And, I am sorry, my remark about dropping it was somewhat general. The “whole thing” was my issue with the browser/preview. I didn’t mean MyEclipse, altogether.

    I don’t have any problems with disabling the html preview and keep working on. I have 5 other workspaces that I use alternatelly, for my real work (mostly pure Java aps). In one of them MyEclipse is happily running in this “disabled browser” mode.

    Obviously, the html preview is not so important … but it is there, I tried it and it caused the workspace to crash in subsequent atempts.
    I just thought this behaviour deserved some attention – one view not working, maybe because some wrong settings on my system, causes the workbench to crash.

    Snpe, thanks for the link, I will try it. Using the links you sent, I mean (I do, have the settings, but not the right Mozilla build).
    I’m afraid, though, that compiling Mozilla is not an option for me – I gave up compiling and installing absolutely everithing from sources a few good years ago. I just don’t have the time, sorry. If you think of it, I wouldn’t need MyEclipse in the first place if I needed to check every nook and cranny myself …

    Thanks everyone, again !

    Daniel

    #210350 Reply

    Riyad Kalla
    Member

    Riyad, my “homework” was to get things right before sending you a reply. And, I am sorry, my remark about dropping it was somewhat general. The “whole thing” was my issue with the browser/preview. I didn’t mean MyEclipse, altogether.

    Woops, sorry I pictures someone trying to get their work done and getting hung up by this and I felt bad that you weren’t able to work. I think we are on the same page now.

    Obviously, the html preview is not so important … but it is there, I tried it and it caused the workspace to crash in subsequent atempts.

    This is a really terrible side effect of the preview not working at all, I wish it were more graceful. I don’t know what work the Eclipse team is doing on the SWT widget to make it more ‘compatible’.

    I just thought this behaviour deserved some attention – one view not working, maybe because some wrong settings on my system, causes the workbench to crash.

    You are absolutely right, this is not an acceptable behavior, thank you for letting us know. Maybe we can do something on our end to catch the problem earlier on in the platform and instead display a warning. I’ll pass this to the devs.

    Daniel I agree with your last paragraph as well, you *shouldn’t* need to dance around in circles to get this stuff working, we’ll see what we can do.

    #210867 Reply

    rshendershot
    Member

    This causes a fatal flaw on my Fedora Core 2 system. Eclipse is 3.0. After trying to preview a newly generated simple HTML, and the workstation crash that’s been mentioned, launching ME again results in an error message. ME does not recover.

    All it says is “An error has occurred…” and points me to .metadata log file.

    I promise I’ll never EVER use the preview again if you can tell me how to restore my project 😉

    Well, actually, is this the WYSIWYG HTML editing feature also? That’s what I was trying to find when I tried this….

    -rsh

    @support-rkalla wrote:

    Daniel… I’m wondering why the preview in MyEclipse is so important… can’t you just keep a browser window open pointing at the project you are wokring on, and just alt-tab over to it when you want to look at the result? I’m saying this because you said you are working on homework, and MyEclipse has 200 other cool features that could help you, it seems anti-productive to just drop the entire thing because you can’t get preview to work.

    Besides that I don’t know much about the SWT widget, so I can’t help with that GDK error you are getting, maybe the version you have installed is too old? I really don’t know.

    #210868 Reply

    rshendershot
    Member

    I installed the mozilla 1.6 from the link http://www.scottbolander.com/mozilla-1.6-xft-gtk2-pc-linux.tar.bz2 and it’s fine now. I don’t like keeping a custom version of mozilla and first tried the FC2 version of mozilla 1.6.8 which seemed not to work. Should it?

    #210869 Reply

    rshendershot
    Member

    it was worth it…. 😉

    #210871 Reply

    Scott Anderson
    Participant

    it was worth it….

    Glad you like the little built in browser. It is handy for testing. Sorry about the custom Mozilla version but hopefully the SWT team will have time to port to the latest version now that Eclipse 3.0 is out the door.

Viewing 13 posts - 1 through 13 (of 13 total)
Reply To: Web browser atempt breaks config

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