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

RAD Workspace and Java Classpath and Server Profiles

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Relates to: IBM Rational Application Developer Version: 7.0.0.7

I recently started using RAD on Windows XP Pro for development. I have two main projects I'm working on at the moment. I started using RAD on my very basic Web project (servlets/jsp's). All was fine, I was connecting my project to a CVS server, and performing builds right from the workspace by exporting WAR files. The WAR files would load and run fine on another Linux machine (Apache/Tomcat, MySQL).

All the while, I have been using the default server profile (AppSrv01) with the server1 built-in server to run and test everything (WebSphere v6.1 Server @ localhost).

About 10 days ago, I closed my workspace, and opened a new workspace to work on a more involved project (Nothing major - just a basic MVC architecture web project).

When running this project on the same sever, I realized it was probably best practice to create a new Profile for the second project on the same machine due to how WebSphere uses profiles.

I realized this too late. I attempted without realizing to run the new Project on the same server and profile, and it caused both EARs to be running simultaneously, which caused issues.

Backtracking, I closed the workspace, and returned to my first workspace, used the 'manageprofiles.bat' program found here: C:\IBM\SDP70\runtimes\base_v61\bin to remove the profiles I had created, and subsequently created a new one in the workspace (by virtue of the WINDOW > PREFERENCES > SERVER > WEBSPHERE > WebSphere profiles defined in the runtime selected above... window.

In this window, i used the Wizard to create a new profile in order to start fresh again after having deleted the original profile i used.

At this point, I'm desperate to get my original (basic web) project working again due to deadlines.

The status quo is this:

I have a basic workspace in RAD with one single Web Project (and ear project associated with it). I have a WebSphere v6.1 server, which is running in the newly created AppSrv01 profile.

When i run my project, and attempt to make any call via HTTP to a Servlet (any servlet) I get the following in the console (start server, run servlet):

[7/20/08 11:35:50:562 EDT] 00000016 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_51325132_08.07.20_11.35.50_0.txt
[7/20/08 11:35:50:562 EDT] 00000016 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_51325132_08.07.20_11.35.50_0.txt
[7/20/08 11:35:51:250 EDT] 0000001d AdminHelper A ADMN1021I: An attempt is made to stop the server1 server.
[7/20/08 11:35:51:421 EDT] 00000023 TCPChannel I TCPC0002I: TCP Channel TCP_3 has stopped listening on host * (IPv4) port 9043.
[7/20/08 11:35:51:437 EDT] 00000023 TCPChannel I TCPC0002I: TCP Channel TCP_2 has stopped listening on host * (IPv4) port 9080.
[7/20/08 11:35:51:437 EDT] 00000023 TCPChannel I TCPC0002I: TCP Channel TCP_4 has stopped listening on host * (IPv4) port 9443.
[7/20/08 11:35:51:453 EDT] 00000023 TCPChannel I TCPC0002I: TCP Channel TCP_1 has stopped listening on host * (IPv4) port 9060.
[7/20/08 11:36:00:953 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: IBMUTC
[7/20/08 11:36:01:062 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: IBMUTC
[7/20/08 11:36:01:062 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: IdealEAR
[7/20/08 11:36:01:093 EDT] 00000023 ServletWrappe I SRVE0253I: [IdealEAR] [/IdealWeb] [/includes/pageFooterInclude.jsp]: Destroy successful.
[7/20/08 11:36:01:093 EDT] 00000023 ServletWrappe I SRVE0253I: [IdealEAR] [/IdealWeb] [/includes/headerInclude.jsp]: Destroy successful.
[7/20/08 11:36:01:140 EDT] 00000023 ServletWrappe I SRVE0253I: [IdealEAR] [/IdealWeb] [/includes/footerInclude.jsp]: Destroy successful.
[7/20/08 11:36:01:140 EDT] 00000023 ServletWrappe I SRVE0253I: [IdealEAR] [/IdealWeb] [/includes/pageHeadingInclude.jsp]: Destroy successful.
[7/20/08 11:36:01:140 EDT] 00000023 ServletWrappe I SRVE0253I: [IdealEAR] [/IdealWeb] [/dealers/dealer_login.jsp]: Destroy successful.
[7/20/08 11:36:01:140 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: IdealEAR
[7/20/08 11:36:01:140 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: SchedulerCalendars
[7/20/08 11:36:01:171 EDT] 00000023 EJBContainerI I WSVR0041I: Stopping EJB jar: Calendars.jar
[7/20/08 11:36:01:171 EDT] 00000023 EJBContainerI I WSVR0059I: EJB jar stopped: Calendars.jar
[7/20/08 11:36:01:187 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: SchedulerCalendars
[7/20/08 11:36:01:187 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: filetransfer
[7/20/08 11:36:01:218 EDT] 00000023 ServletWrappe I SRVE0253I: [filetransfer] [/FileTransfer] [transfer]: Destroy successful.
[7/20/08 11:36:01:234 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: filetransfer
[7/20/08 11:36:01:234 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: ManagementEJB
[7/20/08 11:36:01:250 EDT] 00000023 EJBContainerI I WSVR0041I: Stopping EJB jar: mejb.jar
[7/20/08 11:36:01:250 EDT] 00000023 EJBContainerI I WSVR0059I: EJB jar stopped: mejb.jar
[7/20/08 11:36:01:281 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: ManagementEJB
[7/20/08 11:36:01:281 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: query
[7/20/08 11:36:01:312 EDT] 00000023 EJBContainerI I WSVR0041I: Stopping EJB jar: querybean.jar
[7/20/08 11:36:01:312 EDT] 00000023 EJBContainerI I WSVR0059I: EJB jar stopped: querybean.jar
[7/20/08 11:36:01:343 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: query
[7/20/08 11:36:01:343 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: ivtApp
[7/20/08 11:36:01:390 EDT] 00000023 EJBContainerI I WSVR0041I: Stopping EJB jar: ivtEJB.jar
[7/20/08 11:36:01:390 EDT] 00000023 EJBContainerI I WSVR0059I: EJB jar stopped: ivtEJB.jar
[7/20/08 11:36:01:390 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: ivtApp
[7/20/08 11:36:01:421 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: DefaultApplication
[7/20/08 11:36:01:437 EDT] 00000023 ServletWrappe I SRVE0253I: [DefaultApplication] [/] [Snoop Servlet]: Destroy successful.
[7/20/08 11:36:01:484 EDT] 00000023 ServletWrappe I SRVE0253I: [DefaultApplication] [/] [Hello Pervasive Servlet]: Destroy successful.
[7/20/08 11:36:01:484 EDT] 00000023 ServletWrappe I SRVE0253I: [DefaultApplication] [/] [Hit Count Servlet]: Destroy successful.
[7/20/08 11:36:01:515 EDT] 00000023 EJBContainerI I WSVR0041I: Stopping EJB jar: Increment.jar
[7/20/08 11:36:01:515 EDT] 00000023 EJBContainerI I WSVR0059I: EJB jar stopped: Increment.jar
[7/20/08 11:36:01:546 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: DefaultApplication
[7/20/08 11:36:01:562 EDT] 00000023 ApplicationMg A WSVR0217I: Stopping application: isclite
[7/20/08 11:36:01:734 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ISCAdminPortlet] [/about.jsp]: Destroy successful.
[7/20/08 11:36:01:734 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ISCAdminPortlet] [/welcome.jsp]: Destroy successful.
[7/20/08 11:36:01:750 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ISCAdminPortlet] [WelcomePortlet]: Destroy successful.
[7/20/08 11:36:01:781 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ISCAdminPortlet] [ISCProductDetails]: Destroy successful.
[7/20/08 11:36:01:875 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [AppManagementStatusServlet]: Destroy successful.
[7/20/08 11:36:01:890 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/html/isclite/ColumnContainer.jsp]: Destroy successful.
[7/20/08 11:36:01:890 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/html/isclite/RowContainer.jsp]: Destroy successful.
[7/20/08 11:36:01:921 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/html/isclite/Content.jsp]: Destroy successful.
[7/20/08 11:36:01:921 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [EventInitializer]: Destroy successful.
[7/20/08 11:36:01:921 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/com.ibm.ws.console.servermanagement/transactionservice/pagingLayout.jsp]: Destroy successful.
[7/20/08 11:36:01:921 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/login.jsp]: Destroy successful.
[7/20/08 11:36:01:921 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/banner.jsp]: Destroy successful.
[7/20/08 11:36:01:953 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/iscnavigatorLayout.jsp]: Destroy successful.
[7/20/08 11:36:01:953 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/menubar.jsp]: Destroy successful.
[7/20/08 11:36:01:953 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/master.jsp]: Destroy successful.
[7/20/08 11:36:01:953 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/loginForm.jsp]: Destroy successful.
[7/20/08 11:36:01:968 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/content.jsp]: Destroy successful.
[7/20/08 11:36:01:968 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/head.jsp]: Destroy successful.
[7/20/08 11:36:01:968 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/bannerframe.jsp]: Destroy successful.
[7/20/08 11:36:01:984 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/frameset.jsp]: Destroy successful.
[7/20/08 11:36:01:984 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/isclite/tiles/footer.jsp]: Destroy successful.
[7/20/08 11:36:02:000 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/layouts/descLayout.jsp]: Destroy successful.
[7/20/08 11:36:02:000 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/layouts/PreferencesLayout.jsp]: Destroy successful.
[7/20/08 11:36:02:015 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/layouts/browser_detection.jsp]: Destroy successful.
[7/20/08 11:36:02:015 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/layouts/content_accessibility.jsp]: Destroy successful.
[7/20/08 11:36:02:031 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/layouts/quicksearchLayout.jsp]: Destroy successful.
[7/20/08 11:36:02:031 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/layouts/buttonLayout.jsp]: Destroy successful.
[7/20/08 11:36:02:031 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/layouts/contentLayout.jsp]: Destroy successful.
[7/20/08 11:36:02:031 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/secure/layouts/vboxLayout.jsp]: Destroy successful.
[7/20/08 11:36:02:031 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [/com.ibm.ws.console.appmanagement/collectionTableLayout.jsp]: Destroy successful.
[7/20/08 11:36:02:062 EDT] 00000023 ServletWrappe I SRVE0253I: [isclite] [/ibm/console] [action]: Destroy successful.
[7/20/08 11:36:02:187 EDT] 00000023 ApplicationMg A WSVR0220I: Application stopped: isclite
[7/20/08 11:36:02:234 EDT] 00000023 SchedulerServ I SCHD0040I: The Scheduler Service is stopping.
[7/20/08 11:36:02:234 EDT] 00000023 SchedulerServ I SCHD0002I: The Scheduler Service has stopped.
[7/20/08 11:36:02:312 EDT] 00000023 AppProfileCom I ACIN0009I: The application profiling service is stopping.
[7/20/08 11:36:02:312 EDT] 00000023 ActivitySessi I WACS0049I: The ActivitySession service is stopping.
[7/20/08 11:36:02:578 EDT] 00000023 FailureScopeC A WTRN0105I: The transaction service has shutdown successfully with no transactions requiring recovery.
[7/20/08 11:36:02:796 EDT] 00000023 ServerCollabo A WSVR0024I: Server server1 stopped
************ Start Display Current Environment ************
WebSphere Platform 6.1 [BASE 6.1.0.2 cf20633.22] running with process name rob-dell-xps-xpNode01Cell\rob-dell-xps-xpNode01\server1 and process id 2812
Host Operating System is Windows XP, version 5.1 build 2600 Service Pack 2
Java version = J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223-20060504 (JIT enabled)
J9VM - 20060501_06428_lHdSMR
JIT - 20060428_1800_r8
GC - 20060501_AA, Java Compiler = j9jit23, Java VM name = IBM J9 VM
was.install.root = C:\IBM\SDP70\runtimes\base_v61
user.install.root = C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01
Java Home = C:\IBM\SDP70\runtimes\base_v61\java\jre
ws.ext.dirs = C:\IBM\SDP70\runtimes\base_v61/java/lib;C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01/classes;C:\IBM\SDP70\runtimes\base_v61/classes;C:\IBM\SDP70\runtimes\base_v61/lib;C:\IBM\SDP70\runtimes\base_v61/installedChannels;C:\IBM\SDP70\runtimes\base_v61/lib/ext;C:\IBM\SDP70\runtimes\base_v61/web/help;C:\IBM\SDP70\runtimes\base_v61/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01/properties;C:\IBM\SDP70\runtimes\base_v61/properties;C:\IBM\SDP70\runtimes\base_v61/lib/startup.jar;C:\IBM\SDP70\runtimes\base_v61/lib/bootstrap.jar;C:\IBM\SDP70\runtimes\base_v61/lib/j2ee.jar;C:\IBM\SDP70\runtimes\base_v61/lib/lmproxy.jar;C:\IBM\SDP70\runtimes\base_v61/lib/urlprotocols.jar;C:\IBM\SDP70\runtimes\base_v61/deploytool/itp/batchboot.jar;C:\IBM\SDP70\runtimes\base_v61/deploytool/itp/batch2.jar;C:\IBM\SDP70\runtimes\base_v61/java/lib/to ols.jar
Java Library path = C:\IBM\SDP70\runtimes\base_v61\java\jre\bin;.;C:\IBM\SDP70\runtimes\base_v61\java\jre\bin;C:\IBM\SDP70\runtimes\base_v61\bin;C:\IBM\SDP70\runtimes\base_v61\java\bin;C:\IBM\SDP70\runtimes\base_v61\java\jre\bin;C:\Program Files\PHP\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\QuickTime\QTSystem\
************* End Display Current Environment *************
[7/20/08 11:36:07:296 EDT] 0000000a ManagerAdmin I TRAS0017I: The startup trace state is *=info.
[7/20/08 11:36:07:859 EDT] 0000000a ManagerAdmin I TRAS0111I: The message IDs that are in use are deprecated
[7/20/08 11:36:07:953 EDT] 0000000a AdminInitiali A ADMN0015I: The administration service is initialized.
[7/20/08 11:36:08:312 EDT] 0000000a PluginConfigS I PLGC0057I: The plug-in configuration service started successfully.
[7/20/08 11:36:08:328 EDT] 0000000a ManagedObject I Processing extension point com.ibm.wsspi.extension.managed-object-metadata-collector
[7/20/08 11:36:08:609 EDT] 0000000a SSLComponentI I CWPKI0001I: SSL service is initializing the configuration
[7/20/08 11:36:08:671 EDT] 0000000a WSKeyStore W CWPKI0041W: One or more key stores are using the default password.
[7/20/08 11:36:08:687 EDT] 0000000a SSLConfigMana I CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[7/20/08 11:36:08:703 EDT] 0000000a SSLDiagnostic I CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[7/20/08 11:36:08:718 EDT] 0000000a SSLComponentI I CWPKI0002I: SSL service initialization completed successfully
[7/20/08 11:36:08:718 EDT] 0000000a DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[7/20/08 11:36:08:734 EDT] 0000000a PMIImpl A CWPMI1001I: PMI is enabled
[7/20/08 11:36:09:093 EDT] 0000000a SibMessage I [:] CWSIU0000I: Release: WAS61.SIB Level: o0631.15
[7/20/08 11:36:09:234 EDT] 0000000a SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[7/20/08 11:36:09:265 EDT] 0000000a AuditServiceI A SECJ6004I: Security Auditing is disabled.
[7/20/08 11:36:09:265 EDT] 0000000a distSecurityC I SECJ0309I: Java 2 Security is disabled.
[7/20/08 11:36:09:265 EDT] 0000000a Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[7/20/08 11:36:09:281 EDT] 0000000a distSecurityC I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[7/20/08 11:36:09:328 EDT] 0000000a distSecurityC I SECJ0240I: Security service initialization completed successfully
[7/20/08 11:36:09:421 EDT] 0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_1420142_08.07.20_11.36.09_0.txt
[7/20/08 11:36:09:437 EDT] 0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_1420142_08.07.20_11.36.09_0.txt
[7/20/08 11:36:09:484 EDT] 0000000a ObjectPoolSer I OBPL0007I: Object Pool Manager service is disabled.
[7/20/08 11:36:09:609 EDT] 0000000a J2EEServiceMa I ASYN0059I: Work Manager service initialized successfully.
[7/20/08 11:36:09:640 EDT] 0000000a CScopeCompone I CSCP0002I: Compensation service is disabled.
[7/20/08 11:36:09:703 EDT] 0000000a SibMessage I [:] CWSID0006I: The SIB service was not enabled and will not be started.
[7/20/08 11:36:09:703 EDT] 0000000a ActivitySessi I WACS0045I: ActivitySession service is disabled.
[7/20/08 11:36:09:781 EDT] 0000000a SOAPContainer I WSWS1062I: The SOAP Container service has been initialized.
[7/20/08 11:36:09:828 EDT] 0000000a SchedulerServ I SCHD0036I: The Scheduler Service is initializing.
[7/20/08 11:36:09:828 EDT] 0000000a SchedulerServ I SCHD0037I: The Scheduler Service has been initialized.
[7/20/08 11:36:10:031 EDT] 0000000a WebsphereComm I WebsphereCommonLauncher CWSCT0332I: SIP Container was launched successfully but will only be initialized when first SIP application is loaded
[7/20/08 11:36:10:046 EDT] 0000000a StartUpServic I STUP0008I: The Startup Beans service is disabled.
[7/20/08 11:36:10:093 EDT] 0000000a I18nService I I18N0010I: The Internationalization service is created on server1.
[7/20/08 11:36:10:109 EDT] 0000000a I18nServiceSe I I18N0010I: The Internationalization service is disabled on server1.
[7/20/08 11:36:10:187 EDT] 0000000a ThreadPoolMgr W WSVR0626W: The ThreadPool setting on the ObjectRequestBroker service is deprecated.
[7/20/08 11:36:10:187 EDT] 0000000a SSLComponentI I CWPKI0003I: SSL service is starting
[7/20/08 11:36:10:203 EDT] 0000000a SSLComponentI I CWPKI0004I: SSL service started successfully
[7/20/08 11:36:10:484 EDT] 0000000a CoordinatorIm I HMGR0206I: The Coordinator is an Active Coordinator for core group DefaultCoreGroup.
[7/20/08 11:36:10:515 EDT] 0000000a DCSPluginSing I HMGR0005I: The Single Server DCS Core Stack transport has been started for core group DefaultCoreGroup.
[7/20/08 11:36:10:640 EDT] 0000000a NameServerImp A NMSV0018I: Name server available on bootstrap port 2809.
[7/20/08 11:36:11:000 EDT] 00000011 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_443a443a_08.07.20_11.36.11_0.txt
[7/20/08 11:36:11:171 EDT] 00000011 ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_443a443a_08.07.20_11.36.11_0.txt
[7/20/08 11:36:11:312 EDT] 0000000a JMXSoapAdapte A ADMC0013I: The SOAP connector is available at port 8880
[7/20/08 11:36:11:312 EDT] 0000000a distSecurityC I SECJ0243I: Security service started successfully
[7/20/08 11:36:11:312 EDT] 0000000a distSecurityC I SECJ0210I: Security enabled false
[7/20/08 11:36:11:359 EDT] 0000000a J2EEServiceMa I ASYN0055I: The Work Manager service started successfully.
[7/20/08 11:36:11:406 EDT] 0000000a RecoveryDirec I CWRLS0010I: Performing recovery processing for local WebSphere server (rob-dell-xps-xpNode01Cell\rob-dell-xps-xpNode01\server1).
[7/20/08 11:36:11:406 EDT] 0000000a RecoveryDirec I CWRLS0012I: All persistent services have been directed to perform recovery processing for this WebSphere server (rob-dell-xps-xpNode01Cell\rob-dell-xps-xpNode01\server1).
[7/20/08 11:36:11:453 EDT] 00000013 RecoveryManag A WTRN0028I: Transaction service recovering 0 transactions.
[7/20/08 11:36:11:703 EDT] 0000000a ResourceMgrIm I WSVR0049I: Binding DefaultEJBTimerDataSource as jdbc/DefaultEJBTimerDataSource
[7/20/08 11:36:11:812 EDT] 0000000a ResourceMgrIm I WSVR0049I: Binding Default_CF as eis/DefaultDatasource_CMP
[7/20/08 11:36:11:828 EDT] 0000000a ResourceMgrIm I WSVR0049I: Binding Default Datasource as DefaultDatasource
[7/20/08 11:36:11:828 EDT] 0000000a ResourceMgrIm I WSVR0049I: Binding DefaultWorkManager as wm/default
[7/20/08 11:36:11:843 EDT] 0000000a ResourceMgrIm I WSVR0049I: Binding DefaultTimerManager as tm/default
[7/20/08 11:36:12:593 EDT] 0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_1420142_08.07.20_11.36.12_0.txt
[7/20/08 11:36:12:609 EDT] 0000000a ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_1420142_08.07.20_11.36.12_0.txt
[7/20/08 11:36:12:640 EDT] 0000000a AppProfileCom I ACIN0007I: The application profiling service started successfully.
[7/20/08 11:36:12:656 EDT] 0000000a WorkAreaServi A ACWA0002I: WorkArea service not enabled on server1.
[7/20/08 11:36:12:656 EDT] 0000000a SOAPAcceptorC I WSSC1019I: The SOAP Acceptor Channel has been configured.
[7/20/08 11:36:12:750 EDT] 0000000a CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
[7/20/08 11:36:12:812 EDT] 0000000a SchedulerServ I SCHD0031I: The Scheduler Service is starting.
[7/20/08 11:36:12:812 EDT] 0000000a SchedulerServ I SCHD0001I: The Scheduler Service has started.
[7/20/08 11:36:12:859 EDT] 0000000a RegistryConfi I CWXRS0017I: Extension Registry objects storage: C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\temp\rob-dell-xps-xpNode01\server1\_extensionregistry
[7/20/08 11:36:12:875 EDT] 0000000a CacheServiceI I DYNA1001I: WebSphere Dynamic Cache instance named ws/com.ibm.workplace/ExtensionRegistryCache1216568172875 initialized successfully.
[7/20/08 11:36:12:937 EDT] 0000000a RegistryCache I CWXRS0002I: DynaCache instance for Extension Registry created with CACHE_SIZE: 5000
[7/20/08 11:36:13:109 EDT] 0000000a WebContainer I SRVE0239I: Extension Factory [class com.ibm.ws.portletcontainer.webextension.PortletExtensionFactory] was registered successfully.
[7/20/08 11:36:13:109 EDT] 0000000a WebContainer I SRVE0240I: Extension Factory [class com.ibm.ws.portletcontainer.webextension.PortletExtensionFactory] has been associated with patterns [""].
[7/20/08 11:36:13:109 EDT] 0000000a WebContainer I SRVE0239I: Extension Factory [class com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionFactory] was registered successfully.
[7/20/08 11:36:13:109 EDT] 0000000a WebContainer I SRVE0240I: Extension Factory [class com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionFactory] has been associated with patterns [""].
[7/20/08 11:36:13:156 EDT] 0000000a WebContainer I SRVE0239I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] was registered successfully.
[7/20/08 11:36:13:156 EDT] 0000000a WebContainer I SRVE0240I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] has been associated with patterns [""].
[7/20/08 11:36:13:171 EDT] 0000000a WebContainer I SRVE0239I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.ws.WASJSPExtensionFactory] was registered successfully.
[7/20/08 11:36:13:171 EDT] 0000000a WebContainer I SRVE0240I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.ws.WASJSPExtensionFactory] has been associated with patterns [*.jsp *.jspx *.jsw *.jsv ].
[7/20/08 11:36:14:078 EDT] 00000015 ApplicationMg A WSVR0200I: Starting application: DefaultApplication
[7/20/08 11:36:14:078 EDT] 00000016 ApplicationMg A WSVR0200I: Starting application: ivtApp
[7/20/08 11:36:14:078 EDT] 00000014 ApplicationMg A WSVR0200I: Starting application: isclite
[7/20/08 11:36:14:078 EDT] 00000015 ApplicationMg A WSVR0204I: Application: DefaultApplication Application build level: Unknown
[7/20/08 11:36:14:078 EDT] 00000016 ApplicationMg A WSVR0203I: Application: ivtApp Application build level: WAS61.SERV1 [cf20633.22]
[7/20/08 11:36:14:078 EDT] 00000014 ApplicationMg A WSVR0203I: Application: isclite Application build level: WAS61.WSC [cf20632.12]
[7/20/08 11:36:14:546 EDT] 00000015 EJBContainerI I WSVR0037I: Starting EJB jar: Increment.jar
[7/20/08 11:36:14:546 EDT] 00000016 EJBContainerI I WSVR0037I: Starting EJB jar: ivtEJB.jar
[7/20/08 11:36:14:578 EDT] 00000016 EJBContainerI I WSVR0057I: EJB jar started: ivtEJB.jar
[7/20/08 11:36:14:593 EDT] 00000015 EJBContainerI I WSVR0057I: EJB jar started: Increment.jar
[7/20/08 11:36:14:625 EDT] 00000016 WebContainer A SRVE0161I: IBM WebSphere Application Server - Web Container. Copyright IBM Corp. 1998-2006
[7/20/08 11:36:14:718 EDT] 00000016 WebContainer A SRVE0162I: Servlet Specification Level: 2.4
[7/20/08 11:36:14:718 EDT] 00000016 WebContainer A SRVE0163I: Supported JSP Specification Level: 2.0
[7/20/08 11:36:14:859 EDT] 00000016 WebContainer A SRVE0239I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] was registered successfully.
[7/20/08 11:36:14:921 EDT] 00000016 WebContainer A SRVE0240I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] has been associated with patterns [VH:_WS_EH* ].
[7/20/08 11:36:14:953 EDT] 00000016 WebGroup A SRVE0169I: Loading Web Module: IVT Application.
[7/20/08 11:36:15:140 EDT] 00000016 VirtualHost I SRVE0250I: Web Module IVT Application has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[7/20/08 11:36:15:140 EDT] 00000015 WebGroup A SRVE0169I: Loading Web Module: Default Web Application.
[7/20/08 11:36:15:140 EDT] 00000016 ApplicationMg A WSVR0221I: Application started: ivtApp
[7/20/08 11:36:15:156 EDT] 00000016 ApplicationMg A WSVR0200I: Starting application: query
[7/20/08 11:36:15:156 EDT] 00000016 ApplicationMg A WSVR0204I: Application: query Application build level: Unknown
[7/20/08 11:36:15:375 EDT] 00000015 ServletWrappe I SRVE0242I: [DefaultApplication] [/] [Hello Pervasive Servlet]: Initialization successful.
[7/20/08 11:36:15:390 EDT] 00000016 EJBContainerI I WSVR0037I: Starting EJB jar: querybean.jar
[7/20/08 11:36:15:390 EDT] 00000015 ServletWrappe I SRVE0242I: [DefaultApplication] [/] [Hit Count Servlet]: Initialization successful.
[7/20/08 11:36:15:406 EDT] 00000016 EJBContainerI I WSVR0057I: EJB jar started: querybean.jar
[7/20/08 11:36:15:406 EDT] 00000016 ApplicationMg A WSVR0221I: Application started: query
[7/20/08 11:36:15:421 EDT] 00000015 ServletWrappe I SRVE0242I: [DefaultApplication] [/] [Snoop Servlet]: Initialization successful.
[7/20/08 11:36:15:687 EDT] 00000016 ApplicationMg A WSVR0200I: Starting application: IdealEAR
[7/20/08 11:36:15:687 EDT] 00000015 VirtualHost I SRVE0250I: Web Module Default Web Application has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[7/20/08 11:36:15:687 EDT] 00000016 ApplicationMg A WSVR0204I: Application: IdealEAR Application build level: Unknown
[7/20/08 11:36:15:687 EDT] 00000015 ApplicationMg A WSVR0221I: Application started: DefaultApplication
[7/20/08 11:36:15:734 EDT] 00000015 ApplicationMg A WSVR0200I: Starting application: IBMUTC
[7/20/08 11:36:15:750 EDT] 00000015 ApplicationMg A WSVR0204I: Application: IBMUTC Application build level: Unknown
[7/20/08 11:36:15:796 EDT] 00000015 WebGroup A SRVE0169I: Loading Web Module: Universal Test Client.
[7/20/08 11:36:15:812 EDT] 00000015 VirtualHost I SRVE0250I: Web Module Universal Test Client has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[7/20/08 11:36:15:890 EDT] 00000015 ApplicationMg A WSVR0221I: Application started: IBMUTC
[7/20/08 11:36:15:890 EDT] 00000015 ApplicationMg A WSVR0200I: Starting application: ManagementEJB
[7/20/08 11:36:15:890 EDT] 00000015 ApplicationMg A WSVR0204I: Application: ManagementEJB Application build level: Unknown
[7/20/08 11:36:15:953 EDT] 00000015 EJBContainerI I WSVR0037I: Starting EJB jar: mejb.jar
[7/20/08 11:36:16:000 EDT] 00000015 EJBContainerI I WSVR0057I: EJB jar started: mejb.jar
[7/20/08 11:36:16:046 EDT] 00000015 ApplicationMg A WSVR0221I: Application started: ManagementEJB
[7/20/08 11:36:16:046 EDT] 00000015 ApplicationMg A WSVR0200I: Starting application: filetransfer
[7/20/08 11:36:16:062 EDT] 00000015 ApplicationMg A WSVR0204I: Application: filetransfer Application build level: Unknown
[7/20/08 11:36:16:078 EDT] 00000015 WebGroup A SRVE0169I: Loading Web Module: WebSphere Admin File Transfer Application.
[7/20/08 11:36:16:218 EDT] 00000015 ServletWrappe I SRVE0242I: [filetransfer] [/FileTransfer] [transfer]: Initialization successful.
[7/20/08 11:36:16:218 EDT] 00000015 VirtualHost I SRVE0250I: Web Module WebSphere Admin File Transfer Application has been bound to admin_host[*:9060,*:9043].
[7/20/08 11:36:16:234 EDT] 00000015 ApplicationMg A WSVR0221I: Application started: filetransfer
[7/20/08 11:36:16:234 EDT] 00000015 ApplicationMg A WSVR0200I: Starting application: SchedulerCalendars
[7/20/08 11:36:16:312 EDT] 00000015 ApplicationMg A WSVR0204I: Application: SchedulerCalendars Application build level: Unknown
[7/20/08 11:36:16:375 EDT] 00000015 EJBContainerI I WSVR0037I: Starting EJB jar: Calendars.jar
[7/20/08 11:36:16:375 EDT] 00000015 EJBContainerI I WSVR0057I: EJB jar started: Calendars.jar
[7/20/08 11:36:16:390 EDT] 00000015 ApplicationMg A WSVR0221I: Application started: SchedulerCalendars
[7/20/08 11:36:16:875 EDT] 00000016 WebGroup A SRVE0169I: Loading Web Module: IdealWeb.
[7/20/08 11:36:16:953 EDT] 00000016 VirtualHost I SRVE0250I: Web Module IdealWeb has been bound to default_host[*:9080,*:80,*:9443,*:5060,*:5061,*:443].
[7/20/08 11:36:16:953 EDT] 00000016 ApplicationMg A WSVR0221I: Application started: IdealEAR
[7/20/08 11:36:20:890 EDT] 00000014 WebGroup A SRVE0169I: Loading Web Module: isclite.
[7/20/08 11:36:22:421 EDT] 00000014 ServletWrappe I SRVE0242I: [isclite] [/ibm/console] [EventInitializer]: Initialization successful.
[7/20/08 11:36:22:421 EDT] 00000014 VirtualHost I SRVE0250I: Web Module isclite has been bound to admin_host[*:9060,*:9043].
[7/20/08 11:36:22:437 EDT] 00000014 WebGroup A SRVE0169I: Loading Web Module: adminconsole redirector.
[7/20/08 11:36:22:468 EDT] 00000014 VirtualHost I SRVE0250I: Web Module adminconsole redirector has been bound to admin_host[*:9060,*:9043].
[7/20/08 11:36:22:484 EDT] 00000014 WebGroup A SRVE0169I: Loading Web Module: EHS3.01.
[7/20/08 11:36:22:656 EDT] 00000014 VirtualHost I SRVE0250I: Web Module EHS3.01 has been bound to admin_host[*:9060,*:9043].
[7/20/08 11:36:22:796 EDT] 00000014 WebGroup A SRVE0169I: Loading Web Module: Integrated Solutions Console.
[7/20/08 11:36:22:937 EDT] 00000014 VirtualHost I SRVE0250I: Web Module Integrated Solutions Console has been bound to admin_host[*:9060,*:9043].
[7/20/08 11:36:23:015 EDT] 00000014 WebGroup A SRVE0169I: Loading Web Module: WIM.
[7/20/08 11:36:23:031 EDT] 00000014 VirtualHost I SRVE0250I: Web Module WIM has been bound to admin_host[*:9060,*:9043].
[7/20/08 11:36:23:125 EDT] 00000014 WebGroup A SRVE0169I: Loading Web Module: WebSphere Application Server.
[7/20/08 11:36:23:140 EDT] 00000014 VirtualHost I SRVE0250I: Web Module WebSphere Application Server has been bound to admin_host[*:9060,*:9043].
[7/20/08 11:36:23:140 EDT] 00000014 ApplicationMg A WSVR0221I: Application started: isclite
[7/20/08 11:36:23:187 EDT] 0000000a TCPChannel I TCPC0001I: TCP Channel TCP_1 is listening on host * (IPv4) port 9060.
[7/20/08 11:36:23:218 EDT] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdmin.
[7/20/08 11:36:23:218 EDT] 0000000a TCPChannel I TCPC0001I: TCP Channel TCP_2 is listening on host * (IPv4) port 9080.
[7/20/08 11:36:23:218 EDT] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefault.
[7/20/08 11:36:23:234 EDT] 0000000a TCPChannel I TCPC0001I: TCP Channel TCP_3 is listening on host * (IPv4) port 9043.
[7/20/08 11:36:23:265 EDT] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundAdminSecure.
[7/20/08 11:36:23:281 EDT] 0000000a TCPChannel I TCPC0001I: TCP Channel TCP_4 is listening on host * (IPv4) port 9443.
[7/20/08 11:36:23:281 EDT] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain WCInboundDefaultSecure.
[7/20/08 11:36:23:281 EDT] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain1.
[7/20/08 11:36:23:281 EDT] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain2.
[7/20/08 11:36:23:312 EDT] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain3.
[7/20/08 11:36:23:312 EDT] 0000000a WSChannelFram A CHFW0019I: The Transport Channel Service has started chain SOAPAcceptorChain4.
[7/20/08 11:36:23:312 EDT] 00000015 SchedulerServ I SCHD0077I: The Scheduler Service is starting the Schedulers.
[7/20/08 11:36:23:312 EDT] 00000015 SchedulerServ I SCHD0078I: The Scheduler Service has completed starting the Schedulers.
[7/20/08 11:36:23:328 EDT] 0000000a RMIConnectorC A ADMC0026I: The RMI Connector is available at port 2809
[7/20/08 11:36:23:406 EDT] 0000001b WorkSpaceMana A WKSP0500I: Workspace configuration consistency check is false.
[7/20/08 11:36:24:156 EDT] 0000000a WsServerImpl A WSVR0001I: Server server1 open for e-business
[7/20/08 11:36:36:593 EDT] 0000001c ServletWrappe I SRVE0242I: [IdealEAR] [/IdealWeb] [/dealers/dealer_login.jsp]: Initialization successful.
[7/20/08 11:36:36:968 EDT] 0000001c ServletWrappe I SRVE0242I: [IdealEAR] [/IdealWeb] [/includes/headerInclude.jsp]: Initialization successful.
[7/20/08 11:36:36:984 EDT] 0000001c ServletWrappe I SRVE0242I: [IdealEAR] [/IdealWeb] [/includes/pageHeadingInclude.jsp]: Initialization successful.
[7/20/08 11:36:36:984 EDT] 0000001c ServletWrappe I SRVE0242I: [IdealEAR] [/IdealWeb] [/includes/footerInclude.jsp]: Initialization successful.
[7/20/08 11:36:37:000 EDT] 0000001c ServletWrappe I SRVE0242I: [IdealEAR] [/IdealWeb] [/includes/pageFooterInclude.jsp]: Initialization successful.
[7/20/08 11:36:45:015 EDT] 0000001c ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_5cd65cd6_08.07.20_11.36.45_0.txt
[7/20/08 11:36:45:093 EDT] 0000001c ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_5cd65cd6_08.07.20_11.36.45_0.txt
[7/20/08 11:36:45:093 EDT] 0000001c ServletWrappe E [Servlet Error]-[com.ik.ideal.login.handler.LoginHandler]: java.lang.ClassNotFoundException: com.ik.ideal.login.handler.LoginHandler
at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java:472)
at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java:373)
at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
at java.beans.Beans.instantiate(Beans.java:202)
at java.beans.Beans.instantiate(Beans.java:63)
at com.ibm.ws.webcontainer.servlet.ServletWrapper$1.run(ServletWrapper.java:1195)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.loadServlet(ServletWrapper.java:1190)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.loadServlet(ServletWrapper.java:385)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:339)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:741)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)

[7/20/08 11:36:45:125 EDT] 0000001c ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_5cd65cd6_08.07.20_11.36.45_1.txt
[7/20/08 11:36:45:125 EDT] 0000001c ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file C:\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_5cd65cd6_08.07.20_11.36.45_1.txt


**************
Perhaps another curious bit of information is that if i create a new worksapce, with a new Dynamic Web Project, run a simple servlet, I get the same errors of java.lang.ClassNotFoundException

At this point not a single project, old or new will work on my machine. Even if i create a new server profile.

[ July 20, 2008: Message edited by: R Schroeter ]
[ July 20, 2008: Message edited by: R Schroeter ]
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In a situation like this, I've found that it generally takes less time to uninstall and reinstall the entire RAD/WebSphere environment than it does to try and fix the old broken one.
 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I noticed your old and new profile were named the same - AppSrv01. When you delete a profile it does not delete the files under the profile directory - if you create a profile with the same name the old problems are going to crop back up. Create a new profile name or go delete the profile directory (after deleting the profile) in C:\IBM\SDP70\runtimes\base_v61\profiles.
 
R Schroeter
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tim, thank you very much - that is roughly what I found in my research. That is what I mentioned in my post was that I found this out after making the mistake. So my challenge was to 'cleanup' after making the mistake of NOT creating a new profile.

Deleting the profile directory is not 'enough'. I found that if you use the IBM tool named manageprofiles.bat in the <installdir>/SDP70/runtimes/base_v61/bin folder, you can perform the following to clean and delete as best as you can the profiles created on the machine:

manageprofiles -deleteAll


Watch out because this will delete all profiles! I also made THIS mistake recently... you can also request to delete a single profile - just use the -help option and it will tell you usage.

So now, today I worked to clean the profiles using the deleteAll. After this... I also delete the folders leftover in the following folder:

<installdir>/SDP70/runtimes/base_v61/profiles


At this point, the machine should be ready to start over. I opened a NEW workspace, not related to any other existing workspace. And the first thing I did was to go to WINDOW > PREFERENCES > Server > WebSphere >

notice that there are no profiles in the bottom section entitled 'Websphere profiles defined in the runtime selected above:'

On the right, i chose to "Create". In this section, i was sure to create a new profile with a specific name in my case 'ikprofile' - not attempt to recreate the original profile.

Next

I chose to go 'Advanced Profile Creation'

Next

I chose to leave checked
-Deploy the administrative console (recommended)
-Deploy the default application

Next

I chose a profile name: ikprofile
I chose a specific dir: C:\IBM\SDP70\runtimes\base_v61\profiles\ikprofile
I chose to check the box "Create the server using the development template"
but unchecked on the following box

Next

I gave it a node name of iknode
I gave it a host name of the name of the machine

Next

Did not check the "Enable Admin security"

Next

Allowed ports as chosen by Wizard

Next

Unchecked the "Run as windows service"

Next

Did not opt to create web server

Next, and complete


Then, i imported a war I had created, setup the application projects, created a server - which used the profile named ikprofile, and the server named server1. Started, and everything worked normally.

Hope this helps others, and I hope i didn't leave anything out. What a pain! I kinda liked how WSAD did Servers as projects... none of this -under the covers stuff - without warning too. RAD Just assumes you are using the default profile (in a new workspace) thus stepping all over old issues.

Any questions feel free to ask,
Rob
reply
    Bookmark Topic Watch Topic
  • New Topic