For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 21 years, 10 months ago by
Riyad Kalla.
-
AuthorPosts
-
Gordon BlankenshipMemberProblem:
No preview for JSP and HTML files
No browser functionality for MyEclipseSteps to reproduce:
MyEclipse->MyEclipse HomeResults:
“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!
GordonOctober 27, 2004 at 11:38 am #218389
Riyad KallaMemberSee if this is the cause: http://www.myeclipseide.com/images/tutorials/quickstarts/htmleditor/#faq
BTW thank you for the detailed report.
October 27, 2004 at 1:17 pm #218396
Gordon BlankenshipMemberThat was it! #9 FAQ.
Thank you! 🙂
Gordon
October 27, 2004 at 1:20 pm #218397
Riyad KallaMemberAwesome, glad it worked!
-
AuthorPosts
