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

Similar Messages

  • File not found error (404) from web browser

    I installed 901 DB on different Oracle home and iAS 1.0.2.2 in a
    different Oracle home. The ifsconfig went thru fine.
    However I am unable to access the login page ( I executed
    ifsapachesetup ). I tried to access
    http://<machine>:<port>/servlet/files.
    I see the following error in Jserv.log
    ajp12: Servlet Error: NoClassDefFoundError:
    oracle.ifs.protocols.dav.impl.IfsDavServlet
    On the browser I get File not found error ( HTTP 404 )
    Do I need to perform additional steps on Solaris machine ( apart
    from executing apache setup script ).
    Please help me.

    Make sure you have started all the services:
    - ifsjservctl -start
    - ifslaunchdc
    - ifslaunchnode
    - ifsstartdomain
    all are in the iFS bin directory.
    Keith

  • File not found after importing from external hard drive

    I have been importing music from an external hard drive into my Itunes account.  Some of the songs transfer fine, but some of them show up in Itunes as being imported, but when I go to listen to them I get a file not found message because the original file cannot be found.  If I have the hard drive plugged in there is no problem, but without it I get that message. 
    Any advice?  I"d really like to get all music set up in Itunes.

    Search Amazon - Davie Pogue I believe has released the missing manual for Leopard - it is a good general reference Liz Castro did a great book on iPhoto 05 but has not done one for '08 as of now
    The iPhoto Help section is very helpful
    Reading this forum will teach you a lot about iPhoto
    If you have not taken the iPhoto tutorials yet you should - http://www.apple.com/support/iphoto/
    Make mistakes and fix them - that's the way I do it
    LN

  • Error: File Not Found on File Repository Server

    Post Author: Ashish.Phanse
    CA Forum: Exporting
    Hi
    We have clustered 2 servers and all the services of both the servers have CMS Name as "@<Cluster_Name>"
    But when we run any crystal report through the thin client(portal) or through crystal itself, it is showing the errror ---
    "xxxxxxxx.rpt not found on File Repository Server". If I check the path for report in CMC and if I check physical location, the file is present.
    This is happening only with Crystal reports and not with DESKI or WEBI reports.
    Please help...
    Thanks
    Ashish

    Post Author: eng_y_y
    CA Forum: Exporting
    Hi Ashish,
    Did you uninstall the Business Objectes and reinstall it again?

  • Gif file not found in JAR from Java Application

    Hello Forumers,
    Could some one please explain how to create a JAR file from where I can get a GIF file. I have tried a number of different ways but it allways fails. (I have tried to add the GIF files using the jar command and I have tried to add it using WinZip after the jar is created).
    To isolate the problem I created this very simple program, the program works very well when the gif file resides on the directory from where I run the Application, but when I remove it from the directory it fails. I have tried to put the GIF file in the JAR in a number of different ways but it allways fails. (I have also tried with and without slash before the name of the GIF). I guess the problem is the way I create the JAR file
    import java.io.*;
    public class GifTest
    { public static void main(String args[])
    { InputStream in = GifTest.class.getResourceAsStream("/open.gif");
    if (in==null)
    System.out.println("Null returned");
    else
    System.out.println("OK");
    Any Hints appreciated
    /Kjell

    Hi,
    here is a small application using my own class GetImageIcon.
    Normally I have this "help-class" in a utility-package to use it from all my projects without copying. For this example I copied the code in the test application. Feel free to use the code of the class like you want. For me it works fine.
    Do the following:
    1. Create a folder called /meta-inf under the folder where the class-files are. Use a text-editor and create a file saved as "manifest.mf".
    manifest.mf tells the jar-file which is the main-class from where the application will start when double-clicked.
    It only has to contain one line:
    Main-Class: GifTest
    2. Compile and create the jar file. I made a bat-file containing:
    javac -verbose GifTest.java
    %pause
    REM Create Jar-File
    jar cmf meta-inf/manifest.mf GifTest.jar *.class *.gif
    REM Show Table of Content of the Jar-File
    jar tf GifTest.jar
    %pause
    So you can see what's in the jar-file.
    3. When you double-click on the jar-file the application is executed. So it is easier to use for the users. They don't have to type in anything on the command-line. You can deploy this jar-file to any client and run it. The only thing you have to do, is to install the JRE on the clients.
    I develop with JDK 1.3.1 and JRE 1.3.1 is installed on the clients of the company I work for.
    //Begin of the code
    import java.io.*;
    import java.awt.*;
    import javax.swing.*;
    import java.util.jar.*;
    public class GifTest extends JFrame
            protected JLabel m_title;
            protected ImageIcon m_image;
            static File file;
            //You have to define the name of the jar-file
            static String jarFile = "GifTest.jar";
            //Instance of the class GetImageIcon
            protected GetImageIcon gii = new GetImageIcon();
            public GifTest()
                    super("GifTest");
                    setSize(400,200);
                    //the name of the image and the name of the jar-file the image resides in
                    m_image = gii.getImageIcon("orb.gif", "GifTest.jar");
                    m_title = new JLabel(null, m_image, SwingConstants.CENTER);
                    getContentPane().add(m_title, BorderLayout.NORTH);
            public static void main(String argv[]) {
                    GifTest frame = new GifTest();
                    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    frame.setVisible(true);
    public class GetImageIcon{
    * @param fileName the full qualified name of the file
    * from the root of your application. use a "/" before the
    * fileName, eg. /images/warning.gif
        public ImageIcon getImageIcon(String fileName, String jarName) {
            int counter, c, i = 0;
            byte buffer[];
            JarFile  jfile;
            JarEntry jentry;
            InputStream in;
            ImageIcon m_image;
            try{
                    // Create Jar-File object from JarFile
                    jfile = new JarFile(jarName);
            catch(Exception ex){
                    System.out.println("JarFile-Problem " + "\n" + ex);
                    return null;
            try{
                    // create Jar-Entry object from File-Name in JarFile
                    jentry = jfile.getJarEntry(fileName);
            catch(Exception ex){
                    System.out.println("JarEntry-Problem " + "\n" + ex);
                    return null;
            try{
                    // create InputStream from JarEntry
                    in = jfile.getInputStream(jentry);
            catch(Exception ex){
                    System.out.println("JarEntry-Problem " + "\n" + ex);
                    return null;
            try{
                    //get uncompressed size of entry data in Jar-File and create byte-array with this size
                    buffer = new byte[(int)jentry.getSize()];
                    //write int-value 'c' (casted to byte) with read() and while-loop in byte-Array
                    while((c = in.read()) != -1){
                            buffer[i] = (byte)c;
                            i++;
            catch(Exception ex){
                    System.out.println("in.read()-Problem " + "\n" + ex);
                    return null;
            try{
                    //create ImageIcon with byte-Array 'buffer'
                    m_image = new ImageIcon(buffer);
            catch(Exception ex){
                    System.out.println("ImageIcon-Problem " + "\n" + ex);
                    return null;
            // return the created ImageIcon
            return m_image;
    }

  • "File Not Found" Audio Files Missing in GarageBand '08

    Hello,
    A search of Google and the Apple Discussions has some variations on this theme and one specific to GarageBand '09, but what about '08?
    For some reason, when I open files that were working perfectly fine not too long ago now suddenly can't find the loops. I have NOT upgraded to GB '09, so why is it doing this in '08 and what do I do to fix it?
    Thank you for any and all help.

    I don't know how that would be possible. I am only able to have one project open at a time.
    I have, however, been using certain files as templates. So rather than start from scratch, I'll do a "save as" and then use the tracks I need while deleting the ones I don't.
    Does that answer your question?

  • Original File Not Found + m4a files not playing

    When I try to play a song in Itunes, it says that original file no found. I have no changed anything in my setting and checked the file path in itunes properties and it is correct. Additionally, when I try to play files directly by clicking on them in the itunes files, it says an application can't be found. The files are m4a files. I was able to get them to play outside of itunes by manully setting quicktime as the application to play them, but they still don't play in itunes. Any help would be much appreciateted.

    I often get the same message, although mine is for a different reason I believe! I had Itunes on my H drive instead of my C drive at first and ran out of room very quickly, I moved it to my C drive and copied all the songs over to a new library, but now when I want to play them, I get the same thing as you described! ?

  • Error -43 file not found when exporting from QT Pro 7.5

    I get the error -43 (a file could not be found) when trying to export into any format from within Quicktime Pro 7.5 (861) which i believe is the most current version. I also cannot perform a simple "save as" to save my video into another name, i dont get an error message for that one, but it just doesnt do anything. Im not sure if there is any point placing this on this forum, but maybe someone at Apple is interested in offering a little support...?

    OK so i found the solution myself - seems apple programmers have been not doing their jobs properly, to get this working the file name of the video that i want exported cannot be anything other than in 8.3 format (like old MS-DOS) but it's more than that, even if you do have the file in 8.3 format it still cant be in a directory that has a name longer than 8 characters, or which has spaces in it etc. so in my case i copied my video to c:\temp and renamed all of them to the old MS-DOS 8.3 format, now the export works... amazing I wonder how long i would have waited for apple support if i hadnt resolved this myself.

  • I purchased Adobe Acrobat 9 standard. It still works on my laptop but not on my desktop. It says Error 1311 source file not found setup files.

    I tried the "repair" feature but it does not work. Please help.

    Rave,
    Thanks for your response. I purchased my Acrobat 9 standard online. It is still functioning fine on my laptop. It is the desktop I am having issues with.
    A while back I downloaded the trial version of Pro. After 30 days, I determined that I didn't want it, so I declined to buy it. Right after that, my install files were gone. I suppose when they uninstalled the trial version they took my original files as well. I see nowhere to download from the Adobe site my replacement original files. What else can I do??

  • I am trying to install livecycle trial version, but i get Error 13:11 Source file not found

    Why do they even offer a free trial version of livecycle es4,  when its obviously not free??????
    i have tried from two different computers, windows 7 and windows 8, and before it can finish installing,
    a messsage pops up saying Error 13:11 Source file not found verify file exsist.  what does that even mean?

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Error 7: File not found

    When I run the labview it returns error 7 and says the possible reason is file not found or moved. from my understanding it is not locating the built in VI's like GPIB write, Read, Write to spreadsheet. Everything was running fine until I converted a file that i coded in labview 9 on my laptop to open it into labview 8.5 on my work desktop. How do I fix this problem?

    Both machine are showing the same problem. I even completely deleted the file from the machine and copied one that I had on my backup drive. But still the same problem. I can see those function in the palette however, now when i run anything it shows the same problem. i even tried by running a simple vi that i instantly wrote but the problem still persists. I havenot tried doing the repair because the labview installation files reside on the college network and I dont have access to those right now. To be precise the the message dispalyed is:
    LabVIEW:  File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    =========================
    NI-488:  Nonexistent GPIB interface.

  • "File Not Found" when addCourse through iTunesU web service.

    I have problem to add Course to my institute's iTunesU site through Web Service.
    I was able to get the xml doc back through showTree operation and here is part of it:
    <Site>
    <Name>my institute's name</Name>
    <Handle>123</Handle>
    <AggregateFileSize>63057465318</AggregateFileSize>
    <Section> <Name>Your Classes</Name>
    <Handle>456</Handle>
    <AggregateFileSize>57423912007</AggregateFileSize>
    <Course>
    <Name>course 1</Name>
    <Handle>111</Handle>
    </Course>
    </Section>
    <Section>
    I was able to get the uploadURL back too. The URL to get the uploadURL request:
    https://deimos.apple.com/WebObjects/Core.woa/API/GetUploadURL/myInstitute.edu.45 6?type=XMLControlFile
    The uploadURL I got back looks like:
    https://deimos2.apple.com/WebObjects/Files.woa/Upload/myInstitute.edu.456/X_1371095208_1a.43c06fa3.467dc4f2/%5Banonymous1371095208%5D/0046e71254900a071aa9241221a469d98ff1ef6fa973544c45ef9 5260dac6c64f05b10aefc
    But when I use the uploadURL above and post the addCourse.xml:
    <ITunesUDocument>
    <AddCourse>
    <ParentHandle>456</ParentHandle>
    <Course>
    <Name>Jing Test iTunesU Web service Course</Name>
    <ShortName>Jing Test</ShortName>
    </Course>
    </AddCourse>
    </ITunesUDocument>
    The response I got
    <error>File Not Found</error> File Not Found
    I used myInstitute.edu.456 to get the uploadURL and set it to ParentHandle on addCourse.xml since 456 is the section handler in whoch I want to add the course.
    I tried to remove 456 from the myInstitute.edu to get the uploadURL and then use it to add course, got the same error.
    Is there something wrong with the URL I used to get the uploadURL?
    here is the code and the values pass to the methodI used to send addCourse request:
    url = uploadURl on above
    name="file"
    fileName="file.xml";
    data=addCourse xml on above
    contentType="text/xml"
    public String invokeAction(String url,
    String name,
    String fileName,
    String data,
    String contentType) throws MessagingException {
    // Send a request to iTunes U and record the response.
    StringBuffer response = null;
    System.out.println("xml doc: ---" + data);
    try {
    // Verify that the communication will be over SSL.
    if (!url.startsWith("https")) {
    throw new MalformedURLException("ITunesUFilePOST.invokeAction(): URL \""
    + url + "\" does not use HTTPS.");
    // Build the multipart data.
    MimeMultipart multipart = new MimeMultipart();
    MultipartFormBuilder.addMultipartFormBody(multipart,
    name,
    fileName,
    data,
    contentType);
    // Create a connection to the requested iTunes U URL.
    HttpURLConnection connection =
    (HttpURLConnection) new URL(url).openConnection();
    connection.setUseCaches(false);
    connection.setDoOutput(true);
    connection.setRequestMethod("POST");
    connection.setRequestProperty("Content-Type",
    "multipart/form-data; boundary="
    + MultipartFormBuilder.getMultipartBoundary(multipart));
    String multipartData = MultipartFormBuilder.getMultipartData(multipart);
    // Send the multipart data to iTunes U.
    connection.connect();
    OutputStream output = connection.getOutputStream();
    output.write(multipartData.getBytes("UTF-8"));
    output.flush();
    output.close();
    // Read iTunes U's response.
    response = new StringBuffer();
    InputStream input = connection.getInputStream();
    Reader reader = new InputStreamReader(input, "UTF-8");
    reader = new BufferedReader(reader);
    char[] buffer = new char[16 * 1024];
    for (int n = 0; n >= 0;) {
    n = reader.read(buffer, 0, buffer.length);
    if (n > 0) response.append(buffer, 0, n);
    // Clean up.
    input.close();
    connection.disconnect();
    } catch (UnsupportedEncodingException e) {
    // ITunes U requires UTF-8 and ASCII encoding support.
    throw new java.lang.AssertionError("ITunesUFilePOST.invokeAction(): UTF-8 encoding not supported!");
    } catch (IOException e) {
    // Report communication problems.
    throw new java.lang.AssertionError("ITunesUFilePOST.invokeAction(): I/O Exception " + e);
    // Return the response received from iTunes U.
    System.out.println("response from ITunesUFilePOST: " + response.toString());
    return response.toString();
    }

    I'm having a similar "File Not Found" error, but it's happening for any API request other than GetUploadURL. I'm sending a POST request to the GetUploadURL, and that part is working correctly, as I get a URL such as the following:
    https://deimos2.apple.com/WebObjects/Files.woa/Upload/wvu.edu/X_1372071795_4d9433be.4c3fdd3d.4c3fdd3e/%22Chris%20Scharf%22%20%3Ccbscharf%40mail.wvu.edu%3E%20%28cbscharf%29%20%5B3258 7%5D/0046eaaaf078cf5d6b60f18926106a50a5050cf8f9c91a7608074e6d2949a8759017969ece
    Then, I've tried using curl (within 90 seconds) to submit a simple XML document containing a ShowTree request:
    <?xml version="1.0" encoding="UTF-8"?>
    <ITunesUDocument>
    <ShowTree>
    <KeyGroup>most</KeyGroup>
    </ShowTree>
    </ITunesUDocument>
    The command executed is "curl -F file=test.xml URL" (where URL is the URL retrieved from GetUploadURL. But I simply get "<error>File Not Found</error>"
    I'm correctly sending credentials, since I'm getting upload URLs. And it's not an issue with the XML document, since it's not even getting to the server.

  • [solved] 'ERROR: file not found:' when running 'mkinitcpio -p linux'

    $ sudo mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.13.5-1-ARCH
    -> Running build hook: [systemd]
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    -> Running build hook: [consolefont]
    -> Running build hook: [keymap]
    ==> Generating module dependencies
    ==> Creating cat initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.13.5-1-ARCH
    -> Running build hook: [systemd]
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    -> Running build hook: [consolefont]
    -> Running build hook: [keymap]
    ==> Generating module dependencies
    ==> Creating cat initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    Things seems to work, but I'm a bit worried.
    It has just started. PS/2 atkbd stuff went fine.
    journalctl shows
    Feb 26 22:36:09 localhost systemd-udevd[62]: failed to execute '/usr/lib/udev/ata_id' 'ata_id --export /de
    Feb 26 22:36:09 localhost systemd-udevd[63]: failed to execute '/usr/lib/udev/scsi_id' 'scsi_id --export -
    Feb 26 22:36:09 localhost systemd-udevd[64]: failed to execute '/usr/lib/udev/ata_id' 'ata_id --export /de
    Feb 26 22:36:09 localhost systemd-udevd[65]: failed to execute '/usr/lib/udev/scsi_id' 'scsi_id --export -
    Feb 26 22:36:09 localhost kernel: sda: sda1 sda2 sda3 sda4
    Feb 26 22:36:09 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 26 22:36:09 localhost systemd-udevd[66]: failed to execute '/usr/lib/udev/ata_id' 'ata_id --export /de
    Feb 26 22:36:09 localhost systemd-udevd[67]: failed to execute '/usr/lib/udev/scsi_id' 'scsi_id --export
    I'm using [testing] but I don't know if it matters.
    What should I post?
    Last edited by karol (2014-03-15 15:03:56)

    The systemd build hook looks like this:
    build() {
    local rules unit
    # from base
    add_binary /bin/mount
    add_binary /usr/bin/kmod /usr/bin/modprobe
    # systemd
    add_binary /usr/lib/systemd/systemd /init
    add_binary /usr/bin/systemd-tmpfiles
    # generate sysroot.mount and sysroot-usr.mount
    add_file "/usr/lib/systemd/system-generators/systemd-fstab-generator"
    # udev rules and systemd units
    map add_udev_rule "$rules" \
    50-udev-default.rules \
    60-persistent-storage.rules \
    64-btrfs.rules \
    80-drivers.rules \
    99-systemd.rules \
    map add_systemd_unit \
    ctrl-alt-del.target \
    initrd-cleanup.service \
    initrd-fs.target \
    initrd-parse-etc.service \
    initrd-root-fs.target \
    initrd-switch-root.service \
    initrd-switch-root.target \
    initrd-udevadm-cleanup-db.service \
    initrd.target \
    kmod-static-nodes.service \
    sockets.target \
    [email protected] \
    systemd-journald.service \
    systemd-tmpfiles-setup-dev.service \
    systemd-udev-trigger.service \
    systemd-udevd-control.socket \
    systemd-udevd-kernel.socket \
    systemd-udevd.service
    add_symlink "/usr/lib/systemd/system/default.target" "initrd.target"
    # libdbus needs the passwd info of the root user
    # TODO: make sure this is no longer necessary when systemctl moves to sd-bus
    add_file "/etc/nsswitch.conf"
    add_file "/etc/passwd"
    add_binary "$(readlink -f /usr/lib/libnss_files.so)"
    # udev wants /etc/group since it doesn't launch with --resolve-names=never
    add_file "/etc/group"
    Do all of those files exist on your sytemd? I'm not running testing nor systemd in my initrd, so I can't do much checking.
    Edit: You're not the only one. Bug report: https://bugs.archlinux.org/task/39059
    Last edited by Scimmia (2014-02-27 06:59:55)

  • [Solved] grub2: file not found but booting fine

    I just ran grub-mkconfig to update my grub.cfg because I installed E4rat. But now I have a problem: Every entry in grub2 can be booted and E4rat really boosted my boot process so actually everything is fine. But while grub2 is loading it says something like:
    Grub 2 is loading...
    Welcome to Grub 2!
    error: file not found.
    error: file not found.
    error: file not found.
    Now grub shows up and everything is as it should be. When I select Arch it again says "error: file not found." three times and continues with a normal boot process. So basically it's nothing that would brake my system but something seems not right and that's just a huge annoyance.
    Here's my grub.cfg just in case:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    set menu_color_normal=light-blue/black
    set menu_color_highlight=light-cyan/blue
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=1440x900x32
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_GB
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    insmod png
    background_image -m stretch /boot/grub/archlinux.png
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-f7960d1a-77ab-4230-ab43-ff931f0b2175' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=f7960d1a-77ab-4230-ab43-ff931f0b2175 ro init=/sbin/e4rat-preload quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-f7960d1a-77ab-4230-ab43-ff931f0b2175' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=f7960d1a-77ab-4230-ab43-ff931f0b2175 ro init=/sbin/e4rat-preload quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry 'Windows 7' {
    set root='(hd0,1)'; set legacy_hdbias='0'
    parttool "$root" boot+
    chainloader '+1'
    ### END /etc/grub.d/40_custom ###
    And my /etc/default/grub:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch Linux"
    # Default:
    #GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    # Splashy boot:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black"
    GRUB_CMDLINE_LINUX="init=/sbin/e4rat-preload"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    # GRUB_GFXMODE=auto
    GRUB_GFXMODE=1440x900x32
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_BACKGROUND="/boot/grub/archlinux.png"
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-blue/black"
    GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    I haven't updated my grub.cfg in a while because there was no need to.
    Thanks in advance for advices.
    Last edited by retzu (2012-04-16 14:16:02)

    I have the same error message as in the first post.  "error: file not found" listed three times when I first choose Arch from the Grub2 menu.  The solution linked to by the.ridikulus.rat would not seem to apply as I do not have the locales en* in /boot/grub/locale  BTW, I am in the US.  The system does boot though.
    I just fixed this a few seconds ago and was going to post how, basically I just did "cp /boot/grub/locale/[email protected] /boot/grub/locale/en_US.mo" which seem to do the trick, the reason I didn't fix this sooner is the error only stays up for a very small fraction of a second making it hard to read.
    # ls /boot/grub/locale
    ast.mo da.mo fi.mo hu.mo it.mo nl.mo ru.mo uk.mo zh_CN.mo
    ca.mo de.mo fr.mo id.mo ko.mo pl.mo sv.mo vi.mo
    EDIT:  I get the same three "error: file not found" messages when I boot Fedora (a multiboot system).  This is with grub2 installed from Arch Linux.
    Last edited by David Batson (2012-05-02 20:03:41)

  • I have 3.6 & am trying to upgrade to current version. When trying to update didn't work, I trashed 3.6 & tried new install. Keep getting "File not Found" page.

    Could not update from 3.6 (said I was not authorized). Tried trashing 3.6 and accompanying files and do a clean install of new version. When I click to download I am redirected to a Mozilla "File not found" page. From there I try clicking on Firefox and downloading the English(US) for OSX file and it directs me back to the same file not found page. I have tried this several times.

    Where are you trying to download Firefox from? You should be using [http://www.getfirefox.com www.getfirefox.com], the official Firefox Download site.

Maybe you are looking for

  • Photoshop cc 2014 keeps crashing on startup

    Every time I try to open Photoshop it opens for a few seconds than an error comes up saying that Photoshop has stopped working with a "close program" button. From event viewer: Log Name:      Application Source:        Application Error Date:        

  • Excel download not working in REUSE_ALV_GRID_DISPLAY

    hi, can someone tell me why excel download funtionality doesnt work in grid display. i tried examples like balvst0*_grid and it seems those doesnt work too. is there any example where i can see excel download working with grid. regards, ravi.

  • Enable 'comments' on pdfs printed from within osx

    Hello there... We have osx 10.4 on our network at school (soon all machines will be running 10.4.10). I want to get the kids into printing their work to pdf rather than paper and saving these in their folders. What I want to do is enable the 'comment

  • Search help results of cost center

    Hi everybody Cost center is normally assigned to SC item based on the attribute set in PPOMA_BBP (attribute CNT). Now, when you're in the item details screen and want to change that default cost center you can search for other ones using the "glasses

  • Help with 720P 30 ... anyone?

    Hi, I have FCP 5.0 on a 2.5 GHz G5, operating OSX 10.3.9 I can capture my 720p30 footage that was shot on a JVC HD101 through my JVC HD50 deck fine. On the timeline I need to render before i can view... can someone help on this? (all sequence/capture