• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Having some trouble with Install/Update stuff...

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm trying to get one of my company's internal plugin to be updateable via the Install/Update Manager. I've not RTFM but I am willing to read it if someone can point me in the right direction.
Having said that, here's the problem - It seems the old version is not really disabled. The plugin adds a menu item that changed between the version everyone has and the one I want to make available. When I tested it, though, the old menu item did not disappear; I got both menu items.
What did I do wrong? Where can I go to get information about correcting it?
Thanks, in advance, for your kind assistance...
Mel
 
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We'd love to have you RTB (Read the book) as this process is covered in a chapter and exercise. The exercise can be followed using your plug-in without much difficulty.
The question I'd ask given you say the old version is still around - does the new version have the same plug-in ID and a different version ID?
Get the config details for your runtime system with both plugins and post here.. You do Help>About (product name) and then click on the Configuration Details button. Will list lots of details about your system including plugins that are known and the update manager log of changes.
 
Mel Riffe
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much Pat for your assistance.
I had to reinstall the old plugin and then the new plugin but then I guess you'll see that in the output. Also the name of the plugin is 'com.rwd.bangoo'
<config-details>
*** Date: 7/17/03 2:42 PM
*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
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:\eclipse\startup.jar
java.class.version=48.0
java.endorsed.dirs=C:\j2sdk1.4.1_02\jre\lib\endorsed
java.ext.dirs=C:\j2sdk1.4.1_02\jre\lib\ext
java.home=C:\j2sdk1.4.1_02\jre
java.io.tmpdir=C:\DOCUME~1\MRiffe\LOCALS~1\Temp\
java.library.path=C:\j2sdk1.4.1_02\bin;.;C:\WINNT\system32;C:\WINNT;C:\j2sdk1.4.1_02\bin;C:\Tools\ant-1.5\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.1_02-b06
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.1_02
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.1_02-b06
line.separator=
os.arch=x86
os.name=Windows 2000
os.version=5.0
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\j2sdk1.4.1_02\jre\lib\rt.jar;C:\j2sdk1.4.1_02\jre\lib\i18n.jar;C:\j2sdk1.4.1_02\jre\lib\sunrsasign.jar;C:\j2sdk1.4.1_02\jre\lib\jsse.jar;C:\j2sdk1.4.1_02\jre\lib\jce.jar;C:\j2sdk1.4.1_02\jre\lib\charsets.jar;C:\j2sdk1.4.1_02\jre\classes
sun.boot.library.path=C:\j2sdk1.4.1_02\jre\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 4
user.country=US
user.dir=C:\eclipse
user.home=C:\Documents and Settings\MRiffe
user.language=en
user.name=MRiffe
user.timezone=America/New_York
user.variant=
*** Features:
com.omondo.uml (1.2.1) "com.omondo.uml"
com.rwd.bangoo (2.0.1) "com.rwd.bangoo"
dk.kamstruplinnet.implementors (0.0.7) "dk.kamstruplinnet.implementors"
net.sf.solareclipse (0.4.0) "net.sf.solareclipse"
org.eclipse.emf (1.1.0) "org.eclipse.emf"
org.eclipse.gef (2.1.0) "org.eclipse.gef"
org.eclipse.jdt (2.1.0) "org.eclipse.jdt"
org.eclipse.jdt.source (2.1.0) "org.eclipse.jdt.source"
org.eclipse.pde (2.1.0) "org.eclipse.pde"
org.eclipse.platform (2.1.0) "org.eclipse.platform"
org.eclipse.platform.source (2.1.0) "org.eclipse.platform.source"
org.eclipse.platform.win32 (2.1.0) "org.eclipse.platform.win32"
org.eclipse.platform.win32.source (2.1.0) "org.eclipse.platform.win32.source"
org.eclipse.sdk.win32 (2.1.0) "org.eclipse.sdk.win32"
*** Plug-in Registry:
JFaceDbc2Plugin (1.2.0) "JFaceDbc2"
com.omondo.uml (1.2.1) "Eclipse UML Plugin"
com.omondo.uml.doc.user (1.1.2) "Eclipse UML documentation"
com.rwd.bangoo (2.0.1) "bangoo Plug-in"
com.sysdeo.eclipse.tomcat (2.1.0) "Tomcat Plugin"
dk.kamstruplinnet.implementors.core (0.0.7) "Implementors Core Plug-in"
dk.kamstruplinnet.implementors.ejb (0.0.7) "Implementors EJB Plug-in"
dk.kamstruplinnet.implementors.ui (0.0.7) "Implementors UI Plug-in"
net.sf.solareclipse.jsp.ui (0.4.0) "JSP Development ToolsUI"
net.sf.solareclipse.ui (0.4.0) "SolarEclipse UI"
net.sf.solareclipse.xml.ui (0.4.0) "XML Development Tools UI"
net.sf.versiontree (0.1.0) "VersionTree Plug-in"
org.apache.ant (1.5.2) "Apache Ant"
org.apache.lucene (1.2.1) "Apache Lucene"
org.apache.xerces (4.0.7) "Xerces Based XML Parser"
org.eclipse.ant.core (2.1.0) "Ant Build Tool Core"
org.eclipse.compare (2.1.0) "Compare Support"
org.eclipse.core.boot (2.1.0) "Core Boot"
org.eclipse.core.resources (2.1.0) "Core Resource Management"
org.eclipse.core.resources.win32 (2.1.0) "%win32FragmentName"
org.eclipse.core.runtime (2.1.0) "Core Runtime"
org.eclipse.debug.core (2.1.0) "Debug Core"
org.eclipse.debug.ui (2.1.0) "Debug UI"
org.eclipse.draw2d (2.1.0) "Draw2d"
org.eclipse.emf (1.1.0) "Eclipse Modeling Framework (EMF)"
org.eclipse.emf.codegen (1.1.0) "EMF Template Code Generator"
org.eclipse.emf.codegen.ecore (1.1.0) "EMF Ecore Code Generation"
org.eclipse.emf.codegen.ecore.ui (1.1.0) "EMF Ecore Code Generation UI"
org.eclipse.emf.codegen.ui (1.1.0) "EMF Template Code Generator UI"
org.eclipse.emf.common (1.1.0) "EMF Common"
org.eclipse.emf.common.ui (1.1.0) "EMF Common UI"
org.eclipse.emf.ecore (1.1.0) "EMF Ecore"
org.eclipse.emf.ecore.edit (1.1.0) "Ecore Edit Support"
org.eclipse.emf.ecore.editor (1.1.0) "Sample Ecore Editor"
org.eclipse.emf.ecore.xmi (1.1.0) "EMF XMI"
org.eclipse.emf.edit (1.1.0) "EMF Edit"
org.eclipse.emf.edit.ui (1.1.0) "EMF Edit UI"
org.eclipse.emf.mapping (1.1.0) "EMF Mapping "
org.eclipse.emf.mapping.ui (1.1.0) "EMF Mapping UI"
org.eclipse.gef (2.1.0) "Graphical Editing Framework"
org.eclipse.help (2.1.0) "Help System Core"
org.eclipse.help.appserver (2.1.0) "Help Application Server"
org.eclipse.help.ui (2.1.0) "Help System UI"
org.eclipse.help.ui.win32 (2.1.0) "%help_system_plugin_name_win32"
org.eclipse.help.webapp (2.1.0) "Help System Webapp"
org.eclipse.jdt (2.1.0) "Eclipse Java Development Tools"
org.eclipse.jdt.core (2.1.0) "Java Development Tools Core"
org.eclipse.jdt.debug (2.1.0) "JDI Debug Model"
org.eclipse.jdt.debug.ui (2.1.0) "JDI Debug UI"
org.eclipse.jdt.doc.isv (2.1.0) "Eclipse JDT Plug-in Developer Guide"
org.eclipse.jdt.doc.user (2.1.0) "Eclipse Java Development User Guide"
org.eclipse.jdt.junit (2.1.0) "Java Development Tools JUnit support"
org.eclipse.jdt.launching (2.1.0) "Java Development Tools Launching Support"
org.eclipse.jdt.source (2.1.0) "Eclipse Java Development Tools SDK"
org.eclipse.jdt.ui (2.1.0) "Java Development Tools UI"
com.rwd.eclipse.team (1.0.1) "RWD Team"
org.eclipse.jface (2.1.0) "JFace"
org.eclipse.jface.text (2.1.0) "JFace Text"
org.eclipse.pde (2.1.0) "Eclipse Plug-in Development Environment"
org.eclipse.pde.build (2.1.0) "Plug-in Development Environment Build Support"
org.eclipse.pde.core (2.1.0) "Plug-in Development Core"
org.eclipse.pde.doc.user (2.1.0) "Eclipse Plug-in Development User Guide"
org.eclipse.pde.runtime (2.1.0) "Plug-in Development Environment Runtime"
org.eclipse.pde.source (2.1.0) "Eclipse Plug-in Development Environment Source Code"
org.eclipse.pde.ui (2.1.0) "Plug-in Development UI"
org.eclipse.platform (2.1.0) "Eclipse Platform"
org.eclipse.platform.doc.isv (2.1.0) "Eclipse Platform Plug-in Developer Guide"
org.eclipse.platform.doc.user (2.1.0) "Eclipse Workbench User Guide"
org.eclipse.platform.source (2.1.0) "Eclipse Platform Plug-in Developer Resources"
org.eclipse.platform.win32 (2.1.0) "Eclipse Platform (Windows)"
org.eclipse.platform.win32.source (2.1.0) "Eclipse Platform Plug-in Developer Resources (Windows)"
org.eclipse.sdk.win32 (2.1.0) "Eclipse Project SDK (Windows)"
org.eclipse.search (2.1.0) "Search Support"
org.eclipse.swt (2.1.0) "Standard Widget Toolkit"
org.eclipse.swt.win32 (2.1.0) "%fragmentName"
org.eclipse.team.core (2.1.0) "Team Support Core"
org.eclipse.team.cvs.core (2.1.0) "CVS Team Provider Core"
org.eclipse.team.cvs.ssh (2.1.0) "CVS SSH Core"
org.eclipse.team.cvs.ui (2.1.0) "CVS Team Provider UI"
org.eclipse.team.ui (2.1.0) "Team Support UI"
org.eclipse.text (2.1.0) "Text"
org.eclipse.tomcat (4.0.6) "Tomcat Wrapper"
org.eclipse.ui (2.1.0) "Eclipse UI"
org.eclipse.ui.editors (2.1.0) "Default Text Editor"
org.eclipse.ui.externaltools (2.1.0) "External Tools"
org.eclipse.ui.views (2.1.0) "Views"
org.eclipse.ui.workbench (2.1.0) "Workbench"
org.eclipse.ui.win32 (2.1.0) "%Win32Fragment.fragmentName"
org.eclipse.ui.workbench.texteditor (2.1.0) "Text Editor Framework"
org.eclipse.update.core (2.1.0) "Install/Update Core"
org.eclipse.update.core.win32 (2.1.0) "%fragmentNameWin"
org.eclipse.update.ui (2.1.0) "Install/Update UI"
org.eclipse.update.ui.win32 (2.1.0) "%fragmentNameWin"
org.eclipse.update.ui.forms (2.1.0) "Install/Update Forms"
org.junit (3.8.1) "JUnit Testing Framework"
*** User Preferences:
#Thu Jul 17 14:42:14 EDT 2003
org.eclipse.team.cvs.ui/pref_prompt_on_saving_in_sync=false
org.eclipse.jdt.ui/java_multi_line_comment=128,128,128
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.technology|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.ui.views/resourceFilters=*.class
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.jasperedit|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.RWD_LIB=H\:/unstable/src/lib
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.support|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/></classpath>
org.eclipse.ui.workbench/WELCOME_DIALOG=false
org.eclipse.jdt.ui/spacesForTabs=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.Ewin|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.ui.workbench/SWITCH_PERSPECTIVE_ON_PROJECT_CREATION=always
org.eclipse.update.ui=2.1.0
org.eclipse.ui/resourceFilters=.*,*.class
org.eclipse.jdt.junit=2.1.0
org.eclipse.jdt.ui/outlinesortoption=T,SI,SF,SM,I,F,C,M,
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
org.eclipse.jdt.ui/org.eclipse.jdt.ui.methodreturntype=true
org.eclipse.jdt.ui/java_keyword=0,0,128
com.sysdeo.eclipse.tomcat/tomcatVersion=tomcatV41
org.eclipse.jdt.junit/NOF_STACK_FILTER_ENTRIES=7
org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=2
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.jasperreports|org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.4.1_02=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/rt.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/sunrsasign.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/jsse.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/jce.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/charsets.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/ext/dnsns.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/ext/ldapsec.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/ext/localedata.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/ext/sunjce_provider.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.testCases|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.aicpaOracle|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
com.omondo.uml/UMLClassDiagramPreference.linkProperties.type=Asso&ciation
org.eclipse.ui.workbench/perspectives=My_Perspective
org.eclipse.team.cvs.ui/pref_text_ksubst=-kkv
org.eclipse.core.resources/description.filestatelongevity=172800000
org.eclipse.jdt.ui/fontPropagated=true
org.eclipse.update.ui/org.eclipse.update.ui.updateVersions=compatible
org.eclipse.debug.ui/org.eclipse.debug.ui.lastLaunchConfigSelection=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<launchConfiguration local\="true" path\="Main.launch"/>\r\n
org.eclipse.jdt.ui/org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter=true
org.eclipse.jdt.ui/CustomFiltersActionGroup.org.eclipse.jdt.ui.PackageExplorer.userDefinedPatternsEnabled=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.TOMCAT_HOME=C\:/eclipse/jakarta-tomcat-4.1.24-LE-jdk14
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.311testCases|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.fieldPrefixes=my
org.eclipse.jdt.ui=2.1.0
org.eclipse.ui.workbench=2.1.0
org.eclipse.jdt.ui/java_single_line_comment=128,128,128
com.omondo.uml/UMLClassDiagramPreference.linkProperties.cardinality=0..1
org.eclipse.jdt.ui/org.eclipse.jdt.ui.importorder=java;javax;org;com;
org.eclipse.ui.views=2.1.0
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_TOOLS=C\:/jdk1.3.1_08/lib/tools.jar
org.eclipse.ui.workbench/ENABLED_DECORATORS=org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator\:false,org.eclipse.ui.LinkedResourceDecorator\:true,
org.eclipse.jdt.ui/hoverModifiers=org.eclipse.jdt.ui.BestMatchHover;0;org.eclipse.jdt.ui.JavadocHover;\!0;org.eclipse.jdt.ui.ProblemHover;\!0;org.eclipse.jdt.ui.JavaSourceHover;Ctrl;org.eclipse.jdt.internal.debug.ui.JavaDebugHover;\!0;
org.eclipse.ui/WELCOME_DIALOG=false
org.eclipse.jdt.ui/layout=1
org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.uiorg.eclipse.debug.ui.BreakpointView.ShowQualifiedAction=true
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedLocal=warning
org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.lineSplit=999
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.TOMCAT=C\:/jakarta-tomcat-4.0.1
org.eclipse.jdt.launching=2.1.0
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=C\:/jdk1.3.1_08/src.jar
org.eclipse.debug.ui/Console.limitConsoleOutput=false
org.eclipse.ui.workbench/RECENT_FILES=15
com.omondo.uml/UMLClassDiagramPreference.classDiagram.method.protected=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.301src|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.jdt.ui/CustomFiltersActionGroup.org.eclipse.jdt.ui.PackageExplorer.userDefinedPatterns=*.LOG, *.jar, *.class
org.eclipse.jdt.ui/closeBraces=false
org.eclipse.pde.core=2.1.0
org.eclipse.compare=2.1.0
org.eclipse.jdt.ui/java_doc_default=128,128,128
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.jsp_3_1_1|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.pde.core/platform_path=C\:\\eclipse
org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.301testCases|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.ui=2.1.0
com.omondo.uml=1.2.1
org.eclipse.ui/org.eclipse.jface.bannerfont=1|Tahoma|8|1|WINDOWS|1|-11|0|0|0|700|0|0|0|1|0|0|0|0|Tahoma;
org.eclipse.ui.externaltools=2.1.0
com.sysdeo.eclipse.tomcat=2.1.0
org.eclipse.ui.workbench/editors=<?xml version\="1.0" encoding\="UTF-8"?>\n<editors><descriptor class\="org.eclipse.jdt.internal.debug.ui.snippeteditor.JavaSnippetEditor" id\="org.eclipse.jdt.debug.ui.SnippetEditor" image\="icons/full/obj16/jsbook_obj.gif" internal\="true" label\="Scrapbook" open_in_place\="false" plugin\="org.eclipse.jdt.debug.ui"/><descriptor class\="net.sf.solareclipse.xml.internal.ui.text.XMLEditor" id\="net.sf.solareclipse.xml.internal.ui.text.XMLEditor" image\="icons/basic/obj16/xml.png" internal\="true" label\="XML Source Editor" open_in_place\="false" plugin\="net.sf.solareclipse.xml.ui"/><descriptor class\="org.eclipse.pde.internal.ui.editor.build.BuildPropertiesEditor" id\="org.eclipse.pde.ui.buildEditor" image\="icons/full/obj16/build_exec.gif" internal\="true" label\="Build Properties Editor" open_in_place\="false" plugin\="org.eclipse.pde.ui"/><descriptor class\="org.eclipse.ui.editors.text.TextEditor" id\="org.eclipse.jdt.ui.JARDescEditor" image\="icons/full/obj16/jar_desc_obj.gif" internal\="true" label\="JAR Description Editor" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/><descriptor class\="net.sf.solareclipse.xml.internal.ui.text.CSSEditor" id\="net.sf.solareclipse.xml.internal.ui.text.CSSEditor" image\="icons/basic/obj16/css.png" internal\="true" label\="CSS Editor" open_in_place\="false" plugin\="net.sf.solareclipse.xml.ui"/><descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor" id\="org.eclipse.jdt.ui.CompilationUnitEditor" image\="icons/full/obj16/jcu_obj.gif" internal\="true" label\="Java Editor" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/><descriptor class\="org.eclipse.pde.internal.ui.editor.feature.FeatureEditor" id\="org.eclipse.pde.ui.featureEditor" image\="icons/full/obj16/ftr_xml_obj.gif" internal\="true" label\="Feature Manifest Editor" open_in_place\="false" plugin\="org.eclipse.pde.ui"/><descriptor class\="org.eclipse.jdt.internal.ui.javaeditor.ClassFileEditor" id\="org.eclipse.jdt.ui.ClassFileEditor" image\="icons/full/obj16/classf_obj.gif" internal\="true" label\="Class File Viewer" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/><descriptor class\="org.eclipse.pde.internal.ui.editor.schema.SchemaEditor" id\="org.eclipse.pde.ui.schemaEditor" image\="icons/full/obj16/schema_obj.gif" internal\="true" label\="Extension Point Schema Editor" open_in_place\="false" plugin\="org.eclipse.pde.ui"/><descriptor class\="org.eclipse.ui.editors.text.TextEditor" id\="org.eclipse.ui.DefaultTextEditor" image\="icons/full/obj16/file_obj.gif" internal\="true" label\="Text Editor" open_in_place\="false" plugin\="org.eclipse.ui"/><descriptor class\="net.sf.solareclipse.xml.internal.ui.text.HTMLEditor" id\="net.sf.solareclipse.xml.internal.ui.text.HTMLEditor" image\="icons/basic/obj16/html.png" internal\="true" label\="HTML Source Editor" open_in_place\="false" plugin\="net.sf.solareclipse.xml.ui"/><descriptor class\="org.eclipse.pde.internal.ui.editor.manifest.ManifestEditor" id\="org.eclipse.pde.ui.manifestEditor" image\="icons/full/obj16/plugin_mf_obj.gif" internal\="true" label\="Plug-in Manifest Editor" open_in_place\="false" plugin\="org.eclipse.pde.ui"/><descriptor class\="net.sf.solareclipse.jsp.internal.ui.text.JSPEditor" id\="net.sf.solareclipse.jsp.internal.ui.text.JSPEditor" image\="icons/basic/obj16/jsp.png" internal\="true" label\="JSP Source Editor" open_in_place\="false" plugin\="net.sf.solareclipse.jsp.ui"/><descriptor class\="org.eclipse.ui.editors.text.TextEditor" id\="org.eclipse.jdt.ui.DefaultTextEditor" image\="icons/full/obj16/file_obj.gif" internal\="true" label\="Properties File Editor" open_in_place\="false" plugin\="org.eclipse.jdt.ui"/><descriptor class\="net.sf.solareclipse.jsp.internal.ui.text.PropertiesEditor" id\="net.sf.solareclipse.jsp.internal.ui.text.PropertiesEditor" image\="icons/basic/obj16/properties.png" internal\="true" label\="Properies Editor" open_in_place\="false" plugin\="net.sf.solareclipse.jsp.ui"/><descriptor class\="org.eclipse.ui.externaltools.internal.ant.editor.PlantyEditor" id\="org.eclipse.ui.externaltools.internal.ant.editor.AntEditor" image\="icons/full/obj16/ant_buildfile.gif" internal\="true" label\="Ant Editor" open_in_place\="false" plugin\="org.eclipse.ui.externaltools"/><descriptor class\="org.eclipse.pde.internal.ui.editor.site.SiteEditor" id\="org.eclipse.pde.ui.siteEditor" image\="icons/full/obj16/site_xml_obj.gif" internal\="true" label\="Site Manifest Editor" open_in_place\="false" plugin\="org.eclipse.pde.ui"/><descriptor class\="org.eclipse.pde.internal.ui.editor.manifest.FragmentManifestEditor" id\="org.eclipse.pde.ui.fragmentEditor" image\="icons/full/obj16/frgmt_mf_obj.gif" internal\="true" label\="Fragment Manifest Editor" open_in_place\="false" plugin\="org.eclipse.pde.ui"/><descriptor class\="net.sf.solareclipse.xml.internal.ui.text.DTDEditor" id\="net.sf.solareclipse.xml.internal.ui.text.DTDEditor" image\="icons/basic/obj16/xml.png" internal\="true" label\="DTD Source Editor" open_in_place\="false" plugin\="net.sf.solareclipse.xml.ui"/></editors>
org.eclipse.ui/SAVE_ALL_BEFORE_BUILD=true
org.eclipse.jdt.ui/org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter=true
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskPriorities=
org.eclipse.jdt.core=2.1.0
org.eclipse.jdt.ui/CustomFiltersActionGroup.org.eclipse.jdt.ui.PackageExplorer.TAG_DUMMY_TO_TEST_EXISTENCE=storedViewPreferences
com.omondo.uml/UMLClassDiagramPreference.linkProperties.directed=&Automatic
org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.newline.controlStatement=insert
org.eclipse.ui/ENABLED_DECORATORS=org.eclipse.pde.ui.binaryProjectDecorator\:false,org.eclipse.team.cvs.ui.decorator\:false,
org.eclipse.jdt.junit/STACK_FILTER_ENTRY_6=java.lang.reflect.Method.invoke
org.eclipse.jdt.junit/STACK_FILTER_ENTRY_5=junit.framework.Assert.
org.eclipse.jdt.junit/STACK_FILTER_ENTRY_4=junit.framework.TestSuite
org.eclipse.jdt.junit/STACK_FILTER_ENTRY_3=junit.framework.TestResult
com.sysdeo.eclipse.tomcat/tomcatConfigFile=C\:\\eclipse\\jakarta-tomcat-4.1.24-LE-jdk14\\conf\\server.xml
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.HEAD_LMSDeveloper|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/></classpath>
org.eclipse.jdt.junit/STACK_FILTER_ENTRY_2=junit.framework.TestCase
org.eclipse.jdt.junit/STACK_FILTER_ENTRY_1=org.eclipse.jdt.internal.junit.ui
org.eclipse.ant.core=2.1.0
org.eclipse.jdt.junit/STACK_FILTER_ENTRY_0=org.eclipse.jdt.internal.junit.runner
org.eclipse.ui.workbench/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
com.sysdeo.eclipse.tomcat/tomcatJRE=0
org.eclipse.compare/org.eclipse.compare.ShowMoreInfo=true
org.eclipse.ui.externaltools/externaltools.outputLevel=externaltools.infoLevel
org.eclipse.jdt.ui/Refactoring.savealleditors=true
org.eclipse.jdt.debug.ui=2.1.0
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.testCases_3_0_1|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/></classpath>
com.omondo.uml/UMLClassDiagramPreference.linkProperties.member.visibility=pr&ivate
org.eclipse.ui/org.eclipse.jface.textfont=1|Courier|10|0|WINDOWS|1|-13|0|0|0|0|0|0|0|1|0|0|0|0|Courier;
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=src
org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Courier|10|0|WINDOWS|1|-13|0|0|0|0|0|0|0|1|0|0|0|0|Courier;
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.311jsp|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.src-3.03|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.team.cvs.ui/pref_consider_contents=true
com.sysdeo.eclipse.tomcat/tomcatDir=C\:\\eclipse\\jakarta-tomcat-4.1.24-LE-jdk14
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=C\:/jdk1.3.1_08/jre/lib/rt.jar
org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.uiorg.eclipse.debug.ui.VariableView.ShowQualifiedAction=true
org.eclipse.ant.core/urls=file\:C\:/eclipse/plugins/org.apache.ant_1.4.1/ant.jar,file\:C\:/eclipse/plugins/org.apache.ant_1.4.1/jakarta-ant-1.4.1-optional.jar,file\:C\:/eclipse/plugins/org.apache.xerces_4.0.3/xmlParserAPIs.jar,file\:C\:/eclipse/plugins/org.apache.xerces_4.0.3/xercesImpl.jar,
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=enabled
org.eclipse.ui/org.eclipse.jface.headerfont=1|Tahoma|12|1|WINDOWS|1|-16|0|0|0|700|0|0|0|1|0|0|0|0|Tahoma;
org.eclipse.jdt.ui/closeBrackets=false
org.eclipse.ui.workbench/org.eclipse.jdt.ui.editors.textfont=1|Courier|10|0|WINDOWS|1|-13|0|0|0|0|0|0|0|1|0|0|0|0|Courier;
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.jasperedit|org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.4.1_02=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/rt.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/sunrsasign.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/jsse.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/jce.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/charsets.jar" rootpath\="" sourcepath\="C\:/j2sdk1.4.1_02/src.zip"/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/ext/dnsns.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/ext/ldapsec.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/ext/localedata.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/j2sdk1.4.1_02/jre/lib/ext/sunjce_provider.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.debug.ui=2.1.0
org.eclipse.debug.ui/org.eclipse.debug.uilaunchConfigurationDialogSize=634x560
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.3_1_1_jsp|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.team.cvs.ui=2.1.0
org.eclipse.ui.workbench/My_Perspective_persp=<?xml version\="1.0" encoding\="UTF-8"?>\n<perspective editorAreaVisible\="1" version\="0.016"><descriptor descriptor\="org.eclipse.jdt.ui.JavaPerspective" id\="My_Perspective" label\="My Perspective"/><window height\="996" width\="1280" x\="0" y\="-1"/><actionSet id\="com_sysdeo_eclipse_tomcat_actionSet"/><actionSet id\="org.eclipse.help.internal.ui.HelpActionSet"/><actionSet id\="org.eclipse.search.searchActionSet"/><actionSet id\="org.eclipse.ui.externaltools.ExternalToolsSet"/><actionSet id\="org.eclipse.ui.edit.text.actionSet.navigation"/><actionSet id\="org.eclipse.update.ui.softwareUpdates"/><actionSet id\="org.eclipse.debug.ui.launchActionSet"/><actionSet id\="org.eclipse.jdt.ui.JavaActionSet"/><actionSet id\="org.eclipse.jdt.ui.JavaElementCreationActionSet"/><actionSet id\="org.eclipse.ui.NavigateActionSet"/><actionSet id\="org.eclipse.jdt.debug.ui.JDTDebugActionSet"/><actionSet id\="org.eclipse.jdt.junit.JUnitActionSet"/><actionSet id\="org.eclipse.jdt.ui.SearchActionSet"/><actionSet id\="org.eclipse.jdt.ui.A_OpenActionSet"/><actionSet id\="org.eclipse.jdt.ui.CodingActionSet"/><alwaysOnActionSet id\="com_sysdeo_eclipse_tomcat_actionSet"/><alwaysOnActionSet id\="org.eclipse.help.internal.ui.HelpActionSet"/><alwaysOnActionSet id\="org.eclipse.search.searchActionSet"/><alwaysOnActionSet id\="org.eclipse.ui.externaltools.ExternalToolsSet"/><alwaysOnActionSet id\="org.eclipse.ui.edit.text.actionSet.navigation"/><alwaysOnActionSet id\="org.eclipse.update.ui.softwareUpdates"/><alwaysOnActionSet id\="org.eclipse.debug.ui.launchActionSet"/><alwaysOnActionSet id\="org.eclipse.jdt.ui.JavaActionSet"/><alwaysOnActionSet id\="org.eclipse.jdt.ui.JavaElementCreationActionSet"/><alwaysOnActionSet id\="org.eclipse.ui.NavigateActionSet"/><alwaysOnActionSet id\="org.eclipse.jdt.debug.ui.JDTDebugActionSet"/><alwaysOnActionSet id\="org.eclipse.jdt.junit.JUnitActionSet"/><show_view_action id\="org.eclipse.jdt.ui.PackageExplorer"/><show_view_action id\="org.eclipse.jdt.ui.TypeHierarchy"/><show_view_action id\="org.eclipse.search.SearchResultView"/><show_view_action id\="org.eclipse.debug.ui.ConsoleView"/><show_view_action id\="org.eclipse.ui.views.ContentOutline"/><show_view_action id\="org.eclipse.ui.views.TaskList"/><show_view_action id\="org.eclipse.ui.views.ResourceNavigator"/><show_view_action id\="org.eclipse.ui.externaltools.AntView"/><new_wizard_action id\="org.eclipse.jdt.ui.wizards.NewPackageCreationWizard"/><new_wizard_action id\="org.eclipse.jdt.ui.wizards.NewClassCreationWizard"/><new_wizard_action id\="org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard"/><new_wizard_action id\="org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard"/><new_wizard_action id\="org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard"/><new_wizard_action id\="org.eclipse.ui.wizards.new.folder"/><new_wizard_action id\="org.eclipse.ui.wizards.new.file"/><perspective_action id\="org.eclipse.jdt.ui.JavaPerspective"/><perspective_action id\="org.eclipse.debug.ui.DebugPerspective"/><perspective_action id\="org.eclipse.jdt.ui.JavaBrowsingPerspective"/><view id\="org.eclipse.jdt.ui.PackageExplorer"/><view id\="org.eclipse.jdt.ui.TypeHierarchy"/><view id\="org.eclipse.ui.views.TaskList"/><view id\="org.eclipse.debug.ui.ConsoleView"/><view id\="org.eclipse.search.SearchResultView"/><layout><mainWindow><info folder\="true" part\="left"><folder activePageID\="org.eclipse.jdt.ui.PackageExplorer"><page content\="org.eclipse.ui.views.ResourceNavigator" label\="Navigator"/><page content\="org.eclipse.jdt.junit.ResultView" label\=""/><page content\="org.eclipse.jdt.ui.PackageExplorer" label\="Package Explorer"/><page content\="org.eclipse.jdt.ui.TypeHierarchy" label\="Hierarchy"/></folder></info><info part\="org.eclipse.team.ui.sync.SyncView" ratio\="0.25" relationship\="2" relative\="left"/><info folder\="true" part\="bottom" ratio\="0.75" relationship\="4" relative\="org.eclipse.team.ui.sync.SyncView"><folder activePageID\="org.eclipse.search.SearchResultView"><page content\="org.eclipse.ui.views.BookmarkNavigator" label\="Bookmarks"/><page content\="org.eclipse.ui.views.TaskList" label\="Tasks"/><page content\="org.eclipse.debug.ui.ConsoleView" label\="Console"/><page content\="org.eclipse.search.SearchResultView" label\="Search"/></folder></info><info folder\="true" part\="org.eclipse.ui.internal.PartTabFolder@11598bd" ratio\="0.75" relationship\="2" relative\="org.eclipse.team.ui.sync.SyncView"><folder activePageID\="org.eclipse.ui.views.ContentOutline"><page content\="org.eclipse.ui.externaltools.AntView" label\=""/><page content\="org.eclipse.ui.views.ContentOutline" label\="Outline"/></folder></info><info part\="org.eclipse.ui.editorss" ratio\="0.9494048" relationship\="4" relative\="org.eclipse.team.ui.sync.SyncView"/></mainWindow></layout><toolbarLayout actionSet\="1"><itemSize x\="120" y\="22"/><itemSize x\="84" y\="22"/><itemSize x\="123" y\="22"/><itemSize x\="120" y\="22"/><itemSize x\="61" y\="22"/><itemSize x\="110" y\="22"/><wrapIndex index\="0"/><item id\="org.eclipse.ui.workbench.file"/><item id\="com_sysdeo_eclipse_tomcat_actionSet"/><item id\="org.eclipse.debug.ui.launchActionSet"/><item id\="org.eclipse.jdt.ui.JavaElementCreationActionSet"/><item id\="org.eclipse.search.searchActionSet"/><item id\="org.eclipse.ui.workbench.navigate"/><position added\="0" id\="org.eclipse.jdt.ui.CompilationUnitEditor"><layout actionSet\="1"><itemSize x\="120" y\="22"/><itemSize x\="84" y\="22"/><itemSize x\="123" y\="22"/><itemSize x\="120" y\="22"/><itemSize x\="61" y\="22"/><itemSize x\="110" y\="22"/><itemSize x\="84" y\="22"/><wrapIndex index\="0"/><item id\="org.eclipse.ui.workbench.file"/><item id\="com_sysdeo_eclipse_tomcat_actionSet"/><item id\="org.eclipse.debug.ui.launchActionSet"/><item id\="org.eclipse.jdt.ui.JavaElementCreationActionSet"/><item id\="org.eclipse.search.searchActionSet"/><item id\="org.eclipse.ui.workbench.navigate"/><item id\="org.eclipse.jdt.ui.CompilationUnitEditor"/></layout></position></toolbarLayout></perspective>
org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.localPrefixes=_
com.sysdeo.eclipse.tomcat/jvmParameters=-Dbuild.compiler.emacs\=true;
org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.uiorg.eclipse.debug.ui.ExpressionView.ShowQualifiedAction=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable._ORG_ECLIPSE_JDT_SOURCE=C\:/eclipse/plugins/org.eclipse.jdt.source_2.0.0/src
org.eclipse.ui.workbench/org.eclipse.ui.commands=<?xml version\="1.0" encoding\="UTF-8"?>\n<org.eclipse.ui.commands><activeKeyConfiguration value\="org.eclipse.ui.defaultAcceleratorConfiguration"/><keyBinding configuration\="org.eclipse.ui.defaultAcceleratorConfiguration" locale\="" platform\="" scope\="org.eclipse.ui.globalScope"><sequence><stroke value\="262213"/></sequence></keyBinding><keyBinding command\="org.eclipse.jdt.debug.ui.localJavaShortcut" configuration\="org.eclipse.ui.defaultAcceleratorConfiguration" locale\="" platform\="" scope\="org.eclipse.ui.globalScope"><sequence><stroke value\="16777229"/></sequence></keyBinding><keyBinding command\="org.eclipse.jdt.ui.edit.text.java.show.next.problem" configuration\="org.eclipse.ui.defaultAcceleratorConfiguration" locale\="" platform\="" scope\="org.eclipse.ui.globalScope"><sequence><stroke value\="16777231"/></sequence></keyBinding><keyBinding command\="org.eclipse.ui.edit.text.delete.line" configuration\="org.eclipse.ui.defaultAcceleratorConfiguration" locale\="" platform\="" scope\="org.eclipse.ui.globalScope"><sequence><stroke value\="131199"/></sequence></keyBinding><keyBinding command\="org.eclipse.jdt.ui.edit.text.java.show.next.problem" configuration\="org.eclipse.ui.emacsAcceleratorConfiguration" locale\="" platform\="" scope\="org.eclipse.ui.globalScope"><sequence><stroke value\="16777231"/></sequence></keyBinding></org.eclipse.ui.commands>
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.deprecation=ignore
org.eclipse.jdt.ui/org.eclipse.jdt.ui.packages.linktoeditor=true
org.eclipse.jdt.ui/closeStrings=false
org.eclipse.jdt.debug.ui/org.eclipse.jdt.debug.uiorg.eclipse.debug.ui.DebugView.ShowQualifiedAction=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.jasperreports|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable._ORG_ECLIPSE_PLATFORM_WIN32_SOURCE=C\:/eclipse/plugins/org.eclipse.platform.win32.source_2.0.0/src
org.eclipse.ui.workbench/resourcetypes=<?xml version\="1.0" encoding\="UTF-8"?>\n<editors><info extension\="jpage" name\="*"><editor id\="org.eclipse.jdt.debug.ui.SnippetEditor"/></info><info extension\="tld" name\="*"><editor id\="net.sf.solareclipse.xml.internal.ui.text.XMLEditor"/></info><info extension\="xslt" name\="*"><editor id\="net.sf.solareclipse.xml.internal.ui.text.XMLEditor"/></info><info extension\="properties" name\="build"><editor id\="org.eclipse.pde.ui.buildEditor"/></info><info extension\="jardesc" name\="*"><editor id\="org.eclipse.jdt.ui.JARDescEditor"/></info><info extension\="css" name\="*"><editor id\="net.sf.solareclipse.xml.internal.ui.text.CSSEditor"/></info><info extension\="java" name\="*"><editor id\="org.eclipse.jdt.ui.CompilationUnitEditor"/></info><info extension\="xml" name\="feature"><editor id\="org.eclipse.pde.ui.featureEditor"/></info><info extension\="xsl" name\="*"><editor id\="net.sf.solareclipse.xml.internal.ui.text.XMLEditor"/></info><info extension\="class" name\="*"><editor id\="org.eclipse.jdt.ui.ClassFileEditor"/></info><info extension\="mxsd" name\="*"><editor id\="org.eclipse.pde.ui.schemaEditor"/></info><info extension\="bat" name\="*"><editor id\="org.eclipse.ui.DefaultTextEditor"/></info><info extension\="html" name\="*"><editor id\="net.sf.solareclipse.xml.internal.ui.text.HTMLEditor"/><editor id\="org.eclipse.ui.DefaultTextEditor"/></info><info extension\="exsd" name\="*"><editor id\="org.eclipse.pde.ui.schemaEditor"/></info><info extension\="xml" name\="plugin"><editor id\="org.eclipse.pde.ui.manifestEditor"/></info><info extension\="htm" name\="*"><editor id\="net.sf.solareclipse.xml.internal.ui.text.HTMLEditor"/></info><info extension\="jsp" name\="*"><editor id\="net.sf.solareclipse.jsp.internal.ui.text.JSPEditor"/></info><info extension\="properties" name\="*"><editor id\="org.eclipse.jdt.ui.DefaultTextEditor"/><editor id\="net.sf.solareclipse.jsp.internal.ui.text.PropertiesEditor"/></info><info extension\="xml" name\="build"><editor id\="org.eclipse.ui.externaltools.internal.ant.editor.AntEditor"/></info><info extension\="txt" name\="*"><editor id\="org.eclipse.ui.DefaultTextEditor"/></info><info extension\="xml" name\="site"><editor id\="org.eclipse.pde.ui.siteEditor"/></info><info extension\="xml" name\="fragment"><editor id\="org.eclipse.pde.ui.fragmentEditor"/></info><info extension\="xml" name\="*"><editor id\="net.sf.solareclipse.xml.internal.ui.text.XMLEditor"/><editor id\="org.eclipse.ui.DefaultTextEditor"/></info><info extension\="dtd" name\="*"><editor id\="net.sf.solareclipse.xml.internal.ui.text.DTDEditor"/></info><info extension\="xsd" name\="*"><editor id\="org.eclipse.pde.ui.schemaEditor"/><editor id\="net.sf.solareclipse.xml.internal.ui.text.XMLEditor"/></info></editors>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable._ORG_ECLIPSE_PDE_SOURCE=C\:/eclipse/plugins/org.eclipse.pde.source_2.0.0/src
org.eclipse.jdt.core/org.eclipse.jdt.core.formatter.tabulation.size=2
org.eclipse.jdt.junit/org.eclipse.jdt.junit.active_filters=org.eclipse.jdt.internal.junit.runner.*,org.eclipse.jdt.internal.junit.ui.*,junit.framework.TestCase,junit.framework.TestResult,junit.framework.TestSuite,junit.framework.Assert,java.lang.reflect.Method.invoke
com.sysdeo.eclipse.tomcat/tomcatDebugMode=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.aicpa|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/comm.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/US_export_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/local_policy.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/jce1_2_2.jar" rootpath\="" sourcepath\=""/><classpathentry kind\="lib" path\="C\:/jdk1.3.1/jre/lib/ext/sunjce_provider-1.2.1.jar" rootpath\="" sourcepath\=""/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.301support|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/></classpath>
org.eclipse.jdt.ui/command=C\:\\j2sdk1.4.1_02\\bin\\javadoc.exe
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.taskTags=
org.eclipse.core.resources=2.1.0
org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<vmSettings\r\n defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1052762856638" defaultVMConnector\="">\r\n <vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\r\n <vm id\="0" javadocURL\="http\://java.sun.com/j2se/1.4.1/docs/api"\r\n name\="j2sdk1.4.1_02" path\="C\:\\j2sdk1.4.1_02"/>\r\n <vm id\="1052762856638"\r\n javadocURL\="http\://java.sun.com/j2se/1.3/docs/api"\r\n name\="jdk1.3.1_08" path\="C\:\\jdk1.3.1_08"/>\r\n </vmType>\r\n</vmSettings>\r\n
org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.ECLIPSE_HOME=C\:/eclipse
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.support_3_0_1|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\="1.0" encoding\="UTF-8"?>\n<classpath><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/rt.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/i18n.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/><classpathentry kind\="lib" path\="C\:/jdk1.3.1_08/jre/lib/sunrsasign.jar" rootpath\="src" sourcepath\="C\:/jdk1.3.1_08/src.jar"/></classpath>
org.eclipse.debug.ui/org.eclipse.debug.uilaunchConfigurationDialogLocation=490x202
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable._ORG_ECLIPSE_PLATFORM_SOURCE=C\:/eclipse/plugins/org.eclipse.platform.source_2.0.0/src
org.eclipse.debug.ui/org.eclipse.debug.uilaunchConfigurationDialogSashWeights=268x731
org.eclipse.jdt.ui/content_assist_fill_method_arguments=true
org.eclipse.debug.ui/Console.highWaterMark=88000
*** Update Manager Log:
Configuration=May 5, 2003 8:47:03 AM
Is current configuration=false
----------------------------------------------------
Configuration=May 12, 2003 1:57:50 PM
Is current configuration=false
Date=5/12/03 1:57 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=5/12/03 1:57 PM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=May 12, 2003 2:32:40 PM
Is current configuration=false
Date=5/12/03 2:32 PM
Activities=net.sf.solareclipse_0.4.0
Action=Feature installed
Status=Success
Date=5/12/03 2:32 PM
Activities=net.sf.solareclipse_0.4.0
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=May 14, 2003 10:02:49 AM
Is current configuration=false
Date=5/14/03 10:02 AM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=5/14/03 10:02 AM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=May 14, 2003 10:03:13 AM
Is current configuration=false
Date=5/14/03 10:03 AM
Activities=org.easyexplore_1.0.1
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=May 14, 2003 10:05:48 AM
Is current configuration=false
Date=5/14/03 10:05 AM
Activities=org.easyexplore_1.0.1
Action=Disabled
Status=Success
----------------------------------------------------
Configuration=May 14, 2003 10:08:03 AM
Is current configuration=false
Date=5/14/03 10:08 AM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=5/14/03 10:08 AM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=May 20, 2003 2:11:06 PM
Is current configuration=false
Date=5/20/03 2:11 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=5/20/03 2:11 PM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jun 3, 2003 2:03:07 PM
Is current configuration=false
Date=6/3/03 2:03 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=6/3/03 2:03 PM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jun 3, 2003 2:03:29 PM
Is current configuration=false
Date=6/3/03 2:03 PM
Activities=com.omondo.uml_1.2.1
Action=Enabled
Status=Success
Date=6/3/03 2:03 PM
Activities=org.eclipse.emf_1.1.0
Action=Enabled
Status=Success
Date=6/3/03 2:03 PM
Activities=org.eclipse.gef_2.1.0
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jun 4, 2003 9:33:47 AM
Is current configuration=false
Date=6/4/03 9:33 AM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=6/4/03 9:33 AM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jun 10, 2003 11:08:47 AM
Is current configuration=false
Date=6/10/03 11:08 AM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=6/10/03 11:08 AM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jun 10, 2003 11:09:59 AM
Is current configuration=false
Date=6/10/03 11:09 AM
Activities=com.omondo.uml_1.2.1
Action=Enabled
Status=Success
Date=6/10/03 11:09 AM
Activities=org.eclipse.emf_1.1.0
Action=Enabled
Status=Success
Date=6/10/03 11:09 AM
Activities=org.eclipse.gef_2.1.0
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jun 16, 2003 3:16:22 PM
Is current configuration=false
Date=6/16/03 3:16 PM
Activities=dk.kamstruplinnet.implementors_0.0.7
Action=Feature installed
Status=Success
Date=6/16/03 3:16 PM
Activities=dk.kamstruplinnet.implementors_0.0.7
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jun 17, 2003 11:42:11 AM
Is current configuration=false
Date=6/17/03 11:42 AM
Activities=dk.kamstruplinnet.callhierarchy_0.5.0
Action=Feature installed
Status=Success
Date=6/17/03 11:42 AM
Activities=dk.kamstruplinnet.callhierarchy_0.5.0
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jun 17, 2003 11:46:24 AM
Is current configuration=false
Date=6/17/03 11:46 AM
Activities=dk.kamstruplinnet.callhierarchy_0.5.0
Action=Disabled
Status=Success
----------------------------------------------------
Configuration=Jun 16, 2003 3:16:22 PM
Is current configuration=false
Date=6/17/03 11:49 AM
Activities=Jun 16, 2003 3:16:22 PM
Action=Revert
Status=Success
----------------------------------------------------
Configuration=Jun 20, 2003 3:33:19 PM
Is current configuration=false
Date=6/20/03 3:33 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=6/20/03 3:33 PM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jun 20, 2003 3:34:36 PM
Is current configuration=false
Date=6/20/03 3:34 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=6/20/03 3:34 PM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jun 20, 2003 3:46:17 PM
Is current configuration=false
Date=6/20/03 3:46 PM
Activities=bangoo_2.0.0
Action=Feature installed
Status=Failure
----------------------------------------------------
Configuration=Jun 20, 2003 3:47:58 PM
Is current configuration=false
Date=6/20/03 3:48 PM
Activities=bangoo_2.0.0
Action=Feature installed
Status=Failure
----------------------------------------------------
Configuration=Jun 20, 2003 3:49:20 PM
Is current configuration=false
Date=6/20/03 3:49 PM
Activities=com.rwd.bangoo_2.0.0
Action=Feature installed
Status=Success
Date=6/20/03 3:49 PM
Activities=com.rwd.bangoo_2.0.0
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jul 7, 2003 10:50:40 AM
Is current configuration=false
Date=7/7/03 10:50 AM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=7/7/03 10:50 AM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jul 7, 2003 11:51:10 AM
Is current configuration=false
Date=7/7/03 11:51 AM
Activities=SuperSearch_1.0.2
Action=Feature installed
Status=Success
Date=7/7/03 11:51 AM
Activities=SuperSearch_1.0.2
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jun 20, 2003 3:49:20 PM
Is current configuration=false
Date=7/7/03 11:55 AM
Activities=Jun 20, 2003 3:49:20 PM
Action=Revert
Status=Failure
----------------------------------------------------
Configuration=Jul 7, 2003 10:50:40 AM
Is current configuration=false
Date=7/7/03 11:55 AM
Activities=SuperSearch_1.0.2
Action=Disabled
Status=Success
Date=7/7/03 11:55 AM
Activities=Jul 7, 2003 10:50:40 AM
Action=Revert
Status=Success
----------------------------------------------------
Configuration=Jul 7, 2003 11:56:19 AM
Is current configuration=false
Date=7/7/03 11:56 AM
Activities=com.rwd.bangoo_2.0.0
Action=Feature installed
Status=Failure
Date=7/7/03 11:56 AM
Activities=com.rwd.bangoo_2.0.0
Action=Feature installed
Status=Success
----------------------------------------------------
Configuration=Jul 7, 2003 11:57:42 AM
Is current configuration=false
Date=7/7/03 11:57 AM
Activities=com.rwd.bangoo_2.0.0
Action=Disabled
Status=Success
----------------------------------------------------
Configuration=Jul 7, 2003 11:58:42 AM
Is current configuration=false
Date=7/7/03 11:58 AM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=7/7/03 11:58 AM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jul 7, 2003 11:59:23 AM
Is current configuration=false
Date=7/7/03 11:59 AM
Activities=com.rwd.bangoo_2.0.0
Action=Feature installed
Status=Success
Date=7/7/03 11:59 AM
Activities=com.rwd.bangoo_2.0.0
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jul 7, 2003 12:03:11 PM
Is current configuration=false
Date=7/7/03 12:03 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=7/7/03 12:03 PM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jul 17, 2003 10:58:59 AM
Is current configuration=false
Date=7/17/03 10:59 AM
Activities=com.rwd.bangoo_2.0.1
Action=Feature installed
Status=Success
Date=7/17/03 10:59 AM
Activities=com.rwd.bangoo_2.0.1
Action=Enabled
Status=Success
Date=7/17/03 10:59 AM
Activities=com.rwd.bangoo_2.0.0
Action=Disabled
Status=Success
----------------------------------------------------
Configuration=Jul 17, 2003 11:02:38 AM
Is current configuration=false
Date=7/17/03 11:02 AM
Activities=com.rwd.bangoo_2.0.1
Action=Disabled
Status=Success
----------------------------------------------------
Configuration=Jul 7, 2003 11:58:42 AM
Is current configuration=false
Date=7/17/03 11:03 AM
Activities=Jul 7, 2003 11:58:42 AM
Action=Revert
Status=Success
----------------------------------------------------
Configuration=Jul 17, 2003 11:05:25 AM
Is current configuration=false
Date=7/17/03 11:05 AM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=7/17/03 11:05 AM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jul 17, 2003 11:07:51 AM
Is current configuration=false
Date=7/17/03 11:07 AM
Activities=com.rwd.bangoo_2.0.1
Action=Feature installed
Status=Success
Date=7/17/03 11:08 AM
Activities=com.rwd.bangoo_2.0.1
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jul 17, 2003 1:40:21 PM
Is current configuration=false
Date=7/17/03 1:40 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=Success
Date=7/17/03 1:40 PM
Activities=file:C:/eclipse/workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success
----------------------------------------------------
Configuration=Jul 17, 2003 1:40:43 PM
Is current configuration=false
Date=7/17/03 1:40 PM
Activities=com.rwd.bangoo_2.0.0
Action=Feature installed
Status=Success
Date=7/17/03 1:40 PM
Activities=com.rwd.bangoo_2.0.0
Action=Enabled
Status=Success
----------------------------------------------------
Configuration=Jul 17, 2003 2:35:54 PM
Is current configuration=true
Date=7/17/03 2:36 PM
Activities=com.rwd.bangoo_2.0.1
Action=Feature installed
Status=Success
Date=7/17/03 2:36 PM
Activities=com.rwd.bangoo_2.0.1
Action=Enabled
Status=Success
Date=7/17/03 2:36 PM
Activities=com.rwd.bangoo_2.0.0
Action=Disabled
Status=Success
*** Error Log:
!SESSION Jul 08, 2003 09:54:28.781 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 08, 2003 09:54:28.781
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 08, 2003 10:32:11.532
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 08, 2003 10:56:30.55
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 08, 2003 10:56:30.65
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 08, 2003 11:12:17.468
!MESSAGE Starting Tomcat...
!SESSION Jul 09, 2003 08:45:14.374 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 08:45:14.374
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 08:46:01.431
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 08:46:01.441
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 08:46:01.451
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 08:46:01.461
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 08:46:01.481
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 08:46:01.481
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 08:54:48.233
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 09:18:12.669
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 09:52:44.788
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 10:29:15.145
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.search 4 1 Jul 09, 2003 10:39:11.717
!MESSAGE Internal Error
!STACK 1
org.eclipse.ui.PartInitException: The classfile is not on the classpath
at org.eclipse.ui.texteditor.AbstractTextEditor$8.run(AbstractTextEditor.java:1885)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:431)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:428)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1385)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:1897)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:1914)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:604)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:666)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:459)
at org.eclipse.ui.internal.EditorManager.openEditorFromInput(EditorManager.java:333)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:424)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2056)
at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2004)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:1991)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1986)
at org.eclipse.ui.internal.WorkbenchPage.openMarker(WorkbenchPage.java:1963)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1903)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.showWithoutReuse(GotoMarkerAction.java:137)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.show(GotoMarkerAction.java:58)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.run(GotoMarkerAction.java:50)
at org.eclipse.search.internal.ui.SearchResultViewer.openCurrentSelection(SearchResultViewer.java:529)
at org.eclipse.search.internal.ui.SearchResultViewer.showNextResult(SearchResultViewer.java:470)
at org.eclipse.search.internal.ui.ShowNextResultAction.run(ShowNextResultAction.java:27)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.jdt.ui 4 995 Jul 09, 2003 10:39:11.717
!MESSAGE The classfile is not on the classpath
!ENTRY org.eclipse.search 4 1 Jul 09, 2003 10:39:55.720
!MESSAGE Internal Error
!STACK 1
org.eclipse.ui.PartInitException: The classfile is not on the classpath
at org.eclipse.ui.texteditor.AbstractTextEditor$8.run(AbstractTextEditor.java:1885)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:431)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:428)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1385)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:1897)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:1914)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:604)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:666)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:459)
at org.eclipse.ui.internal.EditorManager.openEditorFromInput(EditorManager.java:333)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:424)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2056)
at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2004)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:1991)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1986)
at org.eclipse.ui.internal.WorkbenchPage.openMarker(WorkbenchPage.java:1963)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1903)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.showWithoutReuse(GotoMarkerAction.java:137)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.show(GotoMarkerAction.java:58)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.run(GotoMarkerAction.java:50)
at org.eclipse.search.internal.ui.SearchResultViewer.openCurrentSelection(SearchResultViewer.java:529)
at org.eclipse.search.internal.ui.SearchResultViewer.showNextResult(SearchResultViewer.java:470)
at org.eclipse.search.internal.ui.ShowNextResultAction.run(ShowNextResultAction.java:27)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.jdt.ui 4 995 Jul 09, 2003 10:39:55.730
!MESSAGE The classfile is not on the classpath
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 10:43:54.651
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 10:47:34.145
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 10:53:41.620
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 11:07:04.496
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 11:08:41.655
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 11:26:28.899
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 11:26:28.899
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 11:26:28.919
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 11:26:28.919
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 11:26:30.471
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 12:19:11.344
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 12:33:58.541
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 12:33:58.541
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 12:33:58.561
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 12:33:58.561
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 12:34:02.36
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 13:14:22.142
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 13:17:06.466
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 13:23:10.787
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 13:23:10.787
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 13:23:10.807
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 13:23:10.807
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 13:23:12.689
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 13:23:27.70
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 13:26:51.121
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 13:26:51.121
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 09, 2003 13:26:51.131
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 09, 2003 13:26:51.141
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 13:26:52.734
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 13:28:36.562
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 15:05:36.853
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 15:39:53.730
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 09, 2003 16:02:44.347
!MESSAGE Starting Tomcat...
!SESSION Jul 10, 2003 14:19:15.862 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 14:19:15.862
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 14:38:43.28
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 15:06:09.479
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 15:16:58.766
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 15:36:32.172
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 15:38:45.512
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 18:03:26.699
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 18:14:12.40
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 10, 2003 18:26:44.965
!MESSAGE Starting Tomcat...
!SESSION Jul 11, 2003 10:19:39.570 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 11, 2003 10:19:39.570
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 11, 2003 11:26:30.47
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 11, 2003 11:33:56.965
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 11, 2003 11:44:05.945
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 11, 2003 11:46:38.533
!MESSAGE Starting Tomcat...
!SESSION Jul 14, 2003 09:49:23.119 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 09:49:23.119
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 10:30:05.607
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 10:34:50.503
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 10:36:02.837
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 10:39:49.410
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 10:44:01.100
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 10:46:04.946
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 11:06:55.322
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 12:15:34.844
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 12:20:20.315
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 14:00:08.877
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 14:13:51.341
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 14:27:11.314
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 14, 2003 14:52:23.663
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 14, 2003 14:52:23.663
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 14, 2003 14:52:23.683
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 14, 2003 14:52:23.683
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 14:53:51.38
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.search 4 1 Jul 14, 2003 15:02:59.721
!MESSAGE Internal Error
!STACK 1
org.eclipse.ui.PartInitException: The classfile is not on the classpath
at org.eclipse.ui.texteditor.AbstractTextEditor$8.run(AbstractTextEditor.java:1885)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:431)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:428)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1385)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:1897)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:1914)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:604)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:666)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:459)
at org.eclipse.ui.internal.EditorManager.openEditorFromInput(EditorManager.java:333)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:424)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2056)
at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2004)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:1991)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1986)
at org.eclipse.ui.internal.WorkbenchPage.openMarker(WorkbenchPage.java:1963)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1903)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.showWithoutReuse(GotoMarkerAction.java:137)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.show(GotoMarkerAction.java:58)
at org.eclipse.search.internal.ui.text.GotoMarkerAction.run(GotoMarkerAction.java:50)
at org.eclipse.search.internal.ui.SearchResultViewer.openCurrentSelection(SearchResultViewer.java:529)
at org.eclipse.search.internal.ui.SearchResultViewer.showNextResult(SearchResultViewer.java:470)
at org.eclipse.search.internal.ui.ShowNextResultAction.run(ShowNextResultAction.java:27)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.jdt.ui 4 995 Jul 14, 2003 15:02:59.721
!MESSAGE The classfile is not on the classpath
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 14, 2003 15:07:40.563
!MESSAGE Starting Tomcat...
!SESSION Jul 15, 2003 10:48:51.782 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY org.eclipse.team.cvs.core 4 0 Jul 15, 2003 10:48:51.782
!MESSAGE Resource is out of sync with the file system: /HEAD_learnRichmondOracle/learnRichmondOracle/WEB-INF/databaseScripts/lms/CVS/Entries.
!STACK 0
org.eclipse.team.internal.ccvs.core.CVSException: Resource is out of sync with the file system: /HEAD_learnRichmondOracle/learnRichmondOracle/WEB-INF/databaseScripts/lms/CVS/Entries.
at org.eclipse.team.internal.ccvs.core.CVSException.wrapException(CVSException.java:98)
at org.eclipse.team.internal.ccvs.core.util.SyncFileWriter.readLines(SyncFileWriter.java:435)
at org.eclipse.team.internal.ccvs.core.util.SyncFileWriter.readAllResourceSync(SyncFileWriter.java:94)
at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.cacheResourceSyncForChildren(EclipseSynchronizer.java:703)
at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.getSyncBytes(EclipseSynchronizer.java:242)
at org.eclipse.team.internal.ccvs.core.resources.EclipseResource.getSyncBytes(EclipseResource.java:213)
at org.eclipse.team.internal.ccvs.core.resources.EclipseResource.isManaged(EclipseResource.java:172)
at org.eclipse.team.internal.ccvs.core.resources.EclipseResource.isIgnored(EclipseResource.java:119)
at org.eclipse.team.internal.ccvs.core.resources.EclipseFile.handleModification(EclipseFile.java:519)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.resourceChanged(FileModificationManager.java:172)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.access$0(FileModificationManager.java:168)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager$1.visit(FileModificationManager.java:84)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:71)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:52)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.resourceChanged(FileModificationManager.java:64)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:137)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:889)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:152)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:67)
at org.eclipse.core.internal.resources.Workspace.broadcastChanges(Workspace.java:161)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:892)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1156)
at org.eclipse.ui.editors.text.FileDocumentProvider.refreshFile(FileDocumentProvider.java:711)
at org.eclipse.ui.editors.text.FileDocumentProvider.createElementInfo(FileDocumentProvider.java:518)
at org.eclipse.ui.texteditor.AbstractDocumentProvider.connect(AbstractDocumentProvider.java:306)
at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:2393)
at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:162)
at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:476)
at org.eclipse.ui.texteditor.AbstractTextEditor$8.run(AbstractTextEditor.java:1882)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:431)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:428)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:1385)
at org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(AbstractTextEditor.java:1897)
at org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTextEditor.java:1914)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:604)
at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:666)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:459)
at org.eclipse.ui.internal.EditorManager.openEditorFromInput(EditorManager.java:361)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:424)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2056)
at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2004)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:1991)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1986)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:1871)
at org.eclipse.ui.internal.actions.OpenWorkspaceFileAction.run(OpenWorkspaceFileAction.java:95)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:207)
at org.eclipse.ui.internal.WWinKeyBindingService.pressed(WWinKeyBindingService.java:214)
at org.eclipse.ui.internal.WWinKeyBindingService$5.widgetSelected(WWinKeyBindingService.java:332)
at org.eclipse.ui.internal.AcceleratorMenu$2.handleEvent(AcceleratorMenu.java:65)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 15, 2003 11:18:21.577
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 15, 2003 13:39:51.385
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 15, 2003 14:05:20.123
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 15, 2003 14:22:09.74
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 15, 2003 14:22:09.74
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 15, 2003 14:22:09.94
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 15, 2003 14:22:09.94
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 15, 2003 16:08:13.936
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 15, 2003 16:15:47.849
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 15, 2003 16:21:18.384
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 15, 2003 16:24:01.689
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 15, 2003 16:37:08.180
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 15, 2003 16:37:08.180
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 15, 2003 16:37:08.200
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 15, 2003 16:37:08.200
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 15, 2003 16:56:29.550
!MESSAGE Starting Tomcat...
!SESSION Jul 16, 2003 09:03:24.846 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 09:03:24.846
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 09:04:16.980
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 09:23:41.243
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 09:23:41.243
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 09:23:41.263
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 09:23:41.263
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 09:24:43.642
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 09:29:05.305
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 09:30:24.709
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 09:36:10.202
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 09:45:06.368
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 09:45:06.378
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 09:45:06.398
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 09:45:06.398
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 09:45:50.961
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 10:02:51.869
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 10:22:15.331
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 11:18:09.200
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 11:18:09.200
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 11:48:49.936
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 11:54:15.291
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 13:38:53.746
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 13:38:53.746
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 13:38:53.766
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 13:38:53.766
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 13:38:58.583
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 14:28:54.752
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 14:55:41.05
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 14:56:45.377
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 14:59:10.665
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 14:59:10.665
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 14:59:10.685
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 14:59:10.685
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 14:59:12.287
!MESSAGE Starting Tomcat...
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 16, 2003 15:18:25.634
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 15:33:29.455
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 15:33:29.455
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 15:33:29.465
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 15:33:29.465
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 16, 2003 15:33:29.485
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 16, 2003 15:33:29.485
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!SESSION Jul 17, 2003 09:10:01.437 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 17, 2003 09:10:01.447
!MESSAGE Starting Tomcat...
!ENTRY org.eclipse.ui 4 4 Jul 17, 2003 09:18:10.466
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 17, 2003 09:18:10.466
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY org.eclipse.ui 4 4 Jul 17, 2003 09:18:10.486
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Jul 17, 2003 09:18:10.496
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.debug.internal.ui.views.console.ConsoleViewer.paintControl(ConsoleViewer.java:354)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:865)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:849)
at org.eclipse.swt.widgets.Composite.WM_PAINT(Composite.java:730)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:2811)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:2361)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1303)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1543)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 17, 2003 09:54:09.879
!MESSAGE Starting Tomcat...
!SESSION Jul 17, 2003 11:09:15.904 ---------------------------------------------
java.version=1.4.1_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/eclipse/
!ENTRY com.sysdeo.eclipse.tomcat 4 4 Jul 17, 2003 11:09:15.914
!MESSAGE Starting Tomcat...
</config-details>
Mel
 
Pat McCarthy
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
k - the feature/plugin list shows you have both a feature and plugin named 'com.rwd.bangoo', which is fine.
The config also shows that the active feature/plugin is version 2.0.1.
Back to your original question/problem:
--
"Having said that, here's the problem - It seems the old version is not really disabled. The plugin adds a menu item that changed between the version everyone has and the one I want to make available. When I tested it, though, the old menu item did not disappear; I got both menu items."
--
What change was made? What does key part of the plugin.xml contain in version 2.0.0 vs 2.0.1?
 
Mel Riffe
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pat - I just had my 'Ah Ha' moment, I think...
I don't have the problem other people are seeing; both versions are physically in features and plugins, yet I only have the one menu item - the correct one.
I looked at the plugin.xml files of both versions and, indeed, the versions are different.
So, I got to thinking what's different? In order to create the config output I deleted the bangoo directories from features and plugins and installed both via Install/Update. However the other people manually copied the bangoo plugin to the plugin directory; they didn't install it via the Install/Update Perspective. So can I assume Features are disabled not Plugins. Can I assume the people who installed the plugin manually and then installed the new plugin via the Install/Update Perspective did indeed have two instances of the plugin?
What do you think?
Mel
 
Dastardly Dan the Author
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pat is out teaching so I'll answer on his behalf. You're right, plug-ins that you copy into the <inst_dir>\eclipse\plugins directory are considered "unmanaged plug-ins" and are effectively ignored by the Update/Install manager. This is a legitimate way to develop your plug-in, but true managed features are the way to go for delivered code. This is touched on in several places in the book; the short explanation of your choices are in the section titled Installing Your Plug-in in Chapter 8, "Getting Started: Plug-in Development". More in-depth explanations are found in Chapters 6, 32, and 34.
-- Dan
 
Mel Riffe
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dan, thanks for the confirmation on my train of thought.
I can't wait to receive my copy of JDG2E!
Thanks, again to Pat and yourself!
Mel
 
Dan Kehn
Dastardly Dan the Author
Posts: 120
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shur thang, cowboy! If the drawing for the book were based on the length of the JavaRancher's message, you'd be the hands-down winner.
Good luck!
-- Dan
 
Pat McCarthy
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm back (was watching our Dan do his thing while I was teaching).
Yes, plug-ins just copied into the \plugins dir work, but yes they are 'unmanaged'. Course if you copied both a plugin and a feature that referenced the plugin into the appropriate \plugins and \feature dirs it would both work and be managed, but you would also have to accept this change before Eclipse showed it to you in the runtime environment. Features ask your permission, plugins on their own just sneak right in.
I'm still a bit confused about what you did vs what others did. I think I know what happened to you/your team?
Given :
1) plugin id=a.b.c version=1.0.0
2) plugin id=a.b.c version=1.0.1
3) feature id=a.b.c version=1.0.1
If item 1 is just copied into the \plugins dir it works.
If items 2 and 3 are copied in, the new plugin a.b.c version 1.0.1 will be there instead, as long as the configuration change is accepted.
When you start eclipse after the copy of 2/3, it will ask you if you want this new code configured. If you say yes and restart, you see the new plugin (item 2, v1.0.1). If you say no, or yes but do not restart, you see the old plugin (item 1, v1.0.0).
If you later deconfigure the feature (item 3), you will disable the referenced plugin (item 2), but the unreferenced plugin (item 1, v1.0.0) will surface again. As this plugin version is not referenced by the disabled feature it can now rejoin the Eclipse configuration. Just as it snuck in before (without a feature), it comes back.
So if people have both plugins 1 and 2 in their dir, but see 1, it might be that they did not accept the config change for 2 as represented by the feature that references that plugin version or they disabled the feature and the old plugin came back....
All of this can be a bit easier to manage if you both always use features and keep your code in a separate dir and use link files (see Creating a Eclipse Configuration You Can Manage).
Easier to see your code that way and maybe delete the offending/unmanaged plugins once you start using features.
 
Mel Riffe
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the follow up, Pat.
And it sounds like you've seen our (my team's) situation before. The post about linking to features is very interesting; I plan to implement this at home first.
I appreciate your time and expertise on this matter. I foresee JDG2E will be used often!
Mel
 
reply
    Bookmark Topic Watch Topic
  • New Topic