facebook

Browser Error preventing JSP/HTML prevew (Linux) [Closed]

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

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

    Problem:
    No preview for JSP and HTML files
    No browser functionality for MyEclipse

    Steps to reproduce:
    MyEclipse->MyEclipse Home

    Results:
    “Internal Browser Error”
    “Unable to open internal browser. Please visit http://www.myeclipse.com”

    Environment:
    – What operating system and version are you running? RedHat 9.0
    – What Eclipse version and build id are you using? 3.0.1, 200409161125
    – Was Eclipse freshly installed for MyEclipse? Yes
    – If not, was it upgraded to its current version using the update manager?
    – Are any other external plugins installed? No
    – How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* – 14
    – What MyEclipse version are you using? 3.8.2
    – What JDK version are you using to run Eclipse? 1.4.2
    – What JDK version are you using to launch your application server? Weblogic JRocket 1.4.2_04-b05
    – What steps did you take that resulted in the issue? See above
    – What application server are you using? Weblogic 8.2 SP3
    – Are there any exceptions in the Eclipse log file?
    !SESSION Oct 27, 2004 11:15:03.510 ———————————————
    eclipse.buildId=I200406251208
    java.version=1.4.2_04
    java.vendor=BEA Systems, Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US

    !ENTRY org.eclipse.core.runtime 4 2 Oct 27, 2004 11:15:03.568
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.ui.internal.ViewFactory.destroyView(Lorg.eclipse.ui.IViewPart;)V(ViewFactory.java:411)
    at org.eclipse.ui.internal.ViewFactory.releaseView(Lorg.eclipse.ui.IViewReference;)V(ViewFactory.java:498)
    at org.eclipse.ui.internal.ViewFactory$1.run()V(ViewFactory.java:334)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(Lorg.eclipse.core.runtime.ISafeRunnable;)V(InternalPlatform.java:616)
    at org.eclipse.core.runtime.Platform.run(Lorg.eclipse.core.runtime.ISafeRunnable;)V(Platform.java:747)
    at org.eclipse.ui.internal.ViewFactory.busyRestoreView(Lorg.eclipse.ui.IViewReference;)Lorg.eclipse.core.runtime.IStatus;(ViewFactory.java:273)
    at org.eclipse.ui.internal.ViewFactory$2.run()V(ViewFactory.java:530)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg.eclipse.swt.widgets.Display;Ljava.lang.Runnable;)V(BusyIndicator.java:69)
    at org.eclipse.ui.internal.ViewFactory.restoreView(Lorg.eclipse.ui.IViewReference;)Lorg.eclipse.core.runtime.IStatus;(ViewFactory.java:528)
    at org.eclipse.ui.internal.Perspective.showView(Ljava.lang.String;Ljava.lang.String;)Lorg.eclipse.ui.IViewPart;(Perspective.java:1593)
    at org.eclipse.ui.internal.WorkbenchPage.busyShowView(Ljava.lang.String;Ljava.lang.String;I)Lorg.eclipse.ui.IViewPart;(WorkbenchPage.java:773)
    at org.eclipse.ui.internal.WorkbenchPage.access$9(Lorg.eclipse.ui.internal.WorkbenchPage;Ljava.lang.String;Ljava.lang.String;I)Lorg.eclipse.ui.IViewPart;(WorkbenchPage.java:753)
    at org.eclipse.ui.internal.WorkbenchPage$13.run()V(WorkbenchPage.java:3051)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg.eclipse.swt.widgets.Display;Ljava.lang.Runnable;)V(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.showView(Ljava.lang.String;Ljava.lang.String;I)Lorg.eclipse.ui.IViewPart;(WorkbenchPage.java:3048)
    at org.eclipse.ui.internal.WorkbenchPage.showView(Ljava.lang.String;)Lorg.eclipse.ui.IViewPart;(WorkbenchPage.java:3028)
    at com.genuitec.eclipse.core.MyEclipseWebsiteView.showUrl(Ljava.lang.String;)V(Unknown Source)
    at com.genuitec.eclipse.core.ui.action.OpenMyEclipseHomeActionDelegate.run(Lorg.eclipse.jface.action.IAction;)V(Unknown Source)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(Lorg.eclipse.swt.widgets.Event;)V(PluginAction.java:276)
    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(Lorg.eclipse.swt.widgets.Event;)V(WWinPluginAction.java:206)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Lorg.eclipse.swt.widgets.Event;Z)V(ActionContributionItem.java:915)
    at org.eclipse.jface.action.ActionContributionItem.access$2(Lorg.eclipse.jface.action.ActionContributionItem;Lorg.eclipse.swt.widgets.Event;Z)V(ActionContributionItem.java:866)
    at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(Lorg.eclipse.swt.widgets.Event;)V(ActionContributionItem.java:785)
    at org.eclipse.swt.widgets.EventTable.sendEvent(Lorg.eclipse.swt.widgets.Event;)V(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Lorg.eclipse.swt.widgets.Event;)V(Widget.java:954)
    at org.eclipse.swt.widgets.Display.runDeferredEvents()Z(Display.java:2595)
    at org.eclipse.swt.widgets.Display.readAndDispatch()Z(Display.java:2298)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Lorg.eclipse.jface.window.Window$IExceptionHandler;Lorg.eclipse.swt.widgets.Display;)V(Workbench.java:1377)
    at org.eclipse.ui.internal.Workbench.runUI()I(Workbench.java:1348)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg.eclipse.swt.widgets.Display;Lorg.eclipse.ui.application.WorkbenchAdvisor;)I(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg.eclipse.swt.widgets.Display;Lorg.eclipse.ui.application.WorkbenchAdvisor;)I(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(Ljava.lang.Object;)Ljava.lang.Object;(IDEApplication.java:96)

    Thank you!
    Gordon

    #218389

    Riyad Kalla
    Member

    See if this is the cause: http://www.myeclipseide.com/images/tutorials/quickstarts/htmleditor/#faq

    BTW thank you for the detailed report.

    #218396

    That was it! #9 FAQ.

    Thank you! 🙂

    Gordon

    #218397

    Riyad Kalla
    Member

    Awesome, glad it worked!

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Browser Error preventing JSP/HTML prevew (Linux) [Closed]

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