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 18 years, 8 months ago by Greg. 
- 
		AuthorPosts
- 
		
			
				
 schiang1Member– System Setup ——————————- 
 Operating System and version: Microsoft Windows 2000 [Version 5.00.2195]
 Eclipse version: 3.2
 Eclipse build id: How to find this information?
 Fresh Eclipse install (y/n): y
 If not, was it upgraded to its current version using the update manager?
 Other installed external plugins: None
 Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
 MyEclipse version: 5.1.0 GA
 Eclipse JDK version: default jdk, java version “1.5.0_09”
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)
 Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode)
 Application Server JDK version:
 Are there any exceptions in the Eclipse log file? Yes,– Message Body ——————————- I am trying the MyEclipse Web 2.0 Workbench and noticed the following problems: 1. DOM Source is empty 
 2. JavaScript Scripts Inspector is also empty with statement: “Scripts are available during JavaScript debugging.”
 3. JavaScript Console shows the following error:
 “Unable to create view: getServiceManager”
 The detailed information is:java.lang.UnsatisfiedLinkError: getServiceManager 
 at org.mozilla.xpcom.internal.XPCOMImpl.getServiceManager(Native Method)
 at org.mozilla.xpcom.Mozilla.getServiceManager(Mozilla.java:719)
 at com.genuitec.javascript.debug.ui.editor.Web20BrowserEditor.createJavaScriptConsole(Web20BrowserEditor.java:154)
 at com.genuitec.javascript.debug.ui.editor.Web20BrowserEditor$5.getJavaScriptConsole(Web20BrowserEditor.java:137)
 at org.eclipse.atf.mozilla.ide.ui.console.JavaScriptConsoleView.doCreatePage(JavaScriptConsoleView.java:100)
 at org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:399)
 at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:743)
 at org.eclipse.ui.part.PageBookView.showBootstrapPart(PageBookView.java:909)
 at org.eclipse.ui.part.PageBookView.createPartControl(PageBookView.java:482)
 at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:332)
 at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:197)
 at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
 at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:290)
 at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:525)
 at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:140)
 at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
 at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
 at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:394)
 at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1144)
 at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1097)
 at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:795)
 at org.eclipse.ui.internal.PartStack.access$1(PartStack.java:781)
 at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:123)
 at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation$1.handleEvent(TabbedStackPresentation.java:126)
 at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:267)
 at org.eclipse.ui.internal.presentations.util.AbstractTabFolder.fireEvent(AbstractTabFolder.java:276)
 at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder.access$1(DefaultTabFolder.java:1)
 at org.eclipse.ui.internal.presentations.defaultpresentation.DefaultTabFolder$2.handleEvent(DefaultTabFolder.java:84)
 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:952)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:937)
 at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:709)
 at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3171)
 at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1953)
 at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:288)
 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
 at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
 at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
 at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
 at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
 at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
 at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
 at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
 at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
 at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
 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:585)
 at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
 at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
 at org.eclipse.core.launcher.Main.run(Main.java:977)
 at org.eclipse.core.launcher.Main.main(Main.java:952)Can any one help me resolve these problems? Thanks. February 9, 2007 at 3:23 pm #265922
 schiang1MemberOne more information is that I recently upgraded my subscription to the professional and have updated 
 my license key. So I should have the JavaScript debugger feature working for me.February 13, 2007 at 9:10 am #266043
 schiang1MemberPlease help. Am I the only one who has this kind of problems? February 14, 2007 at 10:34 am #266117
 GregMemberHello, This is either an installation issue or some incompatibility with your system configuration. Lets break this down with a couple of steps. 1. Install the MyEclipse 5.1.0 all-in-one install. This will eliminate any other potential sources of problems like other plugins from eclipse or 3rd party 
 2. If the problem remains on the all-in-one install, it will be because of some incompatibility with your system.If the same error happens with all-in-one install here is some more info we need in order to diagnosis the problem: a) Your installation summary From the menu, MyEclipse > Installation Summary > Installation Details Copy and paste that text here 
 b) Your environment info, open up a command prompt and do:c:...> set > set.txtThen post the contents of set.txt here in the forums. Thanks 
- 
		AuthorPosts

