- This topic has 4 replies, 2 voices, and was last updated 18 years, 6 months ago by fermataintl.
-
AuthorPosts
-
fermataintlMemberI am going through the help pages on debugging javascript, using the mario example. I downloaded it and am at section 6.2 and just did the Debug As > JavaScript Application
I see an error flagged in the JS console: uncaught exception: Permission denied to set property EventTarget.addEventListener
What is the problem?
Dean
Riyad KallaMemberDean,
Can you paste the result from the MyEclipse menu, then click About, then click Configuration SUmmary for us please.
fermataintlMemberNot exactly sure what you meant. Is this what you requested:
*** Date: Wed May 03 11:08:35 EDT 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060228-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Graphical Editing Framework
Version: 3.1
Build id: 200509301327Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: I20050627-1435Eclipse Java Development Tools
Version: 3.1.1
Build id: I20050627-1435Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: I20050627-1435Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse-SDK-3.1-win32\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
fc8_108
-vm
C:\WINDOWS\system32\javaw.exe
Riyad KallaMemberYes exactly, ok that stuff looks good.
First let’s try restarting using -clean command line argument as outlined here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10280.htmlIf that doesn’t help can you navigate to your log file (<Workspace dir>\.metadata\.log) and find exceptions related to this issue and copy paste them here for me? An easy shortcut is to shut down MyEclipse, erase the log file, start ME back up again, cause your exception to occur, then copy paste the entire log file for me into a message here.
fermataintlMemberrestarting with -clean has eliminated it
-
AuthorPosts