I have deployed a war file in Websphere 7.0 console . Deployment was successful . On starting the application throws error as " Failed to Start "
Error logs are as below.
[9/19/11 12:50:36:679 EDT] 0000001f CompositionUn A WSVR0190I: Starting composition unit WebSphere:cuname=EPROVIDER in BLA WebSphere:blaname=EPROVIDER.
[9/19/11 12:50:36:694 EDT] 0000001f ApplicationMg A WSVR0200I: Starting application: EPROVIDER
[9/19/11 12:50:36:694 EDT] 0000001f ApplicationMg A WSVR0204I: Application: EPROVIDER Application build level: Unknown
[9/19/11 12:50:37:038 EDT] 0000001f ApplicationMg E WSVR0101W: An error occurred starting, EPROVIDER
[9/19/11 12:50:37:038 EDT] 0000001f ApplicationMg A WSVR0217I: Stopping application: EPROVIDER
[9/19/11 12:50:37:038 EDT] 0000001f ApplicationMg A WSVR0220I: Application stopped: EPROVIDER
[9/19/11 12:50:37:038 EDT] 0000001f CompositionUn E WSVR0194E: Composition unit WebSphere:cuname=EPROVIDER in BLA WebSphere:blaname=EPROVIDER failed to start.
[9/19/11 12:50:37:038 EDT] 0000001f MBeanHelper E Could not invoke an operation on object: WebSphere:name=ApplicationManager,process=server1,platform=proxy,node=L67695M1Node02,version=7.0.0.11,type=ApplicationManager,mbeanIdentifier=ApplicationManager,cell=L67695M1Node02Cell,spec=1.0 because of an mbean exception: com.ibm.ws.exception.RuntimeError: java.lang.RuntimeException: java.lang.NullPointerException
You need to give us more info pal.
If you provide us with the full console log, we could surely help.
You can find the log of the server here :
C:*Your installed directory*\IBM\SDP75\runtimes\base_v7\profiles*YourProfile*\logs*yourServerName*
and the file is startServer.log.
You can also try this :
Stop the server.
Manually delete temp and wstemp directories under your profile directory.
Clean publish.
Good luck
Related
I'm using WebSphere 8.5.5 and have a DataSource created. When I click "Test Connection" from the "Data Sources" page the test is successful! When the application is started though, I get an error message and lengthy stack trace. I have the identical application code and DS setup running fine in another WebSphere instance. Here's the message and a partial stack trace.
[10/18/19 10:37:54:465 EDT] 00000081 SystemOut O 2019-10-18 10:37:54,465 INFO o.h.j.i.u.LogHelper [WebContainer : 3] HHH000204: Processing PersistenceUnitInfo [
name: icegate
...]
[10/18/19 10:37:55:650 EDT] 00000081 SystemOut O 2019-10-18 10:37:55,649 WARN o.h.e.j.e.i.JdbcEnvironmentInitiator [WebContainer : 3] HHH000342: Could not obtain connection to query metadata : ORA-01017: invalid username/password; logon denied
DSRA0010E: SQL State = 72000, Error Code = 1,017
[10/18/19 10:37:55:658 EDT] 00000081 SystemOut O 2019-10-18 10:37:55,657 INFO o.h.d.Dialect [WebContainer : 3] HHH000400: Using dialect: org.hibernate.dialect.Oracle9iDialect
[10/18/19 10:37:55:660 EDT] 00000081 SystemOut O 2019-10-18 10:37:55,659 INFO o.h.e.j.e.i.LobCreatorBuilderImpl [WebContainer : 3] HHH000422: Disabling contextual LOB creation as connection was null
[10/18/19 10:37:57:465 EDT] 00000081 SystemOut O 2019-10-18 10:37:57,430 ERROR o.h.h.s.i.IdTableHelper [WebContainer : 3] Unable obtain JDBC Connection
java.sql.SQLException: ORA-01017: invalid username/password; logon denied
DSRA0010E: SQL State = 72000, Error Code = 1,017
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447) ~[ojdbc6-11.2.0.3.jar:11.2.0.4.0]
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389) ~[ojdbc6-11.2.0.3.jar:11.2.0.4.0]
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382) ~[ojdbc6-11.2.0.3.jar:11.2.0.4.0]
at oracle.jdbc.driver.T4CTTIfun.processError(T4CTTIfun.java:675) ~[ojdbc6-11.2.0.3.jar:11.2.0.4.0]
Hello everybody (sorry for my english), I am using this library (which is a filter for SSO login with kerberos/spnego):
http://spnego.sourceforge.net/
I have an application developed with java(spring) which is deployed in IBM Websphere 8.5.5.8 (ibm jdk 1.7). The deploy is ok.
The library that I mentioned (spnego.jar) is put in the next path:
[WAS_HOME_INSTALL]/AppServer/lib/ext/
I have the krb5.conf file and login.conf file added as jvm parameters in Websphere.
After Deploy I start the application, and when its trying to do the authentication appears the next message:
No Kerberos creds in keytab for principal
HTTP/PWAS02.olympus.corp#OLYMPUS.CORP
Here is the log file:
[2/28/18 17:03:22:996 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: debug=true
[2/28/18 17:03:22:996 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: principal=HTTP/PWAS02.olympus.corp#OLYMPUS.CORP
[2/28/18 17:03:22:996 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: credsType=accept only
[2/28/18 17:03:22:996 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 config: useDefaultCcache=false (default)
[2/28/18 17:03:22:996 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 config: useCcache=null
[2/28/18 17:03:22:996 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 config: useDefaultKeytab=false
[2/28/18 17:03:22:996 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 config: useKeytab=/Apps/SSOpoc/SPNEGO/appsvr.keytab
[2/28/18 17:03:22:997 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: forwardable=false (default)
[2/28/18 17:03:22:998 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: renewable=false (default)
[2/28/18 17:03:22:998 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: proxiable=false (default)
[2/28/18 17:03:22:998 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: tryFirstPass=false (default)
[2/28/18 17:03:22:998 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: useFirstPass=false (default)
[2/28/18 17:03:22:998 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: moduleBanner=false (default)
[2/28/18 17:03:22:998 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 JAAS config: interactive login? no
[2/28/18 17:03:22:998 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 Try keytab for principal=HTTP/PWAS02.olympus.corp#OLYMPUS.CORP
[2/28/18 17:03:23:006 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 No Kerberos creds in keytab for principal HTTP/PWAS02.olympus.corp#OLYMPUS.CORP
[2/28/18 17:03:23:007 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 Login successful
[2/28/18 17:03:23:007 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 kprincipal : HTTP/PWAS02.olympus.corp#OLYMPUS.CORP
[2/28/18 17:03:23:008 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 HTTP/PWAS02.olympus.corp#OLYMPUS.CORP added to Subject
[2/28/18 17:03:23:008 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 Attempting to add KeyTab to Subject for HTTP/PWAS02.olympus.corp#OLYMPUS.CORP
[2/28/18 17:03:23:008 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 find keys for HTTP/PWAS02.olympus.corp#OLYMPUS.CORP
[2/28/18 17:03:23:008 PET] 00000082 SystemOut O [JGSS_DBG_CRED] WebContainer : 1 No keys to add to Subject for HTTP/PWAS02.olympus.corp#OLYMPUS.CORP
[2/28/18 17:03:23:027 PET] 00000082 SystemOut O 17:03:23.027 [WebContainer : 1] INFO SpnegoHttpFilter - creds=
--- GSSCredential ---
Number of mehanism credentials: 1
[1] SPNEGOCredential
Owner: default
Usage: Accept Only
Start Time: 2/28/18 5:03 PM
InitLifetime: 0 Seconds
AcceptLifetime: INDEFINITE
--- End of GSSCredential ---
This is my login.conf file when I use Java native library
spnego-client {
com.sun.security.auth.module.Krb5LoginModule required;
};
spnego-server {
com.sun.security.auth.module.Krb5LoginModule required
useKeyTab=true
keyTab="file://C:/Apps/SSOpoc/SPNEGO/appsvr.keytab"
storeKey=true
isInitiator=false
useTicketCache=false
principal="HTTP/OLYSOFT-WS.olympus-corp.info#OLYMPUS-CORP.INFO"
debug=true;
};
This is the login.conf when I use Java IBM jdk
spnego-client {
com.ibm.security.auth.module.Krb5LoginModule required;
};
spnego-server {
com.ibm.security.auth.module.Krb5LoginModule required
principal="HTTP/PWAS02.olympus.corp#OLYMPUS.CORP"
credsType=acceptor
useDefaultKeytab=false
useKeytab="file:/Apps/SSOpoc/SPNEGO/appsvr.keytab"
serviceAccountName=appsvr
debug=true;
};
I don´t know which is the equivalent for storeKey (which Store key in principal’s private credentials) parameter for IBM login.conf (I think that is the principal reason for the error in my log).
Please I appreciate any help.
Thank you for your time.
I have the following error, could someone help me? Thank you in advance for your help.
11/24/17 4:21:43:949 EST] 000000a2 ContextLoader I
org.springframework.web.context.ContextLoader
initWebApplicationContext Root WebApplicationContext: initialization
completed in 15836 ms
[11/24/17 4:21:43:949 EST] 000000a2 SystemOut O TRIMS.properties file getting loaded on path:
/opt/applications/trims_main_ASIA/SIT1/config/TRIMSConfig.properties
[11/24/17 4:21:44:021 EST] 000000a2 SystemOut O MenuServletContextListener:: Menu XML config loaded.
[11/24/17 4:21:44:147 EST] 000000a2 webapp E com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextCreated
SRVE0283E: Exception caught while initializing context: {0}
java.lang.NullPointerException
at com.citigroup.trims.framework.cache.Cache.loadStaticCache(Cache.java:112)
at com.citigroup.trims.framework.cache.Cache.init(Cache.java:83)
at com.citigroup.trims.framework.cache.CacheManager.initialize(CacheManager.java:112)
at com.citigroup.trims.framework.cache.CacheStartup.contextInitialized(CacheStartup.java:30)
at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:1732)
at com.ibm.ws.webcontainer.webapp.WebAppImpl.initialize(WebAppImpl.java:415)
at com.ibm.ws.webcontainer.webapp.WebGroupImpl.addWebApplication(WebGroupImpl.java:88)
at com.ibm.ws.webcontainer.VirtualHostImpl.addWebApplication(VirtualHostImpl.java:171)
at com.ibm.ws.webcontainer.WSWebContainer.addWebApp(WSWebContainer.java:904)
at com.ibm.ws.webcontainer.WSWebContainer.addWebApplication(WSWebContainer.java:789)
at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:427)
at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:719)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1201
I really appreciate!
I have a Java application running on Websphere 8.5. I am trying to call a 3rd party webservice using below code but it fails the SSLException as follows.
HttpClient httpClient = new HttpClient();
PostMethod post = new PostMethod(clientURL);
post.addRequestHeader(....blah);
httpClient.executeMethod(post); // The error is thrown at this line `
It fails with the below error:
HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O exception (javax.net.ssl.SSLException) caught when processing request: Received fatal alert: decode_error`
Below is the full stacktrace:
[8/21/15 16:33:08:997 EDT] 00000093 HttpMethodDir I
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O
exception (javax.net.ssl.SSLException) caught when processing request:
Received fatal alert: decode_error [8/21/15 16:33:08:997 EDT] 00000093
HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector
executeWithRetry Retrying request [8/21/15 16:33:09:059 EDT] 00000093
HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector
executeWithRetry I/O exception (javax.net.ssl.SSLException) caught
when processing request: Received fatal alert: decode_error [8/21/15
16:33:09:059 EDT] 00000093 HttpMethodDir I
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
Retrying request [8/21/15 16:33:09:122 EDT] 00000093 HttpMethodDir I
org.apache.commons.httpclient.HttpMethodDirector executeWithRetry I/O
exception (javax.net.ssl.SSLException) caught when processing request:
Received fatal alert: decode_error [8/21/15 16:33:09:122 EDT] 00000093
HttpMethodDir I org.apache.commons.httpclient.HttpMethodDirector
executeWithRetry Retrying request [8/21/15 16:33:09:168 EDT] 00000093
SystemOut O In MessageSender....end of sendMessage() [8/21/15
16:33:09:168 EDT] 00000093 servlet E
com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0014E:
Uncaught service() exception root cause /cova.jsp:
com.ibm.websphere.servlet.error.ServletErrorReport:
com.company.exception.ClientCommunicationException: No response
received at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:695)
at com.ibm._jsp._cova._jspService(_cova.java:147) at
com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:99) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:668) at
com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1225)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:775)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:457)
at
com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:178)
at
com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
at
com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:216)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1032)
at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3761)
at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:975)
at
com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:459)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:526)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:312)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:283)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
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:138) at
com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204) at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905) at
com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1815)
-Thanks.
I'm guessing here, but here's a few possibilities...
Either A: You should be using http as opposed to https in your post URL (or visa versa)
B : You are using https and the SSL Certificate is not valid
Or C : You are using the correct URL and SSL is valid yet the Authentication your providing to the API is invalid and not being handled very well by the third party API
we're encountering an error in websphere version 6.1 running on a windows 2003 environment.
The server suddenly stops but there was no one who issued a stop on the server.
here is the logs of the server
what is weird is we did not an issue a stop it just suddenly stops.
it does not start after this
anyone encountered this error?
what do i need to look at?
Tried to retrieve a localized string for a component that has not yet been added to the page. This can sometimes lead to an invalid or no localized resource returned. Make sure you are not calling Component#getString() inside your Component's constructor. Offending component: [MarkupContainer [Component id = content]]
[1/16/13 11:10:15:150 CST] 000008ec AdminHelper A ADMN1020I: An attempt is made to stop the server1 server. (User ID = defaultWIMFileBasedRealm/testadmin)
[1/16/13 11:10:15:259 CST] 00000010 TCPChannel I TCPC0002I: TCP Channel TCP_3 has stopped listening on host * (IPv4) port 9043.
[1/16/13 11:10:15:259 CST] 00000010 TCPChannel I TCPC0002I: TCP Channel TCP_2 has stopped listening on host * (IPv4) port 9080.
[1/16/13 11:10:15:275 CST] 00000010 TCPChannel I TCPC0002I: TCP Channel TCP_1 has stopped listening on host * (IPv4) port 9060.
[1/16/13 11:10:20:275 CST] 00000010 ApplicationMg A WSVR0217I: Stopping application: 10012012-TEST-66-V105-tester-ufm_war
[1/16/13 11:10:20:306 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-tester-ufm_war] [/ufm] [com_ibm_ws_rrd_webservices_service_remote_RRDServiceSOAPBindingImplLTPA]: Destroy successful.
[1/16/13 11:10:20:322 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-tester-ufm_war] [/ufm] [com_ibm_ws_rrd_webservices_service_remote_RRDServiceSOAPBindingImplCustom]: Destroy successful.
[1/16/13 11:10:20:322 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-tester-ufm_war] [/ufm] [com_ibm_ws_rrd_webservices_service_remote_RRDServiceSOAPBindingImpl]: Destroy successful.
[1/16/13 11:10:20:322 CST] 00000010 WebApp A SRVE0180I: [10012012-TEST-66-V105-tester-ufm_war#10012012-TEST-66-V105-tester-ufm.war] [/ufm] [Servlet.LOG]: Closing Spring root WebApplicationContext
[1/16/13 11:10:20:603 CST] 00000010 XmlWebApplica I org.apache.commons.logging.impl.Jdk14Logger info Closing org.springframework.web.context.support.XmlWebApplicationContext#61c461c4: display name [Root WebApplicationContext]; startup date [Fri Jan 11 15:48:22 CST 2013]; root of context hierarchy
[1/16/13 11:10:21:228 CST] 00000010 LocalSessionF I org.apache.commons.logging.impl.Jdk14Logger info Closing Hibernate SessionFactory
[1/16/13 11:10:21:228 CST] 00000010 SystemOut O INFO - SessionFactoryImpl - closing
INFO - essionFactoryObjectFactory - Unbinding factory from JNDI name: sessionFactory
INFO - NamingHelper - JNDI InitialContext properties:{}
INFO - essionFactoryObjectFactory - Unbound factory from JNDI name: sessionFactory
[1/16/13 11:10:21:260 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-tester-ufm_war] [/ufm] [context]: Destroy successful.
[1/16/13 11:10:21:431 CST] 00000010 ApplicationMg A WSVR0220I: Application stopped: 10012012-TEST-66-V105-tester-ufm_war
[1/16/13 11:10:21:447 CST] 00000010 ApplicationMg A WSVR0217I: Stopping application: SchedulerCalendars
[1/16/13 11:10:21:463 CST] 00000010 EJBContainerI I WSVR0041I: Stopping EJB jar: Calendars.jar
[1/16/13 11:10:21:463 CST] 00000010 EJBContainerI I WSVR0059I: EJB jar stopped: Calendars.jar
[1/16/13 11:10:21:478 CST] 00000010 ApplicationMg A WSVR0220I: Application stopped: SchedulerCalendars
[1/16/13 11:10:21:494 CST] 00000010 ApplicationMg A WSVR0217I: Stopping application: filetransfer
[1/16/13 11:10:21:494 CST] 00000010 ServletWrappe I SRVE0253I: [filetransfer] [/FileTransfer] [transfer]: Destroy successful.
[1/16/13 11:10:21:525 CST] 00000010 ApplicationMg A WSVR0220I: Application stopped: filetransfer
[1/16/13 11:10:21:525 CST] 00000010 ApplicationMg A WSVR0217I: Stopping application: ManagementEJB
[1/16/13 11:10:21:525 CST] 00000010 EJBContainerI I WSVR0041I: Stopping EJB jar: mejb.jar
[1/16/13 11:10:21:525 CST] 00000010 EJBContainerI I WSVR0059I: EJB jar stopped: mejb.jar
[1/16/13 11:10:21:556 CST] 00000010 ApplicationMg A WSVR0220I: Application stopped: ManagementEJB
[1/16/13 11:10:21:556 CST] 00000010 ApplicationMg A WSVR0217I: Stopping application: 10012012-TEST-66-V105-test-management_war
[1/16/13 11:10:21:556 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-test-management_war] [/] [com_ibm_ws_rrd_webservices_service_remote_RRDServiceSOAPBindingImplLTPA]: Destroy successful.
[1/16/13 11:10:21:572 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-test-management_war] [/] [com_ibm_ws_rrd_webservices_service_remote_RRDServiceSOAPBindingImplCustom]: Destroy successful.
[1/16/13 11:10:21:572 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-test-management_war] [/] [com_ibm_ws_rrd_webservices_service_remote_RRDServiceSOAPBindingImpl]: Destroy successful.
[1/16/13 11:10:21:572 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-test-management_war] [/] [JasperObject]: Destroy successful.
[1/16/13 11:10:22:119 CST] 00000010 ServletWrappe I SRVE0253I: [10012012-TEST-66-V105-test-management_war] [/] [wicket.test-management]: Destroy successful.
[1/16/13 11:10:22:119 CST] 00000010 WebApp A SRVE0180I: [10012012-TEST-66-V105-test-management_war#10012012-TEST-66-V105-test-management.war] [/] [Servlet.LOG]: Closing Spring root WebApplicationContext
[1/16/13 11:10:22:416 CST] 00000010 XmlWebApplica I org.apache.commons.logging.impl.Jdk14Logger info Closing org.springframework.web.context.support.XmlWebApplicationContext#55a955a9: display name [Root WebApplicationContext]; startup date [Thu Jan 10 15:33:28 CST 2013]; root of context hierarchy
[1/16/13 11:10:22:760 CST] 00000794 WebContainer E Servlet.has.become.temporarily.unavailable.for.service
[1/16/13 11:10:27:057 CST] 00000010 LocalSessionF I org.apache.commons.logging.impl.Jdk14Logger info Closing Hibernate SessionFactory
closing
[1/16/13 11:10:27:072 CST] 00000010 SystemOut O Unbinding factory from JNDI name: sessionFactory
testadmin is the user that has requested for the server shutdown.
Are there other credentials on this server?
Is this "testadmin" credentials stored in the config file (sas/soap client properties)?
we can see it clearly on the logs. The new cloned server is the one causing the server from which is cloned from to stop. The stopserver commands are issued on the cloned server, and it is affecting the production server. This is quite a really weird behavior....
Is there anything I should look at ?
Thanks
Ticket to IBM Software Support would help you with root cause. Also I would run the mustgather utility to see all the logs that could be involved in the stoppage.