5 Replies Latest reply on Jul 6, 2007 3:55 PM by jbsabmello

    Exadel

    jbsabmello

      I am a JBoss user since JBoss 1.0. The word JBoss always got me good results. I am worried about exadel merge. All the versions that is included, and the latest is from May 2007, makes Eclipse crash. JBoss people should do something about this. They are the best in the world, so far, so maybe they should help the Exadel people. Please help, because I don't want to make the GlassFish/netbeans to win, but if we don't help Exadel, .............. I known is not Eclipse because they are the best editor of the world.

      Thanks,

        • 1. Re: Exadel

          Good point - there may be a good reason why it makes my install of eclipse crash -for example, I might have incompatible plugins or the wrong version of eclipse. However, I have searched their site and I cannot see anywhere that provides details about installation requirements.

          If anybody does have any info on this I would love to know.

          • 2. Re: Exadel
            maxandersen

            If you could please report the issues with some details then we could help resolve or fix it.

            e.g.
            what have you downloaded ?
            what OS ?
            what is the error/stacktrace ?
            When does it happen ?

            "makes eclipse crash" does not tell me enough.

            • 3. Re: Exadel
              jbsabmello

              I create a simple JSF with RichFaces, Ajax and MyFaces support.
              Create a small panelGrid with an output . Started JBoss jboss-4.0.5.GA
              and that it. Either ask to close EClipse with out of memory and close by itself.
              On my Eclipse.ini I have this
              -vmargs
              -Xms40m
              -Xmx512m

              This is the log

              !SESSION 2007-06-29 18:05:18.773 -----------------------------------------------
              eclipse.buildId=M20070212-1330
              java.version=1.6.0_01
              java.vendor=Sun Microsystems Inc.
              BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
              Command-line arguments: -os win32 -ws win32 -arch x86

              !ENTRY org.eclipse.ui 4 4 2007-06-29 18:05:27.789
              !MESSAGE Invalid Menu Extension (Path is invalid): org.hibernate.eclipse.launch.LaunchMenuDelegateMenu
              !SESSION 2007-06-29 18:25:25.382 -----------------------------------------------
              eclipse.buildId=M20070212-1330
              java.version=1.6.0_01
              java.vendor=Sun Microsystems Inc.
              BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
              Command-line arguments: -os win32 -ws win32 -arch x86

              !ENTRY org.eclipse.core.resources 2 10035 2007-06-29 18:25:28.570
              !MESSAGE A workspace crash was detected. The previous session did not exit normally.

              !ENTRY org.eclipse.ui 4 4 2007-06-29 18:25:36.757
              !MESSAGE Invalid Menu Extension (Path is invalid): org.hibernate.eclipse.launch.LaunchMenuDelegateMenu

              !ENTRY org.eclipse.jst.jsp.core 2 2 2007-06-29 18:26:33.054
              !MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved tag library indexes

              !ENTRY org.eclipse.ui 4 4 2007-06-29 19:17:39.742
              !MESSAGE Unhandled event loop exception

              !ENTRY org.eclipse.ui 4 0 2007-06-29 19:17:39.742
              !MESSAGE Failed to execute runnable (java.lang.OutOfMemoryError: PermGen space)

              !ENTRY org.eclipse.ui.workbench 4 0 2007-06-29 19:17:50.164
              !MESSAGE Widget disposed too early!

              !ENTRY system.bundle 4 0 2007-06-29 19:18:00.445
              !MESSAGE FrameworkEvent.ERROR
              !STACK 0
              java.lang.OutOfMemoryError: PermGen space

              I am running window xp with 2.50G RAM, 2.01 GHz amd 64 processor

              Thanks

              • 4. Re: Exadel
                brunosav

                Hello, if you want just try in your eclipse ini:

                -vmargs
                -Xms128M
                -Xmx512M
                -XX:PermSize=64M
                -XX:MaxPermSize=128M


                and you need turn eclipse in compatible mode :
                pref -> update/install -> compatibles

                after you run:

                eclipse -clean

                i d'ont know if i help you but i try ...

                i have Eclipse 3.2.2 Exadel 4.0.4a Jboss-Ide 2.0 Beta (all plugins)
                and i did solved my problems with that.

                good luck;

                • 5. Re: Exadel
                  jbsabmello

                  Thanks. That works. Should this be on the documentation, or should we worry about the correct settings? Why do we need the exadel installation?

                  Thanks