facebook

Problems with WebSphere configuration

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

    What should we try next?

    #208233 Reply

    Scott Anderson
    Participant

    Just to verify, you’re using the single processor version of the full WebSphere 5.1, not the ‘express’ or ‘integration’ editions, correct?

    Have up updated it to fix pack 4 with this patch:
    http://www-1.ibm.com/support/docview.wss?rs=0&q1=websphere&q2=application+server&uid=swg24007085&loc=en_US&cs=utf-8&cc=us&lang=en

    #208286 Reply

    I was orriginally using 5.1 straight from the cd. After your suggestion I applied to patch to bring the environment current. I am still getting the same problem.

    #208289 Reply

    Scott Anderson
    Participant

    Wow. This one is really tough to figure out. To recap, here’s my configuration:
    Windows XP
    WAS 5.1.4 running on IBM JDK in <WAS_HOME>/java directory
    Connector is configured to point to it with debug on and WAS 5.1 flag set
    Eclipse is running with Sun JDK 1.4.1_07
    MyEclipse version is 3.8 beta 1 with no other external plugins installed
    In fact, my config looks just like the config you reported. The only difference is that I installed WAS 5.1 from the download off the IBM
    website, not the CD, but that doesn’t seem to be a likely problem point.

    All we can try are parallel installations on different machines than the ones we’re currently looking at to see if anything
    can be gleaned to ‘break the tie’ as to why one configuration works and the other doesn’t. I’ll ask one of the other
    engineers to try installing and running WAS 5.1 and report his experiences. It would also be helpful if you could have
    someone else there do the same.
    So, it appears we have two identically configured machines behaving differently — which makes no sense.

    #208317 Reply

    Scott Anderson
    Participant

    Actually, before we do that can you do one thing to help run this down?

    Open a command prompt and run <WAS_HOME>/bin/startServer.bat server1 -script

    This will create a startup script in start_server1.bat. Can you test the script to be sure that it works and if it does post the contents of that script to this thread for analysis?

    Thanks!

    #208328 Reply

    I created the bat file and it successfully started WebSphere. The contents of hte bat file are:

    @REM start_server1.bat
    @REM Generated: Thu Jun 10 12:52:52 EDT 2004

    @setlocal

    @echo
    off

    @REM Bootstrap values …
    call “%~dp0setupCmdLine.bat”

    @REM For debugging the server process:
    @REM set DEBUG=-Djava.compiler=NONE -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7777

    @REM Environment Settings
    SET PATH=%WAS_PATH%

    @REM Launch Command
    “C:\tools\WebSphere\AppServer\java/bin/java” %DEBUG% “-Xbootclasspath/p:C:\tools\WebSphere\AppServer\java/jre/lib/ext/ibmorb.jar;C:\tools\WebSphere\AppServer\java/jre/lib/ext/ibmext.jar” “-classpath” “C:\tools\WebSphere\AppServer/properties;C:\tools\WebSphere\AppServer/properties;C:\tools\WebSphere\AppServer/lib/bootstrap.jar;C:\tools\WebSphere\AppServer/lib/j2ee.jar;C:\tools\WebSphere\AppServer/lib/lmproxy.jar;C:\tools\WebSphere\AppServer/lib/urlprotocols.jar” “-Xms50m” “-Xmx256m” “-Dws.ext.dirs=C:\tools\WebSphere\AppServer\java/lib;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/lib;C:\tools\WebSphere\AppServer/lib/ext;C:\tools\WebSphere\AppServer/web/help;C:\tools\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime” “-Dserver.root=C:\tools\WebSphere\AppServer” “-Ddb2j.system.home=C:\tools\WebSphere\AppServer/cloudscape” “-Duser.install.root=C:\tools\WebSphere\AppServer” “-Dcom.ibm.itp.location=C:\tools\WebSphere\AppServer/bin” “-Dwas.install.root=C:\tools\WebSphere\AppServer” “-Djava.security.auth.login.config=C:\tools\WebSphere\AppServer/properties/wsjaas.conf” “-Djava.security.policy=C:\tools\WebSphere\AppServer/properties/server.policy” “com.ibm.ws.bootstrap.WSLauncher” “com.ibm.ws.runtime.WsServer” “C:\tools\WebSphere\AppServer\config” “BW007007” “BW007007” “server1”

    @endlocal

    #208330 Reply

    Scott Anderson
    Participant

    OK, now I’m officially stumped. This startup script looks exactly like mine with the exception of install path and server name.
    However, I can start with both my script and WebSphere connector in MyEclipse, but only your script works. This continues
    to make no sense. And there are no errors in your log? Can you post the entire contents of the WebSphere console debug output here please?

    #208355 Reply

    It is quite long but here goes:

    ws.ext.dirs=C:\tools\WebSphere\AppServer\java/lib;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/lib;C:\tools\WebSphere\AppServer/lib/ext;C:\tools\WebSphere\AppServer/web/help;C:\tools\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
    ws.ext.classpath[0]=file:/C:/tools/WebSphere/AppServer/java/lib/
    ws.ext.classpath[1]=file:/C:/tools/WebSphere/AppServer/java/lib/dt.jar
    ws.ext.classpath[2]=file:/C:/tools/WebSphere/AppServer/java/lib/htmlconverter.jar
    ws.ext.classpath[3]=file:/C:/tools/WebSphere/AppServer/java/lib/ibmtools.jar
    ws.ext.classpath[4]=file:/C:/tools/WebSphere/AppServer/java/lib/tools.jar
    ws.ext.classpath[5]=file:/C:/tools/WebSphere/AppServer/classes/
    ws.ext.classpath[6]=file:/C:/tools/WebSphere/AppServer/lib/
    ws.ext.classpath[7]=file:/C:/tools/WebSphere/AppServer/lib/DDParser5.jar
    ws.ext.classpath[8]=file:/C:/tools/WebSphere/AppServer/lib/EJBCommandTarget.jar
    ws.ext.classpath[9]=file:/C:/tools/WebSphere/AppServer/lib/PDWASAuthzManager.jar
    ws.ext.classpath[10]=file:/C:/tools/WebSphere/AppServer/lib/WebSealTAIwas5.jar
    ws.ext.classpath[11]=file:/C:/tools/WebSphere/AppServer/lib/activity.jar
    ws.ext.classpath[12]=file:/C:/tools/WebSphere/AppServer/lib/activityImpl.jar
    ws.ext.classpath[13]=file:/C:/tools/WebSphere/AppServer/lib/activitySession.jar
    ws.ext.classpath[14]=file:/C:/tools/WebSphere/AppServer/lib/activitySvrImpl.jar
    ws.ext.classpath[15]=file:/C:/tools/WebSphere/AppServer/lib/admin.jar
    ws.ext.classpath[16]=file:/C:/tools/WebSphere/AppServer/lib/adminJms.jar
    ws.ext.classpath[17]=file:/C:/tools/WebSphere/AppServer/lib/als.jar
    ws.ext.classpath[18]=file:/C:/tools/WebSphere/AppServer/lib/amwas_nls.jar
    ws.ext.classpath[19]=file:/C:/tools/WebSphere/AppServer/lib/analysisEngine.jar
    ws.ext.classpath[20]=file:/C:/tools/WebSphere/AppServer/lib/ant.jar
    ws.ext.classpath[21]=file:/C:/tools/WebSphere/AppServer/lib/appprofile-impl.jar
    ws.ext.classpath[22]=file:/C:/tools/WebSphere/AppServer/lib/appprofile.jar
    ws.ext.classpath[23]=file:/C:/tools/WebSphere/AppServer/lib/b2bjaxp.jar
    ws.ext.classpath[24]=file:/C:/tools/WebSphere/AppServer/lib/b2bxml.jar
    ws.ext.classpath[25]=file:/C:/tools/WebSphere/AppServer/lib/b2bxmlSamples.jar
    ws.ext.classpath[26]=file:/C:/tools/WebSphere/AppServer/lib/base.jar
    ws.ext.classpath[27]=file:/C:/tools/WebSphere/AppServer/lib/bootstrap.jar
    ws.ext.classpath[28]=file:/C:/tools/WebSphere/AppServer/lib/bsf.jar
    ws.ext.classpath[29]=file:/C:/tools/WebSphere/AppServer/lib/ccf.jar
    ws.ext.classpath[30]=file:/C:/tools/WebSphere/AppServer/lib/ccf2.jar
    ws.ext.classpath[31]=file:/C:/tools/WebSphere/AppServer/lib/chart.jar
    ws.ext.classpath[32]=file:/C:/tools/WebSphere/AppServer/lib/classloader.jar
    ws.ext.classpath[33]=file:/C:/tools/WebSphere/AppServer/lib/client.jar
    ws.ext.classpath[34]=file:/C:/tools/WebSphere/AppServer/lib/cloudUtil.jar
    ws.ext.classpath[35]=file:/C:/tools/WebSphere/AppServer/lib/cm.jar
    ws.ext.classpath[36]=file:/C:/tools/WebSphere/AppServer/lib/cmImpl.jar
    ws.ext.classpath[37]=file:/C:/tools/WebSphere/AppServer/lib/cmInt.jar
    ws.ext.classpath[38]=file:/C:/tools/WebSphere/AppServer/lib/cmpopt.jar
    ws.ext.classpath[39]=file:/C:/tools/WebSphere/AppServer/lib/collector.jar
    ws.ext.classpath[40]=file:/C:/tools/WebSphere/AppServer/lib/com.ibm.mq.pcf.jar
    ws.ext.classpath[41]=file:/C:/tools/WebSphere/AppServer/lib/commands.jar
    ws.ext.classpath[42]=file:/C:/tools/WebSphere/AppServer/lib/common.jar
    ws.ext.classpath[43]=file:/C:/tools/WebSphere/AppServer/lib/common.resources.jar
    ws.ext.classpath[44]=file:/C:/tools/WebSphere/AppServer/lib/commonArchive.jar
    ws.ext.classpath[45]=file:/C:/tools/WebSphere/AppServer/lib/commons-discovery.jar
    ws.ext.classpath[46]=file:/C:/tools/WebSphere/AppServer/lib/commons-logging-api.jar
    ws.ext.classpath[47]=file:/C:/tools/WebSphere/AppServer/lib/databeans.jar
    ws.ext.classpath[48]=file:/C:/tools/WebSphere/AppServer/lib/db2Interfaces.jar
    ws.ext.classpath[49]=file:/C:/tools/WebSphere/AppServer/lib/debug.jar
    ws.ext.classpath[50]=file:/C:/tools/WebSphere/AppServer/lib/deployutils.jar
    ws.ext.classpath[51]=file:/C:/tools/WebSphere/AppServer/lib/distexcep.jar
    ws.ext.classpath[52]=file:/C:/tools/WebSphere/AppServer/lib/disthub.jar
    ws.ext.classpath[53]=file:/C:/tools/WebSphere/AppServer/lib/drs.jar
    ws.ext.classpath[54]=file:/C:/tools/WebSphere/AppServer/lib/dynacache.jar
    ws.ext.classpath[55]=file:/C:/tools/WebSphere/AppServer/lib/eablib.jar
    ws.ext.classpath[56]=file:/C:/tools/WebSphere/AppServer/lib/ecore.jar
    ws.ext.classpath[57]=file:/C:/tools/WebSphere/AppServer/lib/ecore.utilities.jar
    ws.ext.classpath[58]=file:/C:/tools/WebSphere/AppServer/lib/ecore.xmi.jar
    ws.ext.classpath[59]=file:/C:/tools/WebSphere/AppServer/lib/ecutils.jar
    ws.ext.classpath[60]=file:/C:/tools/WebSphere/AppServer/lib/ejbcontainer.jar
    ws.ext.classpath[61]=file:/C:/tools/WebSphere/AppServer/lib/ejbportable.jar
    ws.ext.classpath[62]=file:/C:/tools/WebSphere/AppServer/lib/exthelper.jar
    ws.ext.classpath[63]=file:/C:/tools/WebSphere/AppServer/lib/exthelperimpl.jar
    ws.ext.classpath[64]=file:/C:/tools/WebSphere/AppServer/lib/ffdc.jar
    ws.ext.classpath[65]=file:/C:/tools/WebSphere/AppServer/lib/filetransfer.jar
    ws.ext.classpath[66]=file:/C:/tools/WebSphere/AppServer/lib/hplwps.jar
    ws.ext.classpath[67]=file:/C:/tools/WebSphere/AppServer/lib/hplwpsI.jar
    ws.ext.classpath[68]=file:/C:/tools/WebSphere/AppServer/lib/htmlshell.jar
    ws.ext.classpath[69]=file:/C:/tools/WebSphere/AppServer/lib/httpsession.jar
    ws.ext.classpath[70]=file:/C:/tools/WebSphere/AppServer/lib/httpsessiondb.jar
    ws.ext.classpath[71]=file:/C:/tools/WebSphere/AppServer/lib/httpsessionmtm.jar
    ws.ext.classpath[72]=file:/C:/tools/WebSphere/AppServer/lib/idl.jar
    ws.ext.classpath[73]=file:/C:/tools/WebSphere/AppServer/lib/ivbjfaceall.jar
    ws.ext.classpath[74]=file:/C:/tools/WebSphere/AppServer/lib/ivblogbr.jar
    ws.ext.classpath[75]=file:/C:/tools/WebSphere/AppServer/lib/ivjbase.jar
    ws.ext.classpath[76]=file:/C:/tools/WebSphere/AppServer/lib/ivjejb35.jar
    ws.ext.classpath[77]=file:/C:/tools/WebSphere/AppServer/lib/ivt.jar
    ws.ext.classpath[78]=file:/C:/tools/WebSphere/AppServer/lib/iwsorb.jar
    ws.ext.classpath[79]=file:/C:/tools/WebSphere/AppServer/lib/j2c.jar
    ws.ext.classpath[80]=file:/C:/tools/WebSphere/AppServer/lib/j2cImpl.jar
    ws.ext.classpath[81]=file:/C:/tools/WebSphere/AppServer/lib/j2cIntf.jar
    ws.ext.classpath[82]=file:/C:/tools/WebSphere/AppServer/lib/j2ee-validation.jar
    ws.ext.classpath[83]=file:/C:/tools/WebSphere/AppServer/lib/j2ee.jar
    ws.ext.classpath[84]=file:/C:/tools/WebSphere/AppServer/lib/jaaslogin.jar
    ws.ext.classpath[85]=file:/C:/tools/WebSphere/AppServer/lib/jacl.jar
    ws.ext.classpath[86]=file:/C:/tools/WebSphere/AppServer/lib/jdom.jar
    ws.ext.classpath[87]=file:/C:/tools/WebSphere/AppServer/lib/jflt.jar
    ws.ext.classpath[88]=file:/C:/tools/WebSphere/AppServer/lib/jmsserver.jar
    ws.ext.classpath[89]=file:/C:/tools/WebSphere/AppServer/lib/jmsserverI.jar
    ws.ext.classpath[90]=file:/C:/tools/WebSphere/AppServer/lib/jmxc.jar
    ws.ext.classpath[91]=file:/C:/tools/WebSphere/AppServer/lib/jmxext.jar
    ws.ext.classpath[92]=file:/C:/tools/WebSphere/AppServer/lib/jmxx.jar
    ws.ext.classpath[93]=file:/C:/tools/WebSphere/AppServer/lib/jrom.jar
    ws.ext.classpath[94]=file:/C:/tools/WebSphere/AppServer/lib/js.jar
    ws.ext.classpath[95]=file:/C:/tools/WebSphere/AppServer/lib/jtaPrivate.jar
    ws.ext.classpath[96]=file:/C:/tools/WebSphere/AppServer/lib/jtsPrivate.jar
    ws.ext.classpath[97]=file:/C:/tools/WebSphere/AppServer/lib/jython.jar
    ws.ext.classpath[98]=file:/C:/tools/WebSphere/AppServer/lib/l0b2bxml.jar
    ws.ext.classpath[99]=file:/C:/tools/WebSphere/AppServer/lib/lmproxy.jar
    ws.ext.classpath[100]=file:/C:/tools/WebSphere/AppServer/lib/logbrjface.jar
    ws.ext.classpath[101]=file:/C:/tools/WebSphere/AppServer/lib/logutil.jar
    ws.ext.classpath[102]=file:/C:/tools/WebSphere/AppServer/lib/ltext.jar
    ws.ext.classpath[103]=file:/C:/tools/WebSphere/AppServer/lib/marshall.jar
    ws.ext.classpath[104]=file:/C:/tools/WebSphere/AppServer/lib/messaging.jar
    ws.ext.classpath[105]=file:/C:/tools/WebSphere/AppServer/lib/messagingClient.jar
    ws.ext.classpath[106]=file:/C:/tools/WebSphere/AppServer/lib/messagingImpl.jar
    ws.ext.classpath[107]=file:/C:/tools/WebSphere/AppServer/lib/migrate.jar
    ws.ext.classpath[108]=file:/C:/tools/WebSphere/AppServer/lib/mofj2ee.jar
    ws.ext.classpath[109]=file:/C:/tools/WebSphere/AppServer/lib/mofjava.jar
    ws.ext.classpath[110]=file:/C:/tools/WebSphere/AppServer/lib/mq.jar
    ws.ext.classpath[111]=file:/C:/tools/WebSphere/AppServer/lib/mqjd.jar
    ws.ext.classpath[112]=file:/C:/tools/WebSphere/AppServer/lib/naming.jar
    ws.ext.classpath[113]=file:/C:/tools/WebSphere/AppServer/lib/namingclient.jar
    ws.ext.classpath[114]=file:/C:/tools/WebSphere/AppServer/lib/namingserver.jar
    ws.ext.classpath[115]=file:/C:/tools/WebSphere/AppServer/lib/nls.jar
    ws.ext.classpath[116]=file:/C:/tools/WebSphere/AppServer/lib/nlsres.jar
    ws.ext.classpath[117]=file:/C:/tools/WebSphere/AppServer/lib/notifications.jar
    ws.ext.classpath[118]=file:/C:/tools/WebSphere/AppServer/lib/optional.jar
    ws.ext.classpath[119]=file:/C:/tools/WebSphere/AppServer/lib/pagelist.jar
    ws.ext.classpath[120]=file:/C:/tools/WebSphere/AppServer/lib/perftuning.jar
    ws.ext.classpath[121]=file:/C:/tools/WebSphere/AppServer/lib/physicalrep.jar
    ws.ext.classpath[122]=file:/C:/tools/WebSphere/AppServer/lib/pluginconfig.jar
    ws.ext.classpath[123]=file:/C:/tools/WebSphere/AppServer/lib/pluginprocessor.jar
    ws.ext.classpath[124]=file:/C:/tools/WebSphere/AppServer/lib/pm.jar
    ws.ext.classpath[125]=file:/C:/tools/WebSphere/AppServer/lib/pmi.jar
    ws.ext.classpath[126]=file:/C:/tools/WebSphere/AppServer/lib/pmiclient.jar
    ws.ext.classpath[127]=file:/C:/tools/WebSphere/AppServer/lib/pmimpl.jar
    ws.ext.classpath[128]=file:/C:/tools/WebSphere/AppServer/lib/pmirm.jar
    ws.ext.classpath[129]=file:/C:/tools/WebSphere/AppServer/lib/portupdate.jar
    ws.ext.classpath[130]=file:/C:/tools/WebSphere/AppServer/lib/processintf.jar
    ws.ext.classpath[131]=file:/C:/tools/WebSphere/AppServer/lib/processmgmt.jar
    ws.ext.classpath[132]=file:/C:/tools/WebSphere/AppServer/lib/qname.jar
    ws.ext.classpath[133]=file:/C:/tools/WebSphere/AppServer/lib/querymd.jar
    ws.ext.classpath[134]=file:/C:/tools/WebSphere/AppServer/lib/ras.jar
    ws.ext.classpath[135]=file:/C:/tools/WebSphere/AppServer/lib/rbpf.jar
    ws.ext.classpath[136]=file:/C:/tools/WebSphere/AppServer/lib/recjava.jar
    ws.ext.classpath[137]=file:/C:/tools/WebSphere/AppServer/lib/reclog.jar
    ws.ext.classpath[138]=file:/C:/tools/WebSphere/AppServer/lib/reclogImpl.jar
    ws.ext.classpath[139]=file:/C:/tools/WebSphere/AppServer/lib/rsadaptercci.jar
    ws.ext.classpath[140]=file:/C:/tools/WebSphere/AppServer/lib/rsadapterspi.jar
    ws.ext.classpath[141]=file:/C:/tools/WebSphere/AppServer/lib/rsaexternal.jar
    ws.ext.classpath[142]=file:/C:/tools/WebSphere/AppServer/lib/runtime.jar
    ws.ext.classpath[143]=file:/C:/tools/WebSphere/AppServer/lib/runtimefw.jar
    ws.ext.classpath[144]=file:/C:/tools/WebSphere/AppServer/lib/runtimeimpl.jar
    ws.ext.classpath[145]=file:/C:/tools/WebSphere/AppServer/lib/sas.jar
    ws.ext.classpath[146]=file:/C:/tools/WebSphere/AppServer/lib/sdrt.jar
    ws.ext.classpath[147]=file:/C:/tools/WebSphere/AppServer/lib/security.jar
    ws.ext.classpath[148]=file:/C:/tools/WebSphere/AppServer/lib/securityimpl.jar
    ws.ext.classpath[149]=file:/C:/tools/WebSphere/AppServer/lib/servletevent.jar
    ws.ext.classpath[150]=file:/C:/tools/WebSphere/AppServer/lib/sljc.jar
    ws.ext.classpath[151]=file:/C:/tools/WebSphere/AppServer/lib/soap-sec.jar
    ws.ext.classpath[152]=file:/C:/tools/WebSphere/AppServer/lib/soap.jar
    ws.ext.classpath[153]=file:/C:/tools/WebSphere/AppServer/lib/spy-sl.jar
    ws.ext.classpath[154]=file:/C:/tools/WebSphere/AppServer/lib/spy.jar
    ws.ext.classpath[155]=file:/C:/tools/WebSphere/AppServer/lib/sqlserver.jar
    ws.ext.classpath[156]=file:/C:/tools/WebSphere/AppServer/lib/tcljava.jar
    ws.ext.classpath[157]=file:/C:/tools/WebSphere/AppServer/lib/threadpool.jar
    ws.ext.classpath[158]=file:/C:/tools/WebSphere/AppServer/lib/tperfviewer.jar
    ws.ext.classpath[159]=file:/C:/tools/WebSphere/AppServer/lib/tx.jar
    ws.ext.classpath[160]=file:/C:/tools/WebSphere/AppServer/lib/txCallbacks.jar
    ws.ext.classpath[161]=file:/C:/tools/WebSphere/AppServer/lib/txClient.jar
    ws.ext.classpath[162]=file:/C:/tools/WebSphere/AppServer/lib/txClientPrivate.jar
    ws.ext.classpath[163]=file:/C:/tools/WebSphere/AppServer/lib/txMsgs.jar
    ws.ext.classpath[164]=file:/C:/tools/WebSphere/AppServer/lib/txRecoveryUtils.jar
    ws.ext.classpath[165]=file:/C:/tools/WebSphere/AppServer/lib/uddi4j-wsdl.jar
    ws.ext.classpath[166]=file:/C:/tools/WebSphere/AppServer/lib/uddi4j.jar
    ws.ext.classpath[167]=file:/C:/tools/WebSphere/AppServer/lib/uddi4jv2.jar
    ws.ext.classpath[168]=file:/C:/tools/WebSphere/AppServer/lib/urlprotocols.jar
    ws.ext.classpath[169]=file:/C:/tools/WebSphere/AppServer/lib/util.jar
    ws.ext.classpath[170]=file:/C:/tools/WebSphere/AppServer/lib/utils.jar
    ws.ext.classpath[171]=file:/C:/tools/WebSphere/AppServer/lib/validation-framework.jar
    ws.ext.classpath[172]=file:/C:/tools/WebSphere/AppServer/lib/validationmgr.jar
    ws.ext.classpath[173]=file:/C:/tools/WebSphere/AppServer/lib/vaprt.jar
    ws.ext.classpath[174]=file:/C:/tools/WebSphere/AppServer/lib/was-wssecurity.jar
    ws.ext.classpath[175]=file:/C:/tools/WebSphere/AppServer/lib/wasjmx.jar
    ws.ext.classpath[176]=file:/C:/tools/WebSphere/AppServer/lib/wasproduct.jar
    ws.ext.classpath[177]=file:/C:/tools/WebSphere/AppServer/lib/wasupgrade.jar
    ws.ext.classpath[178]=file:/C:/tools/WebSphere/AppServer/lib/wasx.jar
    ws.ext.classpath[179]=file:/C:/tools/WebSphere/AppServer/lib/webcontainer.jar
    ws.ext.classpath[180]=file:/C:/tools/WebSphere/AppServer/lib/webservices-security.jar
    ws.ext.classpath[181]=file:/C:/tools/WebSphere/AppServer/lib/webservices.jar
    ws.ext.classpath[182]=file:/C:/tools/WebSphere/AppServer/lib/websphere-validation.jar
    ws.ext.classpath[183]=file:/C:/tools/WebSphere/AppServer/lib/webtlsrn.jar
    ws.ext.classpath[184]=file:/C:/tools/WebSphere/AppServer/lib/wftutils.jar
    ws.ext.classpath[185]=file:/C:/tools/WebSphere/AppServer/lib/wjmxapp.jar
    ws.ext.classpath[186]=file:/C:/tools/WebSphere/AppServer/lib/wlmclient.jar
    ws.ext.classpath[187]=file:/C:/tools/WebSphere/AppServer/lib/wlmserver.jar
    ws.ext.classpath[188]=file:/C:/tools/WebSphere/AppServer/lib/workspace-query.jar
    ws.ext.classpath[189]=file:/C:/tools/WebSphere/AppServer/lib/workspace.jar
    ws.ext.classpath[190]=file:/C:/tools/WebSphere/AppServer/lib/ws-base-resources.jar
    ws.ext.classpath[191]=file:/C:/tools/WebSphere/AppServer/lib/ws-commons-logging.jar
    ws.ext.classpath[192]=file:/C:/tools/WebSphere/AppServer/lib/ws-config-appdeploy.jar
    ws.ext.classpath[193]=file:/C:/tools/WebSphere/AppServer/lib/ws-config-common.jar
    ws.ext.classpath[194]=file:/C:/tools/WebSphere/AppServer/lib/ws-config-servers.jar
    ws.ext.classpath[195]=file:/C:/tools/WebSphere/AppServer/lib/ws-j2eex.jar
    ws.ext.classpath[196]=file:/C:/tools/WebSphere/AppServer/lib/ws-webservice-validation.jar
    ws.ext.classpath[197]=file:/C:/tools/WebSphere/AppServer/lib/ws-webservice.jar
    ws.ext.classpath[198]=file:/C:/tools/WebSphere/AppServer/lib/wsanttasks.jar
    ws.ext.classpath[199]=file:/C:/tools/WebSphere/AppServer/lib/wsatlib.jar
    ws.ext.classpath[200]=file:/C:/tools/WebSphere/AppServer/lib/wsdeployenv.jar
    ws.ext.classpath[201]=file:/C:/tools/WebSphere/AppServer/lib/wsdeploytool.jar
    ws.ext.classpath[202]=file:/C:/tools/WebSphere/AppServer/lib/wsdl4j.jar
    ws.ext.classpath[203]=file:/C:/tools/WebSphere/AppServer/lib/wses_dynaedge.jar
    ws.ext.classpath[204]=file:/C:/tools/WebSphere/AppServer/lib/wsexception.jar
    ws.ext.classpath[205]=file:/C:/tools/WebSphere/AppServer/lib/wsif-compatb.jar
    ws.ext.classpath[206]=file:/C:/tools/WebSphere/AppServer/lib/wsif-j2c.jar
    ws.ext.classpath[207]=file:/C:/tools/WebSphere/AppServer/lib/wsif.jar
    ws.ext.classpath[208]=file:/C:/tools/WebSphere/AppServer/lib/wssec.jar
    ws.ext.classpath[209]=file:/C:/tools/WebSphere/AppServer/lib/wssoap.jar
    ws.ext.classpath[210]=file:/C:/tools/WebSphere/AppServer/lib/xss4j-dsig.jar
    ws.ext.classpath[211]=file:/C:/tools/WebSphere/AppServer/lib/xss4j-enc.jar
    ws.ext.classpath[212]=file:/C:/tools/WebSphere/AppServer/lib/ext/
    ws.ext.classpath[213]=file:/C:/tools/WebSphere/AppServer/web/help
    ws.ext.classpath[214]=file:/C:/tools/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/
    ws.ext.classpath[215]=file:/C:/tools/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/batch.jar
    ws.ext.classpath[216]=file:/C:/tools/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/codegen.jar
    ws.ext.classpath[217]=file:/C:/tools/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/ejbdeploy.jar
    ws.ext.classpath[218]=file:/C:/tools/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/ejbincrement.jar
    ws.ext.classpath[219]=file:/C:/tools/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/ejbvalidator.jar
    ws.ext.classpath[220]=file:/C:/tools/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/exec.jar
    ws.ext.classpath[221]=file:/C:/tools/WebSphere/AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime/rmic.jar
    ws.ext.main.class=com.ibm.ws.runtime.WsServer
    [Loaded com.ibm.ws.runtime.WsServer]
    ws.ext.mains.args[0]=C:\tools\WebSphere\AppServer/config
    ws.ext.mains.args[1]=bw007007
    ws.ext.mains.args[2]=bw007007
    ws.ext.mains.args[3]=server1
    [Loaded com.ibm.ws.exception.WsNestedException]
    [Loaded com.ibm.ws.exception.WsException]
    [Loaded com.ibm.ws.exception.ConfigurationWarning]
    [Loaded com.ibm.ws.exception.ConfigurationError]
    [Loaded com.ibm.ws.exception.RuntimeWarning]
    [Loaded com.ibm.ws.runtime.service.Repository]
    [Loaded org.eclipse.emf.common.notify.Notifier]
    [Loaded org.eclipse.emf.ecore.EObject]
    [Loaded com.ibm.ejs.ras.RasHelper]
    [Loaded com.ibm.ejs.ras.RasException]
    [Loaded com.ibm.ejs.ras.Tr]
    [Loaded com.ibm.ejs.ras.RasEvent]
    [Loaded com.ibm.ejs.ras.StreamEvent]
    [Loaded com.ibm.ejs.ras.TraceEventListener]
    [Loaded com.ibm.ejs.ras.MalformedTraceStringException]
    [Loaded com.ibm.ejs.ras.LogRolloverListener]
    [Loaded com.ibm.ejs.ras.TraceLogger]
    [Loaded com.ibm.ejs.ras.ExtendedTraceLogger]
    [Loaded com.ibm.ejs.ras.TraceEventGenerator]
    [Loaded com.ibm.ejs.ras.ComponentManager]
    [Loaded com.ibm.ejs.ras.TraceEventGeneratorImpl]
    [Loaded com.ibm.websphere.ras.RasMessage]
    [Loaded com.ibm.ejs.ras.MessageEvent]
    [Loaded com.ibm.ejs.ras.TraceEvent]
    [Loaded com.ibm.ejs.ras.RasProperties]
    [Loaded com.ibm.ejs.ras.RasHelper$6]
    [Loaded com.ibm.ejs.ras.RasHelper$2]
    [Loaded com.ibm.ejs.ras.TraceElement]
    [Loaded com.ibm.ejs.ras.TraceComponent]
    [Loaded com.ibm.ejs.ras.Group]
    [Loaded com.ibm.ws.runtime.component.Component]
    [Loaded com.ibm.ws.runtime.component.ComponentImpl]
    [Loaded com.ibm.ws.runtime.component.ContainerImpl]
    [Loaded com.ibm.ws.exception.PropertyVetoException]
    [Loaded com.ibm.ws.exception.RuntimeError]
    [Loaded com.ibm.websphere.management.exception.AdminException]
    [Loaded javax.management.JMException]
    [Loaded javax.management.OperationsException]
    [Loaded javax.management.MalformedObjectNameException]
    [Loaded com.ibm.ws.exception.ComponentDisabledException]
    [Loaded com.ibm.ws.runtime.service.ServiceProvider]
    [Loaded com.ibm.ws.runtime.service.ServiceProviderImpl]
    [Loaded com.ibm.ws.runtime.service.RepositoryImpl]
    [Loaded com.ibm.ws.runtime.service.ConfigRoot]
    [Loaded com.ibm.ws.config.ModelMgr]
    [Loaded com.ibm.websphere.models.config.init.ConfigInit]
    [Loaded com.ibm.etools.encoders.EncoderDecoder]
    [Loaded com.ibm.etools.commonarchive.init.ArchiveInit]
    [Loaded org.eclipse.emf.ecore.EPackage$Descriptor]
    [Loaded com.ibm.ejs.models.base.bindings.init.BindingsInit]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit]
    [Loaded com.ibm.etools.emf.ecore.utilities.AdapterFactoryDescriptor]
    [Loaded com.ibm.etools.encoders.EncoderDecoderRegistry]
    [Loaded com.ibm.etools.encoders.EncoderDecoderAdapter]
    [Loaded com.ibm.etools.encoders.PassthruEncoderDecoder]
    [Loaded com.ibm.etools.encoders.XMLValueEncoderDecoder]
    [Loaded com.ibm.etools.encoders.PasswordEncoderDecoder]
    [Loaded com.ibm.etools.java.init.JavaInit]
    [Loaded com.ibm.etools.java.init.JavaInit$1]
    [Loaded org.eclipse.emf.ecore.EModelElement]
    [Loaded org.eclipse.emf.ecore.ENamedElement]
    [Loaded org.eclipse.emf.ecore.EPackage]
    [Loaded org.eclipse.emf.ecore.util.EcoreUtil]
    [Loaded com.ibm.etools.emf.ecore.utilities.ExtendedEcoreUtil]
    [Loaded org.eclipse.emf.common.util.TreeIterator]
    [Loaded org.eclipse.emf.ecore.EClassifier]
    [Loaded org.eclipse.emf.ecore.ETypedElement]
    [Loaded org.eclipse.emf.ecore.EStructuralFeature]
    [Loaded org.eclipse.emf.ecore.EReference]
    [Loaded com.ibm.etools.emf.ecore.utilities.ExtendedEcoreUtil$FileNotFoundDetector]
    [Loaded org.eclipse.emf.common.notify.Adapter]
    [Loaded com.ibm.etools.emf.ecore.utilities.DanglingHREFException]
    [Loaded org.eclipse.emf.ecore.EPackage$Registry]
    [Loaded org.eclipse.emf.ecore.impl.EPackageRegistryImpl]
    [Loaded com.ibm.etools.java.init.JavaInit$2]
    [Loaded org.eclipse.emf.ecore.resource.Resource$Factory$Registry]
    [Loaded org.eclipse.emf.ecore.resource.impl.ResourceFactoryRegistryImpl]
    [Loaded org.eclipse.emf.ecore.resource.Resource$Factory]
    [Loaded org.eclipse.emf.ecore.resource.impl.ResourceFactoryImpl]
    [Loaded org.eclipse.emf.ecore.xmi.impl.XMIResourceFactoryImpl]
    [Loaded org.eclipse.emf.ecore.resource.Resource]
    [Loaded com.ibm.etools.wft.util.WFTResourceFactory]
    [Loaded com.ibm.etools.java.adapters.JavaXMIFactoryImpl]
    [Loaded org.eclipse.emf.ecore.EFactory]
    [Loaded org.eclipse.emf.ecore.xmi.XMLResource]
    [Loaded org.eclipse.emf.ecore.xmi.XMIResource]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit$3]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit$4]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit$5]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit$6]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit$7]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit$8]
    [Loaded com.ibm.etools.wft.util.Revisit]
    [Loaded com.ibm.etools.emf.ecore.utilities.DefaultOverridableResourceFactoryRegistry]
    [Loaded com.ibm.etools.xmi.helpers.FileNameResourceFactoryRegistry]
    [Loaded com.ibm.etools.j2ee.common.impl.J2EEResourceFactoryRegistry]
    [Loaded org.eclipse.emf.common.util.URI]
    [Loaded org.eclipse.emf.ecore.resource.Resource$Factory$Descriptor]
    [Loaded com.ibm.etools.j2ee.J2EEConstants]
    [Loaded com.ibm.etools.j2ee.common.impl.XMLResourceFactory]
    [Loaded com.ibm.etools.ejb.impl.EJBJarResourceFactory]
    [Loaded com.ibm.etools.xmi.helpers.CompatibilityXMIResource]
    [Loaded com.ibm.etools.j2ee.common.XMLResource]
    [Loaded com.ibm.etools.webapplication.impl.WebAppResourceFactory]
    [Loaded com.ibm.etools.client.impl.ApplicationClientResourceFactory]
    [Loaded com.ibm.etools.application.impl.ApplicationResourceFactory]
    [Loaded com.ibm.etools.j2ee.xml.rar.readers.RarFileResourceFactory]
    [Loaded com.ibm.etools.xmi.helpers.CompatibilityResourceFactory]
    [Loaded com.ibm.etools.j2ee.xml.J2EEXmlDtDEntityResolver]
    [Loaded com.ibm.etools.j2ee.exception.IWrappedException]
    [Loaded com.ibm.etools.j2ee.exception.WrappedRuntimeException]
    [Loaded com.ibm.etools.j2ee.xml.NotSupportedException]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit$1]
    [Loaded org.eclipse.emf.common.notify.AdapterFactory]
    [Loaded org.eclipse.emf.common.notify.impl.NotifierImpl]
    [Loaded org.eclipse.emf.ecore.InternalEObject]
    [Loaded org.eclipse.emf.ecore.impl.EObjectImpl]
    [Loaded org.eclipse.emf.ecore.impl.EModelElementImpl]
    [Loaded org.eclipse.emf.ecore.impl.EFactoryImpl]
    [Loaded com.ibm.etools.ejb.EjbFactory]
    [Loaded com.ibm.etools.ejb.impl.EjbFactoryImpl]
    [Loaded org.eclipse.emf.common.util.EList]
    [Loaded org.eclipse.emf.common.util.BasicEList]
    [Loaded org.eclipse.emf.common.notify.impl.NotifierImpl$1]
    [Loaded org.eclipse.emf.ecore.EStructuralFeature$Internal$DynamicValueHolder]
    [Loaded org.eclipse.emf.ecore.impl.EObjectImpl$EPropertiesHolder]
    [Loaded org.eclipse.emf.common.util.WrappedException]
    [Loaded org.eclipse.emf.common.notify.NotificationChain]
    [Loaded org.eclipse.emf.common.notify.Notification]
    [Loaded org.eclipse.emf.ecore.EStructuralFeature$Setting]
    [Loaded com.ibm.etools.ejb.MethodPermission]
    [Loaded com.ibm.etools.ejb.AssemblyDescriptor]
    [Loaded com.ibm.etools.ejb.MethodTransaction]
    [Loaded com.ibm.etools.ejb.EnterpriseBean]
    [Loaded com.ibm.etools.ejb.Entity]
    [Loaded com.ibm.etools.ejb.ContainerManagedEntity]
    [Loaded org.eclipse.emf.ecore.EAttribute]
    [Loaded com.ibm.etools.ejb.CMPAttribute]
    [Loaded com.ibm.etools.ejb.CMRField]
    [Loaded com.ibm.etools.ejb.CommonRelationshipRole]
    [Loaded com.ibm.etools.ejb.EJBRelationshipRole]
    [Loaded com.ibm.etools.ejb.CommonRelationship]
    [Loaded com.ibm.etools.ejb.EJBRelation]
    [Loaded com.ibm.etools.ejb.Relationships]
    [Loaded com.ibm.etools.ejb.EJBJar]
    [Loaded com.ibm.etools.ejb.RoleSource]
    [Loaded com.ibm.etools.ejb.Query]
    [Loaded com.ibm.etools.ejb.MethodElement]
    [Loaded com.ibm.etools.ejb.QueryMethod]
    [Loaded com.ibm.etools.ejb.ExcludeList]
    [Loaded com.ibm.etools.ejb.Session]
    [Loaded com.ibm.etools.ejb.MessageDriven]
    [Loaded com.ibm.etools.ejb.MessageDrivenDestination]
    [Loaded com.ibm.etools.ejb.EJBMethodCategory]
    [Loaded com.ibm.etools.j2ee.init.J2EEInit$2]
    [Loaded com.ibm.ejs.models.base.bindings.init.BindingsInit$1]
    [Loaded com.ibm.ejs.models.base.bindings.init.BindingsInit$2]
    [Loaded com.ibm.ejs.models.base.bindings.init.BindingsInit$3]
    [Loaded com.ibm.ejs.models.base.bindings.init.BindingsInit$4]
    [Loaded com.ibm.ejs.models.base.bindings.init.BindingsInit$5]
    [Loaded com.ibm.ejs.models.base.bindings.init.BindingsInit$6]
    [Loaded com.ibm.ejs.models.base.bindings.BindingsConstants]
    [Loaded com.ibm.etools.emf.ecore.utilities.ResourceDependencyRegister]
    [Loaded com.ibm.ejs.models.base.extensions.init.ExtensionsInit]
    [Loaded com.ibm.ejs.models.base.extensions.init.ExtensionsInit$1]
    [Loaded com.ibm.ejs.models.base.extensions.init.ExtensionsInit$2]
    [Loaded com.ibm.ejs.models.base.extensions.init.ExtensionsInit$3]
    [Loaded com.ibm.ejs.models.base.extensions.init.ExtensionsInit$4]
    [Loaded com.ibm.ejs.models.base.extensions.init.ExtensionsInit$5]
    [Loaded com.ibm.ejs.models.base.extensions.init.ExtensionsInit$6]
    [Loaded com.ibm.ejs.models.base.extensions.ExtensionsConstants]
    [Loaded com.ibm.etools.commonarchive.init.ArchiveInit$1]
    [Loaded com.ibm.etools.commonarchive.init.ArchiveInit$2]
    [Loaded com.ibm.etools.commonarchive.CommonarchiveFactory]
    [Loaded com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl]
    [Loaded com.ibm.etools.commonarchive.ModuleComponent]
    [Loaded com.ibm.etools.archive.LoadStrategy]
    [Loaded com.ibm.etools.archive.ArchiveTypeDiscriminator]
    [Loaded com.ibm.etools.commonarchive.File]
    [Loaded com.ibm.etools.commonarchive.Container]
    [Loaded com.ibm.etools.commonarchive.Archive]
    [Loaded com.ibm.etools.commonarchive.ModuleFile]
    [Loaded com.ibm.etools.j2ee.exception.WrappedException]
    [Loaded com.ibm.etools.archive.exception.ArchiveWrappedException]
    [Loaded com.ibm.etools.archive.exception.OpenFailureException]
    [Loaded com.ibm.etools.commonarchive.EJBComponent]
    [Loaded com.ibm.etools.commonarchive.ServletComponent]
    [Loaded com.ibm.etools.commonarchive.WARFile]
    [Loaded com.ibm.etools.commonarchive.EJBJarFile]
    [Loaded com.ibm.etools.commonarchive.ApplicationClientFile]
    [Loaded com.ibm.etools.commonarchive.EARFile]
    [Loaded com.ibm.etools.commonarchive.RARFile]
    [Loaded com.ibm.etools.commonarchive.EJBClientJarFile]
    [Loaded com.ibm.etools.commonarchive.ReadOnlyDirectory]
    [Loaded com.ibm.etools.commonarchive.ModuleRef]
    [Loaded com.ibm.etools.commonarchive.EJBModuleRef]
    [Loaded com.ibm.etools.commonarchive.WebModuleRef]
    [Loaded com.ibm.etools.commonarchive.ClientModuleRef]
    [Loaded com.ibm.etools.commonarchive.ConnectorModuleRef]
    [Loaded com.ibm.etools.commonarchive.FARFile]
    [Loaded com.ibm.etools.archive.impl.ArchiveTypeDiscriminatorImpl]
    [Loaded com.ibm.etools.commonarchive.impl.RootArchiveTypeDescriminatorImpl]
    [Loaded com.ibm.etools.archive.ArchiveStrategy]
    [Loaded com.ibm.etools.archive.impl.ArchiveStrategyImpl]
    [Loaded com.ibm.etools.archive.ImportStrategy]
    [Loaded com.ibm.etools.archive.impl.ImportStrategyImpl]
    [Loaded com.ibm.etools.archive.impl.XmlBasedImportStrategyImpl]
    [Loaded com.ibm.etools.archive.impl.Ear12ImportStrategyImpl]
    [Loaded com.ibm.etools.archive.impl.Ear12ImportStrategyImpl$Discriminator]
    [Loaded com.ibm.etools.archive.impl.War22ImportStrategyImpl]
    [Loaded com.ibm.etools.archive.impl.War22ImportStrategyImpl$Discriminator]
    [Loaded com.ibm.etools.archive.impl.AppClient12ImportStrategyImpl]
    [Loaded com.ibm.etools.archive.impl.AppClient12ImportStrategyImpl$Discriminator]
    [Loaded com.ibm.etools.archive.impl.RarImportStrategyImpl]
    [Loaded com.ibm.etools.archive.impl.RarImportStrategyImpl$Discriminator]
    [Loaded com.ibm.etools.commonarchive.impl.RootEJBJarDescriminatorImpl]
    [Loaded com.ibm.etools.archive.impl.EjbJar11ImportStrategyImpl]
    [Loaded com.ibm.etools.archive.impl.EjbJar11ImportStrategyImpl$Discriminator]
    [Loaded com.ibm.etools.archive.ejb10.EJBJar10ImportStrategy]
    [Loaded com.ibm.etools.archive.ejb10.EJBJar10ImportStrategyImpl]
    [Loaded com.ibm.etools.archive.exception.ArchiveRuntimeException]
    [Loaded com.ibm.etools.archive.exception.DeploymentDescriptorLoadException]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.RunAsMode]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.UseCallerIdentity]
    [Loaded org.eclipse.emf.common.notify.impl.AdapterImpl]
    [Loaded com.ibm.etools.java.adapters.ReadAdaptor]
    [Loaded com.ibm.etools.java.adapters.ReflectionAdaptor]
    [Loaded com.ibm.etools.j2ee.ejb10.readers.EnterpriseBean10ReadAdapter]
    [Loaded com.ibm.etools.j2ee.ejb10.readers.Session10ReadAdapter]
    [Loaded com.ibm.etools.j2ee.ejb10.readers.Entity10ReadAdapter]
    [Loaded com.ibm.etools.j2ee.ejb10.readers.ContainerManagedEntity10ReadAdapter]
    [Loaded com.ibm.etools.archive.exception.NotADeploymentDescriptorException]
    [Loaded com.ibm.etools.archive.exception.NoEJB10DescriptorsException]
    [Loaded com.ibm.etools.archive.ejb10.EJBJar10ImportStrategyImpl$Discriminator]
    [Loaded com.ibm.etools.archive.ejb10.WSDeployedEJBJar10ImportStrategyImpl]
    [Loaded com.ibm.ejs.deployment.EJSEntityDescriptor]
    [Loaded com.ibm.etools.archive.ejb10.WSDeployedEJBJar10ImportStrategyImpl$Discriminator]
    [Loaded com.ibm.etools.archive.impl.FARFileDiscriminatorImpl]
    [Loaded com.ibm.etools.commonarchive.CommonarchivePackage]
    [Loaded org.eclipse.emf.ecore.impl.ENamedElementImpl]
    [Loaded org.eclipse.emf.ecore.impl.EPackageImpl]
    [Loaded com.ibm.etools.commonarchive.impl.CommonarchivePackageImpl]
    [Loaded org.eclipse.emf.ecore.impl.EClassifierImpl]
    [Loaded org.eclipse.emf.ecore.EClass]
    [Loaded org.eclipse.emf.ecore.impl.ESuperAdapter$Holder]
    [Loaded org.eclipse.emf.ecore.impl.EClassImpl]
    [Loaded org.eclipse.emf.ecore.EDataType]
    [Loaded org.eclipse.emf.ecore.impl.EDataTypeImpl]
    [Loaded org.eclipse.emf.ecore.EEnum]
    [Loaded org.eclipse.emf.ecore.impl.EEnumImpl]
    [Loaded org.eclipse.emf.ecore.impl.ETypedElementImpl]
    [Loaded org.eclipse.emf.ecore.EStructuralFeature$Internal]
    [Loaded org.eclipse.emf.ecore.impl.EStructuralFeatureImpl]
    [Loaded org.eclipse.emf.ecore.impl.EAttributeImpl]
    [Loaded org.eclipse.emf.ecore.impl.EReferenceImpl]
    [Loaded org.eclipse.emf.ecore.EcoreFactory]
    [Loaded org.eclipse.emf.ecore.impl.EcoreFactoryImpl]
    [Loaded org.eclipse.emf.ecore.EAnnotation]
    [Loaded org.eclipse.emf.ecore.EParameter]
    [Loaded org.eclipse.emf.ecore.EOperation]
    [Loaded org.eclipse.emf.common.util.Enumerator]
    [Loaded org.eclipse.emf.ecore.EEnumLiteral]
    [Loaded org.eclipse.emf.ecore.EcorePackage]
    [Loaded org.eclipse.emf.ecore.impl.EcorePackageImpl]
    [Loaded org.eclipse.emf.common.util.UniqueEList]
    [Loaded org.eclipse.emf.ecore.impl.EClassImpl$1]
    [Loaded org.eclipse.emf.common.util.BasicEList$UnmodifiableEList]
    [Loaded org.eclipse.emf.ecore.util.InternalEList]
    [Loaded org.eclipse.emf.ecore.util.InternalEList$Unsettable]
    [Loaded org.eclipse.emf.ecore.util.EcoreEList$UnmodifiableEList]
    [Loaded org.eclipse.emf.ecore.impl.EClassImpl$2]
    [Loaded org.eclipse.emf.ecore.impl.EClassImpl$3]
    [Loaded org.eclipse.emf.ecore.impl.EClassImpl$4]
    [Loaded org.eclipse.emf.ecore.impl.EClassImpl$5]
    [Loaded org.eclipse.emf.ecore.impl.EClassImpl$6]
    [Loaded org.eclipse.emf.ecore.impl.EClassImpl$7]
    [Loaded org.eclipse.emf.common.notify.NotifyingList]
    [Loaded org.eclipse.emf.common.notify.impl.NotifyingListImpl]
    [Loaded org.eclipse.emf.ecore.util.EcoreEList]
    [Loaded org.eclipse.emf.ecore.util.EObjectEList]
    [Loaded org.eclipse.emf.ecore.util.EObjectContainmentEList]
    [Loaded org.eclipse.emf.ecore.util.EObjectContainmentWithInverseEList]
    [Loaded org.eclipse.emf.ecore.impl.EPackageImpl$1]
    [Loaded org.eclipse.emf.common.notify.impl.NotificationImpl]
    [Loaded org.eclipse.emf.common.notify.impl.NotifyingListImpl$1]
    [Loaded org.eclipse.emf.ecore.impl.ENotificationImpl]
    [Loaded org.eclipse.emf.ecore.EStructuralFeature$Internal$SettingDelegate]
    [Loaded org.eclipse.emf.ecore.impl.ESuperAdapter]
    [Loaded org.eclipse.emf.ecore.util.EObjectResolvingEList]
    [Loaded org.eclipse.emf.ecore.impl.ESuperAdapter$1]
    [Loaded org.eclipse.emf.common.util.BasicEList$EIterator]
    [Loaded org.eclipse.emf.ecore.impl.EOperationImpl]
    [Loaded org.eclipse.emf.ecore.impl.EParameterImpl]
    [Loaded org.eclipse.emf.ecore.resource.Resource$Internal]
    [Loaded org.eclipse.emf.ecore.resource.impl.ResourceImpl]
    [Loaded org.eclipse.emf.ecore.impl.EPackageImpl$2]
    [Loaded org.eclipse.emf.ecore.resource.URIConverter]
    [Loaded org.eclipse.emf.ecore.resource.impl.ResourceImpl$ContentsEList]
    [Loaded org.eclipse.emf.ecore.impl.EObjectImpl$EPropertiesHolderImpl]
    [Loaded com.ibm.etools.application.ApplicationPackage]
    [Loaded com.ibm.etools.application.impl.ApplicationPackageImpl]
    [Loaded com.ibm.etools.application.ApplicationFactory]
    [Loaded com.ibm.etools.application.impl.ApplicationFactoryImpl]
    [Loaded com.ibm.etools.application.Application]
    [Loaded com.ibm.etools.application.Module]
    [Loaded com.ibm.etools.application.WebModule]
    [Loaded com.ibm.etools.application.JavaClientModule]
    [Loaded com.ibm.etools.application.EjbModule]
    [Loaded com.ibm.etools.application.ConnectorModule]
    [Loaded com.ibm.etools.wft.util.RefIdCounter]
    [Loaded com.ibm.etools.java.JavaRefPackage]
    [Loaded com.ibm.etools.java.impl.JavaRefPackageImpl]
    [Loaded com.ibm.etools.java.JavaRefFactory]
    [Loaded com.ibm.etools.java.impl.JavaRefFactoryImpl]
    [Loaded org.eclipse.emf.ecore.resource.ResourceSet]
    [Loaded com.ibm.etools.java.Method]
    [Loaded com.ibm.etools.java.JavaHelpers]
    [Loaded com.ibm.etools.java.JavaClass]
    [Loaded com.ibm.etools.java.Field]
    [Loaded com.ibm.etools.java.Block]
    [Loaded com.ibm.etools.java.Comment]
    [Loaded com.ibm.etools.java.Statement]
    [Loaded com.ibm.etools.java.Initializer]
    [Loaded com.ibm.etools.java.JavaParameter]
    [Loaded com.ibm.etools.java.ArrayType]
    [Loaded com.ibm.etools.java.JavaDataType]
    [Loaded com.ibm.etools.java.JavaPackage]
    [Loaded org.eclipse.emf.common.notify.impl.AdapterFactoryImpl]
    [Loaded com.ibm.etools.java.adapters.JavaReflectionAdapterFactory]
    [Loaded com.ibm.etools.java.adapters.jdk.JavaJDKAdapterFactory]
    [Loaded com.ibm.etools.java.adapters.JavaReflectionAdaptor]
    [Loaded com.ibm.etools.java.adapters.jdk.JDKAdaptor]
    [Loaded com.ibm.etools.java.adapters.IJavaClassAdaptor]
    [Loaded com.ibm.etools.java.adapters.jdk.JavaClassJDKAdaptor]
    [Loaded com.ibm.etools.java.adapters.jdk.JavaFieldJDKAdaptor]
    [Loaded com.ibm.etools.java.adapters.jdk.JavaMethodJDKAdaptor]
    [Loaded com.ibm.etools.java.JavaEvent]
    [Loaded org.eclipse.emf.common.util.AbstractEnumerator]
    [Loaded com.ibm.etools.java.TypeKind]
    [Loaded org.eclipse.emf.ecore.impl.EEnumLiteralImpl]
    [Loaded com.ibm.etools.java.JavaVisibilityKind]
    [Loaded com.ibm.etools.java.JavaParameterKind]
    [Loaded com.ibm.etools.client.ClientPackage]
    [Loaded com.ibm.etools.client.impl.ClientPackageImpl]
    [Loaded com.ibm.etools.client.ClientFactory]
    [Loaded com.ibm.etools.client.impl.ClientFactoryImpl]
    [Loaded com.ibm.etools.client.ApplicationClient]
    [Loaded com.ibm.etools.j2ee.common.CommonPackage]
    [Loaded com.ibm.etools.j2ee.common.impl.CommonPackageImpl]
    [Loaded com.ibm.etools.j2ee.common.CommonFactory]
    [Loaded com.ibm.etools.j2ee.common.impl.CommonFactoryImpl]
    [Loaded com.ibm.etools.j2ee.common.SecurityRole]
    [Loaded com.ibm.etools.j2ee.common.ResourceRef]
    [Loaded com.ibm.etools.j2ee.common.EjbRef]
    [Loaded com.ibm.etools.j2ee.common.EJBLocalRef]
    [Loaded com.ibm.etools.j2ee.common.EnvEntry]
    [Loaded com.ibm.etools.j2ee.common.SecurityRoleRef]
    [Loaded com.ibm.etools.j2ee.common.SecurityIdentity]
    [Loaded com.ibm.etools.j2ee.common.RunAsSpecifiedIdentity]
    [Loaded com.ibm.etools.j2ee.common.UseCallerIdentity]
    [Loaded com.ibm.etools.j2ee.common.Identity]
    [Loaded com.ibm.etools.j2ee.common.ResourceEnvRef]
    [Loaded com.ibm.etools.ejb.EjbPackage]
    [Loaded com.ibm.etools.ejb.impl.EjbPackageImpl]
    [Loaded com.ibm.etools.taglib.TaglibPackage]
    [Loaded com.ibm.etools.taglib.impl.TaglibPackageImpl]
    [Loaded com.ibm.etools.taglib.TaglibFactory]
    [Loaded com.ibm.etools.taglib.impl.TaglibFactoryImpl]
    [Loaded com.ibm.etools.taglib.TagLib]
    [Loaded com.ibm.etools.taglib.Validator]
    [Loaded com.ibm.etools.taglib.JSPTag]
    [Loaded com.ibm.etools.taglib.JSPTagAttribute]
    [Loaded com.ibm.etools.taglib.JSPVariable]
    [Loaded com.ibm.etools.webapplication.WebapplicationPackage]
    [Loaded com.ibm.etools.webapplication.impl.WebapplicationPackageImpl]
    [Loaded com.ibm.etools.webapplication.WebapplicationFactory]
    [Loaded com.ibm.etools.webapplication.impl.WebapplicationFactoryImpl]
    [Loaded com.ibm.etools.webapplication.WebApp]
    [Loaded com.ibm.etools.webapplication.ContextParam]
    [Loaded com.ibm.etools.webapplication.ErrorPage]
    [Loaded com.ibm.etools.webapplication.ExceptionTypeErrorPage]
    [Loaded com.ibm.etools.webapplication.ErrorCodeErrorPage]
    [Loaded com.ibm.etools.webapplication.WelcomeFileList]
    [Loaded com.ibm.etools.webapplication.WelcomeFile]
    [Loaded com.ibm.etools.webapplication.TagLibRef]
    [Loaded com.ibm.etools.webapplication.SecurityConstraint]
    [Loaded com.ibm.etools.webapplication.WebResourceCollection]
    [Loaded com.ibm.etools.webapplication.URLPatternType]
    [Loaded com.ibm.etools.webapplication.HTTPMethodType]
    [Loaded com.ibm.etools.webapplication.AuthConstraint]
    [Loaded com.ibm.etools.webapplication.UserDataConstraint]
    [Loaded com.ibm.etools.webapplication.LoginConfig]
    [Loaded com.ibm.etools.webapplication.FormLoginConfig]
    [Loaded com.ibm.etools.webapplication.MimeMapping]
    [Loaded com.ibm.etools.webapplication.SessionConfig]
    [Loaded com.ibm.etools.webapplication.ServletMapping]
    [Loaded com.ibm.etools.webapplication.Servlet]
    [Loaded com.ibm.etools.webapplication.WebType]
    [Loaded com.ibm.etools.webapplication.ServletType]
    [Loaded com.ibm.etools.webapplication.JSPType]
    [Loaded com.ibm.etools.webapplication.InitParam]
    [Loaded com.ibm.etools.webapplication.Filter]
    [Loaded com.ibm.etools.webapplication.FilterMapping]
    [Loaded com.ibm.etools.webapplication.Listener]
    [Loaded com.ibm.etools.webapplication.RoleNameType]
    [Loaded com.ibm.etools.jca.JcaPackage]
    [Loaded com.ibm.etools.jca.impl.JcaPackageImpl]
    [Loaded com.ibm.etools.jca.JcaFactory]
    [Loaded com.ibm.etools.jca.impl.JcaFactoryImpl]
    [Loaded com.ibm.etools.jca.Connector]
    [Loaded com.ibm.etools.jca.License]
    [Loaded com.ibm.etools.jca.ResourceAdapter]
    [Loaded com.ibm.etools.jca.SecurityPermission]
    [Loaded com.ibm.etools.jca.AuthenticationMechanism]
    [Loaded com.ibm.etools.jca.ConfigProperty]
    [Loaded com.ibm.etools.jca.AuthenticationMechanismType]
    [Loaded com.ibm.etools.jca.TransactionSupportKind]
    [Loaded com.ibm.etools.j2ee.common.EnvEntryType]
    [Loaded com.ibm.etools.j2ee.common.ResAuthTypeBase]
    [Loaded com.ibm.etools.j2ee.common.EjbRefType]
    [Loaded com.ibm.etools.j2ee.common.ResSharingScopeType]
    [Loaded com.ibm.etools.ejb.TransactionAttributeType]
    [Loaded com.ibm.etools.ejb.TransactionType]
    [Loaded com.ibm.etools.ejb.SessionType]
    [Loaded com.ibm.etools.ejb.MethodElementKind]
    [Loaded com.ibm.etools.ejb.AcknowledgeMode]
    [Loaded com.ibm.etools.ejb.SubscriptionDurabilityKind]
    [Loaded com.ibm.etools.ejb.ReturnTypeMapping]
    [Loaded com.ibm.etools.ejb.DestinationType]
    [Loaded com.ibm.etools.ejb.MultiplicityKind]
    [Loaded com.ibm.etools.taglib.BodyContentType]
    [Loaded com.ibm.etools.taglib.JSPScriptingVariableScope]
    [Loaded com.ibm.etools.webapplication.TransportGuaranteeType]
    [Loaded com.ibm.etools.webapplication.AuthMethodKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EjbextPackage]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.impl.EjbextPackageImpl]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EjbextFactory]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.impl.EjbextFactoryImpl]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EjbRelationship]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EjbRelationshipRole]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.SecurityIdentity]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EJBJarExtension]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EjbGeneralization]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.AccessIntentEntry]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.CollectionAccessPattern]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.AccessType]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.OptimisticUpdate]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.PessimisticRead]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.OptimisticRead]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.PessimisticUpdate]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.PessimisticUpdateHint]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.ReadAheadHint]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.CollectionIncrement]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.CollectionScope]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.TransactionScope]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.SessionScope]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.TimeoutScope]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.AppliedAccessIntent]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.ContainerActivitySession]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.IsolationLevelAttributes]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.RunAsSpecifiedIdentity]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.Identity]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.UseSystemIdentity]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.PersistenceSecurityIdentity]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.ComponentExtension]
    [Loaded com.ibm.etools.j2ee.common.util.Defaultable]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EnterpriseBeanExtension]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EntityExtension]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.ContainerManagedEntityExtension]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.FinderDescriptor]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.WhereClauseFinderDescriptor]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.FullSelectFinderDescriptor]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.EjbqlFinderDescriptor]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.UserFinderDescriptor]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.AccessIntent]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.DataCache]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.SessionExtension]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.MessageDrivenExtension]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.BeanStructure]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.BeanCache]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.BeanInternationalization]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.LocalTran]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.ResourceManagerPreFetchIncrement]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.Multiplicity]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.CommonextPackage]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.impl.CommonextPackageImpl]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.CommonextFactory]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.impl.CommonextFactoryImpl]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.ResourceRefExtension]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.localtran.LocaltranPackage]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.localtran.impl.LocaltranPackageImpl]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.localtran.LocaltranFactory]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.localtran.impl.LocaltranFactoryImpl]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.localtran.LocalTransaction]
    [Loaded com.ibm.ejs.models.base.extensions.applicationclientext.ApplicationclientextPackage]
    [Loaded com.ibm.ejs.models.base.extensions.applicationclientext.impl.ApplicationclientextPackageImpl]
    [Loaded com.ibm.ejs.models.base.extensions.applicationclientext.ApplicationclientextFactory]
    [Loaded com.ibm.ejs.models.base.extensions.applicationclientext.impl.ApplicationclientextFactoryImpl]
    [Loaded com.ibm.ejs.models.base.extensions.applicationclientext.ApplicationClientExtension]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.ApplicationextPackage]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.impl.ApplicationextPackageImpl]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.ApplicationextFactory]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.impl.ApplicationextFactoryImpl]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.ModuleExtension]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.EjbModuleExtension]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.ApplicationExtension]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.WebModuleExtension]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.JavaClientModuleExtension]
    [Loaded com.ibm.ejs.models.base.extensions.applicationext.ConnectorModuleExtension]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.WebappextPackage]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.impl.WebappextPackageImpl]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.WebappextFactory]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.impl.WebappextFactoryImpl]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.WebAppExtension]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.MimeFilter]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.ServletExtension]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.ServletCachingConfiguration]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.CacheEntryIDGeneration]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.CacheVariable]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.MarkupLanguage]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.Page]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.JSPAttribute]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.FileServingAttribute]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.InvokerAttribute]
    [Loaded com.ibm.ejs.models.base.extensions.webappext.CacheVariableKind]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.IsolationLevelKind]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.ConnectionManagementPolicyKind]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.localtran.LocalTransactionBoundaryKind]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.localtran.LocalTransactionResolverKind]
    [Loaded com.ibm.ejs.models.base.extensions.commonext.localtran.LocalTransactionUnresolvedActionKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.SessionAttributeKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.ActivationPolicyKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.LoadPolicyKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.PinPolicyKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.InvocationLocaleKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.LocalTranBoundaryKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.LocalTranResolverKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.LocalTranUnresolvedActionKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.TxIsolationLevel]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.AccessIntentKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.ConcurrencyControlKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.LifetimeInCacheUsageKind]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.ActivitySessionType]
    [Loaded com.ibm.ejs.models.base.extensions.ejbext.CollectionAccessPatternKind]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.ApplicationbndPackage]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.impl.ApplicationbndPackageImpl]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.ApplicationbndFactory]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.impl.ApplicationbndFactoryImpl]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.RunAsBinding]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.RunAsMap]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.ApplicationBinding]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.AuthorizationTable]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.RoleAssignment]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.Subject]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.User]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.Group]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.ProfileMap]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.ProfileBinding]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.SpecialSubject]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.AllAuthenticatedUsers]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.Everyone]
    [Loaded com.ibm.ejs.models.base.bindings.applicationbnd.Server]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.CommonbndPackage]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.impl.CommonbndPackageImpl]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.CommonbndFactory]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.impl.CommonbndFactoryImpl]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.AbstractAuthData]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.BasicAuthData]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.ResourceRefBinding]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.EjbRefBinding]
    [Loaded com.ibm.ejs.models.base.bindings.commonbnd.ResourceEnvRefBinding]
    [Loaded com.ibm.ejs.models.base.bindings.clientbnd.ClientbndPackage]
    [Loaded com.ibm.ejs.models.base.bindings.clientbnd.impl.ClientbndPackageImpl]
    [Loaded com.ibm.ejs.models.base.bindings.clientbnd.ClientbndFactory]
    [Loaded com.ibm.ejs.models.base.bindings.clientbnd.impl.ClientbndFactoryImpl]
    [Loaded com.ibm.ejs.models.base.bindings.clientbnd.ApplicationClientBinding]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.EjbbndPackage]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.impl.EjbbndPackageImpl]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.EjbbndFactory]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.impl.EjbbndFactoryImpl]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.EnterpriseBeanBinding]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.MessageDrivenBeanBinding]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.EJBJarBinding]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.CMPConnectionFactoryBinding]
    [Loaded com.ibm.ejs.models.base.bindings.webappbnd.WebappbndPackage]
    [Loaded com.ibm.ejs.models.base.bindings.webappbnd.impl.WebappbndPackageImpl]
    [Loaded com.ibm.ejs.models.base.bindings.webappbnd.WebappbndFactory]
    [Loaded com.ibm.ejs.models.base.bindings.webappbnd.impl.WebappbndFactoryImpl]
    [Loaded com.ibm.ejs.models.base.bindings.webappbnd.WebAppBinding]
    [Loaded com.ibm.ejs.models.base.bindings.j2cbnd.J2cbndPackage]
    [Loaded com.ibm.ejs.models.base.bindings.j2cbnd.impl.J2cbndPackageImpl]
    [Loaded com.ibm.ejs.models.base.bindings.j2cbnd.J2cbndFactory]
    [Loaded com.ibm.ejs.models.base.bindings.j2cbnd.impl.J2cbndFactoryImpl]
    [Loaded com.ibm.ejs.models.base.bindings.j2cbnd.J2CResourceAdapterBinding]
    [Loaded com.ibm.ejs.models.base.bindings.ejbbnd.CMPResAuthType]
    [Loaded com.ibm.etools.commonarchive.looseconfig.LooseconfigPackage]
    [Loaded com.ibm.etools.commonarchive.looseconfig.impl.LooseconfigPackageImpl]
    [Loaded com.ibm.etools.commonarchive.looseconfig.LooseconfigFactory]
    [Loaded com.ibm.etools.commonarchive.looseconfig.impl.LooseconfigFactoryImpl]
    [Loaded com.ibm.etools.commonarchive.looseconfig.LooseArchive]
    [Loaded com.ibm.etools.commonarchive.looseconfig.LooseApplication]
    [Loaded com.ibm.etools.commonarchive.looseconfig.LooseLibrary]
    [Loaded com.ibm.etools.commonarchive.looseconfig.LooseModule]
    [Loaded com.ibm.etools.commonarchive.looseconfig.LooseWARFile]
    [Loaded com.ibm.etools.commonarchive.looseconfig.LooseConfiguration]
    [Loaded com.ibm.etools.webservice.WebServiceInit]
    [Loaded com.ibm.etools.webservice.wscommon.WscommonPackage]
    [Loaded com.ibm.etools.webservice.wscommon.impl.WscommonPackageImpl]
    [Loaded com.ibm.etools.webservice.wscommon.WscommonFactory]
    [Loaded com.ibm.etools.webservice.wscommon.impl.WscommonFactoryImpl]
    [Loaded com.ibm.etools.webservice.wscommon.InitParam]
    [Loaded com.ibm.etools.webservice.wscommon.SOAPHeader]
    [Loaded com.ibm.etools.webservice.wscommon.SOAPRole]
    [Loaded com.ibm.etools.webservice.wscommon.PortName]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.JaxrpcmapPackage]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.impl.JaxrpcmapPackageImpl]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.JaxrpcmapFactory]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.impl.JaxrpcmapFactoryImpl]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.JavaWSDLMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.PackageMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.JavaXMLTypeMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ExceptionMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.InterfaceMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ServiceInterfaceMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ServiceEndpointInterfaceMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.PackageType]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ClassType]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.RootTypeQname]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.QnameScope]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.VariableMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ExceptionType]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WSDLMessage]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ConstructorParameterOrder]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.JavaVariableName]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.DataMember]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.XMLElementName]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ElementName]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WSDLServiceName]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.PortMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.JavaPortName]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WSDLPortType]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WSDLBinding]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ServiceEndpointMethodMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.JavaMethodName]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WSDLOperation]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WrappedElement]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.MethodParamPartsMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WSDLReturnValueMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ParamPosition]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ParamType]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WSDLMessageMapping]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.WSDLMessagePartName]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.ParameterMode]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.SOAPHeader]
    [Loaded com.ibm.etools.webservice.jaxrpcmap.MethodReturnValue]
    [Loaded com.ibm.etools.webservice.wscdd.WscddPackage]
    [Loaded com.ibm.etools.webservice.wscdd.impl.WscddPackageImpl]
    [Loaded com.ibm.etools.webservice.wscdd.WscddFactory]
    [Loaded com.ibm.etools.webservice.wscdd.impl.WscddFactoryImpl]
    [Loaded com.ibm.etools.webservice.wscdd.WebServicesClient]
    [Loaded com.ibm.etools.webservice.wscdd.ServiceRef]
    [Loaded com.ibm.etools.webservice.wscdd.PortComponentRef]
    [Loaded com.ibm.etools.webservice.wscdd.Handler]
    [Loaded com.ibm.etools.webservice.wscdd.ComponentScopedRefs]
    [Loaded com.ibm.etools.webservice.wscdd.ServiceQname]
    [Loaded com.ibm.etools.webservice.wsdd.WsddPackage]
    [Loaded com.ibm.etools.webservice.wsdd.impl.WsddPackageImpl]
    [Loaded com.ibm.etools.webservice.wsdd.WsddFactory]
    [Loaded com.ibm.etools.webservice.wsdd.impl.WsddFactoryImpl]
    [Loaded com.ibm.etools.webservice.wsdd.WebServices]
    [Loaded com.ibm.etools.webservice.wsdd.WebServiceDescription]
    [Loaded com.ibm.etools.webservice.wsdd.PortComponent]
    [Loaded com.ibm.etools.webservice.wsdd.WSDLPort]
    [Loaded com.ibm.etools.webservice.wsdd.ServiceImplBean]
    [Loaded com.ibm.etools.webservice.wsdd.BeanLink]
    [Loaded com.ibm.etools.webservice.wsdd.ServletLink]
    [Loaded com.ibm.etools.webservice.wsdd.EJBLink]
    [Loaded com.ibm.etools.webservice.wsdd.Handler]
    [Loaded com.ibm.etools.webservice.wscommonbnd.WscommonbndPackage]
    [Loaded com.ibm.etools.webservice.wscommonbnd.impl.WscommonbndPackageImpl]
    [Loaded com.ibm.etools.webservice.wscommonbnd.WscommonbndFactory]
    [Loaded com.ibm.etools.webservice.wscommonbnd.impl.WscommonbndFactoryImpl]
    [Loaded com.ibm.etools.webservice.wscommonbnd.EncryptionKey]
    [Loaded com.ibm.etools.webservice.wscommonbnd.TrustAnchor]
    [Loaded com.ibm.etools.webservice.wscommonbnd.KeyStore]
    [Loaded com.ibm.etools.webservice.wscommonbnd.CertStoreList]
    [Loaded com.ibm.etools.webservice.wscommonbnd.LDAPCertStore]
    [Loaded com.ibm.etools.webservice.wscommonbnd.LDAPServer]
    [Loaded com.ibm.etools.webservice.wscommonbnd.CollectionCertStore]
    [Loaded com.ibm.etools.webservice.wscommonbnd.X509Certificate]
    [Loaded com.ibm.etools.webservice.wscommonbnd.Property]
    [Loaded com.ibm.etools.webservice.wscommonbnd.SigningKey]
    [Loaded com.ibm.etools.webservice.wscommonbnd.KeyLocator]
    [Loaded com.ibm.etools.webservice.wscommonbnd.TrustedIDEvaluator]
    [Loaded com.ibm.etools.webservice.wscommonbnd.CallbackHandlerFactory]
    [Loaded com.ibm.etools.webservice.wscommonbnd.SigningInfo]
    [Loaded com.ibm.etools.webservice.wscommonbnd.SignatureMethod]
    [Loaded com.ibm.etools.webservice.wscommonbnd.CertPathSettings]
    [Loaded com.ibm.etools.webservice.wscommonbnd.TrustAnchorRef]
    [Loaded com.ibm.etools.webservice.wscommonbnd.CertStoreRef]
    [Loaded com.ibm.etools.webservice.wscommonbnd.TrustAnyCertificate]
    [Loaded com.ibm.etools.webservice.wscommonbnd.EncryptionInfo]
    [Loaded com.ibm.etools.webservice.wscommonbnd.KeyEncryptionMethod]
    [Loaded com.ibm.etools.webservice.wscommonbnd.DataEncryptionMethod]
    [Loaded com.ibm.etools.webservice.wscommonbnd.TrustedIDEvaluatorRef]
    [Loaded com.ibm.etools.webservice.wscommonbnd.Parameter]
    [Loaded com.ibm.etools.webservice.wscommonbnd.TokenValueType]
    [Loaded com.ibm.etools.webservice.wscommonbnd.LoginMapping]
    [Loaded com.ibm.etools.webservice.wscommonbnd.Key]
    [Loaded com.ibm.etools.webservice.wscommonbnd.CanonicalizationMethod]
    [Loaded com.ibm.etools.webservice.wscommonbnd.DigestMethod]
    [Loaded com.ibm.etools.webservice.wsbnd.WsbndPackage]
    [Loaded com.ibm.etools.webservice.wsbnd.impl.WsbndPackageImpl]
    [Loaded com.ibm.etools.webservice.wsbnd.WsbndFactory]
    [Loaded com.ibm.etools.webservice.wsbnd.impl.WsbndFactoryImpl]
    [Loaded com.ibm.etools.webservice.wsbnd.WSBinding]
    [Loaded com.ibm.etools.webservice.wsbnd.WSDescBinding]
    [Loaded com.ibm.etools.webservice.wsbnd.PCBinding]
    [Loaded com.ibm.etools.webservice.wsbnd.SecurityRequestReceiverBindingConfig]
    [Loaded com.ibm.etools.webservice.wsbnd.SecurityResponseSenderBindingConfig]
    [Loaded com.ibm.etools.webservice.wsbnd.RouterModule]
    [Loaded com.ibm.etools.webservice.wsbnd.DefaultEndpointURIPrefix]
    [Loaded com.ibm.etools.webservice.wscbnd.WscbndPackage]
    [Loaded com.ibm.etools.webservice.wscbnd.impl.WscbndPackageImpl]
    [Loaded com.ibm.etools.webservice.wscbnd.WscbndFactory]
    [Loaded com.ibm.etools.webservice.wscbnd.impl.WscbndFactoryImpl]
    [Loaded com.ibm.etools.webservice.wscbnd.ComponentScopedRefs]
    [Loaded com.ibm.etools.webservice.wscbnd.ServiceRef]
    [Loaded com.ibm.etools.webservice.wscbnd.SecurityRequestSenderBindingConfig]
    [Loaded com.ibm.etools.webservice.wscbnd.LoginBinding]
    [Loaded com.ibm.etools.webservice.wscbnd.SecurityResponseReceiverBindingConfig]
    [Loaded com.ibm.etools.webservice.wscbnd.DefaultMapping]
    [Loaded com.ibm.etools.webservice.wscbnd.PortQnameBinding]
    [Loaded com.ibm.etools.webservice.wscbnd.BasicAuth]
    [Loaded com.ibm.etools.webservice.wscbnd.ClientBinding]
    [Loaded com.ibm.etools.webservice.wscbnd.SSLConfig]
    [Loaded com.ibm.etools.webservice.wssecurity.WssecurityPackage]
    [Loaded com.ibm.etools.webservice.wssecurity.impl.WssecurityPackageImpl]
    [Loaded com.ibm.etools.webservice.wssecurity.WssecurityFactory]
    [Loaded com.ibm.etools.webservice.wssecurity.impl.WssecurityFactoryImpl]
    [Loaded com.ibm.etools.webservice.wssecurity.WSSecurity]
    [Loaded com.ibm.etools.webservice.wscommonext.WscommonextPackage]
    [Loaded com.ibm.etools.webservice.wscommonext.impl.WscommonextPackageImpl]
    [Loaded com.ibm.etools.webservice.wscommonext.WscommonextFactory]
    [Loaded com.ibm.etools.webservice.wscommonext.impl.WscommonextFactoryImpl]
    [Loaded com.ibm.etools.webservice.wscommonext.RequiredIntegrity]
    [Loaded com.ibm.etools.webservice.wscommonext.Reference]
    [Loaded com.ibm.etools.webservice.wscommonext.AuthMethod]
    [Loaded com.ibm.etools.webservice.wscommonext.RequiredConfidentiality]
    [Loaded com.ibm.etools.webservice.wscommonext.ConfidentialPart]
    [Loaded com.ibm.etools.webservice.wscommonext.IDAssertion]
    [Loaded com.ibm.etools.webservice.wscommonext.AddReceivedTimestamp]
    [Loaded com.ibm.etools.webservice.wscommonext.AddCreatedTimeStamp]
    [Loaded com.ibm.etools.webservice.wscommonext.Integrity]
    [Loaded com.ibm.etools.webservice.wscommonext.Confidentiality]
    [Loaded com.ibm.etools.webservice.wscommonext.Property]
    [Loaded com.ibm.etools.webservice.wsext.WsextPackage]
    [Loaded com.ibm.etools.webservice.wsext.impl.WsextPackageImpl]
    [Loaded com.ibm.etools.webservice.wsext.WsextFactory]
    [Loaded com.ibm.etools.webservice.wsext.impl.WsextFactoryImpl]
    [Loaded com.ibm.etools.webservice.wsext.LoginConfig]
    [Loaded com.ibm.etools.webservice.wsext.WsExtension]
    [Loaded com.ibm.etools.webservice.wsext.WsDescExt]
    [Loaded com.ibm.etools.webservice.wsext.PcBinding]
    [Loaded com.ibm.etools.webservice.wsext.ServerServiceConfig]
    [Loaded com.ibm.etools.webservice.wsext.SecurityRequestReceiverServiceConfig]
    [Loaded com.ibm.etools.webservice.wsext.SecurityResponseSenderServiceConfig]
    [Loaded com.ibm.etools.webservice.wscext.WscextPackage]
    [Loaded com.ibm.etools.webservice.wscext.impl.WscextPackageImpl]
    [Loaded com.ibm.etools.webservice.wscext.WscextFactory]
    [Loaded com.ibm.etools.webservice.wscext.impl.WscextFactoryImpl]
    [Loaded com.ibm.etools.webservice.wscext.WsClientExtension]
    [Loaded com.ibm.etools.webservice.wscext.ComponentScopedRefs]
    [Loaded com.ibm.etools.webservice.wscext.ServiceRef]
    [Loaded com.ibm.etools.webservice.wscext.DefaultMapping]
    [Loaded com.ibm.etools.webservice.wscext.PortQnameBinding]
    [Loaded com.ibm.etools.webservice.wscext.ClientServiceConfig]
    [Loaded com.ibm.etools.webservice.wscext.SecurityRequestSenderServiceConfig]
    [Loaded com.ibm.etools.webservice.wscext.LoginConfig]
    [Loaded com.ibm.etools.webservice.wscext.SecurityResponseReceiverServiceConfig]
    [Loaded com.ibm.etools.webservice.wscommonext.ReferencePart]
    [Loaded com.ibm.etools.webservice.wscommonext.ConfidentialPartPart]
    [Loaded com.ibm.etools.webservice.wsdd.WsddResourceFactory]
    [Loaded com.ibm.etools.webservice.wscdd.WscddResourceFactory]
    [Loaded com.ibm.etools.webservice.xml.WebServiceXmlDtDEntityResolver]
    [Loaded com.ibm.ejs.models.base.resources.init.ResourcesInit]
    [Loaded com.ibm.ejs.models.base.resources.ResourcesPackage]
    [Loaded com.ibm.ejs.models.base.resources.impl.ResourcesPackageImpl]
    [Loaded com.ibm.ejs.models.base.resources.ResourcesFactory]
    [Loaded com.ibm.ejs.models.base.resources.impl.ResourcesFactoryImpl]
    [Loaded com.ibm.ejs.models.base.resources.J2EEResourceProperty]
    [Loaded com.ibm.ejs.models.base.resources.J2EEResourcePropertySet]
    [Loaded com.ibm.ejs.models.base.resources.ConnectionPool]
    [Loaded com.ibm.ejs.models.base.resources.MappingModule]
    [Loaded com.ibm.websphere.models.config.jaaslogin.JaasloginPackage]
    [Loaded com.ibm.websphere.models.config.jaaslogin.impl.JaasloginPackageImpl]
    [Loaded com.ibm.websphere.models.config.jaaslogin.JaasloginFactory]
    [Loaded com.ibm.websphere.models.config.jaaslogin.impl.JaasloginFactoryImpl]
    [Loa

    #208356 Reply

    Just prior to the last run I cleared out all of the logfiles in the logs\server1
    directory. After the run the SystemOut.log file is the only file that contans
    content. It is below:

    ************ Start Display Current Environment ************
    WebSphere Platform 5.1 [BASE 5.1.0.4 cf40420.03] [JDK 1.4.1 b0344.02] running with process name bw007007\bw007007\server1 and process id 3532
    Host Operating System is Windows XP, version 5.1
    Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT disabled), Java Compiler = , Java VM name = Classic VM
    was.install.root = C:\tools\WebSphere\AppServer
    user.install.root = C:\tools\WebSphere\AppServer
    Java Home = C:\tools\WebSphere\AppServer\java\jre
    ws.ext.dirs = C:\tools\WebSphere\AppServer\java/lib;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/lib;C:\tools\WebSphere\AppServer/lib/ext;C:\tools\WebSphere\AppServer/web/help;C:\tools\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
    Classpath = C:\tools\WebSphere\AppServer/properties;C:\tools\WebSphere\AppServer/lib/bootstrap.jar;C:\tools\WebSphere\AppServer/lib/j2ee.jar;C:\tools\WebSphere\AppServer/lib/lmproxy.jar;C:\tools\WebSphere\AppServer/lib/urlprotocols.jar
    Java Library path = C:\tools\WebSphere\AppServer\java\bin;C:\tools\WebSphere\AppServer\bin
    ************* End Display Current Environment *************
    [6/11/04 7:06:55:642 EDT] 3c6ac37b ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
    [6/11/04 7:07:00:849 EDT] 3c6ac37b AdminInitiali A ADMN0015I: AdminService initialized
    [6/11/04 7:07:06:227 EDT] 3c6ac37b WsServer E WSVR0003E: Server server1 failed to start
    com.ibm.ws.exception.ConfigurationError: Exception encountered while extracting configuration information for the Name Space
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:277)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
    at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
    at java.lang.reflect.Method.invoke(Method.java:386)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)
    Caused by: com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server1) was not found in the serverindex.xml configuration file.
    at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
    … 10 more
    —- Begin backtrace for nested exception
    com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server1) was not found in the serverindex.xml configuration file.
    at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
    at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
    at java.lang.reflect.Method.invoke(Method.java:386)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)

    [6/11/04 7:07:06:337 EDT] 3c6ac37b WsServer E WSVR0009E: Error occurred during startup

    #208361 Reply

    Scott Anderson
    Participant

    I just noticed that back in May at the top of my server1 log file I had this same exception. However, it does not occur with that server now or with the new server2 we
    created. Could you try this, since server2 is fresh:
    1) clear out the server 2 logs
    2) start server2 from the commandline and save the logs
    3) clear out the server 2 logs
    4) start server2 from MyEclipse
    5) compare the MyEclipse logs with those from the commandline looking specifically for any config or other differences.

    #208373 Reply

    I did this comparison and the differences I see are:

    commandline
    Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM

    myeclipse
    Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT disabled), Java Compiler = , Java VM name = Classic VM

    and:

    commandline
    Java Library path = C:\tools\WebSphere\AppServer\java\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\tools\WebSphere\AppServer\bin;C:\tools\WebSphere\AppServer\java\bin;C:\tools\WebSphere\AppServer\java\jre\bin;C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\Ora817\bin;C:\oracle\ora92\bin;c:\j2sdk1.4.1\bin;c:\tools\apache-ant-1.5.3-1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\IBM\CLIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;C:\tools\eclipse\plugins\org.eclipse.swt.win32_2.1.0\os\win32\x86;c:\cygwin\bin;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\WEMPS\bin;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\java\bin;C:/Program Files/IBM/WebSphere MQ/WEMPS\bin

    myeclipse
    Java Library path = C:\tools\WebSphere\AppServer\java\bin;C:\tools\WebSphere\AppServer\bin

    #208375 Reply

    After the config info the following was in the file:

    commandline
    ************* End Display Current Environment *************
    [6/11/04 13:05:45:187 EDT] 7c7cf6b4 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
    [6/11/04 13:05:46:760 EDT] 7c7cf6b4 AdminInitiali A ADMN0015I: AdminService initialized
    [6/11/04 13:05:48:562 EDT] 7c7cf6b4 Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
    [6/11/04 13:05:48:652 EDT] 7c7cf6b4 SecurityDM I SECJ0231I: The Security component’s FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
    [6/11/04 13:05:49:253 EDT] 7c7cf6b4 SecurityCompo I SECJ0309I: Java 2 Security is disabled.
    [6/11/04 13:05:49:263 EDT] 7c7cf6b4 SecurityCompo I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
    [6/11/04 13:05:49:283 EDT] 7c7cf6b4 SecurityCompo I SECJ0240I: Security service initialization completed successfully
    [6/11/04 13:05:53:490 EDT] 7c7cf6b4 ResourceMgrIm I WSVR0049I: Binding PlantsByWebSphereConnectionFactory as plantsby/InvQCF
    [6/11/04 13:05:53:620 EDT] 7c7cf6b4 ResourceMgrIm I WSVR0049I: Binding PlantsByWebSphereQ as plantsby/InvQ
    [6/11/04 13:05:53:670 EDT] 7c7cf6b4 ResourceMgrIm I WSVR0049I: Binding PlantsByWebSphere Mail Session as mail/PlantsByWebSphere
    [6/11/04 13:05:54:431 EDT] 7c7cf6b4 CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
    [6/11/04 13:05:57:385 EDT] 7c7cf6b4 JMXSoapAdapte A ADMC0013I: SOAP connector available at port 8881
    [6/11/04 13:05:57:395 EDT] 7c7cf6b4 SecurityCompo I SECJ0243I: Security service started successfully
    [6/11/04 13:05:57:395 EDT] 7c7cf6b4 SecurityCompo I SECJ0210I: Security enabled false
    [6/11/04 13:05:58:126 EDT] 7c7cf6b4 RMIConnectorC A ADMC0026I: RMI Connector available at port 2810
    [6/11/04 13:05:58:247 EDT] 7c7cf6b4 WsServer A WSVR0001I: Server server2 open for e-business

    myeclipse
    ************* End Display Current Environment *************
    [6/11/04 13:12:23:172 EDT] 3c69764a ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
    [6/11/04 13:12:28:009 EDT] 3c69764a AdminInitiali A ADMN0015I: AdminService initialized
    [6/11/04 13:12:32:956 EDT] 3c69764a WsServer E WSVR0003E: Server server2 failed to start
    com.ibm.ws.exception.ConfigurationError: Exception encountered while extracting configuration information for the Name Space
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:277)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
    at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
    at java.lang.reflect.Method.invoke(Method.java:386)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)
    Caused by: com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server2) was not found in the serverindex.xml configuration file.
    at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
    … 10 more
    —- Begin backtrace for nested exception
    com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server2) was not found in the serverindex.xml configuration file.
    at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
    at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
    at java.lang.reflect.Method.invoke(Method.java:386)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)

    [6/11/04 13:12:33:036 EDT] 3c69764a WsServer E WSVR0009E: Error occurred during startup

    #208385 Reply

    Scott Anderson
    Participant

    commandline
    Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM

    myeclipse
    Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT disabled), Java Compiler = , Java VM name = Classic VM

    That’s not surprising as the commandline script starts WebSphere up for production where MyEclipse starts it up for debugging.
    Also, since I’ve never seen a problem fixed by turning JIT on, but I’ve seen many created, I’m going to say that this difference
    isn’t likely to be the issue.

    commandline
    Java Library path = C:\tools\WebSphere\AppServer\java\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\tools\WebSphere\AppServer\bin;C:\tools\WebSphere\AppServer\java\bin;C:\tools\WebSphere\AppServer\java\jre\bin;C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\Ora817\bin;C:\oracle\ora92\bin;c:\j2sdk1.4.1\bin;c:\tools\apache-ant-1.5.3-1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\IBM\CLIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;C:\tools\eclipse\plugins\org.eclipse.swt.win32_2.1.0\os\win32\x86;c:\cygwin\bin;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\WEMPS\bin;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\java\bin;C:/Program Files/IBM/WebSphere MQ/WEMPS\bin

    myeclipse
    Java Library path = C:\tools\WebSphere\AppServer\java\bin;C:\tools\WebSphere\AppServer\bin

    This difference is more interesting. It appears that the script is basically taking the websphere dirs and also appending the entire
    path to it. Since you’ve got quite a few IBM products installed and on this path, I suppose that this difference could be causing
    an issue, but I’d expect the error to be something about not being able to load a dll, not about a config file missing information.
    One possibility is that the error reported is incorrect and has just been a ‘red herring’ the whole time. The easiest way to test
    this theory would be for you to add each of the additional directories to the Window > Preferences > MyEclipse > Appplication Servers > WebSphere 5 > Paths > Append to Library Path
    Not, this is the third box on the form; the first two are for the classpath. Please let me know what happens. Fingers crossed. 🙂

    #208430 Reply

    I added the path elements and it didn’t work. Here is the output from
    my attempt:

    ************ Start Display Current Environment ************
    WebSphere Platform 5.1 [BASE 5.1.0.4 cf40420.03] [JDK 1.4.1 b0344.02] running with process name bw007007\bw007007\server1 and process id 3340
    Host Operating System is Windows XP, version 5.1
    Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT disabled), Java Compiler = , Java VM name = Classic VM
    was.install.root = C:\tools\WebSphere\AppServer
    user.install.root = C:\tools\WebSphere\AppServer
    Java Home = C:\tools\WebSphere\AppServer\java\jre
    ws.ext.dirs = C:\tools\WebSphere\AppServer\java/lib;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/lib;C:\tools\WebSphere\AppServer/lib/ext;C:\tools\WebSphere\AppServer/web/help;C:\tools\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
    Classpath = C:\tools\WebSphere\AppServer/properties;C:\tools\WebSphere\AppServer/lib/bootstrap.jar;C:\tools\WebSphere\AppServer/lib/j2ee.jar;C:\tools\WebSphere\AppServer/lib/lmproxy.jar;C:\tools\WebSphere\AppServer/lib/urlprotocols.jar
    Java Library path = C:\tools\WebSphere\AppServer\java\bin;C:\tools\WebSphere\AppServer\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\tools\WebSphere\AppServer\java\jre\bin;C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\Ora817\bin;C:\oracle\ora92\bin;C:\j2sdk1.4.1\bin;C:\WINDOWS\system32\wbem;C:\Program Files\IBM\Client Access;C:\Program Files\IBM\Client Access\Shared;C:\Program Files\IBM\Client Access\Emulator;C:\cygwin\bin;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\WEMPS\bin;C:\Program Files\IBM\WebSphere MQ\Java\bin
    ************* End Display Current Environment *************
    [6/14/04 7:56:37:508 EDT] 3c6dcc92 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
    [6/14/04 7:56:41:515 EDT] 3c6dcc92 AdminInitiali A ADMN0015I: AdminService initialized
    [6/14/04 7:56:45:682 EDT] 3c6dcc92 WsServer E WSVR0003E: Server server1 failed to start
    com.ibm.ws.exception.ConfigurationError: Exception encountered while extracting configuration information for the Name Space
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:277)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
    at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
    at java.lang.reflect.Method.invoke(Method.java:386)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)
    Caused by: com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server1) was not found in the serverindex.xml configuration file.
    at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
    … 10 more
    —- Begin backtrace for nested exception
    com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server1) was not found in the serverindex.xml configuration file.
    at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
    at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
    at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
    at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
    at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
    at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
    at java.lang.reflect.Method.invoke(Method.java:386)
    at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:105)

    [6/14/04 7:56:45:762 EDT] 3c6dcc92 WsServer E WSVR0009E: Error occurred during startup

    #208431 Reply

    I started server1 from the command line and it worked properly. Here
    is the bat file used to start the server:

    @REM start_server1.bat
    @REM Generated: Thu Jun 10 12:52:52 EDT 2004

    @setlocal

    @echo
    off

    @REM Bootstrap values …
    call “%~dp0setupCmdLine.bat”

    @REM For debugging the server process:
    @REM set DEBUG=-Djava.compiler=NONE -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7777

    @REM Environment Settings
    SET PATH=%WAS_PATH%

    @REM Launch Command
    “C:\tools\WebSphere\AppServer\java/bin/java” %DEBUG% “-Xbootclasspath/p:C:\tools\WebSphere\AppServer\java/jre/lib/ext/ibmorb.jar;C:\tools\WebSphere\AppServer\java/jre/lib/ext/ibmext.jar” “-classpath” “C:\tools\WebSphere\AppServer/properties;C:\tools\WebSphere\AppServer/properties;C:\tools\WebSphere\AppServer/lib/bootstrap.jar;C:\tools\WebSphere\AppServer/lib/j2ee.jar;C:\tools\WebSphere\AppServer/lib/lmproxy.jar;C:\tools\WebSphere\AppServer/lib/urlprotocols.jar” “-Xms50m” “-Xmx256m” “-Dws.ext.dirs=C:\tools\WebSphere\AppServer\java/lib;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/lib;C:\tools\WebSphere\AppServer/lib/ext;C:\tools\WebSphere\AppServer/web/help;C:\tools\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime” “-Dserver.root=C:\tools\WebSphere\AppServer” “-Ddb2j.system.home=C:\tools\WebSphere\AppServer/cloudscape” “-Duser.install.root=C:\tools\WebSphere\AppServer” “-Dcom.ibm.itp.location=C:\tools\WebSphere\AppServer/bin” “-Dwas.install.root=C:\tools\WebSphere\AppServer” “-Djava.security.auth.login.config=C:\tools\WebSphere\AppServer/properties/wsjaas.conf” “-Djava.security.policy=C:\tools\WebSphere\AppServer/properties/server.policy” “com.ibm.ws.bootstrap.WSLauncher” “com.ibm.ws.runtime.WsServer” “C:\tools\WebSphere\AppServer\config” “BW007007” “BW007007” “server1”

    @endlocal

    and here is my setupCmdLine.bat file:

    SET WAS_HOME=C:\tools\WebSphere\AppServer
    SET JAVA_HOME=C:\tools\WebSphere\AppServer\java
    SET WAS_CELL=BW007007
    SET WAS_NODE=BW007007

    SET ITP_LOC=%WAS_HOME%\deploytool\itp
    SET CONFIG_ROOT=%WAS_HOME%\config
    SET CLIENTSAS=-Dcom.ibm.CORBA.ConfigURL=file:%WAS_HOME%/properties/sas.client.props
    SET CLIENTSOAP=-Dcom.ibm.SOAP.ConfigURL=file:%WAS_HOME%/properties/soap.client.props
    SET WAS_EXT_DIRS=%JAVA_HOME%\lib;%WAS_HOME%\classes;%WAS_HOME%\lib;%WAS_HOME%\lib\ext;%WAS_HOME%\web\help;%ITP_LOC%\plugins\com.ibm.etools.ejbdeploy\runtime;C:\Program Files\IBM\WebSphere MQ\java\lib
    SET WAS_BOOTCLASSPATH=%JAVA_HOME%\jre\lib\ext\ibmorb.jar

    SET WAS_CLASSPATH=%WAS_HOME%\properties;%WAS_HOME%\lib\bootstrap.jar;%WAS_HOME%\lib\j2ee.jar;%WAS_HOME%\lib\lmproxy.jar;%WAS_HOME%\lib\urlprotocols.jar
    SET WAS_PATH=%WAS_HOME%\bin;%JAVA_HOME%\bin;%JAVA_HOME%\jre\bin;%PATH%;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\java\bin;C:/Program Files/IBM/WebSphere MQ/WEMPS\bin

    SET QUALIFYNAMES=
    SET CLOUDSCAPE_HOME=%WAS_HOME%\cloudscape

    REM To override the values above, create your own batch file to override the values and then
    REM set the WAS_USER_SCRIPT environment variable to point to your batch file

    if defined WAS_USER_SCRIPT call “%WAS_USER_SCRIPT%”
    if not defined USER_INSTALL_ROOT goto NO_USER_ROOT
    SET USER_INSTALL_PROP=”-Duser.install.root=%USER_INSTALL_ROOT%”
    :NO_USER_ROOT

    and finally, here is the output from the start:

    ************ Start Display Current Environment ************
    WebSphere Platform 5.1 [BASE 5.1.0.4 cf40420.03] [JDK 1.4.1 b0344.02] running with process name BW007007\BW007007\server1 and process id 3572
    Host Operating System is Windows XP, version 5.1
    Java version = J2RE 1.4.1 IBM Windows 32 build cn1411-20031011 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
    was.install.root = C:\tools\WebSphere\AppServer
    user.install.root = C:\tools\WebSphere\AppServer
    Java Home = C:\tools\WebSphere\AppServer\java\jre
    ws.ext.dirs = C:\tools\WebSphere\AppServer\java/lib;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/classes;C:\tools\WebSphere\AppServer/lib;C:\tools\WebSphere\AppServer/lib/ext;C:\tools\WebSphere\AppServer/web/help;C:\tools\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
    Classpath = C:\tools\WebSphere\AppServer/properties;C:\tools\WebSphere\AppServer/properties;C:\tools\WebSphere\AppServer/lib/bootstrap.jar;C:\tools\WebSphere\AppServer/lib/j2ee.jar;C:\tools\WebSphere\AppServer/lib/lmproxy.jar;C:\tools\WebSphere\AppServer/lib/urlprotocols.jar
    Java Library path = C:\tools\WebSphere\AppServer\java\bin;.;C:\WINDOWS\System32;C:\WINDOWS;C:\tools\WebSphere\AppServer\bin;C:\tools\WebSphere\AppServer\java\bin;C:\tools\WebSphere\AppServer\java\jre\bin;C:\Program Files\IBM\WebSphere MQ\Java\lib;C:\Ora817\bin;C:\oracle\ora92\bin;c:\j2sdk1.4.1\bin;c:\tools\apache-ant-1.5.3-1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\IBM\CLIENT~1;C:\PROGRA~1\IBM\CLIENT~1\Shared;C:\PROGRA~1\IBM\CLIENT~1\Emulator;c:\cygwin\bin;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\WEMPS\bin;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\java\bin;C:/Program Files/IBM/WebSphere MQ/WEMPS\bin
    ************* End Display Current Environment *************
    [6/14/04 7:58:36:173 EDT] 7c704cf6 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
    [6/14/04 7:58:37:626 EDT] 7c704cf6 AdminInitiali A ADMN0015I: AdminService initialized
    [6/14/04 7:58:39:619 EDT] 7c704cf6 Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
    [6/14/04 7:58:39:739 EDT] 7c704cf6 SecurityDM I SECJ0231I: The Security component’s FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
    [6/14/04 7:58:40:701 EDT] 7c704cf6 SecurityCompo I SECJ0309I: Java 2 Security is disabled.
    [6/14/04 7:58:40:711 EDT] 7c704cf6 SecurityCompo I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
    [6/14/04 7:58:40:751 EDT] 7c704cf6 SecurityCompo I SECJ0240I: Security service initialization completed successfully
    [6/14/04 7:58:47:062 EDT] 7c704cf6 JMSEmbeddedPr A MSGS0050I: Starting the Queue Manager
    [6/14/04 7:58:58:041 EDT] 7c704cf6 JMSEmbeddedPr A MSGS0051I: Queue Manager open for business
    [6/14/04 7:58:58:051 EDT] 7c704cf6 JMSEmbeddedPr A MSGS0052I: Starting the Broker
    [6/14/04 7:59:05:283 EDT] 7c704cf6 JMSEmbeddedPr A MSGS0053I: Broker open for business
    [6/14/04 7:59:07:998 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding PlantsByWebSphereConnectionFactory as plantsby/InvQCF
    [6/14/04 7:59:08:138 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding PlantsByWebSphereQ as plantsby/InvQ
    [6/14/04 7:59:08:239 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding PlantsByWebSphere Mail Session as mail/PlantsByWebSphere
    [6/14/04 7:59:08:439 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Default Datasource as DefaultDatasource
    [6/14/04 7:59:08:539 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Pet Store JMS Queue Connection Factory as jms/queue/QueueConnectionFactory
    [6/14/04 7:59:08:579 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding SampleJMSQueueConnectionFactory as Sample/JMS/QCF
    [6/14/04 7:59:08:589 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Sample.JMS.Q1 as Sample/JMS/Q1
    [6/14/04 7:59:08:599 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Sample.JMS.Q2 as Sample/JMS/Q2
    [6/14/04 7:59:08:649 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding SampleJMSTopicConnectionFactory as Sample/JMS/TCF
    [6/14/04 7:59:08:669 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Sample.JMS.listen as Sample/JMS/listen
    [6/14/04 7:59:08:679 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Sample.JMS.news as Sample/JMS/news
    [6/14/04 7:59:08:689 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Sample.JMS.sport as Sample/JMS/sport
    [6/14/04 7:59:08:699 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Sample.JMS.weather as Sample/JMS/weather
    [6/14/04 7:59:08:709 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Default_CF as eis/DefaultDatasource_CMP
    [6/14/04 7:59:08:719 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding TechSamp_CF as eis/WSsamples/TechSampDatasource_CMP
    [6/14/04 7:59:08:729 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding PLANTSDB_CF as eis/jdbc/PlantsByWebSphereDataSource_CMP
    [6/14/04 7:59:08:729 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding PetStore_CF as eis/jdbc/petstore/PetStoreDB_CMP
    [6/14/04 7:59:08:850 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Catalog_CF as eis/jdbc/CatalogDB_CMP
    [6/14/04 7:59:08:900 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding TechSamp as WSsamples/TechSampDatasource
    [6/14/04 7:59:09:030 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding PLANTSDB as jdbc/PlantsByWebSphereDataSource
    [6/14/04 7:59:09:110 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding PetStoreDB as jdbc/petstore/PetStoreDB
    [6/14/04 7:59:09:150 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding CatalogDB as jdbc/CatalogDB
    [6/14/04 7:59:09:230 EDT] 7c704cf6 ResourceMgrIm I WSVR0049I: Binding Pet Store Catalog DAO SQL URL as url/CatalogDAOSQLURL
    [6/14/04 7:59:10:563 EDT] 7c704cf6 CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
    [6/14/04 7:59:14:309 EDT] 7c704cf6 JMXSoapAdapte A ADMC0013I: SOAP connector available at port 8880
    [6/14/04 7:59:14:389 EDT] 7c704cf6 SecurityCompo I SECJ0243I: Security service started successfully
    [6/14/04 7:59:14:389 EDT] 7c704cf6 SecurityCompo I SECJ0210I: Security enabled false
    [6/14/04 7:59:37:199 EDT] 7c704cf6 ApplicationMg A WSVR0200I: Starting application: DefaultApplication
    [6/14/04 7:59:37:369 EDT] 7c704cf6 EJBContainerI I WSVR0207I: Preparing to start EJB jar: Increment.jar
    [6/14/04 7:59:38:120 EDT] 7c704cf6 EJBContainerI I WSVR0037I: Starting EJB jar: Increment.jar
    [6/14/04 7:59:39:412 EDT] 7c704cf6 WebContainer A SRVE0161I: IBM WebSphere Application Server – Web Container. Copyright IBM Corp. 1998-2002
    [6/14/04 7:59:39:472 EDT] 7c704cf6 WebContainer A SRVE0162I: Servlet Specification Level: 2.3
    [6/14/04 7:59:39:472 EDT] 7c704cf6 WebContainer A SRVE0163I: Supported JSP Specification Level: 1.2
    [6/14/04 7:59:39:793 EDT] 7c704cf6 WebContainer A SRVE0169I: Loading Web Module: Default Web Application.
    [6/14/04 7:59:40:294 EDT] 7c704cf6 WebGroup I SRVE0180I: [Default Web Application] [/] [Servlet.LOG]: JSP 1.2 Processor: init
    [6/14/04 7:59:40:484 EDT] 7c704cf6 WebGroup I SRVE0180I: [Default Web Application] [/] [Servlet.LOG]: InvokerServlet: init
    [6/14/04 7:59:40:584 EDT] 7c704cf6 WebGroup I SRVE0180I: [Default Web Application] [/] [Servlet.LOG]: Snoop Servlet: init
    [6/14/04 7:59:40:655 EDT] 7c704cf6 WebGroup I SRVE0180I: [Default Web Application] [/] [Servlet.LOG]: Hello Pervasive Servlet: [Hello Pervasive Servlet]init
    [6/14/04 7:59:40:865 EDT] 7c704cf6 WebGroup I SRVE0180I: [Default Web Application] [/] [Servlet.LOG]: Hit Count Servlet: init
    [6/14/04 7:59:41:055 EDT] 7c704cf6 ApplicationMg A WSVR0221I: Application started: DefaultApplication
    [6/14/04 7:59:41:065 EDT] 7c704cf6 ApplicationMg A WSVR0200I: Starting application: ivtApp
    [6/14/04 7:59:41:115 EDT] 7c704cf6 EJBContainerI I WSVR0207I: Preparing to start EJB jar: ivtEJB.jar
    [6/14/04 7:59:41:185 EDT] 7c704cf6 EJBContainerI I WSVR0037I: Starting EJB jar: ivtEJB.jar
    [6/14/04 7:59:41:336 EDT] 7c704cf6 WebContainer A SRVE0169I: Loading Web Module: IVT Application.
    [6/14/04 7:59:41:366 EDT] 7c704cf6 WebGroup I SRVE0180I: [IVT Application] [/ivt] [Servlet.LOG]: JSP 1.2 Processor: init
    [6/14/04 7:59:41:416 EDT] 7c704cf6 WebGroup I SRVE0180I: [IVT Application] [/ivt] [Servlet.LOG]: SimpleFileServlet: init
    [6/14/04 7:59:41:426 EDT] 7c704cf6 ApplicationMg A WSVR0221I: Application started: ivtApp
    [6/14/04 7:59:41:426 EDT] 7c704cf6 ApplicationMg A WSVR0200I: Starting application: adminconsole
    [6/14/04 7:59:45:092 EDT] 7c704cf6 WebContainer A SRVE0169I: Loading Web Module: adminconsole.
    [6/14/04 7:59:46:775 EDT] 7c704cf6 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: JSP 1.2 Processor: init
    [6/14/04 7:59:46:895 EDT] 7c704cf6 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: SimpleFileServlet: init
    [6/14/04 7:59:46:905 EDT] 7c704cf6 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: InvokerServlet: init
    [6/14/04 7:59:46:925 EDT] 7c704cf6 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: validator: init
    [6/14/04 7:59:48:127 EDT] 7c704cf6 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: EventInitializer: init
    [6/14/04 7:59:48:498 EDT] 7c704cf6 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: action: init
    [6/14/04 7:59:52:465 EDT] 7c704cf6 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: action: Tiles definition factory loaded
    [6/14/04 7:59:52:475 EDT] 7c704cf6 WebGroup I SRVE0180I: [adminconsole] [/admin] [Servlet.LOG]: SecureCleanup: init
    [6/14/04 7:59:52:525 EDT] 7c704cf6 ApplicationMg A WSVR0221I: Application started: adminconsole
    [6/14/04 7:59:52:535 EDT] 7c704cf6 ApplicationMg A WSVR0200I: Starting application: SamplesGallery
    [6/14/04 7:59:52:685 EDT] 7c704cf6 WebContainer A SRVE0169I: Loading Web Module: Gallery Menu War.
    [6/14/04 7:59:52:906 EDT] 7c704cf6 WebGroup I SRVE0180I: [Gallery Menu War] [/SamplesGallery] [Servlet.LOG]: JSP 1.2 Processor: init
    [6/14/04 7:59:53:346 EDT] 7c704cf6 WebGroup I SRVE0180I: [Gallery Menu War] [/SamplesGallery] [Servlet.LOG]: SimpleFileServlet: init
    [6/14/04 7:59:53:356 EDT] 7c704cf6 WebContainer A SRVE0169I: Loading Web Module: Samples Gallery Web Application.

    followed by a lot of additional loading of the default samples and then:

    [6/14/04 8:00:39:666 EDT] 7c704cf6 WebGroup I SRVE0180I: [MessageDrivenBeanSample] [/MessageDrivenBeans/docs/ko] [Servlet.LOG]: JSP 1.2 Processor: init
    [6/14/04 8:00:39:696 EDT] 7c704cf6 WebGroup I SRVE0180I: [MessageDrivenBeanSample] [/MessageDrivenBeans/docs/ko] [Servlet.LOG]: SimpleFileServlet: init
    [6/14/04 8:00:42:620 EDT] 7c704cf6 MDBListenerIm I WMSG0042I: MDB Listener SamplePtoPListenerPort started successfully for JMSDestination Sample/JMS/Q1
    [6/14/04 8:00:43:471 EDT] 7c704cf6 MDBListenerIm I WMSG0042I: MDB Listener SamplePubSubListenerPort started successfully for JMSDestination Sample/JMS/listen
    [6/14/04 8:00:43:471 EDT] 7c704cf6 ApplicationMg A WSVR0221I: Application started: MDBSamples
    [6/14/04 8:00:43:752 EDT] 7c704cf6 HttpTransport A SRVE0171I: Transport http is listening on port 9,080.
    [6/14/04 8:00:45:494 EDT] 7c704cf6 HttpTransport A SRVE0171I: Transport https is listening on port 9,443.
    [6/14/04 8:00:45:494 EDT] 7c704cf6 HttpTransport A SRVE0171I: Transport http is listening on port 9,090.
    [6/14/04 8:00:45:915 EDT] 7c704cf6 HttpTransport A SRVE0171I: Transport https is listening on port 9,043.
    [6/14/04 8:00:46:245 EDT] 7c704cf6 RMIConnectorC A ADMC0026I: RMI Connector available at port 2809
    [6/14/04 8:00:46:315 EDT] 7c704cf6 WsServer A WSVR0001I: Server server1 open for e-business

Viewing 15 posts - 16 through 30 (of 40 total)
Reply To: Problems with WebSphere configuration

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