Link to home
Start Free TrialLog in
Avatar of fowlow
fowlow

asked on

Can't login to LDAP enabled Websphere as wasadmin

Hi,
I am unable to login to Websphere any more using wasadmin.  Each time I provide try to login as wasadmin I get the error "Login failed. Check the user ID and password and try again."

One of two things may have triggered this problem.
First, the problem started after I switched wasadmin from one LDAP group to another and after a restart of the Cell/Node managers. I switched wasadmin back to the original group and restarted Websphere but I am still unable to login. Infact, when our LDAP server is monitored I don't even see a connection attempt by wasadmin.

Second, I was also configuring active directory settings from within Websphere so is it possible that I have "locked myself out" of websphere.

It is puzzling that websphere is not even trying to contact the LDAP server.  The LDAP server is reachable via a ping from the application server. Did I somehow change a setting to tell websphere to not use LDAP?  Did websphere somehow loose the LDAP host name?  How can I out my settings if I can't even login to websphere?

I also cannot connect via wsadmin - I get the error WASX7246E: Cannot establish "SOAP" connection to host applicationserver.company.local because of an authentication failure.

I have also checked the dmgr log files and note the error
CWWIM4537E No principal is found from the 'wasadmin' principal name.

Any suggestion as to what the problem is or how to troubleshoot it would be appreciated.

Tim

Exception = com.ibm.websphere.security.PasswordCheckFailedException
Source = com.ibm.ws.security.auth.ContextManagerImpl.runAs
probeid = 4001
Stack Dump = com.ibm.websphere.wim.exception.PasswordCheckFailedException: CWWIM4537E No principal is found from the 'wasadmin' principal name.
	at com.ibm.ws.wim.ProfileManager.loginImpl(ProfileManager.java:3077)
	at com.ibm.ws.wim.ProfileManager.genericProfileManagerMethod(ProfileManager.java:262)
	at com.ibm.ws.wim.ProfileManager.login(ProfileManager.java:366)
	at com.ibm.websphere.wim.ServiceProvider.login(ServiceProvider.java:482)
	at com.ibm.ws.wim.registry.util.LoginBridge.checkPassword(LoginBridge.java:161)
	at com.ibm.ws.wim.registry.WIMUserRegistry$1.run(WIMUserRegistry.java:173)
	at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:3997)
	at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:4094)
	at com.ibm.ws.wim.security.authz.jacc.JACCSecurityManager.runAsSuperUser(JACCSecurityManager.java:484)
	at com.ibm.ws.wim.security.authz.ProfileSecurityManager.runAsSuperUser(ProfileSecurityManager.java:961)
	at com.ibm.ws.wim.registry.WIMUserRegistry.checkPassword(WIMUserRegistry.java:162)
	at com.ibm.ws.security.registry.UserRegistryImpl.checkPassword(UserRegistryImpl.java:309)
	at com.ibm.ws.security.ltpa.LTPAServerObject.authenticate(LTPAServerObject.java:774)
	at com.ibm.ws.security.server.lm.ltpaLoginModule.login(ltpaLoginModule.java:453)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at javax.security.auth.login.LoginContext.invoke(LoginContext.java:795)
	at javax.security.auth.login.LoginContext.access$000(LoginContext.java:209)
	at javax.security.auth.login.LoginContext$4.run(LoginContext.java:709)
	at java.security.AccessController.doPrivileged(AccessController.java:246)
	at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:706)
	at javax.security.auth.login.LoginContext.login(LoginContext.java:603)
	at com.ibm.ws.security.auth.JaasLoginHelper.jaas_login(JaasLoginHelper.java:475)
	at com.ibm.ws.security.auth.ContextManagerImpl.login(ContextManagerImpl.java:3400)
	at com.ibm.ws.security.auth.ContextManagerImpl.login(ContextManagerImpl.java:3193)
	at com.ibm.ws.security.web.FormLoginExtensionProcessor$1.run(FormLoginExtensionProcessor.java:287)
	at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
	at com.ibm.ws.security.web.FormLoginExtensionProcessor.formLogin(FormLoginExtensionProcessor.java:295)
	at com.ibm.ws.security.web.FormLoginExtensionProcessor.handleRequest(FormLoginExtensionProcessor.java:171)
	at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:114)
	at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
	at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:766)
	at com.ibm.ws.webcontainer.webapp.WebApp.invokeFilters(WebApp.java:3331)
	at com.ibm.ws.wswebcontainer.webapp.WebApp.invokeFilters(WebApp.java:357)
	at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3242)
	at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
	at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
	at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
	at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:113)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)
	at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)
	at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
	at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
	at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
	at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
	at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
	at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
	at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
	at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
	at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)

Open in new window

Avatar of HonorGod
HonorGod
Flag of United States of America image

Q: With which version of WebSphere are you  working?

- Open a command prompt,
- "cd" to the <WAS_HOME>\bin directory
  e.g., "cd c:\IBM\WebSphere\AppServer\bin"
- Execute the versionInfo command script
  e.g., on Windows: versionInfo
  on Unix type systems: ./versionInfo.sh
- Copy and past the output here

Q: Are you able to start and stop the application server?

Q: If so, how do you do so?  With the "startServer" and "stopServer" command scripts, or some other way?

Q: Do you want to "change" the userid & password for your application server?
Avatar of fowlow
fowlow

ASKER

Not sure how to copy paste the output of the DOS window..

Anyways the output is as follows

Name   IBM Websphere Application Server - ND
Version 6.1.0.13
Build Level cf130745.06
Build Date 11/13/07

I am able to start and stop the server using startmanager and startnode
I don't want to change the password, however, the password in LDAP has changed from its original value... So is there something I need to change in WAS to match the one in LDAP.?
If you are able to start and stop the AppServer using the startServer and stopServer scripts, then these have to either:

- provide the userName and password on the command line, or
- have the userName and password in the appropriate properties file.

The properties files can be found in the properties subdirectory for the specific
application server profile

<WAS_HOME>\profiles\<profileName>\properties
Avatar of fowlow

ASKER

Perhaps the dmgr is not starting successfully as I had thought.

when I run startManager from ctgDmgr01/bin I eventually get the error in the Syslog.out
SECJ0118E: Authentication error during authentication for user wasadmin

I also see
SECJ0369E: Authentication failed when using LTPA. The exception is <null>.

Shouldn't the authentication be using LDAP?
Thanks for your help
************ Start Display Current Environment ************
WebSphere Platform 6.1 [ND 6.1.0.13 cf130745.06]  running with process name ctgCell01\ctgCellManager01\dmgr and process id 764
Host Operating System is Windows Server 2003, version 5.2 build 3790 Service Pack 2
Java version = J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223-20071007 (JIT enabled)
J9VM - 20071004_14218_lHdSMR
JIT  - 20070820_1846ifx1_r8
GC   - 200708_10, Java Compiler = j9jit23, Java VM name = IBM J9 VM
was.install.root = D:\ibm\WebSphere\AppServer
user.install.root = D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01
Java Home = D:\ibm\WebSphere\AppServer\java\jre
ws.ext.dirs = D:\ibm\WebSphere\AppServer/java/lib;D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01/classes;D:\ibm\WebSphere\AppServer/classes;D:\ibm\WebSphere\AppServer/lib;D:\ibm\WebSphere\AppServer/installedChannels;D:\ibm\WebSphere\AppServer/lib/ext;D:\ibm\WebSphere\AppServer/web/help;D:\ibm\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01/properties;D:\ibm\WebSphere\AppServer/properties;D:\ibm\WebSphere\AppServer/lib/startup.jar;D:\ibm\WebSphere\AppServer/lib/bootstrap.jar;D:\ibm\WebSphere\AppServer/lib/j2ee.jar;D:\ibm\WebSphere\AppServer/lib/lmproxy.jar;D:\ibm\WebSphere\AppServer/lib/urlprotocols.jar;D:\ibm\WebSphere\AppServer/deploytool/itp/batchboot.jar;D:\ibm\WebSphere\AppServer/deploytool/itp/batch2.jar;D:\ibm\WebSphere\AppServer/java/lib/tools.jar
Java Library path = D:\ibm\WebSphere\AppServer\java\jre\bin;.;D:\ibm\WebSphere\AppServer\bin;D:\ibm\WebSphere\AppServer\java\bin;D:\ibm\WebSphere\AppServer\java\jre\bin;D:\IBM\AgentController\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
************* End Display Current Environment *************
[4/3/09 12:32:45:938 MDT] 0000000a ManagerAdmin  I   TRAS0017I: The startup trace state is *=info.
[4/3/09 12:32:46:438 MDT] 0000000a ManagerAdmin  I   TRAS0111I: The message IDs that are in use are deprecated
[4/3/09 12:32:46:610 MDT] 0000000a AdminInitiali A   ADMN0015I: The administration service is initialized.
[4/3/09 12:32:47:266 MDT] 0000000a PluginConfigS I   PLGC0057I: The plug-in configuration service started successfully.
[4/3/09 12:32:47:297 MDT] 0000000a ManagedObject I   Processing extension point com.ibm.wsspi.extension.managed-object-metadata-collector
[4/3/09 12:32:47:438 MDT] 0000000a SSLComponentI I   CWPKI0001I: SSL service is initializing the configuration
[4/3/09 12:32:47:485 MDT] 0000000a WSKeyStore    W   CWPKI0041W: One or more key stores are using the default password.
[4/3/09 12:32:47:500 MDT] 0000000a SSLConfigMana I   CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[4/3/09 12:32:47:516 MDT] 0000000a SSLDiagnostic I   CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[4/3/09 12:32:47:532 MDT] 0000000a SSLComponentI I   CWPKI0002I: SSL service initialization completed successfully
[4/3/09 12:32:47:532 MDT] 0000000a DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[4/3/09 12:32:48:032 MDT] 0000000a SecurityDM    I   SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[4/3/09 12:32:48:079 MDT] 0000000a AuditServiceI A   SECJ6004I: Security Auditing is disabled. 
[4/3/09 12:32:48:094 MDT] 0000000a distSecurityC I   SECJ0309I: Java 2 Security is disabled.
[4/3/09 12:32:48:110 MDT] 0000000a Configuration A   SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[4/3/09 12:32:48:125 MDT] 0000000a distSecurityC I   SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[4/3/09 12:32:48:157 MDT] 0000000a distSecurityC I   SECJ0240I: Security service initialization completed successfully
[4/3/09 12:32:48:250 MDT] 0000000a ObjectPoolSer I   OBPL0007I: Object Pool Manager service is disabled.
[4/3/09 12:32:48:407 MDT] 0000000a J2EEServiceMa I   ASYN0059I: Work Manager service initialized successfully.
[4/3/09 12:32:48:469 MDT] 0000000a CScopeCompone I   CSCP0002I: Compensation service is disabled.
[4/3/09 12:32:48:532 MDT] 0000000a ActivitySessi I   WACS0045I: ActivitySession service is disabled.
[4/3/09 12:32:48:625 MDT] 0000000a SchedulerServ I   SCHD0009I: The Scheduler Service is not enabled.
[4/3/09 12:32:48:797 MDT] 0000000a StartUpServic I   STUP0008I: The Startup Beans service is disabled.
[4/3/09 12:32:48:829 MDT] 0000000a I18nService   I   I18N0010I: The Internationalization service is created on dmgr.
[4/3/09 12:32:48:829 MDT] 0000000a I18nServiceSe I   I18N0010I: The Internationalization service is disabled on dmgr.
[4/3/09 12:32:48:969 MDT] 0000000a UserManagemen I   CWWIM6000I Starting bootstrap sequence for the dynamic reload manager.
[4/3/09 12:32:48:985 MDT] 0000000a UserManagemen I   CWWIM6001I Waiting for notification that the server has finished starting.
[4/3/09 12:32:49:047 MDT] 0000000a ThreadPoolMgr W   WSVR0626W: The ThreadPool setting on the ObjectRequestBroker service is deprecated.
[4/3/09 12:32:49:079 MDT] 0000000a SSLComponentI I   CWPKI0003I: SSL service is starting
[4/3/09 12:32:49:110 MDT] 0000000a SSLComponentI I   CWPKI0004I: SSL service started successfully
[4/3/09 12:32:49:219 MDT] 0000000a SASRas        A   JSAS0006I: Security connection interceptor initialized.
[4/3/09 12:32:49:235 MDT] 0000000a SASRas        A   JSAS0001I: Security configuration initialized.
[4/3/09 12:32:49:251 MDT] 0000000a SASRas        A   JSAS0003I: Authentication mechanism: LTPA
[4/3/09 12:32:49:266 MDT] 0000000a SASRas        A   JSAS0004I: Principal name: /
[4/3/09 12:32:50:360 MDT] 0000000a SASRas        A   JSAS0007I: Client request interceptor registered.
[4/3/09 12:32:50:454 MDT] 0000000a SASRas        A   JSAS0008I: Server request interceptor registered.
[4/3/09 12:32:50:469 MDT] 0000000a SecurityCompo A   JSAS0009I: IOR interceptor registered.
[4/3/09 12:32:50:844 MDT] 0000000a CoordinatorIm I   HMGR0228I: The Coordinator is not an Active Coordinator for core group DefaultCoreGroup.
[4/3/09 12:32:51:141 MDT] 0000000a MbuRmmAdapter I   DCSV1001I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: Created a new transport infrastructure instance successfully. Transport type is ChannelFramework. Version information is 1.9.8.18 - 12/02/07.
[4/3/09 12:32:51:204 MDT] 0000000a DCSStackImpl  I   DCSV0005I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: Started. Stack version information: DCSBV_WAS6_1_20060409. Stack protocol information: 51001.
[4/3/09 12:32:51:251 MDT] 0000000f ViewReceiver  I   DCSV1033I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: Confirmed all new view members in view identifier (1:0.ctgCell01\ctgCellManager01\dmgr). View channel type is View|Ptp.
[4/3/09 12:32:51:329 MDT] 0000000a TCPChannel    I   TCPC0001I: TCP Channel TCP_5 is listening on host *  (IPv4) port 9352. 
[4/3/09 12:32:51:344 MDT] 0000000a WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain DCS.
[4/3/09 12:32:51:344 MDT] 0000000a WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain DCS-Secure.
[4/3/09 12:32:51:376 MDT] 0000000a DCSPluginImpl I   HMGR0001I: The DCS Core Stack transport has been started for core group DefaultCoreGroup. There are 3 members.
[4/3/09 12:32:52:032 MDT] 0000000a NameServerImp A   NMSV0018I: Name server available on bootstrap port 9809.
[4/3/09 12:32:53:110 MDT] 0000000a TreeBuilder   I   INIT 891 ms. nodes:128
[4/3/09 12:32:56:501 MDT] 0000000a authz         I   CWWIM2000I Initialization of the authorization component completed successfully.
[4/3/09 12:32:56:517 MDT] 0000000a UserRegistryI A   SECJ0136I: Custom Registry:com.ibm.ws.wim.registry.WIMUserRegistry has been initialized
[4/3/09 12:33:00:767 MDT] 0000000a JMXSoapAdapte A   ADMC0013I: The SOAP connector is available at port 8879
[4/3/09 12:33:00:798 MDT] 0000000a distSecurityC I   SECJ0243I: Security service started successfully
[4/3/09 12:33:00:798 MDT] 0000000a distSecurityC I   SECJ0210I: Security enabled true
[4/3/09 12:33:00:814 MDT] 0000000a J2EEServiceMa I   ASYN0055I: The Work Manager service started successfully.
[4/3/09 12:33:00:860 MDT] 0000000a RecoveryDirec I   CWRLS0010I: Performing recovery processing for local WebSphere server (ctgCell01\ctgCellManager01\dmgr).
[4/3/09 12:33:00:860 MDT] 0000000a RecoveryDirec I   CWRLS0012I: All persistent services have been directed to perform recovery processing for this WebSphere server (ctgCell01\ctgCellManager01\dmgr).
[4/3/09 12:33:01:142 MDT] 0000000a ResourceMgrIm I   WSVR0049I: Binding intjmsconfact as jms/maximo/int/cf/intcf
[4/3/09 12:33:01:157 MDT] 0000000a ResourceMgrIm I   WSVR0049I: Binding DefaultWorkManager as wm/default
[4/3/09 12:33:01:173 MDT] 0000000a ResourceMgrIm I   WSVR0049I: Binding DefaultTimerManager as tm/default
[4/3/09 12:33:01:376 MDT] 0000000a AppProfileCom I   ACIN0007I: The application profiling service started successfully.
[4/3/09 12:33:01:392 MDT] 0000000a WorkAreaServi A   ACWA0002I: WorkArea service not enabled on dmgr.
[4/3/09 12:33:01:767 MDT] 00000014 WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain chain_0.
[4/3/09 12:33:01:814 MDT] 0000000a CacheServiceI I   DYNA0048I: WebSphere Dynamic Cache initialized successfully.
[4/3/09 12:33:02:095 MDT] 0000000a RegistryConfi I   CWXRS0017I: Extension Registry objects storage: D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\temp\ctgCellManager01\dmgr\_extensionregistry
[4/3/09 12:33:02:142 MDT] 0000000a CacheServiceI I   DYNA1001I: WebSphere Dynamic Cache instance named ws/com.ibm.workplace/ExtensionRegistryCache1238783582111 initialized successfully.
[4/3/09 12:33:02:157 MDT] 00000015 RecoveryManag A   WTRN0028I: Transaction service recovering 0 transactions.
[4/3/09 12:33:02:157 MDT] 0000000a RegistryCache I   CWXRS0002I: DynaCache instance for Extension Registry created with CACHE_SIZE: 5000
[4/3/09 12:33:02:376 MDT] 0000000a EJBContainerI A   WSVR0114I: MessageDrivenBean Listener is disabled.
[4/3/09 12:33:02:767 MDT] 0000000a WebContainer  I   SRVE0239I: Extension Factory [class com.ibm.ws.portletcontainer.webextension.PortletExtensionFactory] was registered successfully.
[4/3/09 12:33:02:767 MDT] 0000000a WebContainer  I   SRVE0240I: Extension Factory [class com.ibm.ws.portletcontainer.webextension.PortletExtensionFactory] has been associated with patterns [""].
[4/3/09 12:33:02:798 MDT] 0000000a WebContainer  I   SRVE0239I: Extension Factory [class com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionFactory] was registered successfully.
[4/3/09 12:33:02:798 MDT] 0000000a WebContainer  I   SRVE0240I: Extension Factory [class com.ibm.ws.portletcontainer.portletserving.PortletServingExtensionFactory] has been associated with patterns [""].
[4/3/09 12:33:02:814 MDT] 0000000a WebContainer  I   SRVE0239I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] was registered successfully.
[4/3/09 12:33:02:829 MDT] 0000000a WebContainer  I   SRVE0240I: Extension Factory [class com.ibm.ws.jsf.extprocessor.JSFExtensionFactory] has been associated with patterns [""].
[4/3/09 12:33:02:845 MDT] 0000000a WebContainer  I   SRVE0239I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.ws.WASJSPExtensionFactory] was registered successfully.
[4/3/09 12:33:02:861 MDT] 0000000a WebContainer  I   SRVE0240I: Extension Factory [class com.ibm.ws.jsp.webcontainerext.ws.WASJSPExtensionFactory] has been associated with patterns [*.jsp *.jspx *.jsw *.jsv ].
[4/3/09 12:33:03:376 MDT] 00000018 ApplicationMg A   WSVR0200I: Starting application: isclite
[4/3/09 12:33:03:376 MDT] 00000018 ApplicationMg A   WSVR0203I: Application: isclite  Application build level: WAS61.WSC [cf130743.20]
[4/3/09 12:33:03:486 MDT] 00000019 ApplicationMg A   WSVR0200I: Starting application: filetransfer
[4/3/09 12:33:03:486 MDT] 00000019 ApplicationMg A   WSVR0204I: Application: filetransfer  Application build level: Unknown
[4/3/09 12:33:03:486 MDT] 0000001a ApplicationMg A   WSVR0200I: Starting application: ManagementEJB
[4/3/09 12:33:03:704 MDT] 0000001a ApplicationMg A   WSVR0204I: Application: ManagementEJB  Application build level: Unknown
[4/3/09 12:33:03:923 MDT] 00000018 ExtensionPoin I   CWXRS0034I: Extension com.ibm.ws.isc.ibmautogeneratedidentifier1 connected with Extension Point com.ibm.ws.portletcontainer.collaborator-config
[4/3/09 12:33:03:986 MDT] 00000018 WebContainer  A   SRVE0161I: IBM WebSphere Application Server - Web Container.  Copyright IBM Corp. 1998-2006
[4/3/09 12:33:03:986 MDT] 00000018 WebContainer  A   SRVE0162I: Servlet Specification Level: 2.4
[4/3/09 12:33:04:001 MDT] 00000018 WebContainer  A   SRVE0163I: Supported JSP Specification Level: 2.0
[4/3/09 12:33:04:001 MDT] 0000001a EJBContainerI I   WSVR0037I: Starting EJB jar: mejb.jar
[4/3/09 12:33:04:079 MDT] 0000001a EJBContainerI I   WSVR0057I: EJB jar started: mejb.jar
[4/3/09 12:33:04:095 MDT] 0000001a ApplicationMg A   WSVR0221I: Application started: ManagementEJB
[4/3/09 12:33:04:095 MDT] 0000001a ApplicationMg A   WSVR0200I: Starting application: wim
[4/3/09 12:33:04:095 MDT] 0000001a ApplicationMg A   WSVR0204I: Application: wim  Application build level: Unknown
[4/3/09 12:33:04:111 MDT] 0000001a EJBContainerI I   WSVR0037I: Starting EJB jar: wimejb.jar
[4/3/09 12:33:04:126 MDT] 0000001a EJBContainerI I   WSVR0057I: EJB jar started: wimejb.jar
[4/3/09 12:33:04:126 MDT] 0000001a ApplicationMg A   WSVR0221I: Application started: wim
[4/3/09 12:33:04:236 MDT] 00000018 WebContainer  A   SRVE0239I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] was registered successfully.
[4/3/09 12:33:04:251 MDT] 00000018 WebContainer  A   SRVE0240I: Extension Factory [class com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionFactory] has been associated with patterns [VH:_WS_EH* ].
[4/3/09 12:33:04:298 MDT] 00000018 WebGroup      A   SRVE0169I: Loading Web Module: isclite.
[4/3/09 12:33:04:783 MDT] 00000018 ServletWrappe I   SRVE0242I: [isclite] [/ibm/console] [EventInitializer]: Initialization successful.
[4/3/09 12:33:04:814 MDT] 00000018 VirtualHost   I   SRVE0250I: Web Module isclite has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:04:829 MDT] 00000019 WebGroup      A   SRVE0169I: Loading Web Module: WebSphere Admin File Transfer Application.
[4/3/09 12:33:04:876 MDT] 00000019 ServletWrappe I   SRVE0242I: [filetransfer] [/FileTransfer] [transfer]: Initialization successful.
[4/3/09 12:33:04:892 MDT] 00000019 VirtualHost   I   SRVE0250I: Web Module WebSphere Admin File Transfer Application has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:04:892 MDT] 00000018 WebGroup      A   SRVE0169I: Loading Web Module: adminconsole redirector.
[4/3/09 12:33:04:923 MDT] 00000018 VirtualHost   I   SRVE0250I: Web Module adminconsole redirector has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:04:923 MDT] 00000019 ApplicationMg A   WSVR0221I: Application started: filetransfer
[4/3/09 12:33:04:954 MDT] 00000018 WebGroup      A   SRVE0169I: Loading Web Module: EHS3.01.
[4/3/09 12:33:05:001 MDT] 00000018 VirtualHost   I   SRVE0250I: Web Module EHS3.01 has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:05:454 MDT] 00000018 WebGroup      A   SRVE0169I: Loading Web Module: Integrated Solutions Console.
[4/3/09 12:33:05:595 MDT] 00000018 VirtualHost   I   SRVE0250I: Web Module Integrated Solutions Console has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:05:829 MDT] 00000018 WebGroup      A   SRVE0169I: Loading Web Module: WIM.
[4/3/09 12:33:05:876 MDT] 00000018 VirtualHost   I   SRVE0250I: Web Module WIM has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:06:048 MDT] 00000018 WebGroup      A   SRVE0169I: Loading Web Module: WebSphere Application Server.
[4/3/09 12:33:06:111 MDT] 00000018 VirtualHost   I   SRVE0250I: Web Module WebSphere Application Server has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:06:423 MDT] 00000018 WebGroup      A   SRVE0169I: Loading Web Module: Integrated Solutions Console Admin Portlets.
[4/3/09 12:33:06:517 MDT] 00000018 VirtualHost   I   SRVE0250I: Web Module Integrated Solutions Console Admin Portlets has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:06:548 MDT] 00000018 WebGroup      A   SRVE0169I: Loading Web Module: /ibm/action/launch.
[4/3/09 12:33:06:595 MDT] 00000018 VirtualHost   I   SRVE0250I: Web Module /ibm/action/launch has been bound to admin_host[*:9060,*:9043].
[4/3/09 12:33:06:673 MDT] 00000018 ApplicationMg A   WSVR0221I: Application started: isclite
[4/3/09 12:33:06:720 MDT] 0000000a TCPChannel    I   TCPC0001I: TCP Channel TCP_1 is listening on host *  (IPv4) port 9060. 
[4/3/09 12:33:06:736 MDT] 0000000a WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain WCInboundAdmin.
[4/3/09 12:33:06:751 MDT] 0000000a TCPChannel    I   TCPC0001I: TCP Channel TCP_3 is listening on host *  (IPv4) port 9043. 
[4/3/09 12:33:06:767 MDT] 0000000a WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain WCInboundAdminSecure.
[4/3/09 12:33:06:845 MDT] 0000000a TaskConfigMon I   INFO_INITIALIZATION_COMPLETE
[4/3/09 12:33:06:861 MDT] 0000000a RMIConnectorC A   ADMC0026I: The RMI Connector is available at port 9809
[4/3/09 12:33:06:908 MDT] 0000001e UserManagemen I   CWWIM6002I Received notification that the server has finished starting.
[4/3/09 12:33:06:908 MDT] 0000001e UserManagemen I   CWWIM6003I Initialization of the dynamic reload manager completed successfully.
[4/3/09 12:33:07:064 MDT] 0000000a WsServerImpl  A   WSVR0001I: Server dmgr open for e-business
[4/3/09 12:33:08:033 MDT] 0000000f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000000f_09.04.03_12.33.08_0.txt
[4/3/09 12:33:08:095 MDT] 0000000f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000000f_09.04.03_12.33.08_0.txt
[4/3/09 12:33:25:815 MDT] 0000001f ServletWrappe I   SRVE0242I: [isclite] [/ibm/console] [/logon.jsp]: Initialization successful.
[4/3/09 12:33:25:940 MDT] 0000001f SessionListen I SessionListener sessionCreated(HttpSessionEvent event) session with session ID=dyE0k8Hsa4TNxfcbd-Qe8m_getting created
[4/3/09 12:33:32:612 MDT] 0000001f CacheServiceI I   DYNA1001I: WebSphere Dynamic Cache instance named ws/ISMMSAD/SearchResultsCache initialized successfully.
[4/3/09 12:33:32:643 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_0.txt
[4/3/09 12:33:32:659 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_0.txt
[4/3/09 12:33:32:659 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_1.txt
[4/3/09 12:33:32:659 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_1.txt
[4/3/09 12:33:32:675 MDT] 0000001f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 12:33:32:675 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_2.txt
[4/3/09 12:33:32:690 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_2.txt
[4/3/09 12:33:32:690 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_3.txt
[4/3/09 12:33:32:706 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_3.txt
[4/3/09 12:33:32:706 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_4.txt
[4/3/09 12:33:32:721 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_4.txt
[4/3/09 12:33:32:737 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_5.txt
[4/3/09 12:33:32:737 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_5.txt
[4/3/09 12:33:32:753 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_6.txt
[4/3/09 12:33:32:768 MDT] 0000001f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000001f_09.04.03_12.33.32_6.txt
[4/3/09 12:33:32:768 MDT] 0000001f FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 12:33:32:784 MDT] 0000001f ServletWrappe I   SRVE0242I: [isclite] [/ibm/console] [/logonError.jsp]: Initialization successful.
[4/3/09 12:34:51:218 MDT] 00000010 RoleViewLeade I   DCSV8054I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: View change in process. 
[4/3/09 12:34:51:234 MDT] 00000028 VSyncAlgo1    I   DCSV2004I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: View synchronization completed successfully. The View Identifier is (1:0.ctgCell01\ctgCellManager01\dmgr). The internal details are None.
[4/3/09 12:34:51:234 MDT] 0000002a CoreGroupMemb I   DCSV8050I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: New view installed, identifier (2:0.ctgCell01\ctgCellManager01\dmgr), view size is 1 (AV=1, CD=1, CN=1, DF=3)
[4/3/09 12:34:51:249 MDT] 0000000f ViewReceiver  I   DCSV1033I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: Confirmed all new view members in view identifier (2:0.ctgCell01\ctgCellManager01\dmgr). View channel type is View|Ptp.
[4/3/09 12:35:39:476 MDT] 00000020 SessionListen I SessionListener sessionCreated(HttpSessionEvent event) session with session ID=l67wCnBKk_K37NsgDoyZrq8getting created
[4/3/09 12:35:42:664 MDT] 0000002c DiscoveryMBea I   ADMD0023I: The system discovered process (name: ctgNode01, type: NodeAgent, pid: 1380)
[4/3/09 12:35:43:727 MDT] 00000028 MbuRmmAdapter I   DCSV1032I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: Connected a defined member ctgCell01\ctgNode01\nodeagent.
[4/3/09 12:35:48:962 MDT] 00000020 LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 12:35:48:962 MDT] 00000020 FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 12:36:01:652 MDT] 00000020 LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 12:36:01:667 MDT] 00000020 FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 12:36:07:496 MDT] 0000002a RoleMergeLead I   DCSV8054I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: View change in process. 
[4/3/09 12:36:07:512 MDT] 00000028 VSyncAlgo1    I   DCSV2004I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: View synchronization completed successfully. The View Identifier is (2:0.ctgCell01\ctgCellManager01\dmgr). The internal details are None.
[4/3/09 12:36:07:590 MDT] 0000002a CoordinatorIm I   HMGR0218I: A new core group view has been installed. The core group is DefaultCoreGroup. The view identifier is (3:0.ctgCell01\ctgCellManager01\dmgr). The number of members in the new view is 2.
[4/3/09 12:36:07:590 MDT] 0000002a CoreGroupMemb I   DCSV8050I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: New view installed, identifier (3:0.ctgCell01\ctgCellManager01\dmgr), view size is 2 (AV=2, CD=2, CN=2, DF=3)
[4/3/09 12:36:07:668 MDT] 00000010 ViewReceiver  I   DCSV1033I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgCellManager01\dmgr: Confirmed all new view members in view identifier (3:0.ctgCell01\ctgCellManager01\dmgr). View channel type is View|Ptp.
[4/3/09 12:36:07:684 MDT] 0000002a CoordinatorIm I   HMGR0206I: The Coordinator is an Active Coordinator for core group DefaultCoreGroup.
[4/3/09 12:44:22:683 MDT] 0000001f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 12:44:22:699 MDT] 0000001f FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 13:05:10:705 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 13:05:10:736 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_0.txt
[4/3/09 13:05:10:752 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_0.txt
[4/3/09 13:05:10:768 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_1.txt
[4/3/09 13:05:10:768 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_1.txt
[4/3/09 13:05:10:830 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 13:05:10:830 MDT] 0000002f RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. The Role based authorization check will not have an accessId of the caller to check. The parameters are: access check method getProcessType on resource Server and module Server. The stack trace is java.lang.Exception: Invocation and received credentials are both null
	at com.ibm.ws.security.role.RoleBasedAuthorizerImpl.checkAccess(RoleBasedAuthorizerImpl.java:287)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1967)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1819)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1719)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1692)
	at com.ibm.ws.management.AdminServiceImpl.getAttribute(AdminServiceImpl.java:686)
	at com.ibm.ws.management.connector.AdminServiceDelegator.getAttribute(AdminServiceDelegator.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:351)
	at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:205)
	at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
	at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:680)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
.
[4/3/09 13:05:10:861 MDT] 0000002f RoleBasedAuth A   SECJ0305I: The role-based authorization check failed for admin-authz operation Server:getProcessType.  The user UNAUTHENTICATED (unique ID: unauthenticated) was not granted any of the following required roles: adminsecuritymanager, operator, deployer, administrator, monitor, configurator.
[4/3/09 13:05:10:877 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl initialize FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_2.txt
[4/3/09 13:05:10:877 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_2.txt
[4/3/09 13:05:10:877 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_3.txt
[4/3/09 13:05:10:892 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_3.txt
[4/3/09 13:05:10:908 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_4.txt
[4/3/09 13:05:10:924 MDT] 0000002f ServiceLogger I com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC closed incident stream file D:\IBM\WebSphere\AppServer\profiles\ctgDmgr01\logs\ffdc\dmgr_0000002f_09.04.03_13.05.10_4.txt
[4/3/09 13:08:39:490 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 13:08:39:536 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 13:08:39:536 MDT] 0000002f RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. The Role based authorization check will not have an accessId of the caller to check. The parameters are: access check method getProcessType on resource Server and module Server. The stack trace is java.lang.Exception: Invocation and received credentials are both null
	at com.ibm.ws.security.role.RoleBasedAuthorizerImpl.checkAccess(RoleBasedAuthorizerImpl.java:287)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1967)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1819)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1719)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1692)
	at com.ibm.ws.management.AdminServiceImpl.getAttribute(AdminServiceImpl.java:686)
	at com.ibm.ws.management.connector.AdminServiceDelegator.getAttribute(AdminServiceDelegator.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:351)
	at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:205)
	at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
	at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:680)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
.
[4/3/09 13:08:39:552 MDT] 0000002f RoleBasedAuth A   SECJ0305I: The role-based authorization check failed for admin-authz operation Server:getProcessType.  The user UNAUTHENTICATED (unique ID: unauthenticated) was not granted any of the following required roles: adminsecuritymanager, operator, deployer, administrator, monitor, configurator.
[4/3/09 13:09:56:512 MDT] 00000030 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 13:09:56:543 MDT] 00000030 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 13:09:56:543 MDT] 00000030 SessionUtil   E SessionUtil Execute Exception while getting Topology Servicecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 13:09:56:543 MDT] 00000030 SessionListen I SessionListener sessionDestroyed(HttpSessionEvent event) session with session ID=l67wCnBKk_K37NsgDoyZrq8getting destroyed
[4/3/09 13:11:12:659 MDT] 0000001f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 13:11:12:674 MDT] 0000001f FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 13:41:32:704 MDT] 00000030 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 13:41:32:704 MDT] 00000030 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 13:41:32:704 MDT] 00000030 SessionUtil   E SessionUtil Execute Exception while getting Topology Servicecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 13:41:32:704 MDT] 00000030 SessionListen I SessionListener sessionDestroyed(HttpSessionEvent event) session with session ID=dyE0k8Hsa4TNxfcbd-Qe8m_getting destroyed
[4/3/09 14:14:01:897 MDT] 00000020 LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 14:14:01:897 MDT] 00000020 FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 14:14:01:913 MDT] 00000020 SessionListen I SessionListener sessionCreated(HttpSessionEvent event) session with session ID=0mXzqtK8ObtxTwNiHEkMHGAgetting created
[4/3/09 14:44:44:819 MDT] 0000000f StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 14:44:44:819 MDT] 0000000f StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 14:44:44:835 MDT] 0000000f SessionUtil   E SessionUtil Execute Exception while getting Topology Servicecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 14:44:44:835 MDT] 0000000f SessionListen I SessionListener sessionDestroyed(HttpSessionEvent event) session with session ID=0mXzqtK8ObtxTwNiHEkMHGAgetting destroyed
[4/3/09 15:26:41:819 MDT] 00000034 SessionListen I SessionListener sessionCreated(HttpSessionEvent event) session with session ID=SLuGA9HXGtsoeLIpwedR4kbgetting created
[4/3/09 15:26:54:194 MDT] 00000034 LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 15:26:54:210 MDT] 00000034 FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 15:58:28:967 MDT] 0000000f StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 15:58:28:967 MDT] 0000000f StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 15:58:28:967 MDT] 0000000f SessionUtil   E SessionUtil Execute Exception while getting Topology Servicecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 15:58:28:983 MDT] 0000000f SessionListen I SessionListener sessionDestroyed(HttpSessionEvent event) session with session ID=SLuGA9HXGtsoeLIpwedR4kbgetting destroyed
[4/3/09 16:50:30:921 MDT] 0000001f SessionListen I SessionListener sessionCreated(HttpSessionEvent event) session with session ID=Yvp5i68yU5UwVZbQw_LmXRkgetting created
[4/3/09 16:50:35:546 MDT] 0000001f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 16:50:35:561 MDT] 0000001f FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 16:50:53:062 MDT] 0000001f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 16:50:53:077 MDT] 0000001f FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 16:51:30:547 MDT] 00000020 LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 16:51:30:547 MDT] 00000020 FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 16:51:41:984 MDT] 00000020 SessionListen I SessionListener sessionCreated(HttpSessionEvent event) session with session ID=SoodlWTHFsjoxJDKp_76_MVgetting created
[4/3/09 16:51:49:531 MDT] 00000020 LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 16:51:49:531 MDT] 00000020 FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 17:07:17:138 MDT] 0000001f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 17:07:17:153 MDT] 0000001f FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 17:22:45:089 MDT] 00000010 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 17:22:45:089 MDT] 00000010 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 17:22:45:089 MDT] 00000010 SessionUtil   E SessionUtil Execute Exception while getting Topology Servicecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 17:22:45:105 MDT] 00000010 SessionListen I SessionListener sessionDestroyed(HttpSessionEvent event) session with session ID=Yvp5i68yU5UwVZbQw_LmXRkgetting destroyed
[4/3/09 17:38:33:123 MDT] 0000000f StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 17:38:33:123 MDT] 0000000f StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 17:38:33:123 MDT] 0000000f SessionUtil   E SessionUtil Execute Exception while getting Topology Servicecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 17:38:33:139 MDT] 0000000f SessionListen I SessionListener sessionDestroyed(HttpSessionEvent event) session with session ID=SoodlWTHFsjoxJDKp_76_MVgetting destroyed
[4/3/09 17:43:54:848 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 17:43:54:895 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 17:43:54:895 MDT] 0000002f RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. The Role based authorization check will not have an accessId of the caller to check. The parameters are: access check method getProcessType on resource Server and module Server. The stack trace is java.lang.Exception: Invocation and received credentials are both null
	at com.ibm.ws.security.role.RoleBasedAuthorizerImpl.checkAccess(RoleBasedAuthorizerImpl.java:287)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1967)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1819)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1719)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1692)
	at com.ibm.ws.management.AdminServiceImpl.getAttribute(AdminServiceImpl.java:686)
	at com.ibm.ws.management.connector.AdminServiceDelegator.getAttribute(AdminServiceDelegator.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:351)
	at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:205)
	at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
	at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:680)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
.
[4/3/09 17:43:54:911 MDT] 0000002f RoleBasedAuth A   SECJ0305I: The role-based authorization check failed for admin-authz operation Server:getProcessType.  The user UNAUTHENTICATED (unique ID: unauthenticated) was not granted any of the following required roles: adminsecuritymanager, operator, deployer, administrator, monitor, configurator.
[4/3/09 17:44:31:458 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 17:44:31:489 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 17:44:31:505 MDT] 0000002f RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. The Role based authorization check will not have an accessId of the caller to check. The parameters are: access check method getProcessType on resource Server and module Server. The stack trace is java.lang.Exception: Invocation and received credentials are both null
	at com.ibm.ws.security.role.RoleBasedAuthorizerImpl.checkAccess(RoleBasedAuthorizerImpl.java:287)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1967)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1819)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1719)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1692)
	at com.ibm.ws.management.AdminServiceImpl.getAttribute(AdminServiceImpl.java:686)
	at com.ibm.ws.management.connector.AdminServiceDelegator.getAttribute(AdminServiceDelegator.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:351)
	at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:205)
	at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
	at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:680)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
.
[4/3/09 17:44:31:505 MDT] 0000002f RoleBasedAuth A   SECJ0305I: The role-based authorization check failed for admin-authz operation Server:getProcessType.  The user UNAUTHENTICATED (unique ID: unauthenticated) was not granted any of the following required roles: adminsecuritymanager, operator, deployer, administrator, monitor, configurator.
[4/3/09 17:49:07:245 MDT] 00000034 SessionListen I SessionListener sessionCreated(HttpSessionEvent event) session with session ID=DRN2APTswo1CIeeAw09Jff9getting created
[4/3/09 17:49:11:479 MDT] 00000034 LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 17:49:11:495 MDT] 00000034 FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 18:20:41:190 MDT] 00000010 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 18:20:41:190 MDT] 00000010 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 18:20:41:190 MDT] 00000010 SessionUtil   E SessionUtil Execute Exception while getting Topology Servicecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 18:20:41:206 MDT] 00000010 SessionListen I SessionListener sessionDestroyed(HttpSessionEvent event) session with session ID=DRN2APTswo1CIeeAw09Jff9getting destroyed
[4/3/09 21:30:35:208 MDT] 0000001f SessionListen I SessionListener sessionCreated(HttpSessionEvent event) session with session ID=eL8jhdjpdyH5f2IGhI-F7kigetting created
[4/3/09 21:30:45:893 MDT] 0000001f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 21:30:45:909 MDT] 0000001f FormLoginExte E   SECJ0118E: Authentication error during authentication for user wasadmin
[4/3/09 21:39:32:487 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 21:39:32:518 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 21:39:32:534 MDT] 0000002f RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. The Role based authorization check will not have an accessId of the caller to check. The parameters are: access check method getProcessType on resource Server and module Server. The stack trace is java.lang.Exception: Invocation and received credentials are both null
	at com.ibm.ws.security.role.RoleBasedAuthorizerImpl.checkAccess(RoleBasedAuthorizerImpl.java:287)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1967)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1819)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1719)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1692)
	at com.ibm.ws.management.AdminServiceImpl.getAttribute(AdminServiceImpl.java:686)
	at com.ibm.ws.management.connector.AdminServiceDelegator.getAttribute(AdminServiceDelegator.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:351)
	at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:205)
	at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
	at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:680)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
.
[4/3/09 21:39:32:549 MDT] 0000002f RoleBasedAuth A   SECJ0305I: The role-based authorization check failed for admin-authz operation Server:getProcessType.  The user UNAUTHENTICATED (unique ID: unauthenticated) was not granted any of the following required roles: adminsecuritymanager, operator, deployer, administrator, monitor, configurator.
[4/3/09 22:01:53:425 MDT] 00000010 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 22:01:53:425 MDT] 00000010 StateControlI W   com.ibm.isclite.runtime.aggregation.state.impl.StateControlImplWindowInformationProviderImpl(String sessionID)StateControlService not availablecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 22:01:53:440 MDT] 00000010 SessionUtil   E SessionUtil Execute Exception while getting Topology Servicecom.ibm.isclite.runtime.CoreException: ServiceManager.getService(): Service not found.
[4/3/09 22:01:53:440 MDT] 00000010 SessionListen I SessionListener sessionDestroyed(HttpSessionEvent event) session with session ID=eL8jhdjpdyH5f2IGhI-F7kigetting destroyed
[4/3/09 23:11:21:457 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 23:11:21:488 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 23:11:21:504 MDT] 0000002f RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. The Role based authorization check will not have an accessId of the caller to check. The parameters are: access check method getProcessType on resource Server and module Server. The stack trace is java.lang.Exception: Invocation and received credentials are both null
	at com.ibm.ws.security.role.RoleBasedAuthorizerImpl.checkAccess(RoleBasedAuthorizerImpl.java:287)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1967)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1819)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1719)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1692)
	at com.ibm.ws.management.AdminServiceImpl.getAttribute(AdminServiceImpl.java:686)
	at com.ibm.ws.management.connector.AdminServiceDelegator.getAttribute(AdminServiceDelegator.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:351)
	at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:205)
	at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
	at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:680)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
.
[4/3/09 23:11:21:504 MDT] 0000002f RoleBasedAuth A   SECJ0305I: The role-based authorization check failed for admin-authz operation Server:getProcessType.  The user UNAUTHENTICATED (unique ID: unauthenticated) was not granted any of the following required roles: adminsecuritymanager, operator, deployer, administrator, monitor, configurator.
[4/3/09 23:54:31:587 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 23:54:31:619 MDT] 0000002f LTPAServerObj E   SECJ0369E: Authentication failed when using LTPA. The exception is <null>.
[4/3/09 23:54:31:634 MDT] 0000002f RoleBasedAuth E   SECJ0306E: No received or invocation credential exist on the thread. The Role based authorization check will not have an accessId of the caller to check. The parameters are: access check method getProcessType on resource Server and module Server. The stack trace is java.lang.Exception: Invocation and received credentials are both null
	at com.ibm.ws.security.role.RoleBasedAuthorizerImpl.checkAccess(RoleBasedAuthorizerImpl.java:287)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1967)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1819)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1719)
	at com.ibm.ws.management.AdminServiceImpl.preInvoke(AdminServiceImpl.java:1692)
	at com.ibm.ws.management.AdminServiceImpl.getAttribute(AdminServiceImpl.java:686)
	at com.ibm.ws.management.connector.AdminServiceDelegator.getAttribute(AdminServiceDelegator.java:99)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:618)
	at com.ibm.ws.management.connector.soap.SOAPConnector.invoke(SOAPConnector.java:351)
	at com.ibm.ws.management.connector.soap.SOAPConnector.service(SOAPConnector.java:205)
	at com.ibm.ws.management.connector.soap.SOAPConnection.handleRequest(SOAPConnection.java:55)
	at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:680)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:484)
	at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
.
[4/3/09 23:54:31:634 MDT] 0000002f RoleBasedAuth A   SECJ0305I: The role-based authorization check failed for admin-authz operation Server:getProcessType.  The user UNAUTHENTICATED (unique ID: unauthenticated) was not granted any of the following required roles: adminsecuritymanager, operator, deployer, administrator, monitor, configurator.

Open in new window

Avatar of fowlow

ASKER

How does startserver.bat differ from startmanager.bat and startnode.bat?
SOLUTION
Avatar of HonorGod
HonorGod
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fowlow

ASKER

I dont see any errors, but nor do I see any attempt to authenticate in the node agent.  I have attached the nodeagent systemout.log
When I was previously able to login to Websphere administrative console I never had to run startserver.bat so I don't think that script comes into play. Is this correct?

************ Start Display Current Environment ************
WebSphere Platform 6.1 [ND 6.1.0.13 cf130745.06]  running with process name ctgCell01\ctgNode01\nodeagent and process id 1380
Host Operating System is Windows Server 2003, version 5.2 build 3790 Service Pack 2
Java version = J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223-20071007 (JIT enabled)
J9VM - 20071004_14218_lHdSMR
JIT  - 20070820_1846ifx1_r8
GC   - 200708_10, Java Compiler = j9jit23, Java VM name = IBM J9 VM
was.install.root = D:\ibm\WebSphere\AppServer
user.install.root = D:\IBM\WebSphere\AppServer\profiles\ctgAppSrv01
Java Home = D:\ibm\WebSphere\AppServer\java\jre
ws.ext.dirs = D:\ibm\WebSphere\AppServer/java/lib;D:\IBM\WebSphere\AppServer\profiles\ctgAppSrv01/classes;D:\ibm\WebSphere\AppServer/classes;D:\ibm\WebSphere\AppServer/lib;D:\ibm\WebSphere\AppServer/installedChannels;D:\ibm\WebSphere\AppServer/lib/ext;D:\ibm\WebSphere\AppServer/web/help;D:\ibm\WebSphere\AppServer/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = D:\IBM\WebSphere\AppServer\profiles\ctgAppSrv01/properties;D:\ibm\WebSphere\AppServer/properties;D:\ibm\WebSphere\AppServer/lib/startup.jar;D:\ibm\WebSphere\AppServer/lib/bootstrap.jar;D:\ibm\WebSphere\AppServer/lib/j2ee.jar;D:\ibm\WebSphere\AppServer/lib/lmproxy.jar;D:\ibm\WebSphere\AppServer/lib/urlprotocols.jar;D:\ibm\WebSphere\AppServer/deploytool/itp/batchboot.jar;D:\ibm\WebSphere\AppServer/deploytool/itp/batch2.jar;D:\ibm\WebSphere\AppServer/java/lib/tools.jar
Java Library path = D:\ibm\WebSphere\AppServer\java\jre\bin;.;D:\ibm\WebSphere\AppServer\bin;D:\ibm\WebSphere\AppServer\java\bin;D:\ibm\WebSphere\AppServer\java\jre\bin;D:\IBM\AgentController\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
************* End Display Current Environment *************
[4/3/09 12:35:14:050 MDT] 0000000a ManagerAdmin  I   TRAS0017I: The startup trace state is *=info.
[4/3/09 12:35:15:206 MDT] 0000000a ManagerAdmin  I   TRAS0111I: The message IDs that are in use are deprecated
[4/3/09 12:35:15:675 MDT] 0000000a AdminInitiali A   ADMN0015I: The administration service is initialized.
[4/3/09 12:35:16:488 MDT] 0000000a PluginConfigS I   PLGC0057I: The plug-in configuration service started successfully.
[4/3/09 12:35:16:582 MDT] 0000000a SSLComponentI I   CWPKI0001I: SSL service is initializing the configuration
[4/3/09 12:35:16:660 MDT] 0000000a WSKeyStore    W   CWPKI0041W: One or more key stores are using the default password.
[4/3/09 12:35:16:722 MDT] 0000000a SSLConfigMana I   CWPKI0027I: Disabling default hostname verification for HTTPS URL connections.
[4/3/09 12:35:16:816 MDT] 0000000a SSLDiagnostic I   CWPKI0014I: The SSL component's FFDC Diagnostic Module com.ibm.ws.ssl.core.SSLDiagnosticModule registered successfully: true.
[4/3/09 12:35:16:832 MDT] 0000000a SSLComponentI I   CWPKI0002I: SSL service initialization completed successfully
[4/3/09 12:35:16:878 MDT] 0000000a DiagnosticCon I com.ibm.wsspi.rasdiag.DiagnosticConfigHome setStateCollectionSpec RASD0012I: Updating State Collection Spec from Uninitialized Value to .*:.*=0
[4/3/09 12:35:16:894 MDT] 0000000a PMIImpl       A   CWPMI1001I: PMI is enabled
[4/3/09 12:35:20:817 MDT] 0000000a SecurityDM    I   SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[4/3/09 12:35:20:910 MDT] 0000000a AuditServiceI A   SECJ6004I: Security Auditing is disabled. 
[4/3/09 12:35:20:957 MDT] 0000000a distSecurityC I   SECJ0309I: Java 2 Security is disabled.
[4/3/09 12:35:20:957 MDT] 0000000a Configuration A   SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[4/3/09 12:35:20:973 MDT] 0000000a distSecurityC I   SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[4/3/09 12:35:21:129 MDT] 0000000a distSecurityC I   SECJ0240I: Security service initialization completed successfully
[4/3/09 12:35:21:911 MDT] 0000000a UserManagemen I   CWWIM6000I Starting bootstrap sequence for the dynamic reload manager.
[4/3/09 12:35:21:926 MDT] 0000000a UserManagemen I   CWWIM6001I Waiting for notification that the server has finished starting.
[4/3/09 12:35:22:348 MDT] 0000000a ThreadPoolMgr W   WSVR0626W: The ThreadPool setting on the ObjectRequestBroker service is deprecated.
[4/3/09 12:35:22:786 MDT] 0000000a SSLComponentI I   CWPKI0003I: SSL service is starting
[4/3/09 12:35:22:942 MDT] 0000000a SSLComponentI I   CWPKI0004I: SSL service started successfully
[4/3/09 12:35:25:083 MDT] 0000000a SASRas        A   JSAS0006I: Security connection interceptor initialized.
[4/3/09 12:35:25:145 MDT] 0000000a SASRas        A   JSAS0001I: Security configuration initialized.
[4/3/09 12:35:25:224 MDT] 0000000a SASRas        A   JSAS0003I: Authentication mechanism: LTPA
[4/3/09 12:35:25:224 MDT] 0000000a SASRas        A   JSAS0004I: Principal name: /
[4/3/09 12:35:28:224 MDT] 0000000a SASRas        A   JSAS0007I: Client request interceptor registered.
[4/3/09 12:35:28:834 MDT] 0000000a SASRas        A   JSAS0008I: Server request interceptor registered.
[4/3/09 12:35:28:943 MDT] 0000000a SecurityCompo A   JSAS0009I: IOR interceptor registered.
[4/3/09 12:35:30:474 MDT] 0000000a CoordinatorIm I   HMGR0228I: The Coordinator is not an Active Coordinator for core group DefaultCoreGroup.
[4/3/09 12:35:31:506 MDT] 0000000a MbuRmmAdapter I   DCSV1001I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: Created a new transport infrastructure instance successfully. Transport type is ChannelFramework. Version information is 1.9.8.18 - 12/02/07.
[4/3/09 12:35:31:615 MDT] 0000000a DCSStackImpl  I   DCSV0005I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: Started. Stack version information: DCSBV_WAS6_1_20060409. Stack protocol information: 51001.
[4/3/09 12:35:31:647 MDT] 0000000f ViewReceiver  I   DCSV1033I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: Confirmed all new view members in view identifier (1:0.ctgCell01\ctgNode01\nodeagent). View channel type is View|Ptp.
[4/3/09 12:35:31:678 MDT] 0000000a TCPChannel    I   TCPC0001I: TCP Channel TCP_1 is listening on host *  (IPv4) port 9353. 
[4/3/09 12:35:31:678 MDT] 0000000a WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain DCS.
[4/3/09 12:35:31:693 MDT] 0000000a WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain DCS-Secure.
[4/3/09 12:35:31:693 MDT] 0000000a DCSPluginImpl I   HMGR0001I: The DCS Core Stack transport has been started for core group DefaultCoreGroup. There are 3 members.
[4/3/09 12:35:32:584 MDT] 0000000a NameServerImp A   NMSV0018I: Name server available on bootstrap port 2809.
[4/3/09 12:35:32:991 MDT] 0000000a TreeBuilder   I   INIT 94 ms. nodes:22
[4/3/09 12:35:37:069 MDT] 0000000a authz         I   CWWIM2000I Initialization of the authorization component completed successfully.
[4/3/09 12:35:37:069 MDT] 0000000a UserRegistryI A   SECJ0136I: Custom Registry:com.ibm.ws.wim.registry.WIMUserRegistry has been initialized
[4/3/09 12:35:41:008 MDT] 0000000a JMXSoapAdapte A   ADMC0013I: The SOAP connector is available at port 8878
[4/3/09 12:35:41:023 MDT] 0000000a distSecurityC I   SECJ0243I: Security service started successfully
[4/3/09 12:35:41:023 MDT] 0000000a distSecurityC I   SECJ0210I: Security enabled true
[4/3/09 12:35:41:383 MDT] 0000000a ManagedObject I   Processing extension point com.ibm.wsspi.extension.managed-object-metadata-collector
[4/3/09 12:35:41:508 MDT] 0000000a RMIConnectorC A   ADMC0026I: The RMI Connector is available at port 2809
[4/3/09 12:35:41:539 MDT] 00000016 UserManagemen I   CWWIM6002I Received notification that the server has finished starting.
[4/3/09 12:35:41:586 MDT] 00000016 UserManagemen I   CWWIM6003I Initialization of the dynamic reload manager completed successfully.
[4/3/09 12:35:42:226 MDT] 0000001c WSChannelFram A   CHFW0019I: The Transport Channel Service has started chain chain_0.
[4/3/09 12:35:43:336 MDT] 00000021 ManagedObject I   Processing extension point com.ibm.wsspi.extension.managed-object-metadata-collector
[4/3/09 12:35:43:399 MDT] 00000022 DiscoveryMBea I   ADMD0023I: The system discovered process (name: dmgr, type: DeploymentManager, pid: 764)
[4/3/09 12:35:43:867 MDT] 00000024 MbuRmmAdapter I   DCSV1032I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: Connected a defined member ctgCell01\ctgCellManager01\dmgr.
[4/3/09 12:35:44:227 MDT] 0000000a WsServerImpl  A   WSVR0001I: Server nodeagent open for e-business
[4/3/09 12:35:46:055 MDT] 00000025 NodeSyncTask  A   ADMS0003I: The configuration synchronization completed successfully.
[4/3/09 12:36:07:528 MDT] 00000027 RoleViewLeade I   DCSV8054I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: View change in process. 
[4/3/09 12:36:07:559 MDT] 00000024 VSyncAlgo1    I   DCSV2004I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: View synchronization completed successfully. The View Identifier is (1:0.ctgCell01\ctgNode01\nodeagent). The internal details are None.
[4/3/09 12:36:07:637 MDT] 00000027 MBRStateXchg  I   DCSV8070I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: Updated HA Manager state. New state version is CoreGroupConfig : MemberName ctgCell01\ctgCellManager01\dmgr, DMGR true, time read 1238783567719, number coordinators 1, numberPreferred 0, numberProcesses 3, version 6aa8dfa48eb6eae08b6999494dbb36454ce8f56d 
[4/3/09 12:36:07:653 MDT] 00000027 CoordinatorIm I   HMGR0228I: The Coordinator is not an Active Coordinator for core group DefaultCoreGroup.
[4/3/09 12:36:07:653 MDT] 00000027 CoordinatorIm I   HMGR0218I: A new core group view has been installed. The core group is DefaultCoreGroup. The view identifier is (3:0.ctgCell01\ctgCellManager01\dmgr). The number of members in the new view is 2.
[4/3/09 12:36:07:668 MDT] 00000027 CoreGroupMemb I   DCSV8050I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: New view installed, identifier (3:0.ctgCell01\ctgCellManager01\dmgr), view size is 2 (AV=2, CD=2, CN=2, DF=3)
[4/3/09 12:36:07:684 MDT] 00000010 ViewReceiver  I   DCSV1033I: DCS Stack DefaultCoreGroup at Member ctgCell01\ctgNode01\nodeagent: Confirmed all new view members in view identifier (3:0.ctgCell01\ctgCellManager01\dmgr). View channel type is View|Ptp.
[4/3/09 12:36:43:893 MDT] 0000002c NodeSyncTask  A   ADMS0003I: The configuration synchronization completed successfully.
[4/3/09 12:37:43:903 MDT] 

Open in new window

ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ah, thank you for providing the details.  I think that this will prove helpful to others.
Thanks for the grade & assist.

Good luck & have a great day