Nitrox, eclipse 3.1 RC3, gentoo, amd64

hi,
I have problem runnig NItroX on 64/bit platform.
When I started eclipse I get error message:
JVM terminateted. Exit code=1
...jdk1.5.0_03/java
-jar ...startup.jar
-os linux
-ws gtk
-arch x86_64
-launcher ...eclipse
I can't start eclipse.
Can I install NitroX on 64/bit platform?
I tryed instal Nitro with Eclipse 3.1 RC1. I got the same error message.
thanx for help. rado

Whatever the latest build (NitroX version 2.1.0) you have supports Eclipse 3.1 (M4 to M6).To reproduce the problem, it would be helpful if you can describe in steps.
FYI: Refer http://m7.com/whatsnew.htm for information regarding the latest build.
Thanks
M7 Support

Similar Messages

  • Sunstudio: line 293: [: too many arguments -- Gentoo AMD64

    I've untarred the Sun Studio Express 2 download into the /opt directory -- from there everything goes where it should into /opt/sun/ ...
    I've updated my environment/path to include the necessary bin directories i.e. -- /opt/sun/sunstudiomars/bin
    when trying to launch sunstudio (which is nothing more than a shell script) -- I get the error in the subject line followed by:
    Error: client VM not supported
    Is one related to the other?
    The error in the subject line occurs on the line in the shell script that contains:
    if [ ! -d $USERDIR/system/Modules ]
    I even tried setting a USERDIR environment variable -- and it didn't change anything.
    I'm running Gentoo AMD64 with the latest kernel: 2.6.17-gentoo-r4.
    Any help/ideas/suggestions would be greatly appreciated. Thanks!

    Okay, after looking around in the sunstudiomars script again -- I found the following list of available options:
    Options can be:
         -D prog [ core | pid] Immediately start a debug session
         -E prog [ args... ]     Immediately start debugging prog
         -C core[:prog]     Immediately start debugging core
         -A pid[:prog]     Immediately start debugging pid
         -J<jvm-options>     Pass <jvm-options> to the JVM at startup
         -?               Show usage information (same as --help)
         -V               Emit version information (same as --version)
         --fontsize <size>       Use <size> as the point size of the font
         --locale <language[:country[:variant]]>
                        Use specified locale information
         --nosplash            Do not show splash screen at startup
         --jdkhome <path>       Path to Java 2 SDK installation
         --userdir <path>       Path of user settings directory
         --open <path>       Open a file in the IDE at startup
         --help            Show usage information (same as -?)
         --version            Emit version information (same as -V)
         The following options pertain to changing look and feel:
         --ui <ui-class>       Use given UI class as the IDE's Look & Feel
         --ui-classpath <path> Append <path> to the IDE's classpath
    I specified the userdir like you advised and also specified the jdkhome path (pointing it to the Sun JDK 1.5 location) and the IDE fired right up. I haven't had a chance to mess with it much beyond that -- but that's a first big step.
    Thanks for the help and the patience!

  • Unit testing in nitrox

    I am new to eclipse and nitrox. Have been building webapps for years with IDEA.
    1) I find info in eclipse help concerning Junit based testing, I find nothing about unit testing in NitroX help. The webapps I am trying to import and build in NitroX must support unit testing. Eclipse Junit based help does not work for me in NitroX webapp.
    2) I have created several types of new webapps in NitroX accepting default parameters in wizard hoping to see how NitroX would lay out a new development environment. None of the results comes close to the development structure described in eclipse help. I find a src folder inside WEB-INF folder. This does not make sense to me and I can find no explanation of what NitroX expects with regards to project structure other than the existence of WEB-INF just below webapp context folder. My ultmate goal is to use both NitorX and IDEA accessing the same CVS repositories. So far I have imported several existing webapps via 'folder import' of source tree, but NitroX does note 'see' my testsrc or testbuild branches and I can not run tests except via my own custom Ant scripts. Any suggetions?
    Thanks

    1) I find info in eclipse help concerning Junit based testing, I find nothing about unit testing in NitroX help. The webapps I am trying to import and build in NitroX must support unit testing. Eclipse Junit based help does not work for me in NitroX webapp.
    If you have a Java class that extends JUnit, then in Eclipse, when you're in the Java-perspective, you can right-click on that class, "Run As..." and select "JUnit Test." That'll give you the JUnit Green or Red bar based on whether the tests succeeded/failed, etc.
    NitroX = Eclipse + Struts functionality. Anything you could do in Eclipse, you can do using NitroX.
    You could, for example, switch to the Java-perspective and perform JUnit testing exactly as in Eclipse without NitroX. Or, if you're in NitroX's "Web" perspective, you can go into Package Explorer and run JUnit tests from there.
    Re: 2)
    NitroX puts a "src" folder in your WEB-INF and sets that to be a source code folder, probably so when the application is deployed on the server, the source code is also on that server (in the isolated-from-the-web WEB-INF directory), which can be beneficial for several reasons, including your development environment and CVS server crashing.
    You could delete that folder, though, and use a folder you created yourself as a source code folder for that project. You'd just have to make sure that when you designate that source code folder (via: right-click on the project -> Properties -> Java Build Path -> Source Folders), you designate the output target of that folder to be /WEB-INF/classes. That'll make sure that, regardless of where your .java files are, your .class files will be placed in the appropriate folder inside your web application structure.
    Regarding NitroX not "see"ing your testsrc or testbuild branches (I assume you mean "folders" instead of "branches" ...), I'm assuming you're using NitroX's "Web" perspective, and looking for those folders in the AppXplorer window. Since your JUnit tests are not a part of the Struts application, you won't find them there -- instead, click over to the Package Explorer view, or switch over to Eclipse's Java Perspective, where everything will behave exactly as you'd expect.
    I hope this helps ..

  • Re: Nitrox 1.1-Unable to get Nitrox JSP Editor to work

    Hi,
    How about configuration files (tiles/tlds/struts-config) is he able to open
    them in NitroX editor? And is the issue only with jsp present in his
    project, what about jsps of nitroX-tour app? (you can create by clicking the
    link "Click here to create the NitroX tour project!" present on welcome
    page)
    Also please send the logs present at below locations
    * <install folder>\NitroX\eclipse\plugins\com.m7.nitrox_2.0.0 - m7.log.0
    * <install folder>\eclipse\workspace\.metadata - .log
    Thanks
    M7 Support
    "Paul K. Courtney" <[email protected]> wrote in message
    news:[email protected]..
    I have a colleague who has the following setup:WinXP Version 2002
    SP1
    He has successfully installed Nitrox 1.1 in its entirety (including
    Eclipse).
    Standard Default installation.
    When he attempts to open a jsp file using the Nitrox Editor, he gets an
    error
    message (see attached JPG). He can use other editors in the list to open
    the
    file, but not Nitrox's. Any ideas?
    Paul
    --------------------------------------------------------------------------------

    Hi,
    A new stable version NitroX 2.0 with much more features compared to NitroX
    1.1 is available, please switch to this latest version and check whether you
    still face the same problem.
    Thanks
    M7 Support
    "Paul K. Courtney" <[email protected]> wrote in message
    news:41e3f39c$[email protected]..
    Paul replied:Not able to open struts-config.xml, but is able to open the Nitrox Tour
    jsp's.
    I've attached the logs you have requested.
    M7 Support wrote:
    Hi,
    How about configuration files (tiles/tlds/struts-config) is he able to
    open
    them in NitroX editor? And is the issue only with jsp present in his
    project, what about jsps of nitroX-tour app? (you can create by clicking
    the
    link "Click here to create the NitroX tour project!" present on welcome
    page)
    Also please send the logs present at below locations
    * <install folder>\NitroX\eclipse\plugins\com.m7.nitrox_2.0.0 - m7.log.0
    * <install folder>\eclipse\workspace\.metadata - .log
    Thanks
    M7 Support
    "Paul K. Courtney" <[email protected]> wrote in message
    news:[email protected]..
    I have a colleague who has the following setup:
    WinXP Version 2002
    SP1
    He has successfully installed Nitrox 1.1 in its entirety (including
    Eclipse).
    Standard Default installation.
    When he attempts to open a jsp file using the Nitrox Editor, he gets an
    error
    message (see attached JPG). He can use other editors in the list to open
    the
    file, but not Nitrox's. Any ideas?
    Paul

  • Unable to activate NitroX over a proxy

    I'm trying to activate the NitroX Eclipse plugin over a proxy server, but it fails activation. It then prompts me to manually enter the activation code from the website. However, when I do this, and hit OK it says that the NitroX feature will not be available when it launches Eclipse.
    I activated this fine last night from home without a proxy, but I did not have to do the manual activation paste like I'm having to do now. I'm not sure what the issue is.

    I'm trying to activate the NitroX Eclipse plugin over a proxy server, but it fails activation. It then prompts me to manually enter the activation code from the website. However, when I do this, and hit OK it says that the NitroX feature will not be available when it launches Eclipse.I activated this fine last night from home without a proxy, but I did not have to do the manual activation paste like I'm having to do now. I'm not sure what the issue is.
    I tried this in IE and it worked with manual activation. I'm not sure if it was Firefox problem or if there was some issue with my proxy returning bad data.

  • Linux and AMD64

    I'm a bit curious if anyone has dabbled with 64 bit linux on the K8T Neo.  I think that will be my next purchase.  At the same time, I am trying to move away from windows (as soon as I get Rainbox Six Three to work on linux, I am gone).  I probably won't go 64 for about six months (more scholarship checks will come in then   ).  I would just like to know the experience anyone in the forum has had with it.

    I have planned to only run Linux (Gentoo) on my AMD-64 once I get it. If you have any questions about Linux on the AMD-64 you should join up on #gentoo-amd64 on irc.freenode.net
    Quite a lot of people there now, and very helpful. There's also a guide about installing a 64-bit gentoo at http://dev.gentoo.org/~brad_mssw/amd64-tech-notes.html
    The support for graphics acceleration for ATI-cards is none existant, and the drivers for nVidia is beta at best, but at least nVidia is working on it. The ammount of applications that can be compiled 64-bit native is increasing fast. (Of course it's no problem at all installing 32-bit binaries)
    /C.M  

  • Browser preference in NitroX preview 2.0_345

    Hope this might help someone out there.
    The docs appear to be out of date re: location of browser launch
    preference setting.
    This is initialized in
    {$application_path}/NitroX/eclipse/plugins/com.m7.nitrox_2.0.0/data/default-prefs.properties
    -Michael Beaty

    Hope this might help someone out there.
    The docs appear to be out of date re: location of browser launch
    preference setting.
    This is initialized in
    {$application_path}/NitroX/eclipse/plugins/com.m7.nitrox_2.0.0/data/default-prefs.properties
    -Michael Beaty

  • Import CSS file locks up Eclipse

    Hi;
    I was following the JSF Tutorial and it got to the point where I am supposed to drag Import CSS File from the tag libraries window to the design window for register.jsp.
    So I pressed the LMB down, dragged and got the O with a slash through it cursor. No matter where I drag the cursor it has the O. I released the LMB and still the O. I can't do anything in Eclipse - it's totally non-responsive.
    I then hit CTRL-ALT-DEL to bring up the task manager, and then the O goes away and I can edit again in Eclipse. But I have tried 4 times to drag "Import CSS File" and each time it goes to the O and no response until I CTRL-ALT DEL. So needless to say, I'm stuck at this point in the tutorial.
    ??? - thanks - dave

    Hi,
    We are not able to reproduce the issue. Are you still facing the problem exercising "Import CSS file" by drag & drop method?
    If so, send the following to [email protected]
    * register.jsp file
    * workspace - ..eclipse\workspace\.metadata - .log file
    * <NitroX Install Folder>\NitroX\eclipse\plugins\com.m7.nitrox_2.1.0 - m7.log.0 file
    Thanks,
    M7 Support

  • USB 1.1 but no USB 2.0 on MS-7125 [solved]

    I have Gentoo AMD64 2005.0 with kernel 2.6.11-gentoo-r11 running on an MSI K8N Neo4 nForce 4 Ultra Platinum motherboard (MS-7125). I tried two different USB memory sticks. The first is recognized by the kernel with no problems. dmesg reports the following.
    Code: [Select]
    ohci_hcd 0000:00:02.0: wakeup
    usb 2-2: new full speed USB device using ohci_hcd and address 3
    scsi1 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
      Vendor: USB NAND  Model: FLASH DISK        Rev: 0.30
      Type:   Direct-Access                      ANSI SCSI revision: 02
    SCSI device sda: 64000 512-byte hdwr sectors (33 MB)
    sda: Write Protect is off
    sda: Mode Sense: 0b 00 00 08
    sda: assuming drive cache: write through
    SCSI device sda: 64000 512-byte hdwr sectors (33 MB)
    sda: Write Protect is off
    sda: Mode Sense: 0b 00 00 08
    sda: assuming drive cache: write through
     sda: sda1
    Attached scsi removable disk sda at scsi1, channel 0, id 0, lun 0
    usb-storage: device scan complete
    It evidently is USB 1.1 (OHCI). The second is not recognized. dmesg reports the following.
    Code: [Select]
    usb 1-2: new high speed USB device using ehci_hcd and address 6
    usb 1-2: khubd timed out on ep0in
    usb 1-2: device descriptor read/64, error -110
    usb 1-2: khubd timed out on ep0in
    usb 1-2: khubd timed out on ep0in
    usb 1-2: unable to read config index 0 descriptor/all
    usb 1-2: can't read configurations, error -110
    usb 1-2: new high speed USB device using ehci_hcd and address 7
    usb 1-2: khubd timed out on ep0in
    usb 1-2: device descriptor read/64, error -110
    usb 1-2: khubd timed out on ep0in
    usb 1-2: unable to read config index 0 descriptor/start
    usb 1-2: can't read configurations, error -110
    The second is evidently USB 2.0 (EHCI). dmesg seems to indicate that things are OK with EHCI.
    Code: [Select]
    ehci_hcd 0000:00:02.1: EHCI Host Controller
    PCI: Setting latency timer of device 0000:00:02.1 to 64
    ehci_hcd 0000:00:02.1: irq 185, pci mem 0xfebfe000
    ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
    PCI: cache line size of 64 is not supported by device 0000:00:02.1
    ehci_hcd 0000:00:02.1: park 0
    ehci_hcd 0000:00:02.1: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 10 ports detected
    lspci -v reports the following.
    Code: [Select]
    0000:00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3) (prog-if 20 [EHCI])
            Subsystem: Micro-Star International Co., Ltd.: Unknown device 7125
            Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 185
            Memory at febfe000 (32-bit, non-prefetchable)
            Capabilities: [44] #0a [2098]
            Capabilities: [80] Power Management version 2
    The BIOS has two settings for USB which allow only enable/disable and both are enabled. Also, a thread in this forum indicated that connections to pin 10, USBOC, might cause problems but I have nothing connected to that pin.
    Has anyone got USB 2.0 working under Windows XP on this motherboard, MS-7125?
    Edit: USB 2.0 (the ehci_hcd module in Linux) now works flawlessly using the newest kernel, 2.6.12-gentoo. In Linux, at least, good things happen to those who wait.  
    Edit2: USB 2.0 malfunctioned in later kernels    while it worked under XP x64. I believe it depends on the kernel and maybe udev. Under my latest kernel, gentoo-2.6.14, and udev 071 USB 2.0 is restored. 

    maybe use a different OS or put this in the "operating system" section and see if they can help?

  • File not found - opening files from appXplorer

    Quite strange this one. Bear in mind, I've just started my first JSP project. So if I get some terminology wrong, please be gentle. :)
    OK; start up NitroX and open the three files I have (two in web/ one in pages/). index.jsp includes two of the other files (using <%@include/> directive)
    All is well, it recognises that they are included and the top-level tag references and variables are available in the included pages.
    When I edit and save any one of the pages, all the other pages loose thier references. Variables and tags become unresolved. If I then close the page and try and reopen it, I get an alert box with "The file file:/x:/webapps/root/cars/pages/config.jsp cannot be found".
    Any changes I make and save are successful. Restarting NitroX fixes the problem, but it happens again as soon as I save the first time. X: is a network drive, but it's actually a network drive on my machine.
    Any suggestions? Configuration dump follows:
    *** Date: 7/09/05 15:11
    *** Platform Details:
    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=I200409212000
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    C:\Documents and Settings\Shed Media\Desktop\eclipse\eclipse.exe -showsplash 600
    -exitdata
    C:\Documents and Settings\Shed Media\Desktop\eclipse\eclipse.exe -exitdata fe8_38
    -feature
    com.m7.nitrox
    -application
    org.eclipse.ui.ide.workbench
    -vm
    C:\WINDOWS\system32\javaw.exe
    eclipse.product=com.m7.nitrox
    eclipse.startTime=1126068873218
    eclipse.vm=C:\WINDOWS\system32\javaw.exe
    eclipse.vmargs=-Xms128M
    -Xmx512M
    -Dosgi.splashLocation=C:\NitroX_JSP_Editor_2.1_425\NitroX\splash.bmp
    -cp
    C:\Documents and Settings\Shed Media\Desktop\eclipse\startup.jar
    org.eclipse.core.launcher.Main
    eof=eof
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    http.proxyHost=
    http.proxyPort=
    http.proxySet=true
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\Documents and Settings\Shed Media\Desktop\eclipse\startup.jar
    java.class.version=49.0
    java.endorsed.dirs=C:\Program Files\Java\jre1.5.0_02\lib\endorsed
    java.ext.dirs=C:\Program Files\Java\jre1.5.0_02\lib\ext
    java.home=C:\Program Files\Java\jre1.5.0_02
    java.io.tmpdir=C:\DOCUME~1\SHEDME~1\LOCALS~1\Temp\
    java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\usr\bin;C:\Program Files\OPENXTRA\WinPCap
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0_02-b09
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.5
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.5.0_02
    java.vm.info=mixed mode, sharing
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=1.5.0_02-b09
    line.separator=
    m7.launcher=true
    org.eclipse.jdt.debug.ui.scrapbookActive=false
    org.osgi.framework.executionenvironment=
    org.osgi.framework.language=en
    org.osgi.framework.os.name=WindowsXP
    org.osgi.framework.os.version=5.1
    org.osgi.framework.processor=x86
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.2.0
    org.w3c.css.sac.parser=com.steadystate.css.parser.SACParser
    os.arch=x86
    os.name=Windows XP
    os.version=5.1
    osgi.arch=x86
    osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=c:\Documents and Settings\Shed Media\Desktop\eclipse\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/c:/Documents and Settings/Shed Media/Desktop/eclipse/configuration/
    osgi.framework=file:/c:/Documents and Settings/Shed Media/Desktop/eclipse/plugins/org.eclipse.osgi_3.1.0/
    osgi.framework.beginningstartlevel=1
    osgi.framework.version=3.0.0
    osgi.frameworkClassPath=core.jar, console.jar, osgi.jar, resolver.jar, defaultAdaptor.jar, eclipseAdaptor.jar
    osgi.install.area=file:/c:/Documents and Settings/Shed Media/Desktop/eclipse/
    osgi.instance.area=file:/x:/webapps/root/
    osgi.logfile=x:\webapps\root\.metadata\.log
    osgi.manifest.cache=c:\Documents and Settings\Shed Media\Desktop\eclipse\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_AU
    osgi.os=win32
    osgi.splashLocation=C:\NitroX_JSP_Editor_2.1_425\NitroX\splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.ws=win32
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=C:\Program Files\Java\jre1.5.0_02\lib\rt.jar;C:\Program Files\Java\jre1.5.0_02\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_02\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_02\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_02\lib\jce.jar;C:\Program Files\Java\jre1.5.0_02\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_02\classes
    sun.boot.library.path=C:\Program Files\Java\jre1.5.0_02\bin
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=Service Pack 2
    user.country=AU
    user.dir=C:\Documents and Settings\Shed Media\Desktop\eclipse
    user.home=C:\Documents and Settings\Shed Media
    user.language=en
    user.name=Shed Media
    user.timezone=Australia/Brisbane
    user.variant=
    *** Features:
    com.exadel.studio (3.0.3) "Exadel Studio Pro"
    com.m7.nitrox (2.1.0) "NitroX"
    org.eclipse.emf (2.1.0) "Eclipse Modeling Framework (EMF)"
    org.eclipse.emf.ecore.sdo (2.1.0) "EMF Service Data Objects (SDO)"
    org.eclipse.gef (3.1.0) "Graphical Editing Framework"
    org.eclipse.jdt (3.1.0) "Eclipse Java Development Tools"
    org.eclipse.jdt.source (3.1.0) "Eclipse Java Development Tools SDK"
    org.eclipse.jst (0.7.0) "J2EE Standard Tools"
    org.eclipse.jst (0.7.0) "J2EE Standard Tools"
    org.eclipse.pde (3.1.0) "Eclipse Plug-in Development Environment"
    org.eclipse.pde.source (3.1.0) "Eclipse Plug-in Development Environment Developer Resources"
    org.eclipse.platform (3.1.0) "Eclipse Platform"
    org.eclipse.platform.source (3.1.0) "Eclipse Platform Plug-in Developer Resources"
    org.eclipse.sdk (3.1.0) "Eclipse Project SDK"
    org.eclipse.wst (0.7.0) "Web Standard Tools"
    org.eclipse.wst (0.7.0) "Web Standard Tools"
    org.eclipse.xsd (2.1.0) "XML Schema Infoset Model (XSD)"
    org.springframework.ide.eclipse (1.2.2) "Spring IDE"
    *** Plug-in Registry:
    com.exadel.common (7.0.3) "Exadel Common" [Installed]
    com.exadel.common.gef (2.0.3) "Exadel GEF Common" [Installed]
    com.exadel.examples (1.0.3) "Exadel Examples" [Resolved]
    com.exadel.jsf (6.0.3) "Exadel JSF Studio" [Installed]
    com.exadel.jsf.examples (1.0.3) "JSF Examples" [Resolved]
    com.exadel.jsf.ui (2.0.3) "Exadel JSF Studio" [Installed]
    com.exadel.jsf.verification (7.0.3) "JSF Verification" [Installed]
    com.exadel.model (7.0.3) "Exadel Model" [Installed]
    com.exadel.model.ui (7.0.3) "Exadel Model UI" [Installed]
    com.exadel.model.ui.editors (7.0.3) "Exadel Editors" [Installed]
    com.exadel.model.ui.views (7.0.3) "Exadel Studio" [Installed]
    com.exadel.orm2.core (1.0.3) "ORM_CORE" [Installed]
    com.exadel.orm2.hblibs (1.0.3) "Hibernate Jars" [Resolved]
    com.exadel.orm2.view (1.0.3) "View Plug-in" [Installed]
    com.exadel.palette (7.0.3) "Exadel Studio Palette" [Installed]
    com.exadel.project.templates (7.0.3) "Exadel Project Templates" [Installed]
    com.exadel.prompting.knowledgebase (7.0.3) "Exadel Struts Studio Prompting Knowledgebase" [Installed]
    com.exadel.struts (7.0.3) "com.exadel.struts" [Installed]
    com.exadel.struts.debug (2.0.3) "Exadel Struts Debugger" [Installed]
    com.exadel.struts.examples (1.0.3) "Struts Examples" [Resolved]
    com.exadel.struts.pro.ui (7.0.3) "Struts Studio UI" [Installed]
    com.exadel.struts.ui (7.0.3) "Exadel Struts Studio" [Installed]
    com.exadel.struts.validator.ui (7.0.3) "Exadel Struts Studio Validator" [Installed]
    com.exadel.struts.verification (7.0.3) "Struts Verification" [Installed]
    com.exadel.studio (3.0.3) "Exadel Studio Pro" [Resolved]
    com.exadel.templates (2.0.3) "Exadel Templates Plug-in" [Installed]
    com.exadel.texteditors.extensions (1.0.3) "Text Editors Extensions" [Installed]
    com.exadel.texteditors.extensions.jsf (1.0.3) "Jsf Text Editors Extensions" [Installed]
    com.exadel.texteditors.extensions.struts (1.0.3) "Struts Text Editors Extensions" [Installed]
    com.exadel.texteditors.jsp (7.0.3) "Jsp Editor Plug-in" [Installed]
    com.exadel.texteditors.jsp.preview.verification (7.0.4) "Jsp Editor Plug-in" [Installed]
    com.exadel.texteditors.xml (7.0.3) "Xml Editor Plug-in" [Installed]
    com.exadel.ui (2.0.3) "Exadel UI Plugin" [Installed]
    com.exadel.verification (7.0.3) "com.exadel.verification" [Installed]
    com.exadel.verification.ui (7.0.3) "Exadel Studio Verification Framework" [Installed]
    com.exadel.vpe (1.0.3) "Vpe Plug-in" [Installed]
    com.exadel.vpe.mozilla (1.0.3) "Visual Page Editor" [Resolved]
    com.exadel.vpe.mozilla.win32 (1.0.3) "Win32 Fragment" [Resolved]
    com.exadel.web (7.0.3) "Web" [Installed]
    com.exadel.web.debug (2.0.3) "Web Debug" [Installed]
    com.exadel.web.debug.ui (2.0.3) "Web Debug UI" [Installed]
    com.exadel.web.tiles (7.0.3) "Web Tiles" [Installed]
    com.exadel.web.tiles.ui (7.0.3) "Exadel Tiles" [Installed]
    com.exadel.web.ui (7.0.3) "Web UI" [Installed]
    com.ibm.etools.emf.event (3.0.0.1) "Event Model" [Resolved]
    com.m7.nitrox (2.1.0) "NitroX" [Active]
    com.m7.nitrox.eclipse3.0 (2.1.0) "NitroX Eclipse 3.0 Fragment" [Resolved]
    com.neomalogic.solex (0.5.2.b) "Solex" [Resolved]
    com.rohanclan.cfml (1.1.17.2) "CFML Plug-in" [Resolved]
    nu.psnet.quickimage (0.2.0) "QuickImage" [Resolved]
    org.apache.ant (1.6.2) "Apache Ant" [Resolved]
    org.apache.axis (1.2.1) "Axis121 Plug-in" [Resolved]
    org.apache.lucene (1.3.0) "Apache Lucene" [Resolved]
    org.apache.wsil4j (1.0.0) "Apache WSIL4J 1.0" [Resolved]
    org.apache.xerces (2.7.0) "Xerces 2.7.0" [Resolved]
    org.eclipse.ant.core (3.1.0) "Ant Build Tool Core" [Resolved]
    org.eclipse.ant.ui (3.1.0) "Ant UI" [Resolved]
    org.eclipse.compare (3.1.0) "Compare Support" [Active]
    org.eclipse.core.boot (3.0.0) "Core Boot" [Resolved]
    org.eclipse.core.expressions (3.1.0) "Expression Language" [Active]
    org.eclipse.core.filebuffers (3.1.0) "File Buffers" [Active]
    org.eclipse.core.resources (3.1.0) "Core Resource Management" [Active]
    org.eclipse.core.resources.win32 (3.0.0) "Core Resource Management Win32 Fragment" [Resolved]
    org.eclipse.core.runtime (3.1.0) "Core Runtime" [Active]
    org.eclipse.core.runtime.compatibility (3.0.0) "Core Runtime Plug-in Compatibility" [Resolved]
    org.eclipse.core.variables (3.0.0) "Core Variables" [Resolved]
    org.eclipse.debug.core (3.1.0) "Debug Core" [Active]
    org.eclipse.debug.ui (3.1.0) "Debug UI" [Active]
    org.eclipse.draw2d (3.1.0) "Draw2d" [Resolved]
    org.eclipse.emf (2.1.0) "Eclipse Modeling Framework (EMF)" [Resolved]
    org.eclipse.emf.ant (2.1.0) "EMF Ant Tasks" [Resolved]
    org.eclipse.emf.codegen (2.1.0) "EMF Template Code Generator" [Resolved]
    org.eclipse.emf.codegen.ecore (2.1.0) "EMF Ecore Code Generation" [Resolved]
    org.eclipse.emf.codegen.ecore.ui (2.1.0) "EMF Ecore Code Generation UI" [Resolved]
    org.eclipse.emf.codegen.ui (2.1.0) "EMF Template Code Generator UI" [Resolved]
    org.eclipse.emf.common (2.1.0) "EMF Common" [Resolved]
    org.eclipse.emf.common.ui (2.1.0) "EMF Common UI" [Resolved]
    org.eclipse.emf.commonj.sdo (2.1.0) "CommonJ SDO" [Resolved]
    org.eclipse.emf.ecore (2.1.0) "EMF Ecore" [Resolved]
    org.eclipse.emf.ecore.change (2.1.0) "EMF Ecore Change Model" [Resolved]
    org.eclipse.emf.ecore.change.edit (2.1.0) "EMF Ecore Change Edit Support" [Resolved]
    org.eclipse.emf.ecore.edit (2.1.0) "EMF Ecore Edit Support" [Resolved]
    org.eclipse.emf.ecore.editor (2.1.0) "Sample Ecore Editor" [Resolved]
    org.eclipse.emf.ecore.sdo (2.1.0) "EMF Service Data Objects (SDO)" [Resolved]
    org.eclipse.emf.ecore.sdo.edit (2.1.0) "EMF Service Data Objects (SDO) Edit Support" [Resolved]
    org.eclipse.emf.ecore.sdo.editor (2.1.0) "EMF Service Data Objects (SDO) Editor" [Resolved]
    org.eclipse.emf.ecore.xmi (2.1.0) "EMF XMI" [Resolved]
    org.eclipse.emf.edit (2.1.0) "EMF Edit" [Resolved]
    org.eclipse.emf.edit.ui (2.1.0) "EMF Edit UI" [Resolved]
    org.eclipse.emf.importer (2.1.0) "EMF Model Import Support" [Resolved]
    org.eclipse.emf.importer.ecore (2.1.0) "EMF Ecore Importer" [Resolved]
    org.eclipse.emf.importer.java (2.1.0) "EMF Annotated Java Importer" [Resolved]
    org.eclipse.emf.importer.rose (2.1.0) "EMF Rose Importer" [Resolved]
    org.eclipse.emf.mapping (2.1.0) "EMF Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2ecore (2.1.0) "Ecore to Ecore Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.1.0) "Ecore to Ecore Mapping Editor" [Resolved]
    org.eclipse.emf.mapping.ecore2xml (2.1.0) "Ecore to XML Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2xml.ui (2.1.0) "Ecore to XML Mapping UI" [Resolved]
    org.eclipse.emf.mapping.ui (2.1.0) "EMF Mapping UI" [Resolved]
    org.eclipse.emf.mapping.xsd2ecore (2.1.0) "XSD to Ecore Mapping" [Resolved]
    org.eclipse.emf.mapping.xsd2ecore.editor (2.1.0) "XSD to Ecore Mapping Editor" [Resolved]
    org.eclipse.gef (3.1.0) "Graphical Editing Framework" [Resolved]
    org.eclipse.help (3.0.0) "Help System Core" [Active]
    org.eclipse.help.appserver (3.0.0) "Help Application Server" [Resolved]
    org.eclipse.help.base (3.0.0) "Help System Base" [Resolved]
    org.eclipse.help.ide (3.0.0) "Help System IDE" [Resolved]
    org.eclipse.help.ui (3.0.0) "Help System UI" [Resolved]
    org.eclipse.help.webapp (3.0.0) "Help System Webapp" [Resolved]
    org.eclipse.jdt (3.1.0) "Eclipse Java Development Tools" [Resolved]
    org.eclipse.jdt.core (3.1.0) "Java Development Tools Core" [Active]
    org.eclipse.jdt.debug (3.1.0) "JDI Debug Model" [Active]
    org.eclipse.jdt.debug.ui (3.1.0) "JDI Debug UI" [Active]
    org.eclipse.jdt.doc.isv (3.1.0) "Eclipse JDT Plug-in Developer Guide" [Resolved]
    org.eclipse.jdt.doc.user (3.1.0) "Eclipse Java Development User Guide" [Resolved]
    org.eclipse.jdt.junit (3.1.0) "Java Development Tools JUnit support" [Resolved]
    org.eclipse.jdt.junit.runtime (3.1.0) "Java Development Tools JUnit runtime support" [Resolved]
    org.eclipse.jdt.launching (3.1.0) "Java Development Tools Launching Support" [Active]
    org.eclipse.jdt.source (3.1.0) "Eclipse Java Development Tools SDK" [Resolved]
    org.eclipse.jdt.ui (3.1.0) "Java Development Tools UI" [Active]
    org.eclipse.jem (1.1.0) "Java EMF Model" [Installed]
    org.eclipse.jem.beaninfo (1.1.0) "Java EMF Model BeanInfo (Introspection) Support" [Installed]
    org.eclipse.jem.proxy (1.1.0) "Java EMF Model Proxy Support" [Installed]
    org.eclipse.jem.ui (1.1.0) "Java EMF Model UI" [Installed]
    org.eclipse.jem.util (1.1.0) "Java EMF Model Utilities" [Installed]
    org.eclipse.jem.workbench (1.1.0) "Java EMF Model Workbench Support" [Installed]
    org.eclipse.jface (3.1.0) "JFace" [Active]
    org.eclipse.jface.text (3.1.0) "JFace Text" [Active]
    org.eclipse.jst (0.7.0) "J2EE Standard Tools" [Resolved]
    org.eclipse.jst.common.annotations.controller (0.7.0) "Annotation Controller Plug-in" [Installed]
    org.eclipse.jst.common.annotations.core (0.7.0) "Annotation Core Plug-in" [Installed]
    org.eclipse.jst.common.annotations.ui (0.7.0) "Ui Plug-in" [Installed]
    org.eclipse.jst.common.frameworks (0.7.0) "Integration Plug-in" [Installed]
    org.eclipse.jst.common.navigator.java (0.7.0) "Navigator Plug-in" [Installed]
    org.eclipse.jst.doc.user (0.7.0) "JST User Doc Plug-in" [Resolved]
    org.eclipse.jst.ejb.ui (0.7.0) "WTP EJB UI Plug-in" [Installed]
    org.eclipse.jst.j2ee (0.7.0) "J2EE Component" [Installed]
    org.eclipse.jst.j2ee.core (0.7.0) "J2EE Core Component" [Installed]
    org.eclipse.jst.j2ee.ejb (0.7.0) "EJB component Plug-in" [Installed]
    org.eclipse.jst.j2ee.ejb.annotation.model (0.7.0) "EJB Annotation Model Plug-in" [Installed]
    org.eclipse.jst.j2ee.ejb.annotations.emitter (0.7.0) "EJB Emitter Plug-in" [Installed]
    org.eclipse.jst.j2ee.ejb.annotations.ui (0.7.0) "EJB Annotations Ui Plug-in" [Installed]
    org.eclipse.jst.j2ee.ejb.annotations.xdoclet (0.7.0) "Xdoclet Annotations Plug-in" [Installed]
    org.eclipse.jst.j2ee.jca (0.7.0) "JCA Plug-in" [Installed]
    org.eclipse.jst.j2ee.jca.ui (0.7.0) "WTP JCA UI Plug-in" [Installed]
    org.eclipse.jst.j2ee.navigator.ui (0.7.0) "J2EE Extensions to Common Navigator" [Installed]
    org.eclipse.jst.j2ee.ui (0.7.0) "WTP J2EE UI Plug-in" [Installed]
    org.eclipse.jst.j2ee.web (0.7.0) "Web Plug-in" [Installed]
    org.eclipse.jst.j2ee.webservice (0.7.0) "Web Service Plug-in" [Installed]
    org.eclipse.jst.j2ee.webservices.ui (0.7.0) "WTP Webservice UI Plug-in" [Installed]
    org.eclipse.jst.jsp.core (0.7.0) "Structured Source JSP Model" [Installed]
    org.eclipse.jst.jsp.core (0.7.1) "Structured Source JSP Model" [Installed]
    org.eclipse.jst.jsp.ui (0.7.0) "SSE JSP Source Editor" [Installed]
    org.eclipse.jst.server.core (0.7.0) "Java Server Support" [Resolved]
    org.eclipse.jst.server.generic.core (0.7.0) "Generic Server Plugin" [Resolved]
    org.eclipse.jst.server.generic.serverdefinitions (0.7.0) "Generic server example definitions" [Installed]
    org.eclipse.jst.server.generic.ui (0.7.0) "Generic Server Plugin UI" [Installed]
    org.eclipse.jst.server.geronimo.core (0.7.0) "Geronimo server support" [Installed]
    org.eclipse.jst.server.geronimo.ui (0.7.0) "Geronimo server UI support" [Installed]
    org.eclipse.jst.server.tomcat.core (0.7.0) "Apache Tomcat Support" [Installed]
    org.eclipse.jst.server.tomcat.ui (0.7.0) "Apache Tomcat UI Support" [Installed]
    org.eclipse.jst.server.ui (0.7.0) "Java Server UI Support" [Installed]
    org.eclipse.jst.server.websphere.core (0.7.0) "WebSphere Generic Server Definition Core Plug-in" [Installed]
    org.eclipse.jst.servlet.ui (0.7.0) "WTP Servlet UI Plug-in" [Installed]
    org.eclipse.jst.ws (0.7.0) "Web Services" [Installed]
    org.eclipse.jst.ws.axis.consumption.core (0.7.0) "Web service Axis Consumption Core" [Installed]
    org.eclipse.jst.ws.axis.consumption.ui (0.7.0) "Webservice Axis Consumption UI" [Installed]
    org.eclipse.jst.ws.axis.consumption.ui (0.7.1) "Webservice Axis Consumption UI" [Installed]
    org.eclipse.jst.ws.axis.creation.ui (0.7.0) "Webservice Axis Creation UI" [Installed]
    org.eclipse.jst.ws.consumption (0.7.0) "Web Services Consumption" [Installed]
    org.eclipse.jst.ws.consumption.ui (0.7.0) "Web Services Consumption Graphical User Interface" [Installed]
    org.eclipse.jst.ws.consumption.ui (0.7.1) "Web Services Consumption Graphical User Interface" [Installed]
    org.eclipse.jst.ws.creation.ejb.ui (0.7.0) "Web Services Creation EJB Graphical User Interface" [Installed]
    org.eclipse.jst.ws.creation.ui (0.7.0) "Web Services Creation Graphical User Interface" [Installed]
    org.eclipse.jst.ws.creation.ui (0.7.1) "Web Services Creation Graphical User Interface" [Installed]
    org.eclipse.jst.ws.uddiregistry (0.7.0) "Web Services Universal Description Discovery and Integration Registry" [Installed]
    org.eclipse.jst.ws.ui (0.7.0) "Web Services Graphical User Interface" [Installed]
    org.eclipse.jst.ws.ui (0.7.1) "Web Services Graphical User Interface" [Installed]
    org.eclipse.ltk.core.refactoring (3.1.0) "Refactoring Core" [Active]
    org.eclipse.ltk.ui.refactoring (3.1.0) "Refactoring UI" [Active]
    org.eclipse.osgi (3.1.0) "OSGi System Bundle" [Active]
    org.eclipse.osgi.services (3.0.0) "OSGi Release 3 Services" [Resolved]
    org.eclipse.osgi.util (3.0.0) "OSGi R3 Utility Classes" [Resolved]
    org.eclipse.pde (3.1.0) "Eclipse Plug-in Development Environment" [Resolved]
    org.eclipse.pde.build (3.1.0) "Plug-in Development Environment Build Support" [Resolved]
    org.eclipse.pde.core (3.1.0) "Plug-in Development Core" [Resolved]
    org.eclipse.pde.doc.user (3.1.0) "Eclipse Plug-in Development User Guide" [Resolved]
    org.eclipse.pde.junit.runtime (3.1.0) "PDE JUnit Plug-in Test" [Resolved]
    org.eclipse.pde.runtime (3.1.0) "Plug-in Development Environment Runtime" [Resolved]
    org.eclipse.pde.source (3.1.0) "Eclipse Plug-in Development Environment Developer Resources" [Resolved]
    org.eclipse.pde.ui (3.1.0) "Plug-in Development UI" [Resolved]
    org.eclipse.platform (3.1.0) "Eclipse Platform" [Resolved]
    org.eclipse.platform.doc.isv (3.1.0) "Eclipse Platform Plug-in Developer Guide" [Resolved]
    org.eclipse.platform.doc.user (3.1.0) "Eclipse Workbench User Guide" [Resolved]
    org.eclipse.platform.source (3.1.0) "Eclipse Platform Plug-in Developer Resources" [Resolved]
    org.eclipse.platform.source.win32.win32.x86 (3.1.0) "Eclipse Platform Plug-in Developer Resources" [Resolved]
    org.eclipse.sdk (3.1.0) "Eclipse Project SDK" [Resolved]
    org.eclipse.search (3.1.0) "Search Support" [Active]
    org.eclipse.swt (3.1.0) "Standard Widget Toolkit" [Resolved]
    org.eclipse.swt.win32 (3.1.0) "Standard Widget Toolkit for Windows" [Resolved]
    org.eclipse.team.core (3.1.0) "Team Support Core" [Active]
    org.eclipse.team.cvs.core (3.1.0) "CVS Team Provider Core" [Resolved]
    org.eclipse.team.cvs.ssh (3.1.0) "CVS SSH Core" [Resolved]
    org.eclipse.team.cvs.ssh2 (3.1.0) "CVS SSH2" [Resolved]
    org.eclipse.team.cvs.ui (3.1.0) "CVS Team Provider UI" [Resolved]
    org.eclipse.team.ui (3.1.0) "Team Support UI" [Active]
    org.eclipse.text (3.1.0) "Text" [Active]
    org.eclipse.tomcat (4.1.30) "Tomcat Wrapper" [Resolved]
    org.eclipse.ui (3.1.0) "Eclipse UI" [Active]
    org.eclipse.ui.cheatsheets (3.0.0) "Cheat Sheets" [Resolved]
    org.eclipse.ui.console (3.1.0) "Console" [Resolved]
    org.eclipse.ui.editors (3.1.0) "Default Text Editor" [Active]
    org.eclipse.ui.externaltools (3.1.0) "External Tools" [Active]
    org.eclipse.ui.forms (3.0.0) "Eclipse Forms" [Resolved]
    org.eclipse.ui.ide (3.1.0) "Eclipse IDE UI" [Active]
    org.eclipse.ui.intro (3.0.0) "Intro Plugin" [Resolved]
    org.eclipse.ui.presentations.r21 (3.1.0) "R21 Presentation Plug-in" [Resolved]
    org.eclipse.ui.views (3.1.0) "Views" [Active]
    org.eclipse.ui.win32 (3.1.0) "Win32 fragment" [Resolved]
    org.eclipse.ui.workbench (3.1.0) "Workbench" [Active]
    org.eclipse.ui.workbench.compatibility (3.1.0) "Workbench Compatibility" [Resolved]
    org.eclipse.ui.workbench.texteditor (3.1.0) "Text Editor Framework" [Active]
    org.eclipse.update.configurator (3.0.0) "Install/Update Configurator" [Active]
    org.eclipse.update.core (3.0.0) "Install/Update Core" [Active]
    org.eclipse.update.core.win32 (3.0.0) "Install/Update Core for Windows" [Resolved]
    org.eclipse.update.scheduler (3.0.0) "Automatic Updates Scheduler" [Active]
    org.eclipse.update.ui (3.0.0) "Install/Update UI" [Resolved]
    org.eclipse.wst (0.7.0) "Web Standard Tools" [Resolved]
    org.eclipse.wst.command.env (0.7.0) "Environment Command Framework (headless)" [Resolved]
    org.eclipse.wst.command.env.core (0.7.0) "Environment Command Framework (core)" [Resolved]
    org.eclipse.wst.command.env.ui (0.7.0) "Environment Command Framework (GUI)" [Resolved]
    org.eclipse.wst.common.emf (0.7.0) "EMF Utilities" [Installed]
    org.eclipse.wst.common.emfworkbench.integration (0.7.0) "EMF Workbench Edit Plug-in" [Installed]
    org.eclipse.wst.common.frameworks (0.7.0) "org.eclipse.wst.common.frameworks" [Installed]
    org.eclipse.wst.common.frameworks.ui (0.7.0) "WTP UI Plug-in" [Installed]
    org.eclipse.wst.common.modulecore (0.7.0) "Modulecore Plug-in" [Installed]
    org.eclipse.wst.common.navigator.views (0.7.0) "Common Navigator View" [Resolved]
    org.eclipse.wst.common.navigator.workbench (0.7.0) "Navigator Workbench Components" [Installed]
    org.eclipse.wst.common.snippets (0.7.0) "Snippets View" [Resolved]
    org.eclipse.wst.common.ui (0.7.0) "Eclipse Base UI extensions" [Resolved]
    org.eclipse.wst.common.ui.properties (0.7.0) "Common Properties UI" [Resolved]
    org.eclipse.wst.common.uriresolver (0.7.0) "org.eclipse.wst.common.uriresolver" [Resolved]
    org.eclipse.wst.css.core (0.7.0) "Structured Source CSS Model" [Installed]
    org.eclipse.wst.css.ui (0.7.0) "SSE CSS Source Editor" [Installed]
    org.eclipse.wst.doc.user (0.7.0) "Web Standard Tools Help User Doc Plug-in" [Resolved]
    org.eclipse.wst.dtd.core (0.7.0) "Structured Source DTD Core" [Installed]
    org.eclipse.wst.dtd.ui (0.7.0) "SSE DTD Source Editor" [Installed]
    org.eclipse.wst.html.core (0.7.0) "Structured Source HTML Model" [Installed]
    org.eclipse.wst.html.standard.dtds (0.7.0) "Known DTDs" [Installed]
    org.eclipse.wst.html.ui (0.7.0) "HTML UI Source Editor" [Installed]
    org.eclipse.wst.internet.cache (0.7.0) "Cache URI Resolver Plug-in" [Resolved]
    org.eclipse.wst.internet.monitor.core (0.7.0) "Monitor" [Resolved]
    org.eclipse.wst.internet.monitor.ui (0.7.0) "TCP/IP Monitor" [Resolved]
    org.eclipse.wst.internet.proxy (0.7.0) "Internet Proxy Preferences" [Active]
    org.eclipse.wst.javascript.core (0.7.0) "Structured Source JavaScript Model" [Resolved]
    org.eclipse.wst.javascript.ui (0.7.0) "SSE JavaScript Source Editor" [Installed]
    org.eclipse.wst.rdb.connection.ui (0.7.0) "RDB Connection.ui" [Installed]
    org.eclipse.wst.rdb.connection.ui (0.7.1) "RDB Connection.ui" [Installed]
    org.eclipse.wst.rdb.core (0.7.0) "RDB Core" [Resolved]
    org.eclipse.wst.rdb.core.ui (0.7.0) "Core UI plugin" [Installed]
    org.eclipse.wst.rdb.core.ui (0.7.1) "Core UI plugin" [Installed]
    org.eclipse.wst.rdb.data.core (0.7.0) "Data Core Plugin" [Installed]
    org.eclipse.wst.rdb.data.ui (0.7.0) "Data UI Plugin" [Installed]
    org.eclipse.wst.rdb.dbdefinition.db2.iseries (1.0.0) "DB2 UDB iSeries Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.db2.luw (0.7.0) "DB2 UDB Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.db2.zseries (0.7.0) "DB2 UDB Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.derby (0.7.0) "IBM Cloudscape Database Definition" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.informix (0.7.0) "Informix Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.mysql (0.7.0) "DBDefinition Mysql Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.oracle (0.7.0) "Oracle Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.sqlserver (0.7.0) "SQL Server Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.dbdefinition.sybase (0.7.0) "Sybase Database Definition Plug-in" [Resolved]
    org.eclipse.wst.rdb.derby (0.7.0) "RDB Derby Plug-in" [Resolved]
    org.eclipse.wst.rdb.derby.ui (0.7.0) "RDB Derby Ui Plug-in" [Installed]
    org.eclipse.wst.rdb.fe.ui (0.7.0) "FE Ui Plug-in" [Installed]
    org.eclipse.wst.rdb.fe.ui.actions (0.7.0) "FE Ui Actions Plug-in" [Installed]
    org.eclipse.wst.rdb.models.dbdefinition (0.7.0) "DBDefinition Model" [Resolved]
    org.eclipse.wst.rdb.models.sql (0.7.0) "SQLModel Plug-in" [Resolved]
    org.eclipse.wst.rdb.models.sql.edit (0.7.0) "SQLModel Edit Plug-in" [Resolved]
    org.eclipse.wst.rdb.mysql (0.7.0) "RDB Mysql Plug-in" [Resolved]
    org.eclipse.wst.rdb.outputview (0.7.0) "Data Output Plug-in" [Installed]
    org.eclipse.wst.rdb.server.extensions (0.7.0) "Server Explorer Extensions Plug-in" [Installed]
    org.eclipse.wst.rdb.server.ui (0.7.0) "Server Explorer plugin" [Installed]
    org.eclipse.wst.rdb.server.ui (0.7.1) "Server Explorer plugin" [Installed]
    org.eclipse.wst.rdb.sqleditor (0.7.0) "SQL Source Editor Plugin" [Installed]
    org.eclipse.wst.rdb.sqlscrapbook (0.7.0) "Sqlscrapbook Plug-in" [Installed]
    org.eclipse.wst.server.core (0.7.0) "Server Core" [Resolved]
    org.eclipse.wst.server.ui (0.7.0) "Server UI" [Installed]
    org.eclipse.wst.sse.core (0.7.0) "Structured Text Model" [Resolved]
    org.eclipse.wst.sse.ui (0.7.0) "Structured Source Editor" [Installed]
    org.eclipse.wst.validation (0.7.0) "Validation Framework" [Installed]
    org.eclipse.wst.validation.ui (0.7.0) "Validation Framework UI" [Installed]
    org.eclipse.wst.web (0.7.0) "Simple Web Plug-in" [Installed]
    org.eclipse.wst.web.ui (0.7.0) "Simple Web UI Plug-in" [Installed]
    org.eclipse.wst.ws (0.7.0) "Web Services" [Resolved]
    org.eclipse.wst.ws.explorer (0.7.0) "Web Services Explorer" [Installed]
    org.eclipse.wst.ws.explorer (0.7.1) "Web Services Explorer" [Resolved]
    org.eclipse.wst.ws.parser (0.7.0) "Web Services Description Parser" [Resolved]
    org.eclipse.wst.ws.ui (0.7.0) "Web Services UI" [Resolved]
    org.eclipse.wst.wsdl (0.7.0) "WSDL Model" [Resolved]
    org.eclipse.wst.wsdl.ui (0.7.0) "WSDL Editor" [Installed]
    org.eclipse.wst.wsdl.ui (0.7.1) "WSDL Editor" [Installed]
    org.eclipse.wst.wsdl.validation (0.7.0) "WSDL Validator" [Installed]
    org.eclipse.wst.wsi (0.7.0) "WSI Conformance Tools" [Installed]
    org.eclipse.wst.wsi.ui (0.7.0) "Soap Monitor" [Installed]
    org.eclipse.wst.xml.core (0.7.0) "Structured Source XML Model" [Installed]
    org.eclipse.wst.xml.core (0.7.1) "Structured Source XML Model" [Installed]
    org.eclipse.wst.xml.ui (0.7.0) "XML UI Plugin" [Installed]
    org.eclipse.wst.xml.ui (0.7.1) "XML UI Plugin" [Installed]
    org.eclipse.wst.xsd.core (0.7.0) "XSD Core Plugin" [Installed]
    org.eclipse.wst.xsd.ui (0.7.0) "XML Schema Editor" [Installed]
    org.eclipse.wst.xsd.ui (0.7.1) "XML Schema Editor" [Installed]
    org.eclipse.xsd (2.1.0) "XML Schema Infoset Model (XSD)" [Resolved]
    org.eclipse.xsd.ecore.importer (2.1.0) "XML Schema Importer for EMF" [Resolved]
    org.eclipse.xsd.edit (2.1.0) "XML Schema Edit Framework" [Resolved]
    org.eclipse.xsd.editor (2.1.0) "XML Schema Editor" [Resolved]
    org.jboss.ide.eclipse.serverdefinitions (0.7.0) "Generic server example definitions" [Installed]
    org.junit (3.8.1) "JUnit Testing Framework" [Resolved]
    org.objectweb.lomboz.common.launcher.ant (3.1.0) "Ant Launcher Plug-in" [Resolved]
    org.objectweb.lomboz.product (1.0.0) "Lomboz Plug-in" [Resolved]
    org.objectweb.lomboz.serverdefinitions (1.0.0) "Lomboz server definitions" [Installed]
    org.objectweb.lomboz.ws.axis (3.1.0) "WTP Axis Plug-in" [Resolved]
    org.objectweb.lomboz.xdoclet.codeassist (1.0.0) "JOnAS XDoclet Codeassist Plug-in" [Installed]
    org.springframework.ide.eclipse (1.2.2) "Spring IDE" [Resolved]
    org.springframework.ide.eclipse.beans.core (1.2.2) "Spring IDE Beans Core" [Active]
    org.springframework.ide.eclipse.beans.ui (1.2.2) "Spring IDE Beans UI" [Active]
    org.springframework.ide.eclipse.beans.ui.doc (1.2.1) "Spring IDE Beans Documentation" [Resolved]
    org.springframework.ide.eclipse.beans.ui.graph (1.2.1) "Spring IDE Beans Graph" [Resolved]
    org.springframework.ide.eclipse.cor

    Hi,
    Please clarify the following:
    * "X: is a network drive, but it's actually a network drive on my machine." - Is "X" a mapped drive to one of your shared folder on network?
    * What is the project directory structure with respect to WEB-INF/web.xml? Are you able to see the three pages (from web & pages folder) in NitroX Editor?
    * Does the modified content appear in "Design view" of index.jsp upon restarting NitroX?
    Ex:
    - modify one of the pages in "web" folder > save the file (alert appears)
    - restart NitroX, does index.jsp display the modified content of included page?
    * If possible please send the test case project which exhibits the behavior to [email protected]
    Thanks,
    M7 Support

  • Show AppXray dependencies does not work for all projects

    I have three projects. One of them will display the appxray dependncies and the other two will not. When I select show dependencies, nothing happens. There is no logging inside the workshop m7.log.0 but the .log has the following. How do I get this to work?
    Config details follow logging.
    !MESSAGE Warning: Detected recursive attempt by part com.m7.wide.eclipse.jstudio.DocEditor.jsp to create itself (this is probably, but not necessarily, a bug)
    !STACK 1
    org.eclipse.ui.PartInitException: Warning: Detected recursive attempt by part com.m7.wide.eclipse.jstudio.DocEditor.jsp to create itself (this is probably, but not necessarily, a bug)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:543)
         at org.eclipse.ui.internal.WorkbenchPage$6.run(WorkbenchPage.java:1746)
         at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:152)
         at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:28)
         at org.eclipse.swt.widgets.Display.syncExec(Display.java:3413)
         at org.eclipse.ui.internal.WorkbenchPage.getEditors(WorkbenchPage.java:1743)
         at com.m7.wide.eclipse.Util.activateEditor(Unknown Source)
         at com.m7.wide.eclipse.jstudio.A.requestFocus(Unknown Source)
         at com.m7.wide.doceditor.AbstractEditor.requestFocus(Unknown Source)
         at com.m7.wide.doceditor.AbstractPane.requestFocus(Unknown Source)
         at com.m7.wide.doceditor.flow.FlowDesignPane.requestFocus(Unknown Source)
         at com.m7.wide.doceditor.CompoundPane.requestFocus(Unknown Source)
         at com.m7.wide.doceditor.CompoundPane.setHidden(Unknown Source)
         at com.m7.wide.doceditor.MultiPaneEditor.activePaneChanged(Unknown Source)
         at com.m7.wide.eclipse.jstudio.PaneEditorPart.activate(Unknown Source)
         at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.A(Unknown Source)
         at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.pageChange(Unknown Source)
         at com.m7.wide.eclipse.jstudio.DynamicMultiPageEditor.createPages(Unknown Source)
         at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
         at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:609)
         at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384)
         at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
         at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283)
         at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126)
         at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
         at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
         at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:391)
         at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102)
         at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051)
         at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1256)
         at org.eclipse.ui.internal.PartStack.add(PartStack.java:442)
         at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109)
         at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
         at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212)
         at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202)
         at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:758)
         at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665)
         at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2360)
         at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295)
         at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287)
         at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2273)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268)
         at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2249)
         at org.eclipse.ui.ide.IDE.openEditor(IDE.java:753)
         at org.eclipse.ui.ide.IDE.openEditor(IDE.java:697)
         at com.m7.wide.eclipse.Eclipse3WideEnv.openEditor(Unknown Source)
         at com.m7.wide.eclipse.EclipseWideEnv.openEditor(Unknown Source)
         at com.m7.wide.project.artifact.action.OpenAction.run(Unknown Source)
         at com.m7.wide.eclipse.jstudio.appexplorer.AppExplorerTreeViewer.open(Unknown Source)
         at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
         at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
         at org.eclipse.core.runtime.Platform.run(Platform.java:783)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
         at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
         at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
         at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
         at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
         at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
         at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:843)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3080)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2713)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
         at org.eclipse.core.launcher.Main.run(Main.java:973)
         at org.eclipse.core.launcher.Main.eclipse_main(Main.java:948)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:29)
         at java.awt.event.InvocationEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    !SUBENTRY 1 org.eclipse.ui 4 0 2005-12-13 11:58:43.346
    !MESSAGE Warning: Detected recursive attempt by part com.m7.wide.eclipse.jstudio.DocEditor.jsp to create itself (this is probably, but not necessarily, a bug)
    *** Date: Tue Dec 13 12:48:19 PST 2005
    *** Platform Details:
    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=M20050929-0840
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\packages\Eclipse3.1\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    7b4_30
    -feature
    com.m7.nitrox
    -application
    org.eclipse.ui.ide.workbench
    -vm
    C:\WINDOWS\system32\javaw.exe
    eclipse.product=com.m7.nitrox
    eclipse.startTime=1134504472516
    eclipse.vm=C:\WINDOWS\system32\javaw.exe
    eclipse.vmargs=-Xms128M
    -Xmx512M
    -Dosgi.splashLocation=C:\packages\Workshop_for_Struts_3.0_471\Workshop\splash.bmp
    -jar
    C:\packages\Eclipse3.1\eclipse\startup.jar
    eof=eof
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\packages\Eclipse3.1\eclipse\startup.jar
    java.class.version=48.0
    java.endorsed.dirs=C:\Program Files\Java\j2re1.4.2_04\lib\endorsed
    java.ext.dirs=C:\Program Files\Java\j2re1.4.2_04\lib\ext
    java.home=C:\Program Files\Java\j2re1.4.2_04
    java.io.tmpdir=C:\DOCUME~1\charris\LOCALS~1\Temp\
    java.library.path=C:\WINDOWS\system32;.;C:\WINDOWS\System32;C:\WINDOWS;C:\PROGRA~1\PVCS\vm\win32\bin;C:\PROGRA~1\PVCS\vm\common\bin\win32;C:\Program Files\Common Files\Software AG;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\nls;C:\WINDOWS\system32\nls\ENGLISH;C:\Program Files\Attachmate\E!E2K\;C:\Magicsql\sqlany50\win;C:\Magicsql\netmap;c:\java\bin;c:\java\bin\pstools;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\packages\apache-ant-1.6.2\bin;C:\Program Files\Novell\ZENworks\;C:\packages\jwsdp-1.6\jwsdp-shared\bin;Z:.;Y:.;
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.4.2_04-b05
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.4
    java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.4.2_04
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=1.4.2_04-b05
    line.separator=
    m7.launcher=true
    org.eclipse.jdt.debug.ui.scrapbookActive=false
    org.osgi.framework.bootdelegation=*
    org.osgi.framework.executionenvironment=J2SE-1.4
    org.osgi.framework.language=en
    org.osgi.framework.os.name=WindowsXP
    org.osgi.framework.os.version=5.1
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=javax.accessibility,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.3.0
    org.osgi.supports.framework.extension=true
    org.w3c.css.sac.parser=com.steadystate.css.parser.SACParser
    org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
    os.arch=x86
    os.name=Windows XP
    os.version=5.1
    osgi.arch=x86
    osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
    osgi.bundlestore=c:\packages\Eclipse3.1\eclipse\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/c:/packages/Eclipse3.1/eclipse/configuration/
    osgi.framework=file:/c:/packages/Eclipse3.1/eclipse/plugins/org.eclipse.osgi_3.1.1.jar
    osgi.framework.beginningstartlevel=1
    osgi.framework.shape=jar
    osgi.framework.version=3.1.1
    osgi.install.area=file:/c:/packages/Eclipse3.1/eclipse/
    osgi.instance.area=file:/C:/packages/Eclipse3.1/eclipse/workspace/
    osgi.instance.area.default=file:/C:/Documents and Settings/charris/workspace/
    osgi.logfile=C:\packages\Eclipse3.1\eclipse\workspace\.metadata\.log
    osgi.manifest.cache=c:\packages\Eclipse3.1\eclipse\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.os=win32
    osgi.splashLocation=C:\packages\Workshop_for_Struts_3.0_471\Workshop\splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath=c:\packages\Eclipse3.1\eclipse\plugins
    osgi.ws=win32
    path.separator=;
    sun.arch.data.model=32
    sun.boot.class.path=C:\Program Files\Java\j2re1.4.2_04\lib\rt.jar;C:\Program Files\Java\j2re1.4.2_04\lib\i18n.jar;C:\Program Files\Java\j2re1.4.2_04\lib\sunrsasign.jar;C:\Program Files\Java\j2re1.4.2_04\lib\jsse.jar;C:\Program Files\Java\j2re1.4.2_04\lib\jce.jar;C:\Program Files\Java\j2re1.4.2_04\lib\charsets.jar;C:\Program Files\Java\j2re1.4.2_04\classes
    sun.boot.library.path=C:\Program Files\Java\j2re1.4.2_04\bin
    sun.cpu.endian=little
    sun.cpu.isalist=pentium i486 i386
    sun.io.unicode.encoding=UnicodeLittle
    sun.java2d.fontpath=
    sun.os.patch.level=Service Pack 1
    user.country=US
    user.dir=C:\packages\Eclipse3.1\eclipse
    user.home=C:\Documents and Settings\charris
    user.language=en
    user.name=CHarris
    user.timezone=America/Los_Angeles
    user.variant=
    vendor=Apache Software Foundation
    vendor-url=http://xml.apache.org/xalan-j
    version=2.4.1
    *** Features:
    com.m7.nitrox (3.0.0) "Workshop"
    org.eclipse.emf (2.1.1) "Eclipse Modeling Framework (EMF)"
    org.eclipse.emf.doc (2.1.1) "Eclipse Modeling Framework (EMF) Programmers Guide"
    org.eclipse.emf.ecore.sdo (2.1.1) "EMF Service Data Objects (SDO)"
    org.eclipse.emf.ecore.sdo.doc (2.1.1) "EMF Service Data Objects (SDO) Programmers Guide"
    org.eclipse.emf.ecore.sdo.source (2.1.1) "EMF Service Data Objects (SDO) Source"
    org.eclipse.emf.examples (2.1.0) "Eclipse Modeling Framework (EMF) Examples"
    org.eclipse.emf.source (2.1.1) "Eclipse Modeling Framework (EMF) Source"
    org.eclipse.gef (3.1.1) "Graphical Editing Framework"
    org.eclipse.gef.examples (3.1.1) "GEF Examples"
    org.eclipse.gef.sdk (3.1.1) "Graphical Editing Framework Developer Resources"
    org.eclipse.gef.source (3.1.1) "Graphical Editing Framework Developer Resources"
    org.eclipse.jdt (3.1.1) "Eclipse Java Development Tools"
    org.eclipse.jdt.source (3.1.1) "Eclipse Java Development Tools SDK"
    org.eclipse.jem (1.1.0.1) "Java EMF Model"
    org.eclipse.jem.sdk (1.1.0.1) "Java EMF Model SDK"
    org.eclipse.jem.source (1.1.0.1) "Java EMF Model Source"
    org.eclipse.jst (0.7.1) "J2EE Standard Tools"
    org.eclipse.jst.sdk (0.7.1) "J2EE Standard Tools SDK"
    org.eclipse.pde (3.1.1) "Eclipse Plug-in Development Environment"
    org.eclipse.pde.source (3.1.1) "Eclipse Plug-in Development Environment Developer Resources"
    org.eclipse.platform (3.1.1) "Eclipse Platform"
    org.eclipse.platform.source (3.1.1) "Eclipse Platform Plug-in Developer Resources"
    org.eclipse.rcp (3.1.1) "Eclipse RCP"
    org.eclipse.rcp.source (3.1.1) "Eclipse RCP Plug-in Developer Resources"
    org.eclipse.sdk (3.1.1) "Eclipse Project SDK"
    org.eclipse.sdk.examples (3.0.1) "Eclipse SDK Examples"
    org.eclipse.team.extras (3.0.0) "Eclipse FTP and WebDAV Support"
    org.eclipse.ve (1.1.0.1) "Visual Editor"
    org.eclipse.ve.sdk (1.1.0.1) "Visual Editor SDK"
    org.eclipse.ve.source (1.1.0.1) "Visual Editor Source"
    org.eclipse.wst (0.7.1) "Web Standard Tools"
    org.eclipse.wst.sdk (0.7.1) "Web Standard Tools SDK"
    org.eclipse.xsd (2.1.1) "XML Schema Infoset Model (XSD)"
    org.eclipse.xsd.doc (2.1.1) "XML Schema Infoset Model (XSD) Programmers Guide"
    org.eclipse.xsd.source (2.1.1) "XML Schema Infoset Model (XSD) Source"
    *** Plug-in Registry:
    com.ibm.etools.emf.event (3.0.0.1) "Event Model" [Resolved]
    com.m7.nitrox (3.0.0) "Workshop" [Active]
    com.m7.nitrox.database (3.0.0) "Workshop Database" [Resolved]
    com.m7.nitrox.debugger (3.0.0) "Workshop JSP Debugger" [Resolved]
    com.m7.nitrox.eclipse3.0 (3.0.0) "Workshop Eclipse 3.0" [Resolved]
    com.m7.nitrox.ejb3 (3.0.0) "Workshop EJB3 Persistence" [Resolved]
    com.m7.nitrox.hibernate (3.0.0) "Workshop Hibernate" [Resolved]
    com.m7.nitrox.jsf (3.0.0) "Workshop JSF" [Resolved]
    com.m7.nitrox.jsp (3.0.0) "Workshop JSP" [Resolved]
    com.m7.nitrox.jstl (3.0.0) "Workshop JSTL" [Resolved]
    com.m7.nitrox.jwebapp (3.0.0) "Workshop Java Web Application" [Resolved]
    com.m7.nitrox.orm (3.0.0) "Workshop ORM" [Resolved]
    com.m7.nitrox.struts (3.0.0) "Workshop Struts" [Resolved]
    org.apache.ant (1.6.5) "Apache Ant" [Active]
    org.apache.axis (1.2.1) "Axis121 Plug-in" [Resolved]
    org.apache.lucene (1.4.3) "Apache Lucene" [Resolved]
    org.apache.wsil4j (1.0.0) "Apache WSIL4J 1.0" [Resolved]
    org.apache.xerces (2.7.0) "Xerces 2.7.0" [Resolved]
    org.eclipse.ant.core (3.1.1) "Ant Build Tool Core" [Resolved]
    org.eclipse.ant.ui (3.1.1) "Ant UI" [Active]
    org.eclipse.compare (3.1.1) "Compare Support" [Resolved]
    org.eclipse.compare.examples (3.0.0) "Compare Example" [Resolved]
    org.eclipse.compare.examples.xml (3.0.0) "XML Compare Support" [Resolved]
    org.eclipse.core.boot (3.1.0) "Core Boot" [Resolved]
    org.eclipse.core.commands (3.1.0) "Commands" [Active]
    org.eclipse.core.expressions (3.1.0) "Expression Language" [Active]
    org.eclipse.core.filebuffers (3.1.0) "File Buffers" [Active]
    org.eclipse.core.resources (3.1.0) "Core Resource Management" [Active]
    org.eclipse.core.resources.compatibility (3.1.0) "Core Resource Management Compatibility Fragment" [Resolved]
    org.eclipse.core.resources.win32 (3.1.0) "Core Resource Management Win32 Fragment" [Resolved]
    org.eclipse.core.runtime (3.1.1) "Core Runtime" [Active]
    org.eclipse.core.runtime.compatibility (3.1.0) "Core Runtime Plug-in Compatibility" [Active]
    org.eclipse.core.variables (3.1.0) "Core Variables" [Resolved]
    org.eclipse.debug.core (3.1.0) "Debug Core" [Active]
    org.eclipse.debug.ui (3.1.1) "Debug UI" [Active]
    org.eclipse.draw2d (3.1.1) "Draw2d" [Resolved]
    org.eclipse.draw2d.doc.isv (3.1.1) "Draw2D Documentation" [Resolved]
    org.eclipse.emf (2.1.1) "Eclipse Modeling Framework (EMF)" [Resolved]
    org.eclipse.emf.activities (2.1.0) "EMF Activities" [Resolved]
    org.eclipse.emf.ant (2.1.0) "EMF Ant Tasks" [Resolved]
    org.eclipse.emf.codegen (2.1.0) "EMF Template Code Generator" [Resolved]
    org.eclipse.emf.codegen.ecore (2.1.0) "EMF Ecore Code Generation" [Resolved]
    org.eclipse.emf.codegen.ecore.ui (2.1.0) "EMF Ecore Code Generation UI" [Resolved]
    org.eclipse.emf.codegen.ui (2.1.0) "EMF Template Code Generator UI" [Resolved]
    org.eclipse.emf.common (2.1.0) "EMF Common" [Active]
    org.eclipse.emf.common.ui (2.1.0) "EMF Common UI" [Resolved]
    org.eclipse.emf.commonj.sdo (2.1.0) "CommonJ SDO" [Resolved]
    org.eclipse.emf.doc (2.1.1) "Eclipse Modeling Framework (EMF) Programmers Guide" [Resolved]
    org.eclipse.emf.ecore (2.1.0) "EMF Ecore" [Active]
    org.eclipse.emf.ecore.change (2.1.0) "EMF Ecore Change Model" [Resolved]
    org.eclipse.emf.ecore.change.edit (2.1.0) "EMF Ecore Change Edit Support" [Resolved]
    org.eclipse.emf.ecore.edit (2.1.1) "EMF Ecore Edit Support" [Resolved]
    org.eclipse.emf.ecore.editor (2.1.0) "Sample Ecore Editor" [Resolved]
    org.eclipse.emf.ecore.sdo (2.1.1) "EMF Service Data Objects (SDO)" [Resolved]
    org.eclipse.emf.ecore.sdo.doc (2.1.1) "EMF Service Data Objects (SDO) Programmers Guide" [Resolved]
    org.eclipse.emf.ecore.sdo.edit (2.1.0) "EMF Service Data Objects (SDO) Edit Support" [Resolved]
    org.eclipse.emf.ecore.sdo.editor (2.1.0) "EMF Service Data Objects (SDO) Editor" [Resolved]
    org.eclipse.emf.ecore.sdo.source (2.1.1) "EMF Service Data Objects (SDO) Source" [Resolved]
    org.eclipse.emf.ecore.xmi (2.1.0) "EMF XMI" [Active]
    org.eclipse.emf.edit (2.1.1) "EMF Edit" [Resolved]
    org.eclipse.emf.edit.ui (2.1.0) "EMF Edit UI" [Resolved]
    org.eclipse.emf.examples (2.1.0) "Eclipse Modeling Framework (EMF) Examples" [Resolved]
    org.eclipse.emf.importer (2.1.0) "EMF Model Import Support" [Resolved]
    org.eclipse.emf.importer.ecore (2.1.0) "EMF Ecore Importer" [Resolved]
    org.eclipse.emf.importer.java (2.1.1) "EMF Annotated Java Importer" [Resolved]
    org.eclipse.emf.importer.rose (2.1.1) "EMF Rose Importer" [Resolved]
    org.eclipse.emf.java (2.1.0) "EMF Java" [Resolved]
    org.eclipse.emf.java.edit (2.1.0) "EMF Java Edit" [Resolved]
    org.eclipse.emf.java.editor (2.1.0) "EMF Java Editor" [Resolved]
    org.eclipse.emf.mapping (2.1.0) "EMF Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2ecore (2.1.0) "Ecore to Ecore Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.1.0) "Ecore to Ecore Mapping Editor" [Resolved]
    org.eclipse.emf.mapping.ecore2xml (2.1.0) "Ecore to XML Mapping" [Resolved]
    org.eclipse.emf.mapping.ecore2xml.ui (2.1.1) "Ecore to XML Mapping UI" [Resolved]
    org.eclipse.emf.mapping.ui (2.1.0) "EMF Mapping UI" [Resolved]
    org.eclipse.emf.mapping.xsd2ecore (2.1.0) "XSD to Ecore Mapping" [Resolved]
    org.eclipse.emf.mapping.xsd2ecore.editor (2.1.0) "XSD to Ecore Mapping Editor" [Resolved]
    org.eclipse.emf.source (2.1.1) "Eclipse Modeling Framework (EMF) Source" [Resolved]
    org.eclipse.gef (3.1.1) "Graphical Editing Framework" [Resolved]
    org.eclipse.gef.doc.isv (3.1.1) "Graphical Editing Framework Documentation" [Resolved]
    org.eclipse.gef.examples.flow (3.1.1) "GEF Flow Editor Example" [Resolved]
    org.eclipse.gef.examples.logic (3.1.1) "GEF Logic Editor Example" [Resolved]
    org.eclipse.gef.examples.shapes (3.1.1) "GEF Shape Editor Example" [Resolved]
    org.eclipse.gef.examples.source (3.1.1) "GEF Examples" [Resolved]
    org.eclipse.gef.examples.text (3.1.1) "GEF Text Editor Example" [Resolved]
    org.eclipse.gef.source (3.1.1) "Graphical Editing Framework Developer Resources" [Resolved]
    org.eclipse.help (3.1.0) "Help System Core" [Active]
    org.eclipse.help.appserver (3.1.0) "Help Application Server" [Resolved]
    org.eclipse.help.base (3.1.0) "Help System Base" [Resolved]
    org.eclipse.help.examples.ex1 (3.0.0) "Online Help Sample" [Resolved]
    org.eclipse.help.ui (3.1.1) "Help System UI" [Resolved]
    org.eclipse.help.webapp (3.1.0) "Help System Webapp" [Resolved]
    org.eclipse.jdt (3.1.0) "Eclipse Java Development Tools" [Resolved]
    org.eclipse.jdt.core (3.1.1) "Java Development Tools Core" [Active]
    org.eclipse.jdt.debug (3.1.1) "JDI Debug Model" [Active]
    org.eclipse.jdt.debug.ui (3.1.1) "JDI Debug UI" [Active]
    org.eclipse.jdt.doc.isv (3.1.1) "Eclipse JDT Plug-in Developer Guide" [Resolved]
    org.eclipse.jdt.doc.user (3.1.1) "Eclipse Java Development User Guide" [Resolved]
    org.eclipse.jdt.junit (3.1.1) "Java Development Tools JUnit support" [Resolved]
    org.eclipse.jdt.junit.runtime (3.1.0) "Java Development Tools JUnit runtime support" [Resolved]
    org.eclipse.jdt.launching (3.1.0) "Java Development Tools Launching Support" [Active]
    org.eclipse.jdt.source (3.1.1) "Eclipse Java Development Tools SDK" [Resolved]
    org.eclipse.jdt.ui (3.1.1) "Java Development Tools UI" [Active]
    org.eclipse.jdt.ui.examples.projects (3.0.1) "Java Development Tools Example Projects" [Resolved]
    org.eclipse.jem (1.1.0.1) "Java EMF Model" [Resolved]
    org.eclipse.jem.beaninfo (1.1.0.1) "Java EMF Model BeanInfo (Introspection) Support" [Resolved]
    org.eclipse.jem.proxy (1.1.0.1) "Java EMF Model Proxy Support" [Resolved]
    org.eclipse.jem.sdk (1.1.0) "Java EMF Model SDK" [Resolved]
    org.eclipse.jem.source (1.1.0.1) "Java EMF Model Source" [Resolved]
    org.eclipse.jem.ui (1.1.0.1) "Java EMF Model UI" [Resolved]
    org.eclipse.jem.util (1.1.0) "Java EMF Model Utilities" [Installed]
    org.eclipse.jem.util (1.1.0.1) "Java EMF Model Utilities" [Active]
    org.eclipse.jem.workbench (1.1.0.1) "Java EMF Model Workbench Support" [Resolved]
    org.eclipse.jface (3.1.1) "JFace" [Active]
    org.eclipse.jface.text (3.1.1) "JFace Text" [Active]
    org.eclipse.jst (0.7.0) "J2EE Standard Tools" [Resolved]
    org.eclipse.jst.common.annotations.controller (0.7.1) "Annotation Controller Plug-in" [Resolved]
    org.eclipse.jst.common.annotations.core (0.7.0) "Annotation Core Plug-in" [Resolved]
    org.eclipse.jst.common.annotations.ui (0.7.0) "Ui Plug-in" [Resolved]
    org.eclipse.jst.common.frameworks (0.7.0) "Integration Plug-in" [Resolved]
    org.eclipse.jst.common.navigator.java (0.7.1) "Navigator Plug-in" [Resolved]
    org.eclipse.jst.ejb.ui (0.7.0) "WTP EJB UI Plug-in" [Resolved]
    org.eclipse.jst.j2ee (0.7.1) "J2EE Component" [Resolved]
    org.eclipse.jst.j2ee.core (0.7.1) "J2EE Core Component" [Resolved]
    org.eclipse.jst.j2ee.ejb (0.7.0) "EJB component Plug-in" [Resolved]
    org.eclipse.jst.j2ee.ejb.annotation.model (0.7.0) "EJB Annotation Model Plug-in" [Resolved]
    org.eclipse.jst.j2ee.ejb.annotations.emitter (0.7.0) "EJB Emitter Plug-in" [Resolved]
    org.eclipse.jst.j2ee.ejb.annotations.ui (0.7.1) "EJB Annotations Ui Plug-in" [Resolved]
    org.eclipse.jst.j2ee.ejb.annotations.xdoclet (0.7.1) "Xdoclet Annotations Plug-in" [Resolved]
    org.eclipse.jst.j2ee.jca (0.7.0) "JCA Plug-in" [Resolved]
    org.eclipse.jst.j2ee.jca.ui (0.7.0) "WTP JCA UI Plug-in" [Resolved]
    org.eclipse.jst.j2ee.navigator.ui (0.7.0) "J2EE Extensions to Common Navigator" [Resolved]
    org.eclipse.jst.j2ee.ui (0.7.1) "WTP J2EE UI Plug-in" [Resolved]
    org.eclipse.jst.j2ee.web (0.7.1) "Web Plug-in" [Resolved]
    org.eclipse.jst.j2ee.webservice (0.7.0) "Web Service Plug-in" [Resolved]
    org.eclipse.jst.j2ee.webservices.ui (0.7.0) "WTP Webservice UI Plug-in" [Resolved]
    org.eclipse.jst.jsp.core (0.7.0) "Structured Source JSP Model" [Installed]
    org.eclipse.jst.jsp.core (0.7.1) "Structured Source JSP Model" [Active]
    org.eclipse.jst.jsp.ui (0.7.0) "SSE JSP Source Editor" [Installed]
    org.eclipse.jst.jsp.ui (0.7.1) "SSE JSP Source Editor" [Active]
    org.eclipse.jst.server.core (0.7.0) "Java Server Support" [Resolved]
    org.eclipse.jst.server.generic.core (0.7.0) "Generic Server Plugin" [Resolved]
    org.eclipse.jst.server.generic.serverdefinitions (0.7.0) "Generic server example definitions" [Resolved]
    org.eclipse.jst.server.generic.ui (0.7.0) "Generic Server Plugin UI" [Resolved]
    org.eclipse.jst.server.geronimo.core (0.7.0) "Geronimo server support" [Resolved]
    org.eclipse.jst.server.geronimo.ui (0.7.0) "Geronimo server UI support" [Resolved]
    org.eclipse.jst.server.tomcat.core (0.7.0) "Apache Tomcat Support" [Resolved]
    org.eclipse.jst.server.tomcat.ui (0.7.0) "Apache Tomcat UI Support" [Resolved]
    org.eclipse.jst.server.ui (0.7.0) "Java Server UI Support" [Resolved]
    org.eclipse.jst.server.websphere.core (0.7.0) "WebSphere Generic Server Definition Core Plug-in" [Resolved]
    org.eclipse.jst.servlet.ui (0.7.1) "WTP Servlet UI Plug-in" [Resolved]
    org.eclipse.jst.source (0.7.1) "J2EE Standard Tools SDK" [Resolved]
    org.eclipse.jst.ws (0.7.1) "Web Services" [Resolved]
    org.eclipse.jst.ws.axis.consumption.core (0.7.0) "Web service Axis Consumption Core" [Resolved]
    org.eclipse.jst.ws.axis.consumption.ui (0.7.1) "Webservice Axis Consumption UI" [Resolved]
    org.eclipse.jst.ws.axis.creation.ui (0.7.0) "Webservice Axis Creation UI" [Resolved]
    org.eclipse.jst.ws.consumption (0.7.0) "Web Services Consumption" [Resolved]
    org.eclipse.jst.ws.consumption.ui (0.7.1) "Web Services Consumption Graphical User Interface" [Resolved]
    org.eclipse.jst.ws.creation.ejb.ui (0.7.0) "Web Services Creation EJB Graphical User Interface" [Resolved]
    org.eclipse.jst.ws.creation.ui (0.7.1) "Web Services Creation Graphical User Interface" [Resolved]
    org.eclipse.jst.ws.uddiregistry (0.7.0) "Web Services Universal Description Discovery and Integration Registry" [Resolved]
    org.eclipse.jst.ws.ui (0.7.1) "Web Services Graphical User Interface" [Resolved]
    org.eclipse.ltk.core.refactoring (3.1.0) "Refactoring Core" [Active]
    org.eclipse.ltk.ui.refactoring (3.1.1) "Refactoring UI" [Active]
    org.eclipse.osgi.services (3.1.1) "OSGi Release 3 Services" [Resolved]
    org.eclipse.osgi.util (3.1.1) "OSGi R3 Utility Classes" [Resolved]
    org.eclipse.pde (3.1.0) "Eclipse Plug-in Development Environment" [Resolved]
    org.eclipse.pde.build (3.1.0) "Plug-in Development Environment Build Support" [Resolved]
    org.eclipse.pde.core (3.1.1) "Plug-in Development Core" [Resolved]
    org.eclipse.pde.doc.user (3.1.1) "Eclipse Plug-in Development User Guide" [Resolved]
    org.eclipse.pde.junit.runtime (3.1.0) "PDE JUnit Plug-in Test" [Resolved]
    org.eclipse.pde.runtime (3.1.1) "Plug-in Development Environment Runtime" [Resolved]
    org.eclipse.pde.source (3.1.1) "Eclipse Plug-in Development Environment Developer Resources" [Resolved]
    org.eclipse.pde.ui (3.1.1) "Plug-in Development UI" [Resolved]
    org.eclipse.platform (3.1.1) "Eclipse Platform" [Resolved]
    org.eclipse.platform.doc.isv (3.1.1) "Eclipse Platform Plug-in Developer Guide" [Resolved]
    org.eclipse.platform.doc.user (3.1.1) "Eclipse Workbench User Guide" [Resolved]
    org.eclipse.platform.source (3.1.1) "Eclipse Platform Plug-in Developer Resources" [Resolved]
    org.eclipse.platform.so

    What kind of projects are they (Struts/JSF/Hibernate)? Does the working project differ in any way with other two apps?
    What exactly is not working? Are they recognized by workshop as Struts/JSF/Hibernate app?
    Please send the .log to [email protected]

  • Problem with how AppXray works...?

    After defining my application in NitroX/Eclipse and building, I receive errors
    of this type:
    Error
    The file "/resources/images/trans1x1.gif" does not exist.
    brandEditorList.html
    Nsyrinx/templates/cat/admin/brand
    The html file in question contains this html fragment:
         <img width="4" src="/resources/images/trans1x1.gif" border="0">
    IMHO these should not be listed as errors because based on the server.xml that
    I'm using, these image files are located in the "ROOT" webapp, and they do exist
    in the file system.
    Any thoughts?
    -Mike

    This is now fixed to be a "warning" instead of "error" in the 143 build. The
    fix will be available in the release build.
    I believe the warning is valid. In your example NitroX would look for the
    file "resources/images/trans1x1.gif" in the (NitroX) web application root
    (i.e the directory containing the WEB-INF folder) and complains if it does
    not find it.
    I understand that in your case the file does not exist where it is expected
    at design time but it will exist at runtime, but it could have been a real
    mistake.
    M7 Support
    "Michael Schulz" <[email protected]> wrote in message
    news:409bb181$[email protected]..
    After defining my application in NitroX/Eclipse and building, I receiveerrors
    of this type:
    Error
    The file "/resources/images/trans1x1.gif" does not exist.
    brandEditorList.html
    Nsyrinx/templates/cat/admin/brand
    The html file in question contains this html fragment:
    img width="4" src="/resources/images/trans1x1.gif" border="0"
    IMHO these should not be listed as errors because based on the server.xml
    that
    I'm using, these image files are located in the "ROOT" webapp, and they do
    exist
    in the file system.
    Any thoughts?
    -Mike

  • SQL Developer 1.5.5 crash

    I have SQL Developer 1.5.5.59.69 installed but is crashing when I run it
    ruben@tuxwork bin $ sh sqldeveloper
    Oracle SQL Developer
    Copyright (c) 2008, Oracle. All rights reserved.
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00007f513b9247df, pid=9326, tid=139985985456464
    # JRE version: 6.0_15-b03
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (14.1-b02 mixed mode linux-amd64 )
    # Problematic frame:
    # C [libc.so.6+0x307df] catgets+0x1f
    # An error report file with more information is saved as:
    # /tmp/hs_err_pid9326.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    /opt/sqldeveloper/sqldeveloper/bin/../../ide/bin/launcher.sh: line 519: 9326 Abortado ${JAVA} "${APP_VM_OPTS[@]}" ${APP_ENV_VARS} -classpath ${APP_CLASSPATH} ${APP_MAIN_CLASS} "${APP_APP_OPTS[@]}"
    System --> Gentoo amd64
    JDK --> sun-jdk-1.6.0.15
    Oracle Instantclient --> 11.1.0.7.0

    If that's the 64 bit JDK, you should download the 32 bit one.
    Then edit \sqldeveloper\bin\sqldeveloper.conf:
    SetJavaHome C:\Archivos de programa\Java\jdk1.6.0_10Hope that helps,
    K

  • Source when in Web Perspective

    I've changed the source folders in my web application. Eclipse/nitox, died while trying to build the nitox database. I could no longer start eclipse (would say building the nitrox database and hang). Eventually, I went to the project directory, deleted the .m7.poject and restarted. Everything was ok. I set my project to manage as a web application, and things are almost correct.
    If the source folder is not under the web directory, it there any way to get the source in the AppXplorer view?.

    Hi,
    Though it is ideal to have the source within "web" (Or WEB-INF) directory it is not compulsion. As long as you configure Project > Properties > Java Build Path > Source tab pointing to correct location it should be fine.
    And regarding the crash it would be helpful if you can describe the exact steps carried out, please send us the below information & log files to [email protected]
    * Window > Preferences > Java > Installed JREs - the JRE/JDK version
    * Help > About NitroX > Click on Eclipse icon - Version & build id
    * Help > About NitroX > Click on NitroX icon - Version & build id
    * goto your workspace - ..eclipse\workspace\.metadata - .log file
    * goto <NitroX Install Folder>\NitroX\eclipse\plugins\com.m7.nitrox_2.0.0 - m7.log.0 file
    Thanks
    M7 Support

  • NoClassDefFoundError while validating JSP

    Hello, I am using the trial version of NitroX for Struts with Eclipse 3.0.2. Everything seemed to be OK for the first 5 days or so, but now, every time I do a build, I get this warning in the "Problems" tab of the Web Perspective:
    Run-time exception java.lang.NoClassDefFoundError occurred during validation. The validator being run was JSP Validator and the message thrown was com/genuitec/eclipse/core/util/Util. I get one of these messages for every JSP in my project, regardless of simplicity. Thank you in advance any help/advice you can give.

    Hi,
    What are the different plug-ins configured for your eclipse?
    Send the following log files to [email protected]
    * ..eclipse\workspace\.metadata - .log file
    * <NitroX Install Folder>\NitroX\eclipse\plugins\com.m7.nitrox_2.0.0 - m7.log.0 file
    M7 Support

Maybe you are looking for