Eclipse EE intall issue

I am trying to install Eclipse EE IDE on my Windows XP.
After I download and extract Eclpse and click on the install icon it shows a long pop up message:
jvm terminated. Exit code = -1
-Dosgi.requiredJavaVersion = 1.5
-Xms40m
-Xmx512m
...I have jdk 1.5.0_06 and jre 1.5.0_06 loaded and even have Tomcat 5.5 working. And I was able to install the Eclipse IDE for Java Developers with no problem but cant install the IDE for Java EE Developers.
I deleted the Eclipse IDE for Java Developers hoping that was the problem but still cant get the Eclipse for Java EE to install.
Please advise.

This is not the correct place to ask this question.
The forum is for items concerning the Java language. It is not an Eclipse support forum.
The various IDE's have websites for support issues, and Eclipse questions should be asked at the Eclipse site.

Similar Messages

  • 10.9.2 Update Issue (VPN) - Eclipse Perl debugger issues while connected to VPN

    This post was initially added to this discussion: 10.9.2 Mavericks update issues
    I have yet another issue related to 10.9.2 update - Eclipse Perl debugger issues while connected to VPN...
    One of the big changes introduced by 10.9.2 update - are VPN changes (security fixes). Unfortunately, whatever these changes are - they "broke" Eclipse (OpenSource IDE) debugger. I am not sure if *all* programming languages (Eclipse plugins) are affected by this, but I know for sure that 'Epic' (Perl plugin) debugger *stopped working* while system is connected through VPN.
    Here is the error that gets “popped-up” in the Eclipse:
    Timed out while waiting for Perl debugger connection
    … and here is exact exception stack that gets printed:
    Unable to connect to remote host: 130.10.210.74:5000
    Compilation failed in require.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
              main::BEGIN() called at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 0
              eval {...} called at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 0
    BEGIN failed--compilation aborted.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
    Can't use an undefined value as a symbol reference at /Users/valeriy/workspace/.metadata/.plugins/org.epic.debug/perl5db.pl line 7596.
    END failed--call queue aborted.
    at /Users/valeriy/workspace/ROBO-PROD-RA-685/src/lib/test/Val_test.pm line 0.
    (of course IP address changes dynamically for each VPN connection session)…
    I was able to prove that this issue is related to 10.9.2 update:
    Issue *does not* exist under 10.9.1 (I had to revert back to 10.9.1 to get it working again)
    No updates were performed around the same time 10.9.2 update occurred (I verified that using Software Update log)
    No configuration changes were introduced around the same time
    Reverting back to 10.9.1 using Time Machine (thanks god I had backup !!!) fixed the issue
    Steps to reproduce this issue:
    In Eclipse, try to use 'Epic' (Perl plugin) to debug any perl script while *not* connected through VPNEpic debugger works
    Connect to VPN
    Start Epic debugger to debug same script
    Debugger *does not* start, and "Timed out while waiting for Perl debugger connection" error pop-up comes up after some time. At the same time, exception stack (listed above) is printed in Eclipse's console
    I am programmer/software developer, I work remotely (telecommute) and thus have to rely on use of VPN to connect to company's intranet. Perl - is primary language used by my team, and we use Eclipse IDE with Epic plugin - heavily. Use of Epic's debugger - is a *very large* aspect of my work, I cannot work without it. So in essense, 10.9.2 has *entirely* disrupted my ability to work! It took me almost a week to get back to normal work environment, and I cannot afford to let it happen again... I need Apple's development team resolve this VPN related issue, as soon as possible! Because of this issue, I am *stuck* with 10.9.1 and can not upgrade my laptop to any other versions. In fact, I had to disable system updates - just so I do not run into this issue again... I contacted Apple's Tech Support on 02/28 with this issue (Ref: 582428110), asking to raise trouble ticket. Since then, I tried to follow-up on that issue, but do not get any information. Please advise on the status:
    is there a trouble ticket to track this issue?
    is there any progress?
    what's the ETA for an update that fixes this problem?
    - Val
    Message was edited by: vpogrebi

    Am I the only one experiencing this issue ???

  • [svn:bz-trunk] 18389: Eclipse Project Classpath issues:

    Revision: 18389
    Revision: 18389
    Author:   [email protected]
    Date:     2010-11-01 03:49:03 -0700 (Mon, 01 Nov 2010)
    Log Message:
    Eclipse Project Classpath issues:
    - Fixing class path entries.
    - Instead of jars pointing to the actual projects.
    Modified Paths:
        blazeds/trunk/development/eclipse/projects/java/blazeds-proxy/.classpath
        blazeds/trunk/development/eclipse/projects/java/blazeds-team.war/.classpath

    Figured out that it was failing while building a product for MacOS. I updated Tycho to use version 0.15.0 and all work well.
    For more information on the bug (case sensitive file systems) see:
    bugs.eclipse.org/bugs/show_bug.cgi?id=349877

  • Eclipse ve update issues

    I today ran full system update and this error came up:
    :: Starting full system upgrade...
    resolving dependencies...
    error: cannot resolve "eclipse<3.3", a dependency of "eclipse-ve"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: eclipse-ve: requires eclipse<3.3
    If eclipse-ve doesn't work with eclipse 3.3 then whats the point of updating and maintaining the package.:(
    Then eclipse 3.2 should also be there in the repo because eclipse-ve requires eclipse 3.2.:)

    Here is the tld file
    <?xml version="1.0" encoding="UTF-8" ?>
    <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd" version="1.2">
              <tag>
                   <name>listFaqs</name>
                   <tag-class>Ch04.ListQuestions</tag-class>
                   <body-content>JSP</body-content>
                   <attribute>
                        <name>topic</name>
                        <required>yes</required>
                        <rtexprvalue>true</rtexprvalue>
                   </attribute>
              </tag>
    </taglib>
    Here is the JSP Page which is referring to this
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <%@ taglib uri="/questions" prefix="faq" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Topic Questions</title>
    </head>
    <body>
    <h1> Topic Questions</h1>
    <faq:listFaqs topic="${param.topic}">
    </faq:listFaqs>
    </body>
    </html>
    I have also made a link of URI "/questions" to tld file in file-ref of war file. Still, I am not sure why would it give me this error.
    Rashmi

  • Eclipse Plugin - Update issue

    Hello,
    i have tried to update my Eclipse ADT Installation and i receive the following error:
    Cannot complete the install because of a conflicting dependency.
      Software being installed: ABAP CDS Modeler 2.24.0 (com.sap.adt.tools.cds.modeler.feature.group 2.24.0)
      Software currently installed: ABAP Core Development Tools (Developer Edition) 2.19.7 (com.sap.adt.core.devedition.feature.group 2.19.7)
      Only one of the following can be installed at once:
        Destinations Plug-in 2.24.0 (com.sap.adt.destinations 2.24.0)
        Destinations Plug-in 2.19.4 (com.sap.adt.destinations 2.19.4)
      Cannot satisfy dependency:
        From: CDS DDL Graphical Editor 2.24.0 (com.sap.adt.cds.ddl.modeler.ui 2.24.0)
        To: bundle com.sap.adt.destinations [2.23.0,3.0.0)
      Cannot satisfy dependency:
        From: ABAP Core Development Tools (Developer Edition) 2.19.7 (com.sap.adt.core.devedition.feature.group 2.19.7)
        To: com.sap.adt.core.feature.group [2.19.7]
      Cannot satisfy dependency:
        From: ABAP Core Development Tools 2.19.7 (com.sap.adt.core.feature.group 2.19.7)
        To: com.sap.adt.fwk.ci.feature.group [2.19.4]
      Cannot satisfy dependency:
        From: ABAP Communication Framework 2.19.4 (com.sap.adt.fwk.ci.feature.group 2.19.4)
        To: com.sap.adt.destinations [2.19.4]
      Cannot satisfy dependency:
        From: ABAP CDS Modeler 2.24.0 (com.sap.adt.tools.cds.modeler.feature.group 2.24.0)
        To: com.sap.adt.cds.ddl.modeler.ui [2.24.0]
    Any ideas?
    Regards,
    Christian

    Hi
    You do not need to install all this manually.
    Please follow the documentation behind this link:
    hope below link is help full..
    SAP Development Tools for Eclipse

  • Weblogic Eclipse JAR Deployment Issue

    Hi,
    We're deploying from Eclipse project directly to Oracle Weblogic Server v10.3 via WLS Adapter.
    Result*
    NoClassDefFound exceptions for JARs included via Maven Dependencies (in "Project > Properties > Java EE Module Dependencies") errors in Weblogic AdminServer.log.
    Cause*
    JARs that should be accessible under /WEB-INF/lib do not appear to be getting deployed properly.
    Environment*
    Oracle Weblogic Server Support 1.0.0.20080808135653 from OEPE 1.0 on Eclipse Web Tools Project (WTP) 3.0.2 & Eclipse J2EE Ganymede SR1.
    Temporary Workaround
    We have to copy all the generated jar files manually from the generated target lib directory (e.g. D:\xx\xx-src\xx-web\target\xx-web-0.0.1-A-SNAPSHOT\WEB-INF\lib) to the source WEB-INF/lib directory (e.g. D:\xx\xx-src\xx-web\src\main\webapp\WEB-INF\lib)
    There is this bug CR305233 appeared in Workshop for Weblogic, but we can't find any references to a resolution of bug CR305233 in later Workshop for Weblogic versions, and can't locate release notes for OEPE 1.0. (Unfortunately the BEA bugzilla site seems to have disappeared).
    Have you got any idea to solve this problem?
    Thanks

    Hi! I'm experiencing the same problem with both jars and dependent projects.
    My enviroment is composed of Weblogic Server Support 1.0.0.20080808135653 from OEPE 1.0 & Eclipse J2EE Ganymede SR2 & Weblogic 8.1.
    The contents of my project files are:
    .project
    <?xml version="1.0" encoding="UTF-8"?>
    <projectDescription>
         <name>MetasSemanales</name>
         <comment></comment>
         <projects>
              <project>MarcoFVG</project>
         </projects>
         <buildSpec>
              <buildCommand>
                   <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.jdt.core.javabuilder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.wst.common.project.facet.core.builder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
              <buildCommand>
                   <name>org.eclipse.wst.validation.validationbuilder</name>
                   <arguments>
                   </arguments>
              </buildCommand>
         </buildSpec>
         <natures>
              <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
              <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
              <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
              <nature>org.eclipse.jdt.core.javanature</nature>
              <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
         </natures>
    </projectDescription>
    .classpath
    <?xml version="1.0" encoding="UTF-8"?>
    <classpath>
         <classpathentry kind="src" path="src"/>
         <classpathentry combineaccessrules="false" exported="true" kind="src" path="/MarcoFVG"/>
         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jrockit81sp3_142_04"/>
         <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.generic.runtimeTarget/BEA WebLogic Server v8.1"/>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
         <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
         <classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/FiltroSeguridad">
              <attributes>
                   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
              </attributes>
         </classpathentry>
         <classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/JasperReports">
              <attributes>
                   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
              </attributes>
         </classpathentry>
         <classpathentry exported="true" kind="con" path="org.eclipse.jdt.USER_LIBRARY/log4j">
              <attributes>
                   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
              </attributes>
         </classpathentry>
         <classpathentry kind="output" path="build/classes"/>
    </classpath>
    .settings/org.eclipse.wst.common.component
    <?xml version="1.0" encoding="UTF-8"?>
    <project-modules id="moduleCoreId" project-version="1.5.0">
    <wb-module deploy-name="MetasSemanales">
    <wb-resource deploy-path="/" source-path="/MetasSemanales"/>
    <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
    <dependent-module archiveName="MarcoFVG.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/MarcoFVG/MarcoFVG">
    <dependency-type>uses</dependency-type>
    </dependent-module>
    <property name="context-root" value="MetasSemanales"/>
    <property name="java-output-path"/>
    </wb-module>
    </project-modules>
    .settings/org.eclipse.wst.common.project.facet.core.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <faceted-project>
    <runtime name="BEA WebLogic Server v8.1"/>
    <fixed facet="jst.web"/>
    <fixed facet="jst.java"/>
    <installed facet="jst.java" version="1.4"/>
    <installed facet="jst.web" version="2.3"/>
    </faceted-project>
    Thanks
    Edited by: user5830067 on 13/04/2009 10:20 AM
    Edited by: user5830067 on 13/04/2009 10:21 AM

  • ILife Intall Issue

    I am running a TiBook G4 667 768mb Ram Combodive, OS 10.4.5. I have tried to install iLife 06 and have run into a problem. During the install process, when I am get past the License Agreemnt page and transition into the Destination Selection page, my hard drive is Gray'ed out and the "searching" inidicator keep spinning. Basically the installer hangs as it is looking for eliegible destination drives. All other apps work okay, but obviously I cannot install iLife.
    Before purchasing the software I noticed on the "System Requirements" that a 733mhz (or there abouts) processor is required for iDVD. I have no intention of using iDVD, so I went ahead and purchased the software. However, maybe my processor deficiency is making the iLife installer hang. Any suggestions?

    opan... I had the same issue when I tried to load iLife06 onto my daughter's emac.
    Here's my work around.
    Boot your tbook in TARGET DISK MODE. you do this by connecting it to another mac (that has the right minimum system requirements for iLife06) with a firewire cable. Then once it's connected, reboot your tbook and hold down the "t" key. This will enable the other mac to see it as a hard disk. You should be able to install it on your tbook then.
    jim

  • Running Eclipse with Jrockit issues

    I am using jrokict to run eclipse and the project uses heavy annotations ( beehive pageflow annotations)
    If you do multiple iterative builds, we get the following error ( We tried latest version of Jrockit also). This does not happen on sun JVM
    !ENTRY org.eclipse.jdt.ui 4 0 2009-04-13 11:31:15.992
    !MESSAGE Error in JDT Core during AST creation
    !STACK 0
    java.lang.NullPointerException
         at org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.binarySearch(ReferenceBinding.java:108)
         at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.getMethods(ParameterizedTypeBinding.java:569)
         at org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:1086)
         at org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:1057)
         at org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod(Scope.java:2113)
         at org.eclipse.jdt.internal.compiler.ast.MessageSend.resolveType(MessageSend.java:429)
         at org.eclipse.jdt.internal.compiler.ast.Expression.resolve(Expression.java:883)
         at org.eclipse.jdt.internal.compiler.ast.Block.resolve(Block.java:101)
         at org.eclipse.jdt.internal.compiler.ast.IfStatement.resolve(IfStatement.java:233)
         at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:443)
         at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:191)
         at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:403)
         at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1096)
         at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1184)
         at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:537)
         at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:865)
         at org.eclipse.jdt.core.dom.CompilationUnitResolver.resolve(CompilationUnitResolver.java:518)
         at org.eclipse.jdt.core.dom.ASTParser.internalCreateAST(ASTParser.java:880)
         at org.eclipse.jdt.core.dom.ASTParser.createAST(ASTParser.java:656)
         at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider$1.run(ASTProvider.java:540)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
         at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.createAST(ASTProvider.java:533)
         at org.eclipse.jdt.internal.ui.javaeditor.ASTProvider.getAST(ASTProvider.java:474)
         at org.eclipse.jdt.ui.SharedASTProvider.getAST(SharedASTProvider.java:129)
         at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$PartListenerGroup.calculateASTandInform(SelectionListenerWithASTManager.java:168)
         at org.eclipse.jdt.internal.ui.viewsupport.SelectionListenerWithASTManager$3.run(SelectionListenerWithASTManager.java:153)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

    I did not try that option
    I moved to the latest sun JVM and this is not happening
    I tried the latest jrockit and it is happening on the latest jrockit also
    I opened a case with eclipse and here are the references to that case
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=233359
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=271127

  • I have premiere elements 10 having intall issues on mac

    it get the error message.. and when i looked on boards it said to install trial version first.. but there is no trial version for PE 10... help i bought this software last year and was waiting for my new computer to install it on... but now it won't install...

    Can you elaborate your query? What are you trying to achieve, the process you follow and the error message you get?
    Thanks
    Nikhil

  • Page numbering issue on export to PDF

    I am using the Crystal Reports for Eclipse to export a report as a PDF. The report contains a grouping which has "reset page number after" set to true. The group name field is not displayed on the report. The problem that I am encountering is that the page number is not being reset. If I export the same report using Crystal Reports 2008, the page numbers are reset correctly. Also, if I display the group name field on the report, the page number also resets correctly when exported through CR for Eclipse. This issue did not occur when using the .jar files from Business Objects 11, it only started when we replaced the .jar files with CR for Eclipse. Is this an issue with CR for Eclipse or is there something I need to change in the report for this new version?

    Thank you. We have been able to work around the problem by displaying the group fileld on the report, but setting the font color to white so it cannot be seen by the end user.

  • Dbxml 2.3.10 build using Eclipse

    Can the dbxml 2.3.10 be built using the Eclipse IDE on Windows XP? I do not have Visual Studio as the README suggests using.
    Right now I do not have a jar directory under my dbxml install directory and do not have the required libraries: db.jar, dbxml.jar and dbxmlexamples.jar
    Is there a binary download of dbxml so I do not have to build?

    The Java libraries for dbxml require you to build C++ libraries, so Eclipse for Java developers cannot be used to build it.
    However, you can use the free version of Visual Studios, Visual Studios Express Edition, to build dbxml. The jar directory and files will be created during the build, and once built you can use Eclipse to develop in Java.
    Eclipse does have issues with the directory structure of the Java example programs, but it works very well with the Java API source. Plus, if you are feeling adventurous you can set up Eclipse and Visual Studio to work together so you can debug both the Java and the C++ at once.
    Lauren Foutz

  • Eclipse 3.7, 3.8, 4.2 crashes with IE11 and kb2977629 installed

    Since the IE11 security update kb2977629 got installed, eclipse 3.7, 3.8 and 4.2 are now crashing with the java hs_err_pidxxx.log pointing to some updated IE dlls. When uninstalling kb2977629 the issues goes away.
    This happens for me on multiple windows 7 Pro 64 bit build machines. We test the compatibility of our plugins with 
    multiple eclipse versions, the issue only happens with 3.7, 3.8 and 4.2.2 (and not with the more current releases 4.3 or 4.4).
    Eclipse uses the IE plugin to render some HTML pages, for example on the welcome screen which is shown initially. The crash does not happen every time, but actually quite often.Call stack from a hs_err_pidxxx.log
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [ieframe.dll+0x64778]
    C  [ieframe.dll+0x646a6]
    C  [jscript9.dll+0x1a0f3b]
    C  [jscript9.dll+0x2484b]
    C  [jscript9.dll+0x24963]
    C  [mshtml.dll+0x29f2e0]
    C  [USER32.dll+0x162fa]
    C  [USER32.dll+0x16d3a]
    C  [USER32.dll+0x177c4]
    C  [USER32.dll+0x1788a]
    C  [swt-win32-3740.dll+0x39da]
    j  org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
    j  org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
    j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
    j  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
    I wonder if someone has more insight, or maybe some idea how to address it.
    Daniel

    Hi Thanks, for the reply.I'm using the latest 32 bit 7.0 build from oracle 7.0_67-b01. Since yesterday I now also saw the issue happening on a Windows 8.1 machine, so not just on Win7 64 bit pro.I thought I did attach the crash log before, does not look that way.Here's what the VM writes when it crashes (hs_err_pid4496.log)#
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6bcb4778, pid=4496, tid=1252
    # JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build 1.7.0_67-b01)
    # Java VM: Java HotSpot(TM) Server VM (24.65-b04 mixed mode windows-x86 )
    # Problematic frame:
    # C [ieframe.dll+0x64778]
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x0275ec00): JavaThread "main" [_thread_in_native, id=1252, stack(0x00090000,0x00190000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000000
    Registers:
    EAX=0x00000000, EBX=0x0018f1a0, ECX=0x00000003, EDX=0x00359534
    ESP=0x0018f18c, EBP=0x0018f1a4, ESI=0x8000ffff, EDI=0x00000000
    EIP=0x6bcb4778, EFLAGS=0x00210246
    Top of Stack: (sp=0x0018f18c)
    0x0018f18c: 01f12090 01f02f00 01f22f64 6bcb46c4
    0x0018f19c: 01f22f5c 00000000 0018f1ac 6bcb46a6
    0x0018f1ac: 0018f1c0 6e570f3b 00359534 01f02f00
    0x0018f1bc: 01f22f5c 0018f1d4 6e3f484b 000003e8
    0x0018f1cc: 00000001 01f22f5c 0018f204 6e3f4963
    0x0018f1dc: 000003e8 00000001 6d84849e 00000000
    0x0018f1ec: 6ae3f2a4 00000000 01f22f64 0018f2a4
    0x0018f1fc: 6e5eb2a8 00000000 0018f210 6ae3f2e0
    Instructions: (pc=0x6bcb4778)
    0x6bcb4758: 90 90 90 90 8b ff 53 56 57 8b d9 e8 51 08 0a 00
    0x6bcb4768: 8b f8 85 ff 0f 84 b0 54 1c 00 33 f6 39 37 74 0a
    0x6bcb4778: 8b 0f 8b c6 5f 5e 89 0b 5b c3 6a 10 6a 08 ff 15
    0x6bcb4788: 4c 12 1c 6c 50 ff 15 48 12 1c 6c 85 c0 74 12 8b
    Register to memory mapping:
    EAX=0x00000000 is an unknown value
    EBX=0x0018f1a0 is pointing into the stack for thread: 0x0275ec00
    ECX=0x00000003 is an unknown value
    EDX=0x00359534 is an unknown value
    ESP=0x0018f18c is pointing into the stack for thread: 0x0275ec00
    EBP=0x0018f1a4 is pointing into the stack for thread: 0x0275ec00
    ESI=0x8000ffff is an unknown value
    EDI=0x00000000 is an unknown value
    Stack: [0x00090000,0x00190000], sp=0x0018f18c, free space=1020k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ieframe.dll+0x64778]
    C [ieframe.dll+0x646a6]
    C [jscript9.dll+0x1a0f3b]
    C [jscript9.dll+0x2484b]
    C [jscript9.dll+0x24963]
    C [mshtml.dll+0x29f2e0]
    C [USER32.dll+0x162fa]
    C [USER32.dll+0x16d3a]
    C [USER32.dll+0x177c4]
    C [USER32.dll+0x1788a]
    C [swt-win32-3740.dll+0x39da]
    j org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
    j org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
    j org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
    j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
    j org.eclipse.ui.internal.Workbench.runUI()I+555
    j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j org.eclipse.ui.internal.Workbench$7.run()V+73
    j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
    j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
    j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
    j com.freescale.analysis.derivative.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+112
    j com.freescale.morpho.buildtools.unittest.TestRunner.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+212
    j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
    v ~StubRoutines::call_stub
    V [jvm.dll+0x153efa]
    V [jvm.dll+0x22311e]
    V [jvm.dll+0x153f7d]
    V [jvm.dll+0x16031e]
    V [jvm.dll+0x160545]
    V [jvm.dll+0xfdec9]
    C [java.dll+0x7d82]
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
    j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
    j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
    j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    v ~StubRoutines::call_stub
    V [jvm.dll+0x153efa]
    V [jvm.dll+0x22311e]
    V [jvm.dll+0x153f7d]
    V [jvm.dll+0xd66c2]
    V [jvm.dll+0xd8a8f]
    C [eclipse_1406.dll+0x624b]
    C [eclipse_1406.dll+0x532e]
    C [eclipse_1406.dll+0x15cb]
    C [packetTool.exe+0x1425]
    C [packetTool.exe+0x1010]
    C [packetTool.exe+0x30d9]
    C [kernel32.dll+0x1338a]
    C [ntdll.dll+0x39f72]
    C [ntdll.dll+0x39f45]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j org.eclipse.swt.internal.win32.OS.DispatchMessageW(Lorg/eclipse/swt/internal/win32/MSG;)I+0
    j org.eclipse.swt.internal.win32.OS.DispatchMessage(Lorg/eclipse/swt/internal/win32/MSG;)I+7
    j org.eclipse.swt.widgets.Display.readAndDispatch()Z+64
    j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
    j org.eclipse.ui.internal.Workbench.runUI()I+555
    j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j org.eclipse.ui.internal.Workbench$7.run()V+73
    j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
    j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
    j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
    j com.freescale.analysis.derivative.Application.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+112
    j com.freescale.morpho.buildtools.unittest.TestRunner.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+212
    j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+57
    j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
    j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
    j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x38ab7000 JavaThread "XPCOMThread" [_thread_blocked, id=1308, stack(0x405c0000,0x406c0000)]
    0x38ab7800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3316, stack(0x42370000,0x42470000)]
    0x38ab6c00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2960, stack(0x420f0000,0x421f0000)]
    0x38ab6400 JavaThread "Worker-5" [_thread_blocked, id=4576, stack(0x41fb0000,0x420b0000)]
    0x38ab6000 JavaThread "Worker-4" [_thread_blocked, id=2524, stack(0x41eb0000,0x41fb0000)]
    0x38ab5800 JavaThread "Worker-3" [_thread_blocked, id=3492, stack(0x41db0000,0x41eb0000)]
    0x38ab5400 JavaThread "Worker-2" [_thread_in_native, id=4704, stack(0x41cb0000,0x41db0000)]
    0x38ab4400 JavaThread "WorkbenchTestable" [_thread_blocked, id=4824, stack(0x41bb0000,0x41cb0000)]
    0x38ab4c00 JavaThread "Worker-1" [_thread_blocked, id=2696, stack(0x3c980000,0x3ca80000)]
    0x38ab4000 JavaThread "Worker-0" [_thread_blocked, id=3668, stack(0x3a490000,0x3a590000)]
    0x38ab3800 JavaThread "Worker-JM" [_thread_blocked, id=744, stack(0x393f0000,0x394f0000)]
    0x38ab3400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=412, stack(0x391f0000,0x392f0000)]
    0x38ab2c00 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=4968, stack(0x390f0000,0x391f0000)]
    0x38ab2800 JavaThread "State Data Manager" daemon [_thread_blocked, id=4268, stack(0x38ff0000,0x390f0000)]
    0x38ab2000 JavaThread "Framework Active Thread" [_thread_blocked, id=4976, stack(0x38ee0000,0x38fe0000)]
    0x37d75c00 JavaThread "Service Thread" daemon [_thread_blocked, id=4616, stack(0x38530000,0x38630000)]
    0x37d6cc00 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=3832, stack(0x383f0000,0x384f0000)]
    0x37d68400 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=4236, stack(0x382b0000,0x383b0000)]
    0x37d65c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=1492, stack(0x38170000,0x38270000)]
    0x37d5d000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4696, stack(0x38030000,0x38130000)]
    0x37d2e400 JavaThread "Finalizer" daemon [_thread_blocked, id=2708, stack(0x37ef0000,0x37ff0000)]
    0x37d29800 JavaThread "Reference Handler" daemon [_thread_blocked, id=4924, stack(0x37df0000,0x37ef0000)]
    =>0x0275ec00 JavaThread "main" [_thread_in_native, id=1252, stack(0x00090000,0x00190000)]
    Other Threads:
    0x37d26c00 VMThread [stack: 0x37a70000,0x37b70000] [id=4760]
    0x37d76c00 WatcherThread [stack: 0x38670000,0x38770000] [id=4356]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 38400K, used 20218K [0x2adc0000, 0x2f8c0000, 0x35880000)
    eden space 33024K, 44% used [0x2adc0000,0x2bc3eb40,0x2ce00000)
    from space 5376K, 99% used [0x2ce00000,0x2d33ffd8,0x2d340000)
    to space 5376K, 0% used [0x2f380000,0x2f380000,0x2f8c0000)
    ParOldGen total 87552K, used 23498K [0x15880000, 0x1ae00000, 0x2adc0000)
    object space 87552K, 26% used [0x15880000,0x16f72988,0x1ae00000)
    PSPermGen total 27136K, used 27048K [0x05880000, 0x07300000, 0x15880000)
    object space 27136K, 99% used [0x05880000,0x072ea290,0x07300000)
    Card table byte_map: [0x358a0000,0x35a30000] byte_map_base: 0x35873c00
    Polling page: 0x006b0000
    Code Cache [0x027b0000, 0x029f0000, 0x057b0000)
    total_blobs=519 nmethods=314 adapters=158 free_code_cache=48157Kb largest_free_block=49265344
    Compilation events (10 events):
    Event: 9.387 Thread 0x37d6cc00 nmethod 341 0x028738c8 code [0x028739c0, 0x02873a30]
    Event: 9.387 Thread 0x37d6cc00 342 java.util.ArrayList$Itr::<init> (26 bytes)
    Event: 9.388 Thread 0x37d6cc00 nmethod 342 0x0287bb88 code [0x0287bc80, 0x0287bcf0]
    Event: 9.405 Thread 0x37d68400 nmethod 317 0x028a6808 code [0x028a6ba0, 0x028ad594]
    Event: 9.415 Thread 0x37d6cc00 343 ! sun.reflect.generics.parser.SignatureParser::current (40 bytes)
    Event: 9.415 Thread 0x37d6cc00 nmethod 343 0x0284ea88 code [0x0284eb80, 0x0284ebf0]
    Event: 9.514 Thread 0x37d68400 344 org.eclipse.swt.widgets.Control::windowProc (1882 bytes)
    Event: 9.551 Thread 0x37d68400 nmethod 344 0x028a0c48 code [0x028a1820, 0x028a2ca8]
    Event: 9.627 Thread 0x37d6cc00 345 java.util.regex.Pattern::has (15 bytes)
    Event: 9.628 Thread 0x37d6cc00 nmethod 345 0x0289c888 code [0x0289c980, 0x0289c9d0]
    GC Heap History (6 events):
    Event: 2.256 GC heap before
    {Heap before GC invocations=1 (full 0):
    PSYoungGen total 38400K, used 33024K [0x2adc0000, 0x2d880000, 0x35880000)
    eden space 33024K, 100% used [0x2adc0000,0x2ce00000,0x2ce00000)
    from space 5376K, 0% used [0x2d340000,0x2d340000,0x2d880000)
    to space 5376K, 0% used [0x2ce00000,0x2ce00000,0x2d340000)
    ParOldGen total 87552K, used 0K [0x15880000, 0x1ae00000, 0x2adc0000)
    object space 87552K, 0% used [0x15880000,0x15880000,0x1ae00000)
    PSPermGen total 16384K, used 9929K [0x05880000, 0x06880000, 0x15880000)
    object space 16384K, 60% used [0x05880000,0x062325b0,0x06880000)
    Event: 2.277 GC heap after
    Heap after GC invocations=1 (full 0):
    PSYoungGen total 38400K, used 5366K [0x2adc0000, 0x2d880000, 0x35880000)
    eden space 33024K, 0% used [0x2adc0000,0x2adc0000,0x2ce00000)
    from space 5376K, 99% used [0x2ce00000,0x2d33da08,0x2d340000)
    to space 5376K, 0% used [0x2d340000,0x2d340000,0x2d880000)
    ParOldGen total 87552K, used 4195K [0x15880000, 0x1ae00000, 0x2adc0000)
    object space 87552K, 4% used [0x15880000,0x15c98fb8,0x1ae00000)
    PSPermGen total 16384K, used 9929K [0x05880000, 0x06880000, 0x15880000)
    object space 16384K, 60% used [0x05880000,0x062325b0,0x06880000)
    Event: 4.337 GC heap before
    {Heap before GC invocations=2 (full 0):
    PSYoungGen total 38400K, used 38390K [0x2adc0000, 0x2d880000, 0x35880000)
    eden space 33024K, 100% used [0x2adc0000,0x2ce00000,0x2ce00000)
    from space 5376K, 99% used [0x2ce00000,0x2d33da08,0x2d340000)
    to space 5376K, 0% used [0x2d340000,0x2d340000,0x2d880000)
    ParOldGen total 87552K, used 4195K [0x15880000, 0x1ae00000, 0x2adc0000)
    object space 87552K, 4% used [0x15880000,0x15c98fb8,0x1ae00000)
    PSPermGen total 19456K, used 19264K [0x05880000, 0x06b80000, 0x15880000)
    object space 19456K, 99% used [0x05880000,0x06b503a8,0x06b80000)
    Event: 4.370 GC heap after
    Heap after GC invocations=2 (full 0):
    PSYoungGen total 38400K, used 5369K [0x2adc0000, 0x2f8c0000, 0x35880000)
    eden space 33024K, 0% used [0x2adc0000,0x2adc0000,0x2ce00000)
    from space 5376K, 99% used [0x2d340000,0x2d87e658,0x2d880000)
    to space 5376K, 0% used [0x2ce00000,0x2ce00000,0x2d340000)
    ParOldGen total 87552K, used 14663K [0x15880000, 0x1ae00000, 0x2adc0000)
    object space 87552K, 16% used [0x15880000,0x166d1d00,0x1ae00000)
    PSPermGen total 19456K, used 19264K [0x05880000, 0x06b80000, 0x15880000)
    object space 19456K, 99% used [0x05880000,0x06b503a8,0x06b80000)
    Event: 7.248 GC heap before
    {Heap before GC invocations=3 (full 0):
    PSYoungGen total 38400K, used 38393K [0x2adc0000, 0x2f8c0000, 0x35880000)
    eden space 33024K, 100% used [0x2adc0000,0x2ce00000,0x2ce00000)
    from space 5376K, 99% used [0x2d340000,0x2d87e658,0x2d880000)
    to space 5376K, 0% used [0x2ce00000,0x2ce00000,0x2d340000)
    ParOldGen total 87552K, used 14663K [0x15880000, 0x1ae00000, 0x2adc0000)
    object space 87552K, 16% used [0x15880000,0x166d1d00,0x1ae00000)
    PSPermGen total 26112K, used 26064K [0x05880000, 0x07200000, 0x15880000)
    object space 26112K, 99% used [0x05880000,0x071f4240,0x07200000)
    Event: 7.283 GC heap after
    Heap after GC invocations=3 (full 0):
    PSYoungGen total 38400K, used 5375K [0x2adc0000, 0x2f8c0000, 0x35880000)
    eden space 33024K, 0% used [0x2adc0000,0x2adc0000,0x2ce00000)
    from space 5376K, 99% used [0x2ce00000,0x2d33ffd8,0x2d340000)
    to space 5376K, 0% used [0x2f380000,0x2f380000,0x2f8c0000)
    ParOldGen total 87552K, used 23498K [0x15880000, 0x1ae00000, 0x2adc0000)
    object space 87552K, 26% used [0x15880000,0x16f72988,0x1ae00000)
    PSPermGen total 26112K, used 26064K [0x05880000, 0x07200000, 0x15880000)
    object space 26112K, 99% used [0x05880000,0x071f4240,0x07200000)
    Deoptimization events (10 events):
    Event: 8.758 Thread 0x0275ec00 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0284710c method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
    Event: 8.758 Thread 0x0275ec00 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0286559c method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
    Event: 8.759 Thread 0x0275ec00 Uncommon trap: reason=array_check action=maybe_recompile pc=0x0284710c method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 13
    Event: 8.989 Thread 0x0275ec00 Uncommon trap: reason=unreached action=reinterpret pc=0x0280ad58 method=org.eclipse.swt.widgets.Display.getControl(I)Lorg/eclipse/swt/widgets/Control; @ 10
    Event: 9.077 Thread 0x0275ec00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0289a0a4 method=org.eclipse.swt.widgets.Control.windowProc(IIII)I @ 1388
    Event: 9.078 Thread 0x0275ec00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0289a0b0 method=org.eclipse.swt.widgets.Control.windowProc(IIII)I @ 1316
    Event: 9.175 Thread 0x0275ec00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0289a0a4 method=org.eclipse.swt.widgets.Control.windowProc(IIII)I @ 1388
    Event: 9.175 Thread 0x0275ec00 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0289a0b0 method=org.eclipse.swt.widgets.Control.windowProc(IIII)I @ 1316
    Event: 9.212 Thread 0x38ab4400 Uncommon trap: reason=class_check action=maybe_recompile pc=0x02828a0c method=java.util.regex.Matcher.search(I)Z @ 86
    Event: 9.212 Thread 0x38ab4400 Uncommon trap: reason=class_check action=maybe_recompile pc=0x02828a0c method=java.util.regex.Matcher.search(I)Z @ 86
    Internal exceptions (10 events):
    Event: 7.213 Thread 0x0275ec00 Threw 0x2cd74e70 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
    Event: 7.323 Thread 0x38ab7000 Threw 0x2aeed330 at C:\re\jdk7u67\1368\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
    Event: 7.324 Thread 0x38ab7000 Threw 0x2aef6f38 at C:\re\jdk7u67\1368\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
    Event: 7.326 Thread 0x38ab7000 Threw 0x2aeffea8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
    Event: 7.866 Thread 0x0275ec00 Threw 0x2aecaee8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
    Event: 8.511 Thread 0x0275ec00 Threw 0x2b401e90 at C:\re\jdk7u67\1368\hotspot\src\share\vm\prims\jni.cpp:717
    Event: 8.917 Thread 0x0275ec00 Threw 0x2b6c4080 at C:\re\jdk7u67\1368\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
    Event: 8.919 Thread 0x0275ec00 Threw 0x2b6ceef0 at C:\re\jdk7u67\1368\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
    Event: 9.414 Thread 0x0275ec00 Threw 0x2baae5c8 at C:\re\jdk7u67\1368\hotspot\src\share\vm\classfile\systemDictionary.cpp:185
    Event: 9.415 Thread 0x0275ec00 Threw 0x2bab5248 at C:\re\jdk7u67\1368\hotspot\src\share\vm\interpreter\interpreterRuntime.cpp:347
    Events (10 events):
    Event: 9.212 Thread 0x38ab4400 DEOPT PACKING pc=0x02828a0c sp=0x41caf070
    Event: 9.212 Thread 0x38ab4400 DEOPT UNPACKING pc=0x027dcba5 sp=0x41caf064 mode 2
    Event: 9.354 Executing VM operation: RevokeBias
    Event: 9.354 Executing VM operation: RevokeBias done
    Event: 9.363 loading class 0x026104c8
    Event: 9.363 loading class 0x026104c8 done
    Event: 9.414 loading class 0x397fb570
    Event: 9.414 loading class 0x397fb570 done
    Event: 9.426 Executing VM operation: RevokeBias
    Event: 9.427 Executing VM operation: RevokeBias done
    Dynamic libraries:
    0x00400000 - 0x0040d000 g:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\packetTool.exe
    0x77100000 - 0x77280000 C:\Windows\SysWOW64\ntdll.dll
    0x75910000 - 0x75a20000 C:\Windows\syswow64\kernel32.dll
    0x75cc0000 - 0x75d07000 C:\Windows\syswow64\KERNELBASE.dll
    0x70160000 - 0x70196000 C:\ProgramData\Symantec\Symantec Endpoint Protection\12.1.3001.165.105\Data\Definitions\BASHDefs\20140801.011\UMEngx86.dll
    0x75a20000 - 0x75b20000 C:\Windows\syswow64\USER32.dll
    0x750f0000 - 0x75180000 C:\Windows\syswow64\GDI32.dll
    0x74d50000 - 0x74d5a000 C:\Windows\syswow64\LPK.dll
    0x74d80000 - 0x74e1d000 C:\Windows\syswow64\USP10.dll
    0x75c10000 - 0x75cbc000 C:\Windows\syswow64\msvcrt.dll
    0x75390000 - 0x75430000 C:\Windows\syswow64\ADVAPI32.dll
    0x75180000 - 0x75199000 C:\Windows\SysWOW64\sechost.dll
    0x75b20000 - 0x75c10000 C:\Windows\syswow64\RPCRT4.dll
    0x74af0000 - 0x74b50000 C:\Windows\syswow64\SspiCli.dll
    0x74ae0000 - 0x74aec000 C:\Windows\syswow64\CRYPTBASE.dll
    0x74990000 - 0x74a14000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_ec80f00e8593ece5\COMCTL32.dll
    0x75330000 - 0x75390000 C:\Windows\system32\IMM32.DLL
    0x755f0000 - 0x756bc000 C:\Windows\syswow64\MSCTF.dll
    0x72000000 - 0x7200d000 g:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502\eclipse_1406.dll
    0x74960000 - 0x74969000 C:\Windows\system32\VERSION.dll
    0x6c790000 - 0x6cd40000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\server\jvm.dll
    0x73980000 - 0x73987000 C:\Windows\system32\WSOCK32.dll
    0x755b0000 - 0x755e5000 C:\Windows\syswow64\WS2_32.dll
    0x75230000 - 0x75236000 C:\Windows\syswow64\NSI.dll
    0x73aa0000 - 0x73ad2000 C:\Windows\system32\WINMM.dll
    0x75720000 - 0x75725000 C:\Windows\syswow64\PSAPI.DLL
    0x6ff60000 - 0x7001f000 C:\Windows\system32\MSVCR100.dll
    0x737f0000 - 0x737fc000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\verify.dll
    0x70330000 - 0x70350000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\java.dll
    0x710e0000 - 0x710f3000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\zip.dll
    0x73dc0000 - 0x73dd6000 C:\Windows\system32\CRYPTSP.dll
    0x73d80000 - 0x73dbb000 C:\Windows\system32\rsaenh.dll
    0x75280000 - 0x75297000 C:\Windows\syswow64\USERENV.dll
    0x74b60000 - 0x74b6b000 C:\Windows\syswow64\profapi.dll
    0x6ff40000 - 0x6ff54000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\net.dll
    0x747c0000 - 0x747fc000 C:\Windows\system32\mswsock.dll
    0x73690000 - 0x73696000 C:\Windows\System32\wship6.dll
    0x73d50000 - 0x73d6c000 C:\Windows\system32\IPHLPAPI.DLL
    0x73d20000 - 0x73d27000 C:\Windows\system32\WINNSI.DLL
    0x73c60000 - 0x73c6d000 C:\Windows\system32\dhcpcsvc6.DLL
    0x73ba0000 - 0x73bb2000 C:\Windows\system32\dhcpcsvc.DLL
    0x72ab0000 - 0x72abf000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\nio.dll
    0x73d30000 - 0x73d40000 C:\Windows\system32\NLAapi.dll
    0x73d10000 - 0x73d20000 C:\Windows\system32\napinsp.dll
    0x73c70000 - 0x73c82000 C:\Windows\system32\pnrpnsp.dll
    0x73cb0000 - 0x73cf4000 C:\Windows\system32\DNSAPI.dll
    0x73c50000 - 0x73c58000 C:\Windows\System32\winrnr.dll
    0x73d70000 - 0x73d75000 C:\Windows\System32\wshtcpip.dll
    0x73b90000 - 0x73b96000 C:\Windows\system32\rasadhlp.dll
    0x73c10000 - 0x73c48000 C:\Windows\System32\fwpuclnt.dll
    0x39cf0000 - 0x39d5e000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\configuration\org.eclipse.osgi\bundles\124\1\.cp\swt-win32-3740.dll
    0x75430000 - 0x7558c000 C:\Windows\syswow64\ole32.dll
    0x751a0000 - 0x7522f000 C:\Windows\syswow64\OLEAUT32.dll
    0x74cd0000 - 0x74d4b000 C:\Windows\syswow64\comdlg32.dll
    0x752a0000 - 0x752f7000 C:\Windows\syswow64\SHLWAPI.dll
    0x73de0000 - 0x73f7e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
    0x75d10000 - 0x7695a000 C:\Windows\syswow64\SHELL32.dll
    0x73a40000 - 0x73a91000 C:\Windows\system32\WINSPOOL.DRV
    0x75730000 - 0x758f2000 C:\Windows\syswow64\WININET.dll
    0x74cc0000 - 0x74cc4000 C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll
    0x74d70000 - 0x74d74000 C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll
    0x770d0000 - 0x770d4000 C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll
    0x74d60000 - 0x74d63000 C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll
    0x75900000 - 0x75903000 C:\Windows\syswow64\normaliz.DLL
    0x76ae0000 - 0x76cfb000 C:\Windows\syswow64\iertutil.dll
    0x769f0000 - 0x769f5000 C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll
    0x74b70000 - 0x74c90000 C:\Windows\syswow64\CRYPT32.dll
    0x75240000 - 0x7524c000 C:\Windows\syswow64\MSASN1.dll
    0x73540000 - 0x735c0000 C:\Windows\system32\uxtheme.dll
    0x708b0000 - 0x708c3000 C:\Windows\system32\dwmapi.dll
    0x72560000 - 0x72655000 C:\Windows\system32\propsys.dll
    0x76960000 - 0x769e3000 C:\Windows\syswow64\CLBCatQ.DLL
    0x38e80000 - 0x38e9d000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\configuration\org.eclipse.osgi\bundles\124\1\.cp\swt-gdip-win32-3740.dll
    0x6d190000 - 0x6d320000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18455_none_72d576ad8665e853\gdiplus.dll
    0x6f170000 - 0x6f2a0000 C:\Windows\system32\WindowsCodecs.dll
    0x6ff10000 - 0x6ff35000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\com.freescale.morpho.core_7.0.0.215665-201408291832\xpcom\bin\core.jni.libd.dll
    0x6ede0000 - 0x6eeb7000 C:\Windows\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCP90D.dll
    0x6ecb0000 - 0x6edd3000 C:\Windows\WinSxS\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.30729.1_none_bb1f6aa1308c35eb\MSVCR90D.dll
    0x3a690000 - 0x3a979000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\com.freescale.morpho.core_7.0.0.215665-201408291832\xpcom\bin\log4cxx.dll
    0x6f9a0000 - 0x6fa2c000 C:\Windows\system32\ODBC32.dll
    0x6fed0000 - 0x6ff08000 C:\Windows\system32\odbcint.dll
    0x6f3b0000 - 0x6f3f7000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\com.freescale.morpho.core_7.0.0.215665-201408291832\xpcom\bin\core.loggerlibd.dll
    0x6fb00000 - 0x6fb3c000 C:\Windows\system32\oleacc.dll
    0x6e8b0000 - 0x6ea1f000 C:\Windows\system32\explorerframe.dll
    0x6fea0000 - 0x6fecf000 C:\Windows\system32\DUser.dll
    0x6e7f0000 - 0x6e8a2000 C:\Windows\system32\DUI70.dll
    0x74810000 - 0x7481e000 C:\Windows\system32\RpcRtRemote.dll
    0x6bc50000 - 0x6c78f000 C:\Windows\SysWOW64\ieframe.dll
    0x6fe80000 - 0x6fe84000 C:\Windows\SysWOW64\api-ms-win-downlevel-shell32-l1-1-0.dll
    0x73650000 - 0x73654000 C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
    0x74e20000 - 0x74f4c000 C:\Windows\syswow64\urlmon.dll
    0x74b50000 - 0x74b54000 C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll
    0x715a0000 - 0x715ff000 C:\Windows\system32\SXS.DLL
    0x746e0000 - 0x7472c000 C:\Windows\system32\apphelp.dll
    0x6aba0000 - 0x6bc4e000 C:\Windows\SysWOW64\mshtml.dll
    0x71070000 - 0x71074000 C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll
    0x74800000 - 0x74808000 C:\Windows\system32\Secur32.dll
    0x6e3d0000 - 0x6e7e1000 C:\Windows\SysWOW64\jscript9.dll
    0x72ac0000 - 0x72ac5000 C:\Windows\system32\msimg32.dll
    0x6fda0000 - 0x6fdab000 C:\Windows\system32\msimtf.dll
    0x6f140000 - 0x6f16e000 C:\Windows\system32\MLANG.dll
    0x6f090000 - 0x6f11c000 C:\Windows\SysWOW64\uiautomationcore.dll
    0x6d7a0000 - 0x6dae7000 C:\Windows\system32\d2d1.dll
    0x6e290000 - 0x6e3c5000 C:\Windows\system32\DWrite.dll
    0x6efe0000 - 0x6f02c000 C:\Windows\system32\dxgi.dll
    0x75300000 - 0x7532e000 C:\Windows\syswow64\WINTRUST.dll
    0x6dcc0000 - 0x6de35000 C:\Windows\system32\d3d11.dll
    0x6d5b0000 - 0x6d799000 C:\Windows\system32\D3D10Warp.dll
    0x6dfe0000 - 0x6e078000 C:\Windows\SysWOW64\jscript.dll
    0x6e250000 - 0x6e281000 C:\Windows\system32\msls31.dll
    0x6e210000 - 0x6e250000 C:\Windows\SysWOW64\Dxtrans.dll
    0x72cc0000 - 0x72cd4000 C:\Windows\SysWOW64\ATL.DLL
    0x6fd60000 - 0x6fd6a000 C:\Windows\SysWOW64\ddrawex.dll
    0x6aab0000 - 0x6ab97000 C:\Windows\SysWOW64\DDRAW.dll
    0x6fd10000 - 0x6fd16000 C:\Windows\SysWOW64\DCIMAN32.dll
    0x74f50000 - 0x750ed000 C:\Windows\syswow64\SETUPAPI.dll
    0x74c90000 - 0x74cb7000 C:\Windows\syswow64\CFGMGR32.dll
    0x75590000 - 0x755a2000 C:\Windows\syswow64\DEVOBJ.dll
    0x6df80000 - 0x6dfdc000 C:\Windows\SysWOW64\Dxtmsft.dll
    0x6fb90000 - 0x6fb9c000 C:\Windows\system32\IMGUTIL.DLL
    0x6f980000 - 0x6f992000 C:\Windows\SysWOW64\pngfilt.dll
    0x6de80000 - 0x6deb7000 C:\Windows\system32\windowscodecsext.dll
    0x6a950000 - 0x6aaa7000 C:\Windows\System32\msxml6.dll
    0x6a800000 - 0x6a943000 C:\Users\build\.dependencies_sharable\jdk\7u67\w32\jdk1.7.0_67\jre\bin\awt.dll
    0x72660000 - 0x72699000 C:\Windows\system32\MMDevAPI.DLL
    0x3d260000 - 0x3d26e000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\configuration\org.eclipse.osgi\bundles\77\1\.cp\os\win32\x86\localfile_1_0_0.dll
    0x403b0000 - 0x403b8000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\configuration\org.eclipse.osgi\bundles\82\1\.cp\os\win32\x86\win32refresh.dll
    0x6fae0000 - 0x6faec000 G:\automated_builds\projects\pfa\build.out\Debug\pfa\rcp\packetTool\plugins\com.freescale.morpho.core_7.0.0.215665-201408291832\xpcom\bin\FSLjavaxpcomglue.dll
    VM Arguments:
    jvm_args: -XX:+UnlockDiagnosticVMOptions -XX:+UnsyncloadClass -ea -Xms128M -Xmx512M -XX:MaxPermSize=256m -Ddir.testdata=g:\automated_builds\projects\pfa\build.out\testdata/java -Ddir.top=g:/automated_builds/projects/pfa -Djava.project.name=com.freescale.traceanalysis.ui.test -DisIntegrationBuild=true -Dant.project.name=pfa -Drel.test.dir=com.freescale.traceanalysis.ui.test/default
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    JAVA_HOME=C:\Progra~2\Java\x32\jdk1.7.0_60
    CLASSPATH="g:\automated_builds\projects\pfa\dependencies\internal\coresdk\ant\\..\..\..\..\dependencies\internal\coresdk\dependencies\jsch"\jsch-0.1.42.jar
    USERNAME=build
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=AMD64 Family 15 Model 65 Stepping 2, AuthenticAMD
    --------------- S Y S T E M ---------------
    OS: Windows 7 , 64 bit Build 7601 Service Pack 1
    CPU:total 4 (2 cores per cpu, 1 threads per core) family 15 model 65 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref, tsc
    Memory: 4k page, physical 33553976k(28764392k free), swap 67106088k(62309324k free)
    vm_info: Java HotSpot(TM) Server VM (24.65-b04) for windows-x86 JRE (1.7.0_67-b01), built on Jul 25 2014 10:14:38 by "java_re" with unknown MS VC++:1600
    time: Thu Sep 11 02:45:03 2014
    elapsed time: 9 seconds

  • Error while using installing plugins to develop widget in eclipse

    Hi
    I have seen earlier threads where few had issues relating with the installation of plugins in the eclipse. The issue was solved by using the older version of eclipse.
    So, I tried with older version 3.4 as well, but still I am not able to install the plugins.
    Any assistance will be useful and rewarded.
    Warm Regards
    Tenzin

    Hi
    I have seen earlier threads where few had issues relating with the installation of plugins in the eclipse. The issue was solved by using the older version of eclipse.
    So, I tried with older version 3.4 as well, but still I am not able to install the plugins.
    Any assistance will be useful and rewarded.
    Warm Regards
    Tenzin

  • D110 installation issues with Windows 8.1

    Greetings,
    Hoping someone may be able to help with an infuriating intall issue I am having. Whenever I attempt to run the new driver package for Windows 8.1,  I am getting the following error;
    "The system cannot find the file specified"
    I have tried running the file as an administrator....no dice.
    Any suggestions will be greatly appreciated. :-)
    This question was solved.
    View Solution.

    I believe I fixed this. I turned off my antivirus program (I forget if it's Norton or McAfee, it came installed on this Dell laptop) - I assume that turning off the "auto-scan" feature was what mattered. After that, the D110 software installed without a hitch, and I was able to scan documents.
    Hope this helps someone!

  • Weblogic Portal 10.3.2 for Windows 64 bit with OEPE

    Our environment is Windows 64 bit and we are upgrading from Weblogic Portal 9.2 to 10.3.2.
    I have installed Weblogic Portal for 64 bit using generic installer and have also installed OEPE Helios for 64 bit.
    I am not getting Portal perspective in Eclipse?

    These issues are why we dropped every Oracle products for our new projects. We only kept Oracle SGBD.
    Working with Oracle products costs a lot, impose specific tools, impose specific environment (can't work with Windows 7/x64), doesn't integrate in standard toolchains (eclipse, maven, continuous integration, ...). More, you don't have any control on product evolutions and maintenance.
    With this decision we saved a lot of money, a lot of time, quality, and community support is far more powerful than buyers think. Nothing is better than standards!
    Sorry Oracle but I think you need to seriously rethink your commercial behavior and your relationship with J2EE developers.

Maybe you are looking for

  • Arch Linux Beginners Guide

    Remembering the days when I installed Arch Linux for the first time I still feel that Arch misses a guide for beginners. I started one at the Wiki. Its intention is to show how you install and configure Arch Linux until you have a fully working deskt

  • All WEB links lost in an iOS 6 numbers sheet

    Hi, I work with Numbers '09 on an iMac. Lately I bought an iPad and installed the iOS Numbers application to be able to work with my Number sheets in iCloud. So 1 sheet in iCloud and updating it with Numbers  on iMac and Numbers on iOS. From the mome

  • Set custom font size for one column

    hey guys! I am trying to decrease the font-size for one column based on an lov and used style="font-size:8pt"It does not work though! Do you have a hint? brgds, seb

  • How do i post content to Facebook?

    Need help!

  • Flash Player Mac 10,3,181,26 not loading in Safari 5.0.5 64-bit mode, any fix?

    As the title says, the Flash Player 10,3,181,26 is not not loading in Safari 5.0.5 64-bit mode, I found out after wasting 2 hours installing/uninstalling the plugin and trying anything from repairing disk permissions to installing a fresh Safari app,