facebook

Tomcat 4 won’t start through MyEclipse

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #207051 Reply

    Piscescom
    Member

    My Tomcat 4 installation has been working great and still is when started using scripts in it’s bin dir. I have configured MyEclipse to use it but when I hit start, nothing happens. No console output, nothing.

    When I hit stop, the console displays the output from the stop which is of course an error as Tomcat isn’t running.
    Catalina.stop: java.net.ConnectException: Connection refused: connect
    java.net.ConnectException: Connection refused: connect

    Any suggestions?

    Eclipse 3.0 M8
    MyEclipse 3.7.2
    Tomcat 4.1.29

    #207052

    Scott Anderson
    Participant

    Very peculiar. Is there any output in the Eclipse log file at <workspace>/.metadata/.log?

    #207062

    Piscescom
    Member

    Yes there is:

    !ENTRY org.eclipse.ui 4 4 May 17, 2004 14:17:09.953
    !MESSAGE Unhandled event loop exception
    !ENTRY org.eclipse.ui 4 0 May 17, 2004 14:17:09.953
    !MESSAGE org/eclipse/debug/core/model/IStepFilters
    !STACK 0
    java.lang.NoClassDefFoundError: org/eclipse/debug/core/model/IStepFilters
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
    at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:309)
    at org.eclipse.core.runtime.adaptor.EclipseClassLoader.defineClass(EclipseClassLoader.java:175)
    at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClassImpl(DefaultClassLoader.java:298)
    at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultClassLoader.findClass(DefaultClassLoader.java:187)
    at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.findLocalClass(AbstractClassLoader.java:243)
    at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:104)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:315)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:346)
    at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:116)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    at org.eclipse.jdt.debug.core.JDIDebugModel.newDebugTarget(JDIDebugModel.java:155)
    at org.eclipse.jdt.debug.core.JDIDebugModel.newDebugTarget(JDIDebugModel.java:122)
    at org.eclipse.jdt.internal.launching.StandardVMDebugger.run(StandardVMDebugger.java:253)
    at com.genuitec.eclipse.core.D.ā(Unknown Source)
    at com.genuitec.eclipse.easie.tomcat.A.Ă(Unknown Source)
    at com.genuitec.eclipse.easie.tomcat.A.ā(Unknown Source)
    at com.genuitec.eclipse.easie.tomcat.B.ĉ(Unknown Source)
    at com.genuitec.eclipse.easie.core.ui.action.ServerStartAction.basicRun(Unknown Source)
    at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.run(Unknown Source)
    at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.runWithEvent(Unknown Source)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:550)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:502)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:435)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:769)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2578)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2256)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1562)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117)
    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:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
    at org.eclipse.core.launcher.Main.run(Main.java:692)
    at org.eclipse.core.launcher.Main.main(Main.java:676)

    #207069

    Scott Anderson
    Participant

    It looks like you’ve got ‘too minimal’ of a version of Eclipse installed since some of the core Java debug classes can’t be found. You’ll need to download the full Eclipse SDK and then install MyEclipse on top of that.

    For Windows you need:
    http://download2.eclipse.org/downloads/drops/S-3.0M8-200403261517/download.php?dropFile=eclipse-SDK-3.0M8-win32.zip

    For Linux you’ll need to pick the right version from here:
    http://www.eclipse.org/downloads/index.php

    #207114

    Piscescom
    Member

    That is the version I have.

    Anyway, downloaded again, reinstalled, same error. Deleted everything tried installing again, same error.

    I opened up ./plugins/org.eclipse.debug.core_3.0.0/dtcore.jar and org.eclipse.debug.core.model.IStepFilters is in there so it looks like this may be a sort of classpath problem more then an incomplete installation problem.

    Any suggestions?

    #207116

    Riyad Kalla
    Member

    You can try and clear the .config dir out of your workspace\.metadata directory and see if there is an issue with the workspace’s state information.

    Are you passing any conflicting command line args to the eclipse.exe executable when you launch it?

    #207120

    Piscescom
    Member

    There is no .config dir in my .metadata directory.

    I call eclipse like this:
    C:\eclipse3.0M8\eclipse.exe -vmargs -Xms256m -Xmx256m

    #207124

    Riyad Kalla
    Member

    There is no .config dir in my .metadata directory.

    … this is odd to say the least… do you have multiple workspace dirs, what “working directory” is set for the shortcut you use to launch eclipse? Where is your workspace directory located?

    I call eclipse like this:
    C:\eclipse3.0M8\eclipse.exe -vmargs -Xms256m -Xmx256m

    This looks fine.

    #207178

    Piscescom
    Member

    Here is my ./configuration/org.eclipse.ui.ide/recentWorkspaces.xml:

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <launchWorkspaceData>
    <protocol version=”1″/>
    <alwaysAsk showDialog=”0″/>
    <recentWorkspaces maxLength=”5″>
    <workspace path=”C:\eclipse3.0M8\workspace”/>
    </recentWorkspaces>
    </launchWorkspaceData>

    This is a new installation and that is the only workspace I have ever used.
    In C:\eclipse3.0M8\workspace\.metadata there is no .config folder.

    Think this can have something to do with my problem?

    #207182

    Riyad Kalla
    Member

    This is a new installation and that is the only workspace I have ever used.
    In C:\eclipse3.0M8\workspace\.metadata there is no .config folder.

    Think this can have something to do with my problem?

    I’m not too farmiliar with the 3.0 builds, but I know that clearing the .config folder so the cache is recreated was a fix for a lot of the builds… the fact that you don’t even have a .config folder does seem odd to me, but this *might* be normal. Let me kick this back to someone that knows more about the 3.0 builds.

    #207184

    Riyad Kalla
    Member

    Piscescom,
    Ok it seems everyone has their hands up in the air, you have stumped us all. That means you win the prize 🙂

    No seriously, I think just for everyone’s sanity so we can hopefully narrow something down, lets try something we know works. Please follow the instructions below verbatim:

      1) Download Eclipse 2.1.3 SDK and unzip it to C:\eclipse2.1.3
      2) Run eclipse.exe and let Eclipse finish its installation. Then close it.
      3) Download MyEclipse 2.7.1 and install it using the c:\eclipse2.1.3 installation we just setup.
      4) Launch MyEclipse.

    Now setup Tomcat 4 using this new install of MyEclipse. Hit OK to commit everything, now use the launcher to start/stop Tomcat. Did it work?

    If that worked, lets try the exact same thing with a fresh install (please redownload so we can rule out a corrupt download) of Eclipse 3.0M8 SDK and MyEclipse 3.7.2 (again, please redownload) into new locations, NOT ontop of your existing location.

    So for the fresh Eclipse 3 install, do it to C:\eclipse3.0M8-working or something of that nature. Once we get it working, you can change the dir names later.

    So for this, follow the list below verbatim:

      1) Download Eclipse 3.0M8 SDK and unzip it to C:\eclipse3.0M8-working
      2) Run eclipse.exe and let Eclipse finish its installation. Then close it. Verify that it created a new dir c:\eclipse3.0M8-working\workspace (do you have a .metadata\.config dir there?)
      3) Download MyEclipse 3.7.2 and install it using the c:\eclipse3.0M8-working installation we just setup.
      4) Launch MyEclipse.

    Did that work? If not then I really have no idea what is going on… there might be something more sinister here. I would start looking at your environment variables, making sure you don’t have conflicting versions of a JDK installed or on your path. I’d check any system-wide “CLASSPATH” you have set as well. You can also try upgrading your JDK to either the latest 1.4.1 release of newest 1.4.2 release (04 at this time).

    And throwing a reboot in there every once in a while with a disk check can’t hurt.

    If THAT doesn’t work… god I’d probably update your virus scanner and do a full system scan, and install SpyBot and do a full spyware scan as well just for the hell of it. Then I’d defrag, reboot and throw the computer out the window.

    #207377

    Piscescom
    Member

    OK, did your tests. Old eclipse with old myeclipse works just fine.

    Here’s what I did for the new eclipse. I reinstalled 3.0 M8 from scratch. Ran it, worked with it for a day to make sure everything is working fine. Then I installed myEclipse 3.7.2. Installation seems to go fine, but when I launch eclipse, after about 20 secs it gives me a popup saying “Unable to read workbench state. Worbench UI will be reset.” and then hangs forever. I then kill and relaunch eclipse that starts this time but Tomcat will not start. The installation log from MyEclipse along with the eclipse log after trying to run with MyEclipse is below.

    An interesting point to note is even standalone java apps won’t work anymore once MyEclipse is installed. When trying to launch I get a popup saying it can’t be launched (forgot to write down exact words). These apps worked fine before installing MyEclipse.

    MyEclipse installation log
    ==========================================

    Install Begin: Mon May 24 09:30:09 WST 2004
    Install End: Mon May 24 09:30:34 WST 2004

    Created with Zero G’s InstallAnywhere 5.5.1 Enterprise Build 2032

    Summary
    ——-

    Installation: Successful with warnings.

    1798 SUCCESSES
    1 WARNINGS
    0 NONFATAL ERRORS
    0 FATAL ERRORS

    Action Notes:

    None.

    Install Log Detail:

    Check Disk Space: C:\MyEclipse
    Status: SUCCESSFUL
    Additional Notes: NOTE – Required Disk Space: 40,375,612; Free Disk Space: 965,881,856

    Install Directory: C:\MyEclipse\
    Status: SUCCESSFUL

    Install Directory: C:\MyEclipse\MyEclipse-UninstallerData\
    Status: SUCCESSFUL

    Install Uninstaller: MyEclipse Enterprise Workbench v3.7.2 (Install All Uninstaller Components)
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\MyEclipse-UninstallerData\Uninstall MyEclipse Enterprise Workbench v3.7.2.exe
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\MyEclipse-UninstallerData\Uninstall MyEclipse Enterprise Workbench v3.7.2.lax
    Status: SUCCESSFUL

    Install Directory: C:\MyEclipse\MyEclipse-UninstallerData\resource\
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\MyEclipse-UninstallerData\resource\iawin32.dll
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\MyEclipse-UninstallerData\resource\remove.exe
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: DisplayName
    Value Data: MyEclipse Enterprise Workbench v3.7.2
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: UninstallString
    Value Data: “C:\MyEclipse\MyEclipse-UninstallerData\Uninstall MyEclipse Enterprise Workbench v3.7.2.exe”
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: Publisher
    Value Data: Genuitec, LLC
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: URLInfoAbout
    Value Data: http://www.genuitec.com
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: URLUpdateInfo
    Value Data: http://www.myeclipseide.com
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: Contact
    Value Data: support@genuitec.com
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: ProductID
    Value Data: 73248034-1eca-11b2-b27b-c2197afe988e
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: InstallLocation
    Value Data: C:\MyEclipse
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: InstallDate
    Value Data: Mon May 24 09:30:11 WST 2004
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: DisplayVersion
    Value Data: 3.7.2.0
    Status: SUCCESSFUL

    Make Registry Entry: Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\MyEclipse Enterprise Workbench v3.7.2
    Value Name: Comments
    Value Data: MyEclipse Enterprise Workbench is an Eclipse 3.0M8 (http://www.eclipse.org) product extension that enables J2EE developers to harness the power of the Eclipse platform.
    Status: SUCCESSFUL

    Install Uninstaller: MyEclipse Enterprise Workbench v3.7.2 (Install All Uninstaller Components)
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.ast_3.7.2\feature.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.ast_3.7.2\feature.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.ast_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.core_3.7.2\feature.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.core_3.7.2\feature.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.core_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.enterprise_3.7.2\feature.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.enterprise_3.7.2\feature.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.enterprise_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.help_3.7.2\feature.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.help_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.wdt_3.7.2\feature.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.wdt_3.7.2\feature.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\features\com.genuitec.myeclipse.wdt_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\commons-io.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\deploycore.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\icons\deploy_icon.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\icons\deploy_icon_ghost.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\icons\error.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\icons\myeclipse_run_active.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\icons\myeclipse_run_inactive.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\icons\warning.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\icons\wizban\deployment_manager.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\icons\wizban\new_deployment.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.ast.deploy.core_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\core.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\icons\logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\icons\myeclipse1.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\icons\myeclipse2.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\icons\myeclipse4.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\icons\myeclipseweb.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.core_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\commons-beanutils.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\commons-collections.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\commons-digester.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\commons-fileupload.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\commons-lang.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\commons-logging.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\commons-validator.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\jakarta-oro.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\struts-legacy.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\lib\struts.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\tld\struts-bean.tld
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\tld\struts-html.tld
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\tld\struts-logic.tld
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\tld\struts-nested.tld
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\tld\struts-template.tld
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\tld\struts-tiles.tld
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\data\1.1\tld\validator-rules.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\easystruts.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\action.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\editor-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\struts_wiz.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\tiles-editor-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\view-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-action-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-actionform-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-datasource-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-exception-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-form-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-forward-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-module-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-resources-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\wiz-support-small.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\XSDSchema.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\icons\znew_web_project.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\commons-beanutils.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\commons-collections.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\commons-digester.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\jdom.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\pdecore.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\pdeui.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\xalan.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\xerces.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\lib\xml-apis.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\xslt\JavaClass.xsl
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.cross.easystruts.eclipse_3.7.2\xslt\JspForm.xsl
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\easiebejy.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\icons\bejy_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.bejy_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\easiecore.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\debug_exc.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\drun_exc.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\drun_exc1.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\lrun_obj.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\lrun_obj1.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\lrun_obj1_bak.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\myeclipse1.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\myeclipse2.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\new_wiz.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\osprct_obj.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\osprc_obj.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\run_exc.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\icons\terminatedlaunch_obj.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\lib\jdom.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.core_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss2_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss2_3.7.2\easiejboss2.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss2_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss2_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss2_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss2_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss2_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss2_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss3_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss3_3.7.2\easiejboss3.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss3_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss3_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss3_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss3_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss3_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss3_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss4_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss4_3.7.2\easiejboss4.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss4_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss4_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss4_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss4_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss4_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss4_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\easiejboss.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\icons\jboss_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jboss_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty4_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty4_3.7.2\easiejetty4.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty4_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty4_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty4_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty4_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty4_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty4_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty5_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty5_3.7.2\easiejetty5.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty5_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty5_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty5_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty5_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty5_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty5_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\easiejetty.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\icons\jetty_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\lib\commons-lang-1.0.1.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jetty_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas3_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas3_3.7.2\easiejonas3.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas3_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas3_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas3_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas3_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas3_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas3_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\easiejonas.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\icons\jonas_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\lib\commons-lang-1.0.1.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jonas_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun4_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun4_3.7.2\easiejrun4.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun4_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun4_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun4_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun4_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun4_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun4_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\easiejrun.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\icons\jrun_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\lib\commons-lang-1.0.1.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.jrun_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle9_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle9_3.7.2\easieoracle9.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle9_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle9_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle9_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle9_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle9_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle9_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\easieoracle.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\icons\oracle_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.oracle_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\easieorion1.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\icons\orion_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion1_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\easieorion2.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\icons\orion_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.orion2_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin2_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin2_3.7.2\easieresin2.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin2_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin2_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin2_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin2_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin2_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin2_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin3_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin3_3.7.2\easieresin3.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin3_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin3_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin3_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin3_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin3_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin3_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\easieresin.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\icons\resin_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\lib\commons-lang-1.0.1.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.resin_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat4_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat4_3.7.2\easietomcat4.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat4_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat4_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat4_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat4_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat4_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat4_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat5_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat5_3.7.2\easietomcat5.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat5_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat5_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat5_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat5_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat5_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat5_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\easietomcat.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\icons\tomcat_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\lib\commons-lang-1.0.1.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.tomcat_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic6_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic6_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic6_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic6_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic6_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic6_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic6_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic6_3.7.2\weblogic6.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic7_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic7_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic7_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic7_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic7_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic7_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic7_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic7_3.7.2\weblogic7.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic8_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic8_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic8_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic8_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic8_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic8_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic8_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic8_3.7.2\weblogic8.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\easieweblogic.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\icons\weblogic_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.weblogic_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\easiewebsphere5.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\icons\websphere_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere5_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\easiewebsphere.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\icons\start.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\icons\stop.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\icons\websphere_logo.gif
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\license.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\plugin.properties
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\plugin.xml
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.easie.websphere_3.7.2\preferences.ini
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\about.html
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\data\libraryset\1.3\activation.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\data\libraryset\1.3\javax.servlet.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\data\libraryset\1.3\jboss-j2ee.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\data\libraryset\1.3\jboss-jaas.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\data\libraryset\1.3\jsse.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\data\libraryset\1.3\jts.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\data\libraryset\1.3\mail.jar
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\dtd\application-client_1_2.dtd
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\dtd\application-client_1_3.dtd
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\dtd\application_1_2.dtd
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\dtd\application_1_3.dtd
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\dtd\connector_1_0.dtd
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\dtd\ejb-jar_1_1.dtd
    Status: SUCCESSFUL

    Install File: C:\MyEclipse\eclipse\plugins\com.genuitec.eclipse.j2eedt.core_3.7.2\dtd\ejb-jar_2_0.dtd

    #207378

    Piscescom
    Member

    Hmm chopped off rest of log.

    Anyway, installation log is all successful. Only 1 warnbing because of a bad shortcut, nothing to worry about.

    Eclipse log is below
    ========================================================================

    !SESSION May 24, 2004 09:43:03.328 ———————————————
    java.version=1.4.1_02
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_AU
    !ENTRY org.eclipse.ui 4 4 May 24, 2004 09:43:03.328
    !MESSAGE Could not create action delegate for id: org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu
    !ENTRY org.eclipse.ui 4 4 May 24, 2004 09:43:03.328
    !MESSAGE Internal plug-in action delegate error on creation.
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.getLaunchConfigurationManager(AbstractLaunchHistoryAction.java:341)
    at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.initialize(AbstractLaunchHistoryAction.java:124)
    at org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction.selectionChanged(AbstractLaunchHistoryAction.java:307)
    at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:223)
    at org.eclipse.ui.internal.PluginAction.createDelegate(PluginAction.java:110)
    at org.eclipse.ui.internal.WWinPluginPulldown.getPulldownDelegate(WWinPluginPulldown.java:75)
    at org.eclipse.ui.internal.WWinPluginPulldown$MenuProxy.getMenu(WWinPluginPulldown.java:35)
    at org.eclipse.jface.action.ActionContributionItem.fill(ActionContributionItem.java:297)
    at org.eclipse.jface.action.SubContributionItem.fill(SubContributionItem.java:58)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:603)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:525)
    at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:233)
    at org.eclipse.jface.action.SubMenuManager.fill(SubMenuManager.java:123)
    at org.eclipse.jface.action.SubContributionItem.fill(SubContributionItem.java:58)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:603)
    at org.eclipse.jface.action.MenuManager.updateAll(MenuManager.java:697)
    at org.eclipse.ui.internal.WorkbenchWindow.updateActionBars(WorkbenchWindow.java:1975)
    at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets(WorkbenchWindow.java:1997)
    at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:1805)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:84)
    at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:1780)
    at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1367)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1300)
    at org.eclipse.ui.internal.Workbench.access$9(Workbench.java:1268)
    at org.eclipse.ui.internal.Workbench$14.run(Workbench.java:1179)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:610)
    at org.eclipse.core.runtime.Platform.run(Platform.java:521)
    at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1112)
    at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:176)
    at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:613)
    at org.eclipse.ui.internal.Workbench.init(Workbench.java:821)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1513)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:257)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:90)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:277)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:117)
    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:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:267)
    at org.eclipse.core.launcher.Main.run(Main.java:692)
    at org.eclipse.core.launcher.Main.main(Main.java:676)

    #207379

    Riyad Kalla
    Member

    Piscescom,
    The only thing I can chalk this up to is M8 weirdness. I would suggest waiting a week for us to get 3.8beta1 out the door (for M9) and then trying that combination. Since M8 was still under active development I don’t want to spend many cycles loosing hair trying to figure out exactly what is going on because it could work just fine by GA release.

    If this is keeping you from getting work done, we highly suggest rolling back to Stable Eclipse and MyEclipse (2.x series) to work.

    #207383

    Scott Anderson
    Participant

    Picscescom,

    One more thing to try – close down Eclipse and delete <eclipse-install>/configuration and <workspace>/.metadata/.config.
    These two directories contained cached configuration information which is very buggy in M8. Deleting them and restarting
    will cause them to be rebuilt completely and may solve the problem you’re experiencing.

    By the way, the ‘Unable to restore workbench layout’ warning is just that, a warning. It’s just Eclipse letting you know that
    your perspective will opened as close as possible to the old configuration, but may not be exact. This warning is common
    when you perform large installs or uninstalls of functionality and by itself doesn’t really indicate any problem.

Viewing 15 posts - 1 through 15 (of 16 total)
Reply To: Tomcat 4 won’t start through MyEclipse

You must be logged in to post in the forum log in