1 2 Previous Next 21 Replies Latest reply on Oct 27, 2010 5:26 AM by mareshkau

    JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)

    peter.falken

      Since JBoss Tools 3.1, I haven't been able to use the Visual Page Editor.

      Doing some searching I tracked it down to a switch that was made on the XULRunner libraries that are bundled with JBoss Tools, it would seem that from 3.1 an later, the XULRunner libraries do not have the PPC targets enabled, and many PPC machines, like the PowerMacs and PowerBooks won't be able to use JBoss Tools latest versions.

       

      I would like to use the latest Eclipse with the latest JBoss Tools on my PowerMac G5

       

      Is the a fix around this or are PPC computers out of support??

        • 1. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
          dgolovin

          It looks like this problem related to xulrunner 1.8.1.X relases. In XL 1.8.0, I guess, they had x86 and ppc in one bundle. Since 1.8.1, which is included in JBT 3.1, the probably had them separated. Xulrunner plug-ins for mac stil have filter that enable them for x86 and ppc platforms, but binaries is for x86 only.

          • 2. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
            dgolovin

            For JBT 3.2 development/nightly releases you can you can try to make it work using approach explained here http://www.eclipse.org/swt/faq.php#specifyxulrunner. Just get XULRunner 1.9.1.13 for macosx ppc from Geckpo Runtime Download site, unpack it somewhere in local file system and add system property

             

            -Dorg.eclipse.swt.browser.XULRunnerPath=/path/to/xulrunner

             

            to your eclipse.ini file as a new line somewhere after -vmargs.

             

            Here is my eclipse.ini for test I did under linux x86 for JBT 3.2.0 nightly build.

             

            -startup
            plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
            --launcher.library
            plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.0.v20100503
            -showsplash
            org.eclipse.platform
            --launcher.XXMaxPermSize
            256m
            --launcher.defaultAction
            openFile
            -vmargs
            -Xms256m
            -Xmx2048m

            -Dorg.eclipse.swt.browser.XULRunnerPath=/home/eskimo/Java/xulrunner

             

            Where /home/eskimo/Java/xulrunner is the path to the xulrunner runtime root folder which contains xulrunner shell script.

            • 3. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
              peter.falken

              Thanks Denis,

              I downloaded a PPC build of the XULRunner from Mozilla.

              I tried the approach that you suggested - setting the XULRunnerPath in the eclipse.ini file.

              Eclipse 3.6 recognizes the Path but the Visual Page Editor makes Eclipse crash every time.

               

              There is no error log, to look for possible answers.

              • 4. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                dgolovin

                could you also try to run eclipse from console with two more options

                 

                -debug -consoleLog

                 

                Just add then to eclipse.ini before -vmargs as separate lines open xterm and run eclipse. It could probably let us know what is happening.

                1 of 1 people found this helpful
                • 5. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                  mareshkau

                  Hi,

                  The crash can be caused by dismissing versions of org.mozilla.xpcom and xulrunner.

                  • 6. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                    peter.falken

                    Sorry about taking so long to answer, But I had to wait for the weekend to try out all the scenarios.

                    I ran Eclipse 3.5.2 and 3.6.1 with JBoss Tools 3.1.1 and 3.2 M2 respectively.

                    I added the -debug -consoleLog arguments to the eclipse.ini

                    Eclipse crashes when the Visual Page Editor tries to render a preview - I think it might be caused by a SWT issue with either JVM 1.5 in PPC or that it is looking for a JVM 1.6 which PPC OS X doesn't have. XULRunner prints out a message about early initialization and sets SWT timeout to 0.1000

                     

                    Here is the console log for Eclipse 3.5.2 ( Eclipse 3.6.1 - crashes with the same message "Illegal Instrucction", but the startup log seem a bit different)

                     

                    isgaea:Eclipse_3.5.2 luis$ ./eclipse

                    Start VM: -Dosgi.requiredJavaVersion=1.5

                    -XX:MaxPermSize=256m

                    -Xms40m

                    -Xmx512m

                    -Xdock:icon=../Resources/Eclipse.icns

                    -XstartOnFirstThread

                    -Dorg.eclipse.swt.internal.carbon.smallFonts

                    -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.5.2/XUL_1.9.1.13

                    -Djava.class.path=/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar

                    -os macosx

                    -ws cocoa

                    -arch ppc

                    -showsplash

                    -launcher /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/eclipse

                    -name Eclipse

                    --launcher.library /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.1.R35x_v20090707/eclipse_1207.so

                    -startup /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar

                    -product org.eclipse.epp.package.reporting.product

                    -debug

                    -consoleLog

                    -vm /System/Library/Frameworks/JavaVM.framework

                    -vmargs

                    -Dosgi.requiredJavaVersion=1.5

                    -XX:MaxPermSize=256m

                    -Xms40m

                    -Xmx512m

                    -Xdock:icon=../Resources/Eclipse.icns

                    -XstartOnFirstThread

                    -Dorg.eclipse.swt.internal.carbon.smallFonts

                    -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.5.2/XUL_1.9.1.13

                    -Djava.class.path=/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar

                    Install location:

                        file:/Applications/Eclipse_3.5.2/

                    Configuration file:

                        file:/Applications/Eclipse_3.5.2/configuration/config.ini loaded

                    Configuration location:

                        file:/Applications/Eclipse_3.5.2/configuration/

                    Framework located:

                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar

                    Loading extension: reference:file:javax.transaction_1.1.1.v201002111330.jar

                    eclipse.properties not found

                    Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_1.1.3.v20091002-r5404.jar

                    eclipse.properties not found

                    Framework classpath:

                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar

                        file:/Applications/Eclipse_3.5.2/plugins/

                        file:/Applications/Eclipse_3.5.2/plugins/javax.transaction_1.1.1.v201002111330.jar

                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.persistence.jpa.equinox.weaving_1.1.3.v20091002-r5404.jar

                    Splash location:

                        /Applications/Eclipse_3.5.2/plugins/org.eclipse.platform_3.3.202.v201002111343/splash.bmp

                    Debug options:

                        file:/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/.options not found

                    Time to load bundles: 21

                    Starting application: 11708

                    Application Started: 26283

                    !SESSION 2010-10-16 11:37:01.861 -----------------------------------------------

                    eclipse.buildId=unknown

                    java.version=1.5.0_24

                    java.vendor=Apple Inc.

                    BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US

                    Framework arguments:  -product org.eclipse.epp.package.reporting.product

                    Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog

                     

                    !ENTRY org.eclipse.core.net 1 0 2010-10-16 11:37:28.841

                    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences

                    Oct 16, 2010 11:37:57 AM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders

                    WARNING: Cookie rejected: "$Version=0; JSESSIONID=BD912157534895EF9BD8030FE8740DBE; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/update_1.6.x/content.jar"

                    Oct 16, 2010 11:37:57 AM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders

                    WARNING: Cookie rejected: "$Version=0; JSESSIONID=D3F706912C85D9BFDEBAC8B0371D1604; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/update_1.6.x/content.xml"

                    Illegal instruction

                    Disgaea:Eclipse_3.5.2 luis$

                    isgaea:Eclipse_3.5.2 luis$ ./eclipse

                    Start VM: -Dosgi.requiredJavaVersion=1.5
                    -XX:MaxPermSize=256m
                    -Xms40m
                    -Xmx512m
                    -Xdock:icon=../Resources/Eclipse.icns
                    -XstartOnFirstThread
                    -Dorg.eclipse.swt.internal.carbon.smallFonts
                    -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.5.2/XUL_1.9.1.13
                    -Djava.class.path=/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
                    -os macosx
                    -ws cocoa
                    -arch ppc
                    -showsplash
                    -launcher /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/eclipse
                    -name Eclipse
                    --launcher.library /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.1.R35x_v20090707/eclipse_1207.so
                    -startup /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
                    -product org.eclipse.epp.package.reporting.product
                    -debug
                    -consoleLog
                    -vm /System/Library/Frameworks/JavaVM.framework
                    -vmargs
                    -Dosgi.requiredJavaVersion=1.5
                    -XX:MaxPermSize=256m
                    -Xms40m
                    -Xmx512m
                    -Xdock:icon=../Resources/Eclipse.icns
                    -XstartOnFirstThread
                    -Dorg.eclipse.swt.internal.carbon.smallFonts
                    -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.5.2/XUL_1.9.1.13
                    -Djava.class.path=/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
                    Install location:
                        file:/Applications/Eclipse_3.5.2/
                    Configuration file:
                        file:/Applications/Eclipse_3.5.2/configuration/config.ini loaded
                    Configuration location:
                        file:/Applications/Eclipse_3.5.2/configuration/
                    Framework located:
                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
                    Loading extension: reference:file:javax.transaction_1.1.1.v201002111330.jar
                    eclipse.properties not found
                    Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_1.1.3.v20091002-r5404.jar
                    eclipse.properties not found
                    Framework classpath:
                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
                        file:/Applications/Eclipse_3.5.2/plugins/
                        file:/Applications/Eclipse_3.5.2/plugins/javax.transaction_1.1.1.v201002111330.jar
                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.persistence.jpa.equinox.weaving_1.1.3.v20091002-r5404.jar
                    Splash location:
                        /Applications/Eclipse_3.5.2/plugins/org.eclipse.platform_3.3.202.v201002111343/splash.bmp
                    Debug options:
                        file:/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/.options not found
                    Time to load bundles: 21
                    Starting application: 11708
                    Application Started: 26283
                    !SESSION 2010-10-16 11:37:01.861 -----------------------------------------------
                    eclipse.buildId=unknown
                    java.version=1.5.0_24
                    java.vendor=Apple Inc.
                    BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                    Framework arguments:  -product org.eclipse.epp.package.reporting.product
                    Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                    !ENTRY org.eclipse.core.net 1 0 2010-10-16 11:37:28.841
                    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                    Oct 16, 2010 11:37:57 AM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders
                    WARNING: Cookie rejected: "$Version=0; JSESSIONID=BD912157534895EF9BD8030FE8740DBE; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/update_1.6.x/content.jar"
                    Oct 16, 2010 11:37:57 AM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders
                    WARNING: Cookie rejected: "$Version=0; JSESSIONID=D3F706912C85D9BFDEBAC8B0371D1604; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/update_1.6.x/content.xml"
                    Illegal instruction
                    Disgaea:Eclipse_3.5.2 luis$isgaea:Eclipse_3.5.2 luis$ ./eclipse
                    Start VM: -Dosgi.requiredJavaVersion=1.5
                    -XX:MaxPermSize=256m
                    -Xms40m
                    -Xmx512m
                    -Xdock:icon=../Resources/Eclipse.icns
                    -XstartOnFirstThread
                    -Dorg.eclipse.swt.internal.carbon.smallFonts
                    -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.5.2/XUL_1.9.1.13
                    -Djava.class.path=/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
                    -os macosx
                    -ws cocoa
                    -arch ppc
                    -showsplash
                    -launcher /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/eclipse
                    -name Eclipse
                    --launcher.library /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.0.1.R35x_v20090707/eclipse_1207.so
                    -startup /Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
                    -product org.eclipse.epp.package.reporting.product
                    -debug
                    -consoleLog
                    -vm /System/Library/Frameworks/JavaVM.framework
                    -vmargs
                    -Dosgi.requiredJavaVersion=1.5
                    -XX:MaxPermSize=256m
                    -Xms40m
                    -Xmx512m
                    -Xdock:icon=../Resources/Eclipse.icns
                    -XstartOnFirstThread
                    -Dorg.eclipse.swt.internal.carbon.smallFonts
                    -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.5.2/XUL_1.9.1.13
                    -Djava.class.path=/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
                    Install location:
                        file:/Applications/Eclipse_3.5.2/
                    Configuration file:
                        file:/Applications/Eclipse_3.5.2/configuration/config.ini loaded
                    Configuration location:
                        file:/Applications/Eclipse_3.5.2/configuration/
                    Framework located:
                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
                    Loading extension: reference:file:javax.transaction_1.1.1.v201002111330.jar
                    eclipse.properties not found
                    Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_1.1.3.v20091002-r5404.jar
                    eclipse.properties not found
                    Framework classpath:
                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
                        file:/Applications/Eclipse_3.5.2/plugins/
                        file:/Applications/Eclipse_3.5.2/plugins/javax.transaction_1.1.1.v201002111330.jar
                        file:/Applications/Eclipse_3.5.2/plugins/org.eclipse.persistence.jpa.equinox.weaving_1.1.3.v20091002-r5404.jar
                    Splash location:
                        /Applications/Eclipse_3.5.2/plugins/org.eclipse.platform_3.3.202.v201002111343/splash.bmp
                    Debug options:
                        file:/Applications/Eclipse_3.5.2/Eclipse.app/Contents/MacOS/.options not found
                    Time to load bundles: 21
                    Starting application: 11708
                    Application Started: 26283
                    !SESSION 2010-10-16 11:37:01.861 -----------------------------------------------
                    eclipse.buildId=unknown
                    java.version=1.5.0_24
                    java.vendor=Apple Inc.
                    BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                    Framework arguments:  -product org.eclipse.epp.package.reporting.product
                    Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                    !ENTRY org.eclipse.core.net 1 0 2010-10-16 11:37:28.841
                    !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                    Oct 16, 2010 11:37:57 AM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders
                    WARNING: Cookie rejected: "$Version=0; JSESSIONID=BD912157534895EF9BD8030FE8740DBE; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/update_1.6.x/content.jar"
                    Oct 16, 2010 11:37:57 AM org.apache.commons.httpclient.HttpMethodBase processCookieHeaders
                    WARNING: Cookie rejected: "$Version=0; JSESSIONID=D3F706912C85D9BFDEBAC8B0371D1604; $Path=/servlets". Illegal path attribute "/servlets". Path of origin: "/update_1.6.x/content.xml"
                    Illegal instruction
                    Disgaea:Eclipse_3.5.2 luis$
                    • 7. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                      peter.falken

                      Haw can I make my XCOM & XULRunner version not mismatch?

                      • 8. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                        peter.falken

                        Here is the log for Eclipse 3.6.1 with JBoss Tools 3.2 M2:

                         

                        Disgaea:Eclipse_3.6.1 luis$ ./eclipse

                        Start VM: -Dosgi.requiredJavaVersion=1.5

                        -XstartOnFirstThread

                        -XX:MaxPermSize=256m

                        -Xms40m

                        -Xmx512m

                        -Xdock:icon=../Resources/Eclipse.icns

                        -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.13

                        -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

                        -os macosx

                        -ws cocoa

                        -arch ppc

                        -showsplash

                        -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse

                        -name Eclipse

                        --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so

                        -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

                        -product org.eclipse.epp.package.reporting.product

                        -debug

                        -consoleLog

                        -vm /System/Library/Frameworks/JavaVM.framework

                        -vmargs

                        -Dosgi.requiredJavaVersion=1.5

                        -XstartOnFirstThread

                        -XX:MaxPermSize=256m

                        -Xms40m

                        -Xmx512m

                        -Xdock:icon=../Resources/Eclipse.icns

                        -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.13

                        -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

                        Install location:

                            file:/Applications/Eclipse_3.6.1/

                        Configuration file:

                            file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded

                        Configuration location:

                            file:/Applications/Eclipse_3.6.1/configuration/

                        Framework located:

                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar

                        Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar

                        eclipse.properties not found

                        Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar

                        eclipse.properties not found

                        Framework classpath:

                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar

                            file:/Applications/Eclipse_3.6.1/plugins/

                            file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar

                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar

                        Splash location:

                            /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp

                        Debug options:

                            file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found

                        Time to load bundles: 27

                        Starting application: 24315

                        Application Started: 44447

                        !SESSION 2010-10-17 12:33:44.045 -----------------------------------------------

                        eclipse.buildId=M20100909-0800

                        java.version=1.5.0_24

                        java.vendor=Apple Inc.

                        BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US

                        Framework arguments:  -product org.eclipse.epp.package.reporting.product

                        Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog

                         

                        !ENTRY org.eclipse.core.net 1 0 2010-10-17 12:34:28.565

                        !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences

                         

                        !ENTRY org.jboss.tools.usage 1 1 2010-10-17 12:34:41.570

                        !MESSAGE Queried kill switch preference at "http://anonsvn.jboss.org/repos/jbosstools/workspace/usage/usage.properties"

                         

                        !ENTRY org.jboss.tools.usage 1 0 2010-10-17 12:34:42.022

                        !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"

                         

                        !ENTRY org.jboss.tools.usage 1 0 2010-10-17 12:34:42.397

                        !MESSAGE HTTP GET to url "http://www.google-analytics.com/__utm.gif?utmwv=4.7.2&utmn=1947445936&utmhn=jboss.org&utmcs=UTF-8&utmsr=1680x1050&utmsc=24-bit&utmul=en-US&utmdt=tools-usage-action-wsstartup&utmr=0&utmp=%2Ftools%2Fusage%2Faction%2Fwsstartup&utmac=UA-17645367-1&utmcc=__utma%3D999.87835040778956337081287247082310.1287247082296.1287247277056.1287340482015.3%3B%2B__utmz%3D999.1287247082296.1.1.%EF%BF%BFutmcsr%3D%28direct%29%7Cutmccn%3D%28direct%29%7Cutmcmd%3D%28none%29%7Cutmctr%3DBPEL-CDI-ESB-FLOW-HIBERNATETOOLS-JBPM-JMX-JSF-JST-MODESHAPE-PORTLET-RUNTIME-SEAM-SMOOKS-STRUTS-VPE-WS-%EF%BF%BF%3B&gaq=1" successfull!

                         

                        !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-17 12:35:19.367

                        !MESSAGE No repository found at http://download.jboss.org/jbosstools/updates/helios/.

                        InitFunctions took: 197ms

                         

                        !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-17 12:38:24.876

                        !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/XUL_1.9.1.13

                        Illegal instruction

                        Disgaea:Eclipse_3.6.1 luis$ ./eclipse

                        Start VM: -Dosgi.requiredJavaVersion=1.5
                        -XstartOnFirstThread
                        -XX:MaxPermSize=256m
                        -Xms40m
                        -Xmx512m
                        -Xdock:icon=../Resources/Eclipse.icns
                        -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.13
                        -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                        -os macosx
                        -ws cocoa
                        -arch ppc
                        -showsplash
                        -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse
                        -name Eclipse
                        --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so
                        -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                        -product org.eclipse.epp.package.reporting.product
                        -debug
                        -consoleLog
                        -vm /System/Library/Frameworks/JavaVM.framework
                        -vmargs
                        -Dosgi.requiredJavaVersion=1.5
                        -XstartOnFirstThread
                        -XX:MaxPermSize=256m
                        -Xms40m
                        -Xmx512m
                        -Xdock:icon=../Resources/Eclipse.icns
                        -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.13
                        -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                        Install location:
                            file:/Applications/Eclipse_3.6.1/
                        Configuration file:
                            file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded
                        Configuration location:
                            file:/Applications/Eclipse_3.6.1/configuration/
                        Framework located:
                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                        Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar
                        eclipse.properties not found
                        Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                        eclipse.properties not found
                        Framework classpath:
                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                            file:/Applications/Eclipse_3.6.1/plugins/
                            file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar
                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                        Splash location:
                            /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp
                        Debug options:
                            file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found
                        Time to load bundles: 27
                        Starting application: 24315
                        Application Started: 44447
                        !SESSION 2010-10-17 12:33:44.045 -----------------------------------------------
                        eclipse.buildId=M20100909-0800
                        java.version=1.5.0_24
                        java.vendor=Apple Inc.
                        BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                        Framework arguments:  -product org.eclipse.epp.package.reporting.product
                        Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                        !ENTRY org.eclipse.core.net 1 0 2010-10-17 12:34:28.565
                        !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                        !ENTRY org.jboss.tools.usage 1 1 2010-10-17 12:34:41.570
                        !ENTRY org.jboss.tools.usage 1 0 2010-10-17 12:34:42.022
                        !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"
                        !ENTRY org.jboss.tools.usage 1 0 2010-10-17 12:34:42.397
                        !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-17 12:35:19.367
                        InitFunctions took: 197ms
                        !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-17 12:38:24.876
                        !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/XUL_1.9.1.13
                        Illegal instructionDisgaea:Eclipse_3.6.1 luis$ ./eclipse
                        Start VM: -Dosgi.requiredJavaVersion=1.5
                        -XstartOnFirstThread
                        -XX:MaxPermSize=256m
                        -Xms40m
                        -Xmx512m
                        -Xdock:icon=../Resources/Eclipse.icns
                        -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.13
                        -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                        -os macosx
                        -ws cocoa
                        -arch ppc
                        -showsplash
                        -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse
                        -name Eclipse
                        --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so
                        -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                        -product org.eclipse.epp.package.reporting.product
                        -debug
                        -consoleLog
                        -vm /System/Library/Frameworks/JavaVM.framework
                        -vmargs
                        -Dosgi.requiredJavaVersion=1.5
                        -XstartOnFirstThread
                        -XX:MaxPermSize=256m
                        -Xms40m
                        -Xmx512m
                        -Xdock:icon=../Resources/Eclipse.icns
                        -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.13
                        -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                        Install location:
                            file:/Applications/Eclipse_3.6.1/
                        Configuration file:
                            file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded
                        Configuration location:
                            file:/Applications/Eclipse_3.6.1/configuration/
                        Framework located:
                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                        Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar
                        eclipse.properties not found
                        Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                        eclipse.properties not found
                        Framework classpath:
                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                            file:/Applications/Eclipse_3.6.1/plugins/
                            file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar
                            file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                        Splash location:
                            /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp
                        Debug options:
                            file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found
                        Time to load bundles: 27
                        Starting application: 24315
                        Application Started: 44447
                        !SESSION 2010-10-17 12:33:44.045 -----------------------------------------------
                        eclipse.buildId=M20100909-0800
                        java.version=1.5.0_24
                        java.vendor=Apple Inc.
                        BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                        Framework arguments:  -product org.eclipse.epp.package.reporting.product
                        Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                        !ENTRY org.eclipse.core.net 1 0 2010-10-17 12:34:28.565
                        !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                        !ENTRY org.jboss.tools.usage 1 1 2010-10-17 12:34:41.570
                        !ENTRY org.jboss.tools.usage 1 0 2010-10-17 12:34:42.022
                        !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"
                        !ENTRY org.jboss.tools.usage 1 0 2010-10-17 12:34:42.397
                        !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-17 12:35:19.367
                        InitFunctions took: 197ms
                        !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-17 12:38:24.876
                        !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/XUL_1.9.1.13

                        Illegal instruc

                         

                        • 9. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                          mareshkau

                          In plugins directory exist plugin named org.mozilla.xpcom, it's used to XPCOM connection for Xulrunner. You can check in Manifest.MF version of xulrunner which it supports. In your system installed Xulrunner version 1.9.1.3, but we use 1.9.1.2, so it can cause a eclipse crash.

                          • 10. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                            peter.falken

                            Where could I find a PPC (Or Universal - both PPC & Intel ) build of XULRunner 1.9.1.2 to test?

                            If that is not possible where could I find a build 1.9.1.13 build of XPCOM?

                            • 11. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                              peter.falken

                              I found an Universal Build of XULRunner 1.9.1.2 in the xulrunner releases on the mozilla FTP.

                              It still crashes. - Here is the log.

                              Notice the last 4 lines - Something about an Entry into org.jboss.tools.vpe.xulrunner

                              MyGuess is that it either doesn't like Java 1.5 on PPC

                              Or that there is a bug in the SWT implementation somewhere.

                               

                              Any suggestions??

                               

                              ==================================================================

                               

                              Last login: Sun Oct 17 22:33:48 on ttys000
                              Disgaea:~ luis$ cd /Applications/Eclipse_3.6.1/
                              Disgaea:Eclipse_3.6.1 luis$ sudo ./eclipse
                              Password:
                              Start VM: -Dosgi.requiredJavaVersion=1.5
                              -XstartOnFirstThread
                              -XX:MaxPermSize=256m
                              -Xms40m
                              -Xmx512m
                              -Xdock:icon=../Resources/Eclipse.icns
                              -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              -os macosx
                              -ws cocoa
                              -arch ppc
                              -showsplash
                              -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse
                              -name Eclipse
                              --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so
                              -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              -product org.eclipse.epp.package.reporting.product
                              -debug
                              -consoleLog
                              -vm /System/Library/Frameworks/JavaVM.framework
                              -vmargs
                              -Dosgi.requiredJavaVersion=1.5
                              -XstartOnFirstThread
                              -XX:MaxPermSize=256m
                              -Xms40m
                              -Xmx512m
                              -Xdock:icon=../Resources/Eclipse.icns
                              -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              Install location:
                                  file:/Applications/Eclipse_3.6.1/
                              Configuration file:
                                  file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded
                              Configuration location:
                                  file:/Applications/Eclipse_3.6.1/configuration/
                              Framework located:
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                              Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar
                              eclipse.properties not found
                              Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                              eclipse.properties not found
                              Framework classpath:
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                                  file:/Applications/Eclipse_3.6.1/plugins/
                                  file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                              Splash location:
                                  /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp
                              Debug options:
                                  file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found
                              Time to load bundles: 24
                              Starting application: 22413
                              Application Started: 44342
                              !SESSION 2010-10-18 21:42:32.104 -----------------------------------------------
                              eclipse.buildId=M20100909-0800
                              java.version=1.5.0_24
                              java.vendor=Apple Inc.
                              BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                              Framework arguments:  -product org.eclipse.epp.package.reporting.product
                              Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                              !ENTRY org.eclipse.core.net 1 0 2010-10-18 21:43:16.503
                              !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                              !ENTRY org.jboss.tools.usage 1 1 2010-10-18 21:43:25.988
                              !ENTRY org.jboss.tools.usage 1 0 2010-10-18 21:43:26.361
                              !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"
                              !ENTRY org.jboss.tools.usage 1 0 2010-10-18 21:43:26.739
                              InitFunctions took: 158ms
                              !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-18 21:44:19.634
                              !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-18 21:44:45.162
                              !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              2010-10-18 21:44:45.481 eclipse[1121:c0b] [Java CocoaComponent compatibility mode]: Enabled
                              2010-10-18 21:44:45.483 eclipse[1121:c0b] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
                              Illegal instruction
                              Disgaea:Eclipse_3.6.1 luis$ Last login: Sun Oct 17 22:33:48 on ttys000
                              Disgaea:~ luis$ cd /Applications/Eclipse_3.6.1/
                              Disgaea:Eclipse_3.6.1 luis$ sudo ./eclipse
                              Password:
                              Start VM: -Dosgi.requiredJavaVersion=1.5
                              -XstartOnFirstThread
                              -XX:MaxPermSize=256m
                              -Xms40m
                              -Xmx512m
                              -Xdock:icon=../Resources/Eclipse.icns
                              -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              -os macosx
                              -ws cocoa
                              -arch ppc
                              -showsplash
                              -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse
                              -name Eclipse
                              --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so
                              -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              -product org.eclipse.epp.package.reporting.product
                              -debug
                              -consoleLog
                              -vm /System/Library/Frameworks/JavaVM.framework
                              -vmargs
                              -Dosgi.requiredJavaVersion=1.5
                              -XstartOnFirstThread
                              -XX:MaxPermSize=256m
                              -Xms40m
                              -Xmx512m
                              -Xdock:icon=../Resources/Eclipse.icns
                              -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              Install location:
                                  file:/Applications/Eclipse_3.6.1/
                              Configuration file:
                                  file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded
                              Configuration location:
                                  file:/Applications/Eclipse_3.6.1/configuration/
                              Framework located:
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                              Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar
                              eclipse.properties not found
                              Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                              eclipse.properties not found
                              Framework classpath:
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                                  file:/Applications/Eclipse_3.6.1/plugins/
                                  file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                              Splash location:
                                  /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp
                              Debug options:
                                  file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found
                              Time to load bundles: 24
                              Starting application: 22413
                              Application Started: 44342
                              !SESSION 2010-10-18 21:42:32.104 -----------------------------------------------
                              eclipse.buildId=M20100909-0800
                              java.version=1.5.0_24
                              java.vendor=Apple Inc.
                              BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                              Framework arguments:  -product org.eclipse.epp.package.reporting.product
                              Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                              !ENTRY org.eclipse.core.net 1 0 2010-10-18 21:43:16.503
                              !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                              !ENTRY org.jboss.tools.usage 1 1 2010-10-18 21:43:25.988
                              !ENTRY org.jboss.tools.usage 1 0 2010-10-18 21:43:26.361
                              !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"
                              !ENTRY org.jboss.tools.usage 1 0 2010-10-18 21:43:26.739
                              InitFunctions took: 158ms
                              !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-18 21:44:19.634
                              !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-18 21:44:45.162
                              !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              2010-10-18 21:44:45.481 eclipse[1121:c0b] [Java CocoaComponent compatibility mode]: Enabled
                              2010-10-18 21:44:45.483 eclipse[1121:c0b] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
                              Illegal instruction
                              Disgaea:Eclipse_3.6.1 luis$ Last login: Sun Oct 17 22:33:48 on ttys000
                              Disgaea:~ luis$ cd /Applications/Eclipse_3.6.1/
                              Disgaea:Eclipse_3.6.1 luis$ sudo ./eclipse
                              Password:
                              Start VM: -Dosgi.requiredJavaVersion=1.5
                              -XstartOnFirstThread
                              -XX:MaxPermSize=256m
                              -Xms40m
                              -Xmx512m
                              -Xdock:icon=../Resources/Eclipse.icns
                              -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              -os macosx
                              -ws cocoa
                              -arch ppc
                              -showsplash
                              -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse
                              -name Eclipse
                              --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so
                              -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              -product org.eclipse.epp.package.reporting.product
                              -debug
                              -consoleLog
                              -vm /System/Library/Frameworks/JavaVM.framework
                              -vmargs
                              -Dosgi.requiredJavaVersion=1.5
                              -XstartOnFirstThread
                              -XX:MaxPermSize=256m
                              -Xms40m
                              -Xmx512m
                              -Xdock:icon=../Resources/Eclipse.icns
                              -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              Install location:
                                  file:/Applications/Eclipse_3.6.1/
                              Configuration file:
                                  file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded
                              Configuration location:
                                  file:/Applications/Eclipse_3.6.1/configuration/
                              Framework located:
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                              Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar
                              eclipse.properties not found
                              Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                              eclipse.properties not found
                              Framework classpath:
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                                  file:/Applications/Eclipse_3.6.1/plugins/
                                  file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                              Splash location:
                                  /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp
                              Debug options:
                                  file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found
                              Time to load bundles: 24
                              Starting application: 22413
                              Application Started: 44342
                              !SESSION 2010-10-18 21:42:32.104 -----------------------------------------------
                              eclipse.buildId=M20100909-0800
                              java.version=1.5.0_24
                              java.vendor=Apple Inc.
                              BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                              Framework arguments:  -product org.eclipse.epp.package.reporting.product
                              Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                              !ENTRY org.eclipse.core.net 1 0 2010-10-18 21:43:16.503
                              !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                              !ENTRY org.jboss.tools.usage 1 1 2010-10-18 21:43:25.988
                              !ENTRY org.jboss.tools.usage 1 0 2010-10-18 21:43:26.361
                              !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"
                              !ENTRY org.jboss.tools.usage 1 0 2010-10-18 21:43:26.739
                              InitFunctions took: 158ms
                              !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-18 21:44:19.634
                              !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-18 21:44:45.162
                              !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              2010-10-18 21:44:45.481 eclipse[1121:c0b] [Java CocoaComponent compatibility mode]: Enabled
                              2010-10-18 21:44:45.483 eclipse[1121:c0b] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
                              Illegal instruction
                              Disgaea:Eclipse_3.6.1 luis$
                              Last login: Sun Oct 17 22:33:48 on ttys000
                              Disgaea:~ luis$ cd /Applications/Eclipse_3.6.1/
                              Disgaea:Eclipse_3.6.1 luis$ sudo ./eclipse
                              Password:
                              Start VM: -Dosgi.requiredJavaVersion=1.5
                              -XstartOnFirstThread
                              -XX:MaxPermSize=256m
                              -Xms40m
                              -Xmx512m
                              -Xdock:icon=../Resources/Eclipse.icns
                              -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              -os macosx
                              -ws cocoa
                              -arch ppc
                              -showsplash
                              -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse
                              -name Eclipse
                              --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so
                              -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              -product org.eclipse.epp.package.reporting.product
                              -debug
                              -consoleLog
                              -vm /System/Library/Frameworks/JavaVM.framework
                              -vmargs
                              -Dosgi.requiredJavaVersion=1.5
                              -XstartOnFirstThread
                              -XX:MaxPermSize=256m
                              -Xms40m
                              -Xmx512m
                              -Xdock:icon=../Resources/Eclipse.icns
                              -Dorg.eclipse.swt.browser.XULRunnerPath=/Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                              Install location:
                                  file:/Applications/Eclipse_3.6.1/
                              Configuration file:
                                  file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded
                              Configuration location:
                                  file:/Applications/Eclipse_3.6.1/configuration/
                              Framework located:
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                              Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar
                              eclipse.properties not found
                              Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                              eclipse.properties not found
                              Framework classpath:
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                                  file:/Applications/Eclipse_3.6.1/plugins/
                                  file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar
                                  file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                              Splash location:
                                  /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp
                              Debug options:
                                  file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found
                              Time to load bundles: 24
                              Starting application: 22413
                              Application Started: 44342
                              !SESSION 2010-10-18 21:42:32.104 -----------------------------------------------
                              eclipse.buildId=M20100909-0800
                              java.version=1.5.0_24
                              java.vendor=Apple Inc.
                              BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                              Framework arguments:  -product org.eclipse.epp.package.reporting.product
                              Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                              !ENTRY org.eclipse.core.net 1 0 2010-10-18 21:43:16.503
                              !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                              !ENTRY org.jboss.tools.usage 1 1 2010-10-18 21:43:25.988
                              !ENTRY org.jboss.tools.usage 1 0 2010-10-18 21:43:26.361
                              !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"
                              !ENTRY org.jboss.tools.usage 1 0 2010-10-18 21:43:26.739
                              InitFunctions took: 158ms
                              !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-18 21:44:19.634
                              !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-18 21:44:45.162
                              !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/XUL_1.9.1.2
                              2010-10-18 21:44:45.481 eclipse[1121:c0b] [Java CocoaComponent compatibility mode]: Enabled
                              2010-10-18 21:44:45.483 eclipse[1121:c0b] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
                              Illegal instruction
                              Disgaea:Eclipse_3.6.1 luis$

                              • 12. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                                peter.falken

                                If I change the Cocoa Build of the bundled XULRunner for the Carbon build of XULRunner

                                I get a bit more information from the crash, but I'm not so sure if it is relevant.

                                 

                                Disgaea:Eclipse_3.6.1 luis$ sudo ./eclipse
                                Password:
                                Start VM: -Dosgi.requiredJavaVersion=1.5
                                -XstartOnFirstThread
                                -XX:MaxPermSize=256m
                                -Xms40m
                                -Xmx512m
                                -Xdock:icon=../Resources/Eclipse.icns
                                -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                                -os macosx
                                -ws cocoa
                                -arch ppc
                                -showsplash
                                -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse
                                -name Eclipse
                                --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so
                                -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                                -product org.eclipse.epp.package.reporting.product
                                -debug
                                -consoleLog
                                -vm /System/Library/Frameworks/JavaVM.framework
                                -vmargs
                                -Dosgi.requiredJavaVersion=1.5
                                -XstartOnFirstThread
                                -XX:MaxPermSize=256m
                                -Xms40m
                                -Xmx512m
                                -Xdock:icon=../Resources/Eclipse.icns
                                -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
                                Install location:
                                    file:/Applications/Eclipse_3.6.1/
                                Configuration file:
                                    file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded
                                Configuration location:
                                    file:/Applications/Eclipse_3.6.1/configuration/
                                Framework located:
                                    file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                                Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar
                                eclipse.properties not found
                                Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                                eclipse.properties not found
                                Framework classpath:
                                    file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
                                    file:/Applications/Eclipse_3.6.1/plugins/
                                    file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar
                                    file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar
                                Splash location:
                                    /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp
                                Debug options:
                                    file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found
                                Time to load bundles: 24
                                Starting application: 11644
                                Application Started: 25091
                                !SESSION 2010-10-18 22:03:19.105 -----------------------------------------------
                                eclipse.buildId=M20100909-0800
                                java.version=1.5.0_24
                                java.vendor=Apple Inc.
                                BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US
                                Framework arguments:  -product org.eclipse.epp.package.reporting.product
                                Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog
                                !ENTRY org.eclipse.core.net 1 0 2010-10-18 22:03:44.251
                                !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
                                !ENTRY org.jboss.tools.usage 1 1 2010-10-18 22:03:51.109
                                !ENTRY org.jboss.tools.usage 1 0 2010-10-18 22:03:51.479
                                !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"
                                !ENTRY org.jboss.tools.usage 1 0 2010-10-18 22:03:51.909
                                InitFunctions took: 86ms
                                !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-18 22:04:25.350
                                !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-18 22:04:46.684
                                !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/plugins/org.mozilla.xulrunner.cocoa.macosx_1.9.1.2a/xulrunner
                                2010-10-18 22:04:46.849 eclipse[1156:c0b] [Java CocoaComponent compatibility mode]: Enabled
                                2010-10-18 22:04:46.850 eclipse[1156:c0b] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
                                !ENTRY org.jboss.tools.vpe 4 0 2010-10-18 22:04:47.682
                                !MESSAGE Could not open the Visual Page Editor: XPCOM error -2147467259
                                !STACK 0
                                org.eclipse.swt.SWTError: XPCOM error -2147467259
                                at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2414)
                                at org.eclipse.swt.browser.Mozilla.initXULRunner(Mozilla.java:2377)
                                at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:641)
                                at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)
                                at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.<init>(XulRunnerBrowser.java:94)
                                at org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor.<init>(XulRunnerEditor.java:142)
                                at org.jboss.tools.vpe.editor.mozilla.XulRunnerEditor2.<init>(XulRunnerEditor2.java:23)
                                at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.createPartControl(MozillaEditor.java:638)
                                at org.jboss.tools.vpe.editor.VpeEditorPart.createVisualEditor(VpeEditorPart.java:888)
                                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:212)
                                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart$2.widgetSelected(JSPMultiPageEditorPart.java:106)
                                at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
                                at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                                at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)
                                at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)
                                at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2743)
                                at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1429)
                                at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:257)
                                at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                                at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)
                                at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)
                                at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3622)
                                at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3277)
                                at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
                                at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
                                at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
                                at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
                                at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
                                at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
                                at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
                                at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
                                at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
                                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
                                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
                                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
                                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
                                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:592)
                                at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
                                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
                                at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
                                Disgaea:Eclipse_3.6.1 luis$

                                Disgaea:Eclipse_3.6.1 luis$ sudo ./eclipse

                                Password:

                                Start VM: -Dosgi.requiredJavaVersion=1.5

                                -XstartOnFirstThread

                                -XX:MaxPermSize=256m

                                -Xms40m

                                -Xmx512m

                                -Xdock:icon=../Resources/Eclipse.icns

                                -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

                                -os macosx

                                -ws cocoa

                                -arch ppc

                                -showsplash

                                -launcher /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/eclipse

                                -name Eclipse

                                --launcher.library /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS//../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx_1.1.1.R36x_v20100810/eclipse_1309.so

                                -startup /Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

                                -product org.eclipse.epp.package.reporting.product

                                -debug

                                -consoleLog

                                -vm /System/Library/Frameworks/JavaVM.framework

                                -vmargs

                                -Dosgi.requiredJavaVersion=1.5

                                -XstartOnFirstThread

                                -XX:MaxPermSize=256m

                                -Xms40m

                                -Xmx512m

                                -Xdock:icon=../Resources/Eclipse.icns

                                -Djava.class.path=/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar

                                Install location:

                                    file:/Applications/Eclipse_3.6.1/

                                Configuration file:

                                    file:/Applications/Eclipse_3.6.1/configuration/config.ini loaded

                                Configuration location:

                                    file:/Applications/Eclipse_3.6.1/configuration/

                                Framework located:

                                    file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar

                                Loading extension: reference:file:javax.transaction_1.1.1.v201006150915.jar

                                eclipse.properties not found

                                Loading extension: reference:file:org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar

                                eclipse.properties not found

                                Framework classpath:

                                    file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar

                                    file:/Applications/Eclipse_3.6.1/plugins/

                                    file:/Applications/Eclipse_3.6.1/plugins/javax.transaction_1.1.1.v201006150915.jar

                                    file:/Applications/Eclipse_3.6.1/plugins/org.eclipse.persistence.jpa.equinox.weaving_2.1.1.v20100817-r8050.jar

                                Splash location:

                                    /Applications/Eclipse_3.6.1/plugins/org.eclipse.platform_3.6.1.v201009090800/splash.bmp

                                Debug options:

                                    file:/Applications/Eclipse_3.6.1/Eclipse.app/Contents/MacOS/.options not found

                                Time to load bundles: 24

                                Starting application: 11644

                                Application Started: 25091

                                !SESSION 2010-10-18 22:03:19.105 -----------------------------------------------

                                eclipse.buildId=M20100909-0800

                                java.version=1.5.0_24

                                java.vendor=Apple Inc.

                                BootLoader constants: OS=macosx, ARCH=ppc, WS=cocoa, NL=en_US

                                Framework arguments:  -product org.eclipse.epp.package.reporting.product

                                Command-line arguments:  -os macosx -ws cocoa -arch ppc -product org.eclipse.epp.package.reporting.product -debug -consoleLog

                                 

                                !ENTRY org.eclipse.core.net 1 0 2010-10-18 22:03:44.251

                                !MESSAGE System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences

                                 

                                !ENTRY org.jboss.tools.usage 1 1 2010-10-18 22:03:51.109

                                !MESSAGE Queried kill switch preference at "http://anonsvn.jboss.org/repos/jbosstools/workspace/usage/usage.properties"

                                 

                                !ENTRY org.jboss.tools.usage 1 0 2010-10-18 22:03:51.479

                                !MESSAGE Tracking asynchronously focusPoint "tools-usage-action-wsstartup"

                                 

                                !ENTRY org.jboss.tools.usage 1 0 2010-10-18 22:03:51.909

                                !MESSAGE HTTP GET to url "http://www.google-analytics.com/__utm.gif?utmwv=4.7.2&utmn=241370671&utmhn=jboss.org&utmcs=UTF-8&utmsr=1680x1050&utmsc=24-bit&utmul=en-US&utmdt=tools-usage-action-wsstartup&utmr=0&utmp=%2Ftools%2Fusage%2Faction%2Fwsstartup&utmac=UA-17645367-1&utmcc=__utma%3D999.87835040778956337081287247082310.1287247082296.1287459806351.1287461031473.5%3B%2B__utmz%3D999.1287247082296.1.1.%EF%BF%BFutmcsr%3D%28direct%29%7Cutmccn%3D%28direct%29%7Cutmcmd%3D%28none%29%7Cutmctr%3DBPEL-CDI-ESB-FLOW-HIBERNATETOOLS-JBPM-JMX-JSF-JST-MODESHAPE-PORTLET-RUNTIME-SEAM-SMOOKS-STRUTS-VPE-WS-%EF%BF%BF%3B&gaq=1" successfull!

                                InitFunctions took: 86ms

                                 

                                !ENTRY org.eclipse.equinox.p2.metadata.repository 4 1000 2010-10-18 22:04:25.350

                                !MESSAGE No repository found at http://download.jboss.org/jbosstools/updates/helios/.

                                 

                                !ENTRY org.jboss.tools.vpe.xulrunner 1 0 2010-10-18 22:04:46.684

                                !MESSAGE earlyStartup: XULRunner path is: /Applications/Eclipse_3.6.1/plugins/org.mozilla.xulrunner.cocoa.macosx_1.9.1.2a/xulrunner

                                2010-10-18 22:04:46.849 eclipse[1156:c0b] [Java CocoaComponent compatibility mode]: Enabled

                                2010-10-18 22:04:46.850 eclipse[1156:c0b] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000

                                 

                                !ENTRY org.jboss.tools.vpe 4 0 2010-10-18 22:04:47.682

                                !MESSAGE Could not open the Visual Page Editor: XPCOM error -2147467259

                                !STACK 0

                                org.eclipse.swt.SWTError: XPCOM error -2147467259

                                at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:2414)

                                at org.eclipse.swt.browser.Mozilla.initXULRunner(Mozilla.java:2377)

                                at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:641)

                                at org.eclipse.swt.browser.Browser.<init>(Browser.java:119)

                                at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.<init>(XulRunnerBrowser.java:94)

                                at org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor.<init>(XulRunnerEditor.java:142)

                                at org.jboss.tools.vpe.editor.mozilla.XulRunnerEditor2.<init>(XulRunnerEditor2.java:23)

                                at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.createPartControl(MozillaEditor.java:638)

                                at org.jboss.tools.vpe.editor.VpeEditorPart.createVisualEditor(VpeEditorPart.java:888)

                                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.pageChange(JSPMultiPageEditor.java:212)

                                at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart$2.widgetSelected(JSPMultiPageEditorPart.java:106)

                                at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)

                                at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

                                at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)

                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)

                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)

                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)

                                at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)

                                at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:2743)

                                at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1429)

                                at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:257)

                                at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

                                at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)

                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)

                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)

                                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)

                                at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)

                                at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3622)

                                at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3277)

                                at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)

                                at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)

                                at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)

                                at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)

                                at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

                                at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)

                                at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

                                at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)

                                at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

                                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

                                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

                                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)

                                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

                                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:592)

                                at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)

                                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)

                                at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

                                Disgaea:Eclipse_3.6.1 luis$

                                • 13. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                                  mareshkau

                                  Hmmm, Could you try to set XulRunner path and run eclipse on it.

                                  To set xullrunner path you can add in eclipse.ini following line -Dorg.eclipse.swt.browser.XULRunnerPath=<path>

                                  After it try to open eclipse internal brawser and will be eclipse crashed or not?

                                  • 14. Re: JBoss Tools 3.2 on OS X.5.8 (Power PC - Dual G5)
                                    mareshkau

                                    I have opened source code and looks like problem can be in eclipse build in xulruner, because it crashed on following line browser = new Browser(parent, SWT.MOZILLA);

                                    1 2 Previous Next