facebook

[Closed] BEA WebLogic 6.1 launch error

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #200750 Reply

    philc
    Participant

    I have searched and read through all of the BEA issues posted, but have not found any related to mine on this board. Therefore, here goes…

    MyEclipse 2.6.4 and 2.7RC1 (tried both) using 2.7RC1 now…
    BEA Weblogic 6.1

    I have configured the WebLogic 6 connector (JDK, Launch, etc)
    My install dir property is set to “C:\bea\wlserver6.1”
    My execution domain root is set to “C:\bea\wlserver6.1″

    When I try to launch the appserver through MyEclipse perspective WebLogic 6 >> Start I get the following exception (and yes the \config dir is in my BEA installation tree). I can start the app server through the BEA tools.

    Any help would be appreciated, I would like to stop using NetBeans ;-)…

    The WebLogic Server did not start up properly.
    Exception raised:
    weblogic.management.configuration.ConfigurationException: XmlRepository directory C:\bea\wlserver6.1” -Dweblogic.Domain=mydomain.com -Dweblogic.Name=NAMEOFMYSERVER \config does not exist
    at weblogic.management.internal.xml.XmlFileRepository.setDirectories(XmlFileRepository.java:88)
    at weblogic.management.AdminServer.initializeRepositories(AdminServer.java:208)
    at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:183)
    at weblogic.management.AdminServer.configure(AdminServer.java:173)
    at weblogic.management.Admin.initialize(Admin.java:257)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:368)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:213)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    #200752 Reply

    Scott Anderson
    Participant

    Phil,

    It appears you didn’t create the server domain first. We don’t create the domain for you, since this is always server-specific. BEA ships a tool with WebLogic that does this nicely. You need to run it to create the domain, then simply point to it with the MyEclipse connector.

    –Scott
    MyEclipse Support

    #200757 Reply

    philc
    Participant

    Thanks, I had created the domain “admin” and server “MBPC”.
    I can start the Weblogic server and console successfully via weblogic executables… Below is the jdk argurments when starting the Weblogic server outside of MyEclipse:

    C:\bea\wlserver6.1>”C:\bea\jdk131\bin\java” -hotspot -ms64m -mx64m -classpath “.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar” -Dweblogic.Domain=admin -Dweblogic.Name=MBPC “-Dbea.home=C:\bea” -Dweblogic.management.password= -Dweblogic.ProductionModeEnabled=true “-Djava.security.policy==C:\bea\wlserver6.1/lib/weblogic.policy” weblogic.Server

    In MyEclipse I changed and verified that the Execution domain name is “admin” and the Execution server name is “MBPC”… still get the same error when launching through MyEclipse

    I was only querying this board since I can successfully start the server “outside” of MyEclipse. However, I don’t want to bog you down with my newbieness. I appreciate your reply, but if this is due to my lack of knowlege, please don’t waste your time… I just want to stop using NetBeans and use MyEclipse. I will keep trying various things before giving up.

    Thanks again

    #200761 Reply

    Scott Anderson
    Participant

    Phil,

    We’ll hang with you until we get you up and running. Can you have a look at the configuration in the FAQ (http://myeclipseide.com/modules.php?op=modload&name=FAQ&file=index&myfaq=yes&id_cat=16&categories=Weblogic6&parent_id=14) and see if yours differs substantially? It should be a good “go by” anyway.

    One other thing with older weblogic’s is that they often used relative paths in config.xml that might cause problems. Could you backup your copy of config.xml (after shutting down, of course) and see if it contains any relative paths? If it does can you replace them with absolute paths and see if this addresses the problem?

    –Scott
    MyEclipse Support

    #200777 Reply

    philc
    Participant

    First of all thanks for hanging in!

    Ok,
    1. Yes, I found that FAQ yesterday and my config fields are almost identical – just the domain and server names are different.

    2. I set the relative paths to explicit paths

    Still no luck same error. Therefore I looked closer at the error and noticed / wondering if the launch script or utility is looking for an actual directory named (C:\bea\wlserver6.1″ – weblogic.Domain=admin -Dweblogic.Name=MBPC \config) because now that I look closer the actual error claims that:
    directory C:\bea\wlserver6.1″ -Dweblogic.Domain=admin -Dweblogic.Name=PHXDCMBPCLARK \config does not exist

    The singel quotes after wlserver6.1 caught my eye and I noticed the error may be tied to the config actually stating the config dir is C:\bea\wlserver6.1″ -Dweblo….

    I checked my input fields against those in the faq link you sent and as I mentioned, other than the domain and server, my inputs are identical. Also I verified that I had valid entries i.e. no quotations in values, etc.

    Phil

    #200802 Reply

    Scott Anderson
    Participant

    Phil,

    I’m going to really have to dig in to figure this one out. Can you please post all the information we request in the Posting Guidelines thread at the top of this forum. In addition, if you could dump your full configuration from Help > About Eclipse Platform > Configuration Details and post it, that would really help too. We’ll get this figured out.

    –Scott
    MyEclipse Support

    #200916 Reply

    philc
    Participant

    Scott,

    Thanks for your help. Sorry for initially not providing the info from the guide lines.

    Anyway, you can close this thread. I did not have much invested in my install of Eclipse and MyEclipse (had some JBoss-IDE, struts, vi plugins added and that was it). Therefore I decided to start from scratch. Deleted my installs and reinstalled both Eclipse 2.1.2 and MyEclipse 2.7. This way I could make sure there were no previous plug-ins / config that were conflicting/causing this issue.

    After a clean install of both (minus the other plug-ins, since I am now using MyEclipse). I configured both the JBoss 3 and WebLogic 6 app servers. I am now able to successfully start either JBoss or WebLogic 6.1 app servers from within the Eclipse/MyEclipse IDE. Thanks for hanging in, I decided not to wait out the 30 days and just purchased the annual license…

    Thanks,

    Phil

    #200918 Reply

    Riyad Kalla
    Member

    Phil you sound a lot like me, after I saw the level of support here I didn’t see how I could loose by buying the license. Glad to hear you got everything working!

    #241215 Reply

    bookofjames
    Member

    Hi, was this problem ever solved?

    I’m having the exact same problem here. Using the latest myEclipse 4.1, Eclipse 3.1.1 and BEA Weblogic 6.1. Below is my config:

    *** Date: Thu Nov 10 14:46:31 SGT 2005

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    catalina.base=/c:/eclipse/plugins/org.eclipse.tomcat_4.1.30.1/
    catalina.home=/c:/eclipse/plugins/org.eclipse.tomcat_4.1.30.1/
    catalina.useNaming=true
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=M20050929-0840
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    578_30
    -vm
    C:\Program Files\Java\jre1.5.0_01\bin\javaw.exe
    eclipse.product=org.eclipse.sdk.ide
    eclipse.startTime=1131600288756
    eclipse.vm=C:\Program Files\Java\jre1.5.0_01\bin\javaw.exe
    eclipse.vmargs=-Xmx256M
    -jar
    C:\eclipse\startup.jar
    eof=eof
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    http.nonProxyHosts=localhost
    http.proxyHost=srvproxy001
    http.proxyPassword=Suppie87
    http.proxyPort=8080
    http.proxySet=true
    http.proxyUserName=itleng
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\eclipse\startup.jar
    java.class.version=49.0
    java.endorsed.dirs=C:\Program Files\Java\jre1.5.0_01\lib\endorsed
    java.ext.dirs=C:\Program Files\Java\jre1.5.0_01\lib\ext
    java.home=C:\Program Files\Java\jre1.5.0_01
    java.io.tmpdir=C:\DOCUME~1\itleng\LOCALS~1\Temp\
    java.library.path=C:\Program Files\Java\jre1.5.0_01\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\Program Files\Java\jre1.5.0_01\bin;C:\jdk1.3.1_09\bin;C:\oracle\ora81\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    java.naming.factory.initial=org.apache.naming.java.javaURLContextFactory
    java.naming.factory.url.pkgs=org.apache.naming
    java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
    java.runtime.version=1.5.0_01-b08
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.5
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.5.0_01
    java.vm.info=mixed mode, sharing
    java.vm.name=Java HotSpot(TM) Client VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=1.5.0_01-b08
    line.separator=

    org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
    org.apache.commons.logging.simplelog.log.httpclient.wire.header=fatal
    org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=fatal
    org.apache.commons.logging.simplelog.showdatetime=false
    org.eclipse.jdt.debug.ui.scrapbookActive=false
    org.osgi.framework.bootdelegation=*
    org.osgi.framework.executionenvironment=J2SE-1.5
    org.osgi.framework.language=en
    org.osgi.framework.os.name=WindowsXP
    org.osgi.framework.os.version=5.1
    org.osgi.framework.processor=x86
    org.osgi.framework.system.packages=*snipped*
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.3.0
    org.osgi.supports.framework.extension=true
    os.arch=x86
    os.name=Windows XP
    os.version=5.1
    osgi.arch=x86
    osgi.bundles=org.eclipse.core.runtime@2:start, org.eclipse.update.configurator@3:start
    osgi.bundlestore=c:\eclipse\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/c:/eclipse/configuration/
    osgi.framework=file:/c:/eclipse/plugins/org.eclipse.osgi_3.1.1.jar
    osgi.framework.beginningstartlevel=1
    osgi.framework.shape=jar
    osgi.framework.version=3.1.1
    osgi.install.area=file:/c:/eclipse/
    osgi.instance.area=file:/C:/dev/
    osgi.instance.area.default=file:/C:/Documents and Settings/itleng/workspace/
    osgi.logfile=C:\dev\.metadata\.log
    osgi.manifest.cache=c:\eclipse\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_US
    osgi.os=win32
    osgi.splashLocation=c:\eclipse\plugins\org.eclipse.platform_3.1.1\splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath=c:\eclipse\plugins
    osgi.ws=win32
    path.separator=;
    proxyHost=srvproxy001
    proxyPort=8080
    proxySet=true
    sun.arch.data.model=32
    sun.boot.class.path=C:\Program Files\Java\jre1.5.0_01\lib\rt.jar;C:\Program Files\Java\jre1.5.0_01\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_01\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_01\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_01\lib\jce.jar;C:\Program Files\Java\jre1.5.0_01\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_01\classes
    sun.boot.library.path=C:\Program Files\Java\jre1.5.0_01\bin
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=Service Pack 1
    user.country=US
    user.dir=C:\eclipse
    user.home=C:\Documents and Settings\itleng
    user.language=en
    user.name=itleng
    user.timezone=Asia/Singapore
    user.variant=

    *** Features:
    com.genuitec.myeclipse.ast (4.0.100) “MyEclipse Application Server Tooling”
    com.genuitec.myeclipse.bugzilla (4.0.0) “MyEclipse Bugzilla Feature”
    com.genuitec.myeclipse.core (4.0.100) “MyEclipse Core Feature”
    com.genuitec.myeclipse.database (4.0.1) “MyEclipse Database Feature”
    com.genuitec.myeclipse.enterprise.workbench (4.0.100) “MyEclipse Enterprise Workbench Feature”
    com.genuitec.myeclipse.help (4.0.100) “MyEclipse Help Feature”
    com.genuitec.myeclipse.hibernate (4.0.100) “MyEclipse Hibernate Feature”
    com.genuitec.myeclipse.jsf (4.0.100) “MyEclipse JSF Feature”
    com.genuitec.myeclipse.jspdesign (4.0.100) “MyEclipse JSP Design Feature”
    com.genuitec.myeclipse.platform (4.0.0) “MyEclipse Base Platform Feature”
    com.genuitec.myeclipse.spring (4.0.100) “MyEclipse Spring Feature”
    com.genuitec.myeclipse.struts (4.0.1) “MyEclipse Struts Feature”
    com.genuitec.myeclipse.tapestry (4.0.3) “MyEclipse Tapestry / Spindle Feature”
    com.genuitec.myeclipse.uml (4.0.100) “MyEclipse UML Feature”
    com.genuitec.myeclipse.wdt (4.0.100) “MyEclipse Web Development Feature”
    org.eclipse.jdt (3.1.1) “Eclipse Java Development Tools”
    org.eclipse.jdt.source (3.1.1) “Eclipse Java Development Tools SDK”
    org.eclipse.pde (3.1.1) “Eclipse Plug-in Development Environment”
    org.eclipse.pde.source (3.1.1) “Eclipse Plug-in Development Environment Developer Resources”
    org.eclipse.platform (3.1.1) “Eclipse Platform”
    org.eclipse.platform.source (3.1.1) “Eclipse Platform Plug-in Developer Resources”
    org.eclipse.rcp (3.1.1) “Eclipse RCP”
    org.eclipse.rcp.source (3.1.1) “Eclipse RCP Plug-in Developer Resources”
    org.eclipse.sdk (3.1.1) “Eclipse Project SDK”

    *** Plug-in Registry:
    com.genuitec.eclipse.ast.deploy.core (4.0.100) “Deployment Core Plug-in” [Active]
    com.genuitec.eclipse.browser (3.8.4) “Web Browser Plug-in” [Resolved]
    com.genuitec.eclipse.bugzilla (3.9.310) “MyEclipse Bugzilla Integration Plug-in” [Active]
    com.genuitec.eclipse.core (4.0.3) “Genuitec Core” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (4.0.1) “MyEclipse Stuts Support” [Active]
    com.genuitec.eclipse.easie.bejy (3.8.1) “Genuitec EASIE Bejy Tiger” [Active]
    com.genuitec.eclipse.easie.core (4.0.100) “Genuitec EASIE Core” [Active]
    com.genuitec.eclipse.easie.geronimo1 (3.9.310) “Genuitec EASIE Geronimo 1” [Active]
    com.genuitec.eclipse.easie.jboss (3.9.310) “Genuitec EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (3.8.1) “Genuitec EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (3.9.310) “Genuitec EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (3.9.310) “Genuitec EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jetty (4.0.1) “Genuitec EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (3.8.1) “Genuitec EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (3.8.1) “Genuitec EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jonas (3.9.310) “Genuitec EASIE Jonas” [Active]
    com.genuitec.eclipse.easie.jonas3 (3.8.3) “Genuitec EASIE Jonas 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (3.8.3) “Genuitec EASIE Jonas 4” [Active]
    com.genuitec.eclipse.easie.jrun (4.0.100) “Genuitec EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (3.8.1) “Genuitec EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (3.9.310) “Genuitec EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (4.0.100) “Genuitec EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.orion1 (3.8.1) “Genuitec EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (3.8.1) “Genuitec EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (3.8.1) “Genuitec EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (3.8.1) “Genuitec EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (4.0.3) “Genuitec EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.sun (3.9.310) “Genuitec EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (3.8.3) “Genuitec EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (4.0.100) “Genuitec EASIE Sun 8.1” [Active]
    com.genuitec.eclipse.easie.tomcat (3.9.310) “Genuitec EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat4 (3.8.1) “Genuitec EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (3.8.1) “Genuitec EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.weblogic (4.0.0) “Genuitec EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic6 (3.8.1) “Genuitec EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (3.8.1) “Genuitec EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (3.8.1) “Genuitec EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.weblogic9 (3.9.310) “Genuitec EASIE WebLogic 9” [Active]
    com.genuitec.eclipse.easie.websphere (3.9.310) “Genuitec EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere5 (3.9.310) “Genuitec EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.easie.websphere6 (3.9.310) “Genuitec EASIE WebSphere 6” [Active]
    com.genuitec.eclipse.export.wizard (3.9.210) “MyEclipse J2EE Export Wizards” [Resolved]
    com.genuitec.eclipse.hibernate (4.0.100) “MyEclipse Hibernate Capabilities” [Active]
    com.genuitec.eclipse.integration (4.0.100) “MyEclipse Integration Utilities” [Active]
    com.genuitec.eclipse.j2eedt.core (4.0.100) “Genuitec J2EE Development Tooling” [Active]
    com.genuitec.eclipse.jface.text.wtpfragment (3.8.1) “Wtpextendfragment Fragment” [Resolved]
    com.genuitec.eclipse.jsf (4.0.100) “MyEclipse JSF Capabilities” [Active]
    com.genuitec.eclipse.modeling.core (4.0.1) “MyEclipse Modeling Core” [Resolved]
    com.genuitec.eclipse.springframework (4.0.100) “Springframework Plug-in” [Resolved]
    com.genuitec.eclipse.springhibernate (4.0.100) “SpringHibernate Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer (4.0.100) “MyEclipse Database Explorer Plugin” [Resolved]
    com.genuitec.eclipse.sqlexplorer.doc (4.0.1) “MyEclipse Database Explorer Help Plug-in” [Resolved]
    com.genuitec.eclipse.sqlexplorer.oracle (4.0.1) “Oracle Database Explorer Plug-in” [Resolved]
    com.genuitec.eclipse.struts (4.0.1) “MyEclipse Struts Capabilities” [Active]
    com.genuitec.eclipse.tapestry (4.0.3) “MyEclipse Tapestry Integration Plug-in” [Active]
    com.genuitec.eclipse.tapestry.ui.contrib (4.0.0) “MyEclipse Tapestry UI Integration Fragment” [Resolved]
    com.genuitec.eclipse.uml (4.0.100) “MyEclipse UML Plug-in” [Resolved]
    com.genuitec.eclipse.wdt.jsp.debug (4.0.3) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (3.9.210) “MyEclipse Image Previewer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner (4.0.100) “Web Designer Plug-in” [Active]
    com.genuitec.eclipse.webdesigner.support (3.9.211) “WebDesigner Support” [Resolved]
    com.genuitec.eclipse.wizards (4.0.1) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipsetidy (3.9.310) “MyEclipse HTML Formatting” [Active]
    com.genuitec.jboss.ide.eclipse.apache.xalan (3.8.1) “Genuitec XDoclet Apache Xalan Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (4.0.0) “Genuitec XDoclet Support Core Plug-in” [Active]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (3.9.210) “Genuitec XDoclet Assist Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (4.0.0) “Genuitec XDoclet Core Plug-in” [Resolved]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (4.0.0) “Genuitec XDoclet Runner Plug-in” [Active]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (4.0.1) “Genuitec XDoclet UI Plug-in” [Resolved]
    com.genuitec.myeclipse.ast (4.0.100) “MyEclipse Application Server Tooling” [Resolved]
    com.genuitec.myeclipse.bugzilla (4.0.0) “MyEclipse Bugzilla Feature” [Resolved]
    com.genuitec.myeclipse.core (4.0.100) “MyEclipse Core Feature” [Resolved]
    com.genuitec.myeclipse.database (4.0.1) “MyEclipse Database Feature” [Resolved]
    com.genuitec.myeclipse.doc (4.0.100) “MyEclipse Documentation” [Resolved]
    com.genuitec.myeclipse.enterprise.workbench (4.0.100) “MyEclipse Enterprise Workbench Feature” [Resolved]
    com.genuitec.myeclipse.help (4.0.100) “MyEclipse Help Feature” [Resolved]
    com.genuitec.myeclipse.hibernate (4.0.100) “MyEclipse Hibernate Feature” [Resolved]
    com.genuitec.myeclipse.jsf (4.0.100) “MyEclipse JSF Feature” [Resolved]
    com.genuitec.myeclipse.jspdesign (4.0.100) “MyEclipse JSP Design Feature” [Resolved]
    com.genuitec.myeclipse.perspective (4.0.100) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.platform (4.0.0) “MyEclipse Base Platform Feature” [Resolved]
    com.genuitec.myeclipse.spring (4.0.100) “MyEclipse Spring Feature” [Resolved]
    com.genuitec.myeclipse.struts (4.0.1) “MyEclipse Struts Feature” [Resolved]
    com.genuitec.myeclipse.tapestry (4.0.3) “MyEclipse Tapestry / Spindle Feature” [Resolved]
    com.genuitec.myeclipse.uml (4.0.100) “MyEclipse UML Feature” [Resolved]
    com.genuitec.myeclipse.wdt (4.0.100) “MyEclipse Web Development Feature” [Resolved]
    com.ibm.base.extensions (13.8.1) “Eclipse base extensions” [Resolved]
    com.ibm.base.extensions.ui (13.9.310) “Eclipse Base UI extensions” [Active]
    com.ibm.encoding.resource (13.9.210) “Coded Resource” [Active]
    com.ibm.etools.contentmodel (13.8.4) “Content Model” [Resolved]
    com.ibm.etools.contentmodel.dtd (13.8.2) “Content Model for DTD” [Resolved]
    com.ibm.etools.contentmodel.xsd (13.8.1) “Content Model for XML Schema” [Resolved]
    com.ibm.etools.dtdmodel (14.0.0) “DTD Model” [Resolved]
    com.ibm.etools.dtdparser (13.8.1) “DTD Parser” [Resolved]
    com.ibm.etools.emf.event (3.0.0.1) “Event Model” [Resolved]
    com.ibm.etools.internet (13.8.1) “Internet Preferences” [Active]
    com.ibm.etools.uri.resolver (13.8.3) “com.ibm.etools.uri.resolver” [Active]
    com.ibm.etools.validation (13.8.4) “Validation Framework” [Active]
    com.ibm.etools.validation.core (13.8.4) “Validation Framework Core” [Resolved]
    com.ibm.etools.validation.dtd (13.8.4) “DTD Validator” [Active]
    com.ibm.etools.validation.html (14.0.3) “HTML Validation” [Resolved]
    com.ibm.etools.validation.mof (13.8.1) “Validation Framework MOF support” [Resolved]
    com.ibm.etools.validation.ui (13.8.3) “Validation Framework UI” [Active]
    com.ibm.etools.validation.xml (13.8.4) “XML Validator” [Active]
    com.ibm.etools.validation.xmltools (13.8.1) “XML Tools Validation” [Active]
    com.ibm.etools.validation.xsd (13.8.4) “XML Schema Validator” [Active]
    com.ibm.etools.xml.gef.util (13.9.210) “XML Tools Common GEF Utilities” [Resolved]
    com.ibm.etools.xmlcatalog (13.8.4) “com.ibm.etools.xmlcatalog” [Active]
    com.ibm.etools.xmlcatalog.ui (13.9.310) “XML Catalog UI” [Active]
    com.ibm.etools.xmlutility (13.8.1) “XML Utility” [Resolved]
    com.ibm.sse.contentproperties (13.8.1) “Content Properties” [Active]
    com.ibm.sse.editor (14.0.1) “MyEclipse Source Editors” [Active]
    com.ibm.sse.editor.css (14.0.1) “SSE CSS Source Editor” [Resolved]
    com.ibm.sse.editor.dtd (14.0.1) “SSE DTD Source Editor” [Resolved]
    com.ibm.sse.editor.extensions (13.8.1) “Structured Source Editing Editor Extensions” [Resolved]
    com.ibm.sse.editor.html (14.0.1) “SSE HTML Source Editor” [Resolved]
    com.ibm.sse.editor.javascript (14.0.1) “SSE JavaScript Source Editor” [Resolved]
    com.ibm.sse.editor.jsp (14.0.1) “SSE JSP Source Editor” [Resolved]
    com.ibm.sse.editor.xml (14.0.1) “SSE XML Source Editor” [Resolved]
    com.ibm.sse.javascript.common.ui (14.0.1) “SSE JavaScript Common UI” [Resolved]
    com.ibm.sse.model (14.0.100) “Structured Text Model” [Active]
    com.ibm.sse.model.css (14.0.3) “Structured Source CSS Model” [Active]
    com.ibm.sse.model.dtd (14.0.1) “Structured Source DTD Model” [Resolved]
    com.ibm.sse.model.html (14.0.100) “Structured Source HTML Model” [Active]
    com.ibm.sse.model.javascript (13.9.310) “Structured Source JavaScript Model” [Resolved]
    com.ibm.sse.model.jsp (14.0.3) “Structured Source JSP Model” [Active]
    com.ibm.sse.model.xml (14.0.100) “Structured Source XML Model” [Active]
    com.ibm.sse.snippets (14.0.100) “SSE Snippets View” [Active]
    com.ibm.webtooling.system.dtds (14.0.1) “Known DTDs” [Resolved]
    com.ibm.wtp.annotations.controller (13.8.1) “Annotation Controller Plug-in” [Resolved]
    com.ibm.wtp.annotations.core (13.9.210) “Annotation Core Plug-in” [Resolved]
    com.ibm.wtp.annotations.ui (13.8.1) “Ui Plug-in” [Resolved]
    com.ibm.wtp.common (13.8.1) “com.ibm.wtp.common” [Active]
    com.ibm.wtp.common.ui (13.8.1) “WTP UI Plug-in” [Active]
    com.ibm.wtp.common.util (1.0.0) “Logging Plug-in” [Active]
    com.ibm.wtp.emf (14.0.0) “EMF Utilities” [Resolved]
    com.ibm.wtp.emf.workbench (1.0.0) “EMF Workbench” [Active]
    com.ibm.wtp.emf.workbench.edit (14.0.0) “EMF Workbench Edit Plug-in” [Resolved]
    com.ibm.wtp.jdt.integration (13.8.1) “Integration Plug-in” [Resolved]
    com.ibm.xmleditor (14.0.0) “SSE XML Editor” [Resolved]
    com.ibm.xmlwizard (13.9.310) “XML Wizards” [Resolved]
    com.ibm.xsdeditor (13.9.310) “MyEclipse Schema Editor” [Active]
    com.ibm.xtools.common.ui.properties (14.0.1) “IBM Rational Common UI Properties” [Resolved]
    com.iw.plugins.spindle.core (4.0.3) “Spindle Core Plugin” [Active]
    com.iw.plugins.spindle.docs (3.9.310) “Spindle 3 Documentation” [Resolved]
    com.iw.plugins.spindle.ui (4.0.3) “Spindle UI plugin” [Active]
    de.bb.bje.eclipse (3.8.1) “BJE Plug-in” [Resolved]
    net.sf.solareclipse.ui (0.4.0.spindle-dep-6) “SolarEclipse UI” [Resolved]
    net.sf.solareclipse.xml.ui (0.4.0.spindle-dep-6) “XML Development Tools UI” [Resolved]
    org.apache.ant (1.6.5) “Apache Ant” [Active]
    org.apache.lucene (1.4.3) “Apache Lucene” [Resolved]
    org.apache.xerces (4.0.13) “Spindle 3 Xerces Plug-in” [Resolved]
    org.eclipse.ant.core (3.1.1) “Ant Build Tool Core” [Active]
    org.eclipse.ant.ui (3.1.1) “Ant UI” [Active]
    org.eclipse.compare (3.1.1) “Compare Support” [Active]
    org.eclipse.core.boot (3.1.0) “Core Boot” [Resolved]
    org.eclipse.core.commands (3.1.0) “Commands” [Active]
    org.eclipse.core.expressions (3.1.0) “Expression Language” [Active]
    org.eclipse.core.filebuffers (3.1.0) “File Buffers” [Active]
    org.eclipse.core.resources (3.1.0) “Core Resource Management” [Active]
    org.eclipse.core.resources.compatibility (3.1.0) “Core Resource Management Compatibility Fragment” [Resolved]
    org.eclipse.core.resources.win32 (3.1.0) “Core Resource Management Win32 Fragment” [Resolved]
    org.eclipse.core.runtime (3.1.1) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.1.0) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.variables (3.1.0) “Core Variables” [Active]
    org.eclipse.debug.core (3.1.0) “Debug Core” [Active]
    org.eclipse.debug.ui (3.1.1) “Debug UI” [Active]
    org.eclipse.draw2d (3.1.0) “Draw2d” [Resolved]
    org.eclipse.emf (2.1.0) “Eclipse Modeling Framework (EMF)” [Resolved]
    org.eclipse.emf.ant (2.1.0) “EMF Ant Tasks” [Resolved]
    org.eclipse.emf.codegen (2.1.0) “EMF Template Code Generator” [Resolved]
    org.eclipse.emf.codegen.ecore (2.1.0) “EMF Ecore Code Generation” [Resolved]
    org.eclipse.emf.codegen.ecore.ui (2.1.0) “EMF Ecore Code Generation UI” [Resolved]
    org.eclipse.emf.codegen.ui (2.1.0) “EMF Template Code Generator UI” [Resolved]
    org.eclipse.emf.common (2.1.0) “EMF Common” [Active]
    org.eclipse.emf.common.ui (2.1.0) “EMF Common UI” [Resolved]
    org.eclipse.emf.commonj.sdo (2.1.0) “CommonJ SDO” [Resolved]
    org.eclipse.emf.ecore (2.1.0) “EMF Ecore” [Active]
    org.eclipse.emf.ecore.change (2.1.0) “EMF Ecore Change Model” [Resolved]
    org.eclipse.emf.ecore.change.edit (2.1.0) “EMF Ecore Change Edit Support” [Resolved]
    org.eclipse.emf.ecore.edit (2.1.0) “EMF Ecore Edit Support” [Resolved]
    org.eclipse.emf.ecore.editor (2.1.0) “Sample Ecore Editor” [Resolved]
    org.eclipse.emf.ecore.sdo (2.1.0) “EMF Service Data Objects (SDO)” [Resolved]
    org.eclipse.emf.ecore.sdo.edit (2.1.0) “EMF Service Data Objects (SDO) Edit Support” [Resolved]
    org.eclipse.emf.ecore.sdo.editor (2.1.0) “EMF Service Data Objects (SDO) Editor” [Resolved]
    org.eclipse.emf.ecore.xmi (2.1.0) “EMF XMI” [Resolved]
    org.eclipse.emf.edit (2.1.0) “EMF Edit” [Resolved]
    org.eclipse.emf.edit.ui (2.1.0) “EMF Edit UI” [Resolved]
    org.eclipse.emf.importer (2.1.0) “EMF Model Import Support” [Resolved]
    org.eclipse.emf.importer.ecore (2.1.0) “EMF Ecore Importer” [Resolved]
    org.eclipse.emf.importer.java (2.1.0) “EMF Annotated Java Importer” [Resolved]
    org.eclipse.emf.importer.rose (2.1.0) “EMF Rose Importer” [Resolved]
    org.eclipse.emf.mapping (2.1.0) “EMF Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2ecore (2.1.0) “Ecore to Ecore Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2ecore.editor (2.1.0) “Ecore to Ecore Mapping Editor” [Resolved]
    org.eclipse.emf.mapping.ecore2xml (2.1.0) “Ecore to XML Mapping” [Resolved]
    org.eclipse.emf.mapping.ecore2xml.ui (2.1.0) “Ecore to XML Mapping UI” [Resolved]
    org.eclipse.emf.mapping.ui (2.1.0) “EMF Mapping UI” [Resolved]
    org.eclipse.gef (3.1.0) “Graphical Editing Framework” [Resolved]
    org.eclipse.help (3.1.0) “Help System Core” [Active]
    org.eclipse.help.appserver (3.1.0) “Help Application Server” [Active]
    org.eclipse.help.base (3.1.0) “Help System Base” [Active]
    org.eclipse.help.ui (3.1.1) “Help System UI” [Active]
    org.eclipse.help.webapp (3.1.0) “Help System Webapp” [Active]
    org.eclipse.jdt (3.1.0) “Eclipse Java Development Tools” [Resolved]
    org.eclipse.jdt.core (3.1.1) “Java Development Tools Core” [Active]
    org.eclipse.jdt.debug (3.1.1) “JDI Debug Model” [Active]
    org.eclipse.jdt.debug.ui (3.1.1) “JDI Debug UI” [Active]
    org.eclipse.jdt.doc.isv (3.1.1) “Eclipse JDT Plug-in Developer Guide” [Resolved]
    org.eclipse.jdt.doc.user (3.1.1) “Eclipse Java Development User Guide” [Resolved]
    org.eclipse.jdt.junit (3.1.1) “Java Development Tools JUnit support” [Resolved]
    org.eclipse.jdt.junit.runtime (3.1.0) “Java Development Tools JUnit runtime support” [Resolved]
    org.eclipse.jdt.launching (3.1.0) “Java Development Tools Launching Support” [Active]
    org.eclipse.jdt.source (3.1.1) “Eclipse Java Development Tools SDK” [Resolved]
    org.eclipse.jdt.ui (3.1.1) “Java Development Tools UI” [Active]
    org.eclipse.jem (1.1.0) “Java EMF Model” [Resolved]
    org.eclipse.jem.beaninfo (1.1.0) “Java EMF Model BeanInfo (Introspection) Support” [Resolved]
    org.eclipse.jem.proxy (1.1.0) “Java EMF Model Proxy Support” [Resolved]
    org.eclipse.jem.ui (1.1.0) “Java EMF Model UI” [Resolved]
    org.eclipse.jem.util (1.1.0) “Java EMF Model Utilities” [Resolved]
    org.eclipse.jem.workbench (1.1.0) “Java EMF Model Workbench Support” [Resolved]
    org.eclipse.jface (3.1.1) “JFace” [Active]
    org.eclipse.jface.text (3.1.1) “JFace Text” [Active]
    org.eclipse.ltk.core.refactoring (3.1.0) “Refactoring Core” [Resolved]
    org.eclipse.ltk.ui.refactoring (3.1.1) “Refactoring UI” [Resolved]
    org.eclipse.monitor.core (13.8.1) “Monitor” [Active]
    org.eclipse.monitor.ui (13.8.1) “TCP/IP Monitor” [Active]
    org.eclipse.osgi.services (3.1.1) “OSGi Release 3 Services” [Resolved]
    org.eclipse.osgi.util (3.1.1) “OSGi R3 Utility Classes” [Resolved]
    org.eclipse.pde (3.1.0) “Eclipse Plug-in Development Environment” [Resolved]
    org.eclipse.pde.build (3.1.0) “Plug-in Development Environment Build Support” [Resolved]
    org.eclipse.pde.core (3.1.1) “Plug-in Development Core” [Resolved]
    org.eclipse.pde.doc.user (3.1.1) “Eclipse Plug-in Development User Guide” [Resolved]
    org.eclipse.pde.junit.runtime (3.1.0) “PDE JUnit Plug-in Test” [Resolved]
    org.eclipse.pde.runtime (3.1.1) “Plug-in Development Environment Runtime” [Resolved]
    org.eclipse.pde.source (3.1.1) “Eclipse Plug-in Development Environment Developer Resources” [Resolved]
    org.eclipse.pde.ui (3.1.1) “Plug-in Development UI” [Resolved]
    org.eclipse.platform (3.1.1) “Eclipse Platform” [Resolved]
    org.eclipse.platform.doc.isv (3.1.1) “Eclipse Platform Plug-in Developer Guide” [Resolved]
    org.eclipse.platform.doc.user (3.1.1) “Eclipse Workbench User Guide” [Resolved]
    org.eclipse.platform.source (3.1.1) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.platform.source.win32.win32.x86 (3.1.1) “Eclipse Platform Plug-in Developer Resources” [Resolved]
    org.eclipse.rcp (3.1.0) “Eclipse RCP” [Resolved]
    org.eclipse.rcp.source (3.1.1) “Eclipse RCP Plug-in Developer Resources” [Resolved]
    org.eclipse.rcp.source.win32.win32.x86 (3.1.1) “Eclipse RCP Plug-in Developer Resources” [Resolved]
    org.eclipse.sdk (3.1.1) “Eclipse Project SDK” [Resolved]
    org.eclipse.search (3.1.1) “Search Support” [Resolved]
    org.eclipse.swt (3.1.0) “Standard Widget Toolkit” [Resolved]
    org.eclipse.swt.win32.win32.x86 (3.1.1) “Standard Widget Toolkit for Windows” [Resolved]
    org.eclipse.team.core (3.1.1) “Team Support Core” [Active]
    org.eclipse.team.cvs.core (3.1.1) “CVS Team Provider Core” [Resolved]
    org.eclipse.team.cvs.ssh (3.1.0) “CVS SSH Core” [Resolved]
    org.eclipse.team.cvs.ssh2 (3.1.0) “CVS SSH2” [Resolved]
    org.eclipse.team.cvs.ui (3.1.1) “CVS Team Provider UI” [Resolved]
    org.eclipse.team.ui (3.1.1) “Team Support UI” [Active]
    org.eclipse.text (3.1.1) “Text” [Active]
    org.eclipse.tomcat (4.1.30.1) “Tomcat Wrapper” [Active]
    org.eclipse.ui (3.1.1) “Eclipse UI” [Active]
    org.eclipse.ui.browser (3.1.1) “Browser Support” [Resolved]
    org.eclipse.ui.cheatsheets (3.1.1) “Cheat Sheets” [Resolved]
    org.eclipse.ui.console (3.1.0) “Console” [Active]
    org.eclipse.ui.editors (3.1.1) “Default Text Editor” [Active]
    org.eclipse.ui.externaltools (3.1.1) “External Tools” [Active]
    org.eclipse.ui.forms (3.1.0) “Eclipse Forms” [Active]
    org.eclipse.ui.ide (3.1.1) “Eclipse IDE UI” [Active]
    org.eclipse.ui.intro (3.1.1) “Welcome Framework” [Resolved]
    org.eclipse.ui.presentations.r21 (3.1.0) “R21 Presentation Plug-in” [Resolved]
    org.eclipse.ui.views (3.1.1) “Views” [Active]
    org.eclipse.ui.views.navigator (13.8.1) “Navigator View” [Active]
    org.eclipse.ui.win32 (3.1.0) “Eclipse UI Win32 Enhancements” [Resolved]
    org.eclipse.ui.workbench (3.1.1) “Workbench” [Active]
    org.eclipse.ui.workbench.compatibility (3.1.0) “Workbench Compatibility” [Resolved]
    org.eclipse.ui.workbench.texteditor (3.1.1) “Text Editor Framework” [Active]
    org.eclipse.update.configurator (3.1.0) “Install/Update Configurator” [Active]
    org.eclipse.update.core (3.1.1) “Install/Update Core” [Resolved]
    org.eclipse.update.core.win32 (3.1.0) “Install/Update Core for Windows” [Resolved]
    org.eclipse.update.scheduler (3.1.0) “Automatic Updates Scheduler” [Active]
    org.eclipse.update.ui (3.1.1) “Install/Update UI” [Resolved]
    org.eclipse.webbrowser (14.0.1) “Web Browser” [Active]
    org.eclipse.xsd (2.1.0) “XML Schema Infoset Model (XSD)” [Resolved]
    org.eclipse.xsd.edit (2.0.1) “XML Schema Edit Framework” [Resolved]
    org.hibernate.eclipse (4.0.100) “Hibernate Core Plugin” [Resolved]
    org.hibernate.eclipse.console (4.0.100) “Hibernate Console” [Resolved]
    org.hibernate.eclipse.mapper (4.0.100) “Mapper Plug-in” [Resolved]
    org.junit (3.8.1) “JUnit Testing Framework” [Resolved]
    org.springframework.ide.eclipse.beans.core (4.0.100) “MyEclipse Spring IDE Beans Support Core” [Active]
    org.springframework.ide.eclipse.beans.ui (4.0.1) “MyEclipse Spring IDE Beans UI” [Active]
    org.springframework.ide.eclipse.beans.ui.doc (4.0.1) “MyEclipse Spring IDE Support Documentation” [Resolved]
    org.springframework.ide.eclipse.beans.ui.graph (4.0.1) “MyEclipse Spring IDE Support Graph” [Resolved]
    org.springframework.ide.eclipse.core (4.0.100) “MyEclipse Spring IDE Core” [Active]
    org.springframework.ide.eclipse.core.doc (4.0.0) “MyEclipse Spring Framework Reference Documentation” [Resolved]
    org.springframework.ide.eclipse.ui (4.0.1) “pluginName” [Active]
    org.vssplugin (1.6.1) “VSS Plugin Functions for Eclipse” [Active]
    system.bundle (3.1.1) “OSGi System Bundle” [Active]

    *** User Preferences:
    #Thu Nov 10 14:46:41 SGT 2005
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_STRUTS_HOME=c\:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_4.0.1/data
    /instance/com.genuitec.eclipse.wizards/struct.set.2=java.util.HashSet
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
    /instance/com.genuitec.eclipse.wizards/struct.set.1=java.util.TreeSet
    /instance/com.genuitec.eclipse.wizards/html.template.2.label=HTML template with a form
    /instance/com.genuitec.eclipse.wizards/jsp.template.1.label=Default JSP template
    /instance/com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/list.template.2.label=Default template for List with object types
    /instance/com.genuitec.eclipse.wizards/singleton.template.2=Templates/Singleton2.java
    /instance/com.genuitec.eclipse.wizards/singleton.template.1=Templates/Singleton.java
    /instance/org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
    /instance/com.genuitec.eclipse.wizards/list.template.3.label=Default template for List with basic types WRAPPED
    /instance/com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=jre1.5.0_01

    @com
    .genuitec.eclipse.easie.oracle=3.9.310
    /instance/com.genuitec.eclipse.easie.weblogic6/LOGIN_CONFIG=C\:\\bea\\wlserver6.1\\config\\EaaDevP3\\config.xml
    /instance/com.genuitec.eclipse.easie.sun8/JDK_INSTALLATION_NAME=jre1.5.0_01

    @com
    .genuitec.eclipse.ast.deploy.core=4.0.100
    /instance/org.eclipse.ui.ide/platformState=346
    @org.eclipse.ui.ide=3.1.1
    /instance/com.ibm.etools.internet/hostnameText=srvproxy001
    @org.eclipse.jdt.core=3.1.1
    /instance/com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=jre1.5.0_01
    @org.eclipse.team.core=3.1.1
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.isUptoDate=true

    @com
    .genuitec.eclipse.easie.jrun=4.0.100
    /instance/com.genuitec.eclipse.wizards/list.template.1.label=Default template for List with basic types (no List used)
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
    /instance/com.genuitec.eclipse.wizards/doctype.html.8=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD LEVEL1//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.7=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.6=<\!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 3.0//EN”>
    /configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=false
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.deploymentPath=C\:\\bea\\wlserver6.1\\config\\EaaDevP3\\applications\\EAAWebApp
    /instance/com.ibm.sse.editor/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.wizards/doctype.html.5=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 3.2 Final//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.4=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.3=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN”>
    /instance/com.genuitec.eclipse.wizards/doctype.html.2=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Frameset//EN”>
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.shouldBackup=true
    /instance/com.genuitec.eclipse.wizards/doctype.html.1=<\!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”>
    /instance/com.genuitec.eclipse.easie.jboss/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.codeComplete.visibilityCheck=enabled
    /instance/org.eclipse.ant.ui/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.wizards/enumeration.template.1.label=Default template for enumeration
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.deployIsOverProject=false
    /instance/com.genuitec.eclipse.wizards/set.template.2.label=Default template for Set with object types
    @org.eclipse.team.ui=3.1.1
    /instance/com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=JDK 1.3.1 09

    @com
    .genuitec.eclipse.easie.jonas=3.9.310
    /instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettings defaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ 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.5.0/docs/api/” name\=”jre1.5.0_01″ path\=”C\:\\Program Files\\Java\\jre1.5.0_01″/>\r\n<vm id\=”1131591518273″ javadocURL\=”http\://java.sun.com/j2se/1.3/docs/api/” name\=”JDK 1.3.1 09″ path\=”C\:\\jdk1.3.1_09″/>\r\n</vmType>\r\n</vmSettings>\r\n
    /instance/com.genuitec.eclipse.wizards/set.template.2=Templates/SetObjectType.java
    /instance/com.genuitec.eclipse.wizards/set.template.1=Templates/SetBasicType.java
    /instance/com.genuitec.eclipse.wizards/enumeration.template.1=Templates/Enumeration.java
    /instance/org.eclipse.ui.ide/quickStart=true

    @com
    .genuitec.eclipse.wizards=4.0.1
    \!/=
    /instance/com.genuitec.eclipse.easie.weblogic6/PREPEND_CLASSPATH1=C\:\\bea\\wlserver6.1\\config\\EaaDevP3;C\:/bea/wlserver6.1/config/EaaDevP3/applications/EAAWebApp/WEB-INF/lib/xmlx-tags.jar;C\:/bea/wlserver6.1/config/EaaDevP3/applications/EAAWebApp/WEB-INF/lib/report-tags.jar;C\:/bea/wlserver6.1/config/EaaDevP3/applications/EAAWebApp/WEB-INF/lib/webeaa-reports.jar;C\:/bea/wlserver6.1/config/EaaDevP3/applications/EAAWebApp/WEB-INF/lib/session-filter.jar;C\:/bea/wlserver6.1/config/EaaDevP3/applications/EAAWebApp/WEB-INF/lib/jms-route.jar;C\:/bea/wlserver6.1/config/EaaDevP3/applications/EAAWebApp/WEB-INF/lib/jmx-route.jar;C\:/bea/wlserver6.1/config/EaaDevP3/applications/EAAWebApp/WEB-INF/lib/crypto.jar
    /instance/com.genuitec.eclipse.wizards/set.template.1.label=Default template for Set with basic types
    @org.eclipse.search=3.1.1
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.type=WebDeployment

    @com
    .genuitec.eclipse.easie.weblogic=4.0.0

    @com
    .genuitec.eclipse.easie.sun8=3.8.3
    /instance/org.eclipse.ui.ide/tipsAndTricks=true
    /instance/com.genuitec.eclipse.easie.weblogic6/DOMAIN_NAME=EaaDevP3
    /instance/org.eclipse.jdt.ui/tabWidthPropagated=true
    /instance/com.genuitec.eclipse.easie.jetty5/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/org.eclipse.ui.editors/overviewRuler_migration=migrated_3.1

    @com
    .genuitec.eclipse.jsf=4.0.100
    /instance/com.genuitec.eclipse.easie.jetty/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/factory.template.1.label=Default template for factory
    @org.eclipse.ui.workbench=3.1.1

    @com
    .genuitec.eclipse.easie.sun=3.9.310
    /instance/com.genuitec.eclipse.easie.weblogic6/BEA_HOME=C\:\\bea
    /instance/com.genuitec.eclipse.easie.bejy/JDK_INSTALLATION_NAME=jre1.5.0_01

    @com
    .genuitec.eclipse.easie.resin3=4.0.3

    @com
    .genuitec.eclipse.easie.resin2=3.8.1
    /instance/com.genuitec.eclipse.easie.weblogic6/JDK_HOME=C\:\\jdk1.3.1_09
    @org.eclipse.ant.ui=3.1.1
    /instance/org.eclipse.ui/showIntro=false
    /instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false
    /instance/com.genuitec.eclipse.wizards/applethtml.template.1=Templates/Applet.html
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.earProjectName=

    @com
    .genuitec.eclipse.easie.geronimo1=3.9.310
    /instance/com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/org.eclipse.help.ui/browser.maximized=false

    @com
    .genuitec.eclipse.easie.jrun4=3.8.1
    /instance/com.genuitec.eclipse.easie.weblogic6/STARTUP_DIR=C\:\\bea\\wlserver6.1\\
    /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=2

    @com
    .genuitec.eclipse.easie.core=4.0.100
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_HIBERNATE_HOME=c\:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.hibernate_4.0.100/data

    @com
    .genuitec.eclipse.easie.jboss=3.9.310

    @com
    .genuitec.eclipse.easie.jetty=4.0.1
    /instance/com.genuitec.eclipse.easie.sun81/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/object.template.9.label=Default template for enumeration
    /instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.isDeployed=true
    /instance/com.genuitec.eclipse.wizards/struct.list.4=java.util.Stack
    /instance/com.genuitec.eclipse.wizards/struct.list.3=java.util.LinkedList
    /instance/com.genuitec.eclipse.wizards/struct.list.2=java.util.Vector
    /instance/com.genuitec.eclipse.wizards/struct.list.1=java.util.ArrayList

    @com
    .genuitec.eclipse.easie.weblogic9=3.9.310

    @com
    .genuitec.eclipse.easie.sun81=4.0.100

    @com
    .genuitec.eclipse.easie.weblogic8=3.8.1

    @com
    .genuitec.eclipse.easie.weblogic7=3.8.1

    @com
    .genuitec.eclipse.easie.weblogic6=3.8.1

    @com
    .ibm.etools.internet=13.8.1
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.contextRoot=/EAAWebApp
    /instance/org.eclipse.webbrowser/internalWebBrowserOldFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://www.eclipse.org|*|
    /instance/com.genuitec.eclipse.wizards/singleton.template.2.label=Singleton with double-checked locking
    /instance/org.eclipse.core.resources/description.autobuilding=false
    /instance/com.genuitec.eclipse.easie.weblogic6/ROOT_DIRECTORY=C\:\\bea\\wlserver6.1\\
    /instance/com.genuitec.eclipse.wizards/object.template.6.label=Default template for a Struts Action class
    @org.eclipse.jdt.ui=3.1.1
    /instance/com.genuitec.eclipse.wizards/object.template.7.label=Default template for a Struts DispatchAction class
    /instance/com.genuitec.eclipse.wizards/list.template.3=Templates/ListBasicTypeAsObjectType.java
    /instance/com.genuitec.eclipse.wizards/list.template.2=Templates/ListObjectType.java
    /instance/com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/list.template.1=Templates/ListBasicType.java
    /instance/com.genuitec.eclipse.easie.core/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/object.template.8.label=Default template for singleton
    /instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
    /instance/com.genuitec.eclipse.easie.weblogic6/POLICY_FILE=C\:\\bea\\wlserver6.1\\lib\\weblogic.policy
    /instance/com.genuitec.eclipse.wizards/ejb.template.3=Templates/EjbEntity.java
    /configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=C\:\\dev
    /instance/com.genuitec.eclipse.wizards/ejb.template.2=Templates/EjbMessageDriven.java
    /instance/com.genuitec.eclipse.wizards/ejb.template.1=Templates/EjbSession.java
    /instance/com.genuitec.eclipse.wizards/factory.template.1=Templates/Factory.java
    /instance/com.ibm.etools.internet/portText=8080
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=8
    /instance/com.genuitec.eclipse.wizards/applet.template.2=Templates/Applet14.java
    /instance/com.genuitec.eclipse.wizards/applet.template.1=Templates/Applet.java
    /instance/com.genuitec.eclipse.easie.sun/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/object.template.9=Templates/Enumeration.java
    /instance/com.genuitec.eclipse.wizards/object.template.8=Templates/Singleton.java
    /instance/com.genuitec.eclipse.wizards/object.template.4.label=Default template for Servlet
    /instance/com.genuitec.eclipse.wizards/singleton.template.1.label=Default template for singleton
    /instance/com.genuitec.eclipse.easie.resin2/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/xml.template.4=Templates/StrutsConfig.xml
    /instance/com.genuitec.eclipse.wizards/object.template.7=Templates/StrutsDispatchAction.java
    /instance/com.genuitec.eclipse.wizards/xml.template.3=Templates/WebXmlStruts.xml
    /instance/com.genuitec.eclipse.wizards/object.template.6=Templates/StrutsAction.java
    /instance/com.genuitec.eclipse.wizards/xml.template.2=Templates/WebXml.xml
    /instance/com.genuitec.eclipse.wizards/object.template.5=Templates/StrutsActionForm.java
    /instance/com.genuitec.eclipse.wizards/xml.template.1=Templates/Xml.xml
    /instance/com.genuitec.eclipse.wizards/object.template.4=Templates/Servlet.java
    /instance/com.genuitec.eclipse.easie.jonas3/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.easie.weblogic6/SERVER_NAME=EAADevServer
    /instance/com.genuitec.eclipse.wizards/object.template.3=Templates/Applet.java
    /instance/com.genuitec.eclipse.wizards/object.template.5.label=Default template for a Struts ActionForm class
    /instance/com.genuitec.eclipse.wizards/object.template.2=Templates/Exception.java
    /instance/com.genuitec.eclipse.wizards/object.template.1=Templates/Bean.java
    file_export_version=3.0
    /instance/com.genuitec.eclipse.jsf/jsf.config.templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates><template autoinsert\=”true” context\=”tag” deleted\=”false” description\=”Creates new managed bean” enabled\=”true” name\=”managed-bean”><managed-bean>\r\n\thaha\r\n</managed-bean></template><template autoinsert\=”true” context\=”tag” deleted\=”false” description\=”Creates new managed bean” enabled\=”true” name\=”managed-bean”><managed-bean>\r\n\thaha\r\n</managed-bean></template></templates>
    /instance/com.genuitec.eclipse.wizards/object.template.1.label=Default template for a bean class
    /instance/com.genuitec.eclipse.easie.weblogic6/ADMIN_PASSWORD=weblogic

    @com
    .genuitec.eclipse.easie.resin=3.8.1
    /instance/com.genuitec.eclipse.wizards/object.template.2.label=Default template for an exception class
    /instance/com.genuitec.eclipse.wizards/array.template.1.label=Default template for Array with basic types

    @com
    .ibm.sse.editor=14.0.1
    /configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
    /instance/org.eclipse.webbrowser/browsers=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<web-browsers current\=”0″>\r\n<internal clear_history\=”false” new_page\=”false”/>\r\n<external location\=”C\:\\Program Files\\Internet Explorer\\IEXPLORE.EXE” name\=”Internet Explorer” parameters\=””/>\r\n</web-browsers>
    /instance/com.genuitec.eclipse.wizards/object.template.3.label=Default template for Applet
    /instance/com.genuitec.eclipse.wizards/array.template.2.label=Default template for Array with object types
    /instance/org.eclipse.ant.ui/useAnnotationsPrefPage=true
    /instance/com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.easie.geronimo1/JDK_INSTALLATION_NAME=jre1.5.0_01

    @com
    .genuitec.eclipse.easie.oracle9=4.0.100
    /instance/com.genuitec.eclipse.wizards/xml.template.3.label=XML template for a web.xml file with Struts
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classFormatVersion=TN|6686034530438|6689636530438|snyfr|9|5|8
    /instance/com.genuitec.eclipse.easie.weblogic6/RUNTIME_ROOT_DIRECTORY=C\:\\bea\\wlserver6.1\\
    /instance/com.genuitec.eclipse.wizards/ejb.template.2.label=Message Driven EJB
    /instance/com.genuitec.eclipse.easie.resin3/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/xml.template.4.label=XML template for a struts-config.xml file
    /instance/com.genuitec.eclipse.easie.jonas4/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.easie.jrun/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/ejb.template.3.label=Entity EJB
    /instance/com.genuitec.eclipse.wizards/applet.template.1.label=Template for Applet with JDK1.3
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
    /instance/com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/applet.template.2.label=Template for Applet with JDK1.4

    @com
    .genuitec.eclipse.easie.tomcat=3.9.310

    @com
    .genuitec.eclipse.j2eedt.core=4.0.100

    @com
    .genuitec.eclipse.easie.orion2=3.8.1

    @com
    .genuitec.eclipse.easie.orion1=3.8.1
    /instance/com.genuitec.eclipse.easie.weblogic9/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.easie.weblogic6/LIBRARY_PATH=”C\:\\jdk1.3.1_09\\bin;C\:\\bea\\wlserver6.1\\\\bin;C\:\\bea\\wlserver6.1\\\\server\\bin;C\:/bea/wlserver6.1/config/EaaDevP3″
    /instance/com.genuitec.eclipse.wizards/xml.template.1.label=Default XML template
    /instance/com.ibm.etools.internet/proxyCheckBox=true
    /instance/com.genuitec.eclipse.easie.weblogic6/HOST_AND_PORT=127.0.0.1\:8039
    /instance/com.genuitec.eclipse.wizards/xml.template.2.label=XML template for a web.xml file

    @com
    .genuitec.eclipse.easie.websphere6=3.9.310

    @com
    .genuitec.eclipse.easie.websphere5=3.9.310
    /instance/com.genuitec.eclipse.wizards/ejb.template.1.label=Session EJB
    /instance/com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/org.eclipse.team.core/ignore_files=*.class\ntrue\n*.scc\ntrue\n.classpath\ntrue\n.project\ntrue\n
    /instance/org.eclipse.help.ui/browser.y=22
    /instance/com.genuitec.eclipse.wizards/snippetLibInstalled=true
    /instance/com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/org.eclipse.help.ui/browser.x=22
    /instance/org.eclipse.help.ui/browser.w=1024
    @org.eclipse.ui.editors=3.1.1
    /instance/org.eclipse.search/org.eclipse.search.defaultPerspective=org.eclipse.search.defaultPerspective.none

    @com
    .genuitec.eclipse.easie.jboss4=3.9.310
    /instance/org.eclipse.core.resources/version=1

    @com
    .genuitec.eclipse.easie.jboss3=3.9.310

    @com
    .genuitec.eclipse.easie.jboss2=3.8.1
    @com.genuitec.eclipse.easie.tomcat5=3.8.1

    @com
    .genuitec.eclipse.easie.tomcat4=3.8.1
    /instance/org.eclipse.help.ui/browser.h=768
    /instance/com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=jre1.5.0_01
    @org.eclipse.core.resources=3.1.0
    /instance/com.genuitec.eclipse.easie.weblogic6/SERVER_ENABLEMENT=true
    /instance/com.genuitec.eclipse.wizards/map.template.2=Templates/MapObjectType.java
    /instance/com.genuitec.eclipse.wizards/map.template.1=Templates/MapBasicType.java
    /instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Courier New|10|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;
    /instance/com.genuitec.eclipse.j2eedt.core/defaultTldInfo=http\://java.sun.com/jsp/jstl/core\=c;http\://java.sun.com/jsp/jstl/sql\=sql;html\=http\://struts.apache.org/tags-html;fmt\=http\://java.sun.com/jsp/jstl/fmt;c\=http\://java.sun.com/jsp/jstl/core;h\=http\://java.sun.com/jsf/html;nested\=http\://struts.apache.org/tags-nested;http\://struts.apache.org/tags-html\=html;http\://java.sun.com/jsp/jstl/fmt\=fmt;bean\=http\://struts.apache.org/tags-bean;http\://java.sun.com/jsp/jstl/functions\=fn;fn\=http\://java.sun.com/jsp/jstl/functions;logic\=http\://struts.apache.org/tags-logic;http\://struts.apache.org/tags-nested\=nested;http\://java.sun.com/jsp/jstl/xml\=x;f\=http\://java.sun.com/jsf/core;tiles\=http\://struts.apache.org/tags-tiles;http\://java.sun.com/jsf/html\=h;http\://struts.apache.org/tags-tiles\=tiles;http\://struts.apache.org/tags-bean\=bean;http\://java.sun.com/jsf/core\=f;sql\=http\://java.sun.com/jsp/jstl/sql;x\=http\://java.sun.com/jsp/jstl/xml;http\://struts.apache.org/tags-logic\=logic
    @org.eclipse.jdt.launching=3.1.0
    /project/WebEAA/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_code_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>
    /instance/org.eclipse.ui.workbench/RUN_IN_BACKGROUND=true
    /instance/com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.easie.websphere6/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/org.eclipse.jdt.ui/fontPropagated=true
    /instance/com.genuitec.eclipse.easie.jonas/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.ibm.etools.internet/passwordText=encoded\:AQACAwUEBgYKCQoLDA0ODRAVEhMUERYTGBkaGxQdFh8wMTIzJCU2NygJCgsMDQ4PcHFyc3R1Njc4OTo7PD0+Pw\=\=
    /instance/org.eclipse.webbrowser/internalWebBrowserFavorites=MyEclipse|*|http\://www.myeclipseide.com|*|Eclipse|*|http\://www.eclipse.org|*|
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.shouldOverwrite=false
    /instance/com.genuitec.eclipse.wizards/jsp.template.6.label=Default JSF template
    /instance/com.genuitec.eclipse.wizards/servlet.template.1.label=Default template for Servlet
    /instance/com.ibm.etools.internet/nameCheckBox=true
    @org.eclipse.webbrowser=14.0.1
    /instance/com.genuitec.eclipse.wizards/html.template.3=Templates/Applet.html
    /instance/com.genuitec.eclipse.wizards/jsp.template.7.label=Just as HTML

    @com
    .genuitec.eclipse.easie.bejy=3.8.1
    /instance/com.genuitec.eclipse.wizards/html.template.2=Templates/HtmlWithLoginForm.html
    /instance/com.genuitec.eclipse.wizards/html.template.1=Templates/Html.html
    /instance/com.genuitec.eclipse.wizards/applethtml.template.1.label=Default Applet HTML template

    @com
    .genuitec.eclipse.easie.websphere=3.9.310
    /instance/com.genuitec.eclipse.wizards/struct.map.4=java.util.TreeMap
    /instance/com.genuitec.eclipse.wizards/array.template.2=Templates/ArrayObjectType.java
    /instance/com.genuitec.eclipse.wizards/struct.map.3=java.util.WeakHashMap
    /instance/com.genuitec.eclipse.easie.jrun4/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/array.template.1=Templates/ArrayBasicType.java
    /instance/com.genuitec.eclipse.wizards/struct.map.2=java.util.Hashtable
    /instance/com.genuitec.eclipse.easie.core/defaultServerId=WebLogic 6
    /instance/com.genuitec.eclipse.wizards/struct.map.1=java.util.HashMap
    /instance/com.genuitec.eclipse.wizards/servlet.template.1=Templates/Servlet.java
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.templates_migrated=true
    /instance/com.genuitec.eclipse.wizards/jsp.template.4.label=Standard JSP using Struts 1.2
    /instance/com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/map.template.1.label=Default template for Map with basic types
    /instance/com.genuitec.eclipse.wizards/jsp.template.5.label=Standard JSP using Struts 1.2 with a form
    /instance/com.genuitec.eclipse.easie.orion2/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/com.genuitec.eclipse.wizards/map.template.2.label=Default template for Map with object types
    /instance/com.ibm.etools.internet/userNameText=encoded\:AQECAgQEBgcICQgJDAkKCxQVGhMcFR4XGAkaGxwdPj8AAQIDZGVmZ2hpKissLS4v
    /instance/org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=c\:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.100/data/libraryset
    /instance/com.genuitec.eclipse.easie.weblogic6/OPT_CLASSPATH1=C\:/dev/WebEAA/lib/jmx-route.jar;C\:/dev/WebEAA/lib/smtp.jar;C\:/dev/WebEAA/lib/w3c.jar;C\:/dev/WebEAA/lib/pop3.jar;C\:/dev/WebEAA/lib/mailapi.jar;C\:/dev/WebEAA/lib/avalon-framework-cvs-20020315.jar;C\:/dev/WebEAA/lib/xercesImpl.jar;C\:/dev/WebEAA/lib/xerces.jar;C\:/dev/WebEAA/lib/xalan.jar;C\:/dev/WebEAA/lib/logkit-1.0.jar;C\:/dev/WebEAA/lib/jxl.jar;C\:/dev/WebEAA/lib/imap.jar;C\:/dev/WebEAA/lib/fop.jar;C\:/dev/WebEAA/lib/cos.jar;C\:/dev/WebEAA/lib/batik.jar;C\:/dev/WebEAA/lib/Pw.jar;C\:/dev/WebEAA/lib/Jcookie.jar
    /instance/com.genuitec.eclipse.easie.weblogic6/OPT_LIBRARYPATH1=C\:/bea/wlserver6.1/config/EaaDevP3
    /instance/com.genuitec.eclipse.ast.deploy.core/weblogic6Server.WebEAA.isExploded=true
    /instance/com.genuitec.eclipse.wizards/html.template.3.label=Default Applet HTML template
    /instance/com.genuitec.eclipse.wizards/jsp.template.2.label=Standard JSP using Struts 1.1
    /instance/com.genuitec.eclipse.wizards/jsp.template.7=Templates/Jsp2.jsp
    /instance/com.ibm.sse.editor/useAnnotationsPrefPage=true
    /instance/com.genuitec.eclipse.wizards/jsp.template.6=Templates/JsF.jsp
    /instance/com.genuitec.eclipse.wizards/jsp.template.5=Templates/Struts2-1_2.jsp

    @com
    .genuitec.eclipse.easie.jetty5=3.8.1
    /instance/com.genuitec.eclipse.wizards/jsp.template.4=Templates/Struts-1_2.jsp
    /instance/com.genuitec.eclipse.wizards/jsp.template.3.label=Standard JSP using Struts 1.1 with a form

    @com
    .genuitec.eclipse.easie.jetty4=3.8.1
    /instance/com.genuitec.eclipse.wizards/jsp.template.3=Templates/Struts2.jsp
    /instance/com.genuitec.eclipse.wizards/jsp.template.2=Templates/Struts.jsp
    /instance/com.genuitec.eclipse.wizards/jsp.template.1=Templates/Jsp.jsp
    @org.eclipse.help.ui=3.1.1
    /instance/com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=jre1.5.0_01
    /instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.text.custom_templates=<?xml version\=”1.0″ encoding\=”UTF-8″?><templates/>

    @com
    .genuitec.eclipse.easie.jonas4=3.8.3
    @org.eclipse.ui=3.1.1

    @com
    .genuitec.eclipse.easie.jonas3=3.8.3
    /instance/com.genuitec.eclipse.easie.weblogic6/DOMAIN_DIRECTORY=C\:\\bea\\wlserver6.1\\
    /instance/com.genuitec.eclipse.wizards/html.template.1.label=Default HTML template

    *** Current Install Configuration:
    Install configuration:
    Last changed on Nov 10, 2005
    Location: file:/c:/eclipse/configuration/org.eclipse.update/platform.xml

    Configured sites:
    file:/c:/MyEclipse/eclipse/
    platform:/base/

    Configured features:
    ID: com.genuitec.myeclipse.jsf, Version: 4.0.100
    ID: com.genuitec.myeclipse.wdt, Version: 4.0.100
    ID: com.genuitec.myeclipse.core, Version: 4.0.100
    ID: com.genuitec.myeclipse.struts, Version: 4.0.1
    ID: com.genuitec.myeclipse.database, Version: 4.0.1
    ID: com.genuitec.myeclipse.uml, Version: 4.0.100
    ID: com.genuitec.myeclipse.enterprise.workbench, Version: 4.0.100
    ID: com.genuitec.myeclipse.hibernate, Version: 4.0.100
    ID: com.genuitec.myeclipse.spring, Version: 4.0.100
    ID: com.genuitec.myeclipse.tapestry, Version: 4.0.3
    ID: com.genuitec.myeclipse.help, Version: 4.0.100
    ID: com.genuitec.myeclipse.bugzilla, Version: 4.0.0
    ID: com.genuitec.myeclipse.jspdesign, Version: 4.0.100
    ID: com.genuitec.myeclipse.platform, Version: 4.0.0
    ID: com.genuitec.myeclipse.ast, Version: 4.0.100
    ID: org.eclipse.platform, Version: 3.1.1
    ID: org.eclipse.platform.source, Version: 3.1.1
    ID: org.eclipse.rcp, Version: 3.1.0
    ID: org.springframework.ide.eclipse, Version: 1.2.3
    ID: org.eclipse.jdt, Version: 3.1.0
    ID: org.eclipse.jdt.source, Version: 3.1.1
    ID: org.eclipse.pde, Version: 3.1.0
    ID: org.eclipse.sdk, Version: 3.1.1
    ID: org.eclipse.pde.source, Version: 3.1.1
    ID: org.eclipse.rcp.source, Version: 3.1.1

    Configured plug-ins:
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.ast.deploy.core_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.browser_3.8.4/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.bugzilla_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.core_4.0.3/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.cross.easystruts.eclipse_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.bejy_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.core_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.geronimo1_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jboss2_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jboss3_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jboss4_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jboss_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jetty4_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jetty5_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jetty_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jonas3_3.8.3/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jonas4_3.8.3/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jonas_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jrun4_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.jrun_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.oracle9_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.oracle_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.orion1_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.orion2_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.resin2_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.resin3_4.0.3/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.resin_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.sun81_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.sun8_3.8.3/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.sun_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.tomcat4_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.tomcat5_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.tomcat_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic6_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic7_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic8_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic9_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.weblogic_4.0.0/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.websphere5_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.websphere6_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.easie.websphere_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.export.wizard_3.9.210/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.hibernate_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.integration_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.jface.text.wtpfragment_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.jsf_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.modeling.core_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.springframework_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.springhibernate_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.sqlexplorer.doc_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.sqlexplorer.oracle_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.sqlexplorer_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.struts_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.tapestry.ui.contrib_4.0.0/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.tapestry_4.0.3/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.uml_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wdt.jsp.debug_4.0.3/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.web.imagepreviewer_3.9.210/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.webdesigner.support_3.9.211/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.webdesigner_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipse.wizards_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.eclipsetidy_3.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.apache.xalan_3.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.core_4.0.0/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.assist_3.9.210/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.core_4.0.0/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.run_4.0.0/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.jboss.ide.eclipse.xdoclet.ui_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.ast_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.bugzilla_4.0.0/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.core_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.database_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.doc_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.enterprise.workbench_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.help_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.hibernate_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.jsf_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.jspdesign_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.perspective_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.platform_4.0.0/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.spring_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.struts_4.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.tapestry_4.0.3/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.uml_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.genuitec.myeclipse.wdt_4.0.100/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.base.extensions.ui_13.9.310/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.base.extensions_13.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.encoding.resource_13.9.210/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.contentmodel.dtd_13.8.2/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.contentmodel.xsd_13.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.contentmodel_13.8.4/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.dtdmodel_14.0.0/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.dtdparser_13.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.emf.event_3.0.0.1/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.internet_13.8.1/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.uri.resolver_13.8.3/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.validation.core_13.8.4/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.validation.dtd_13.8.4/
    file:/c:/MyEclipse/eclipse/plugins/com.ibm.etools.validation.html_14.0.3/
    *snipped*

    #241249 Reply

    Scott Anderson
    Participant

    Yes, the issue was fixed a long time ago. Can you recheck your WebLogic 6 connector preferences JDK page and
    make sure that you’re starting WebLogic with the JDK that comes with it or a Sun JDK no later than 1.3.1.
    WebLogic 6 is quite old and was never certified to run on JDK 1.4+. Since later JDKs have many changes to
    the way XML is handled, 1.3.1 is required for WebLogic 6.1 to function properly.

    #241278 Reply

    bookofjames
    Member

    yes, I’ve done that. Still getting the same error tho.
    It seems to be unable to find my config.xml file, which resides in my c:/bea/wlserver6.1/config/<servername>/ directory.

    i can’t install the latest weblogic server cos this is the one my company had chosen long time ago.
    any other solutions? I’ve gone thru all the instructions on this thread w/o any luck.

    #241279 Reply

    bookofjames
    Member

    posting the error once again:

    
    <Nov 11, 2005 4:08:35 PM SGT> <Info> <Security> <Getting boot password from user.> 
    Enter password to boot WebLogic server:
    Starting WebLogic Server .... 
    ***************************************************************************
    The WebLogic Server did not start up properly.
    Exception raised: 
    weblogic.management.configuration.ConfigurationException: XmlRepository directory C:\bea\wlserver6.1" -Dweblogic.Domain=EaaDevP3 -Dweblogic.Name=EAADevServer \config does not exist
        at weblogic.management.internal.xml.XmlFileRepository.setDirectories(XmlFileRepository.java:88)
        at weblogic.management.AdminServer.initializeRepositories(AdminServer.java:208)
        at weblogic.management.AdminServer.configureFromRepository(AdminServer.java:183)
        at weblogic.management.AdminServer.configure(AdminServer.java:173)
        at weblogic.management.Admin.initialize(Admin.java:257)
        at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:365)
        at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:212)
        at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    ***************************************************************************
    
    #241307 Reply

    Riyad Kalla
    Member

    Do you have a C:\bea\wlserver6.1\config directory? Was this a brand new install from an install disk, or was this already on the machine when you started working?

    #241391 Reply

    bookofjames
    Member

    yes, I do have a config directory. Infact, I am able to start this server w/o any problems from using the batch command script.
    I just can’t get it to start from within myeclipse.

    #241407 Reply

    Riyad Kalla
    Member

    If you open of the batch file, and look at all the path settings, environment variables, VM arguments or parameters being used, do you see any that you haven’t duplicated in the MyEclipse connector settings yet?

Viewing 15 posts - 1 through 15 (of 20 total)
Reply To: [Closed] BEA WebLogic 6.1 launch error

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