Guest User

Untitled

a guest
Mar 23rd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.10 KB | None | 0 0
  1. <server description="localWAS">
  2.  
  3. <!-- Enable features -->
  4. <featureManager>
  5. <feature>jsp-2.2</feature>
  6. <feature>localConnector-1.0</feature>
  7. <feature>jndi-1.0</feature>
  8. <feature>wmqJmsClient-1.1</feature>
  9. <feature>jdbc-4.0</feature>
  10. <feature>ejbLite-3.1</feature>
  11. <!-- <feature>jpa-2.0</feature> -->
  12. <feature>json-1.0</feature>
  13. <feature>managedBeans-1.0</feature>
  14. <feature>cdi-1.0</feature>
  15. <feature>servlet-3.0</feature>
  16. </featureManager>
  17.  
  18. <variable name="[commonlib]" value="/commonlib"/>
  19.  
  20. <variable name="appLocation" value="[deployment ready app location]" />
  21.  
  22. <variable name="hostname" value="[host]" />
  23.  
  24. <httpEndpoint host="${hostname}" httpPort="[httpPort]"
  25. httpsPort="[httpsPort]" id="defaultHttpEndpoint" />
  26.  
  27. <dataSource id="[oracledb]" jndiName="[oracledb-jndi]">
  28. <jdbcDriver javax.sql.ConnectionPoolDataSource="oracle.jdbc.pool.OracleConnectionPoolDataSource">
  29. <library>
  30. <fileset dir="${[commonlib]}" includes="ojdbc6.jar" />
  31. </library>
  32. </jdbcDriver>
  33. <properties.oracle databaseName="[databaseName]" password="[password]"
  34. portNumber="1521" serverName="[serverName]" user="[user]" />
  35. </dataSource>
  36.  
  37. more data sources
  38.  
  39. <variable name="wmqJmsClient.rar.location" value="/servers/IBM/lib/WMQ/ra/wmq.jmsra.rar" />
  40.  
  41. <jmsQueueConnectionFactory
  42. connectionManagerRef="AIXQCF" jndiName="jms/aixQCF">
  43. <properties.wmqJms channel="SYSTEM.ADMIN.SVRCONN"
  44. hostName="jdawg.pharmacy.com" pollingInterval="5s" port="1416"
  45. queueManager="JDAWG.QAS" rescanInterval="5s" transportType="CLIENT" />
  46. </jmsQueueConnectionFactory>
  47.  
  48. <connectionManager id="AIXQCF" maxPoolSize="2" />
  49.  
  50. <jmsQueue id="[jmsQueueId]" jndiName="jms/[jmsQueueName]">
  51. <properties.wmqJms baseQueueName="[baseQueueName]" />
  52. </jmsQueue>
  53.  
  54. more queues
  55.  
  56. <jndiEntry id="[jndiEntryId]" jndiName="[jndiEntryName]"
  57. value="[jndiEntryValue]" />
  58.  
  59. more jndi entries
  60.  
  61. <logging
  62. traceSpecification="*=info:com.ibm.ws.http.internal.*=all:com.ibm.ws.webcontainer.*=all:com.ibm.ws.http.channel.*=all:Naming=all:NamingService=all:com.ibm.ws.app*=all" />
  63.  
  64. <applicationMonitor updateTrigger="mbean" />
  65.  
  66. <application context-root="[application-context-root]" id="[application-id]"
  67. location="${appLocation}" name="[application-name]" type="war" /></server>
  68.  
  69. ApplicationStateCoordinator - com.ibm.ws.app.manager.ApplicationStateCoordinator
  70. ApplicationStateMachineImpl - com.ibm.ws.app.manager.internal.statemachine.ApplicationStateMachineImpl
  71.  
  72. ApplicationConfigurator - com.ibm.ws.app.manager.internal.ApplicationConfigurator
  73. AppManagerActivator - com.ibm.ws.app.manager.ready.AppManagerActivator
  74. Util - com.ibm.ws.classloading.internal.Util
  75. VirtualHostImpl - com.ibm.ws.http.internal.VirtualHostImpl
  76. DynamicVirtualHostConfiguration - com.ibm.ws.webcontainer.osgi.DynamicVirtualHostConfiguration
  77.  
  78. [15:01:59:784] 0000001d id= ApplicationStateCoordinator > updateStartingAppStatus Entry
  79. com.ibm.ws.app.manager_101
  80. STARTED
  81.  
  82. [15:01:59:784] 0000001d id= ApplicationStateCoordinator < updateStartingAppStatus Exit
  83.  
  84. [15:01:59:784] 0000001d id=4150c9af internal.ApplicationConfigurator < notifyAppStarted Exit
  85.  
  86. [15:01:59:784] 0000001d id=6be25de7 ApplicationStateMachineImpl > setInterruptible Entry
  87.  
  88. [15:01:59:784] 0000001d id=6be25de7 ApplicationStateMachineImpl > executeQueuedActions Entry
  89.  
  90. [15:01:59:784] 0000001d id= ApplicationStateMachineImpl 1 ASM[0]: [appName]: executeQueuedActions: interruptible=false
  91.  
  92. [15:01:59:784] 0000001d id=6be25de7 ApplicationStateMachineImpl < executeQueuedActions Exit
  93. false
  94.  
  95. [15:01:59:784] 0000001d id=6be25de7 ApplicationStateMachineImpl < setInterruptible Exit
  96.  
  97. [15:01:59:784] 0000001d id=6be25de7 ApplicationStateMachineImpl < enterState Exit
  98.  
  99. [15:01:59:784] 0000001d id= ApplicationStateMachineImpl 1 ASM[0]: [appName]: run: called enterState STOPPED
  100.  
  101. [15:01:59:784] 0000001d id=6be25de7 ApplicationStateMachineImpl < run Exit
  102.  
  103. [15:01:59:784] 00000012 id= ApplicationStateCoordinator < getSlowlyStartingApps Exit
  104. null
  105.  
  106. [15:01:59:784] 00000012 id=30ba9255 ready.AppManagerActivator < start Exit
  107.  
  108. [15:01:59:784] 00000012 id=b34dbc66 LogService-242-ready 1 BundleEvent STARTED
  109. Event:org.osgi.framework.BundleEvent[source=ready_1.0.3.cl50220140403-1858 [242]]
  110.  
  111. [15:01:59:815] 00000018 id= com.ibm.ws.kernel.feature.internal.FeatureManager I CWWKF0008I: Feature update completed in 37.251 seconds.
  112.  
  113. [15:01:59:815] 00000018 id= com.ibm.ws.kernel.feature.internal.FeatureManager A CWWKF0011I: The server defaultServer is ready to run a smarter planet.
  114.  
  115. [15:02:01:501] 0000002a id=b34dbc66 LogService-242-ready 1 BundleEvent STOPPING
  116. Event:org.osgi.framework.BundleEvent[source=ready_1.0.3.cl50220140403-1858 [242]]
  117.  
  118. [15:02:01:501] 0000002a id=30ba9255 ready.AppManagerActivator > stop Entry
  119. org.eclipse.osgi.framework.internal.core.BundleContextImpl@a8e8834d
  120.  
  121. [15:02:01:501] 0000002a id= ApplicationStateCoordinator > getSlowlyStoppingApps Entry
  122. 30
  123. SECONDS
  124.  
  125. [15:02:01:501] 0000002a id=4150c9af internal.ApplicationConfigurator > getStoppingAppPids Entry
  126.  
  127. [15:02:01:501] 0000002a id=4150c9af internal.ApplicationConfigurator < getStoppingAppPids Exit
  128. [com.ibm.ws.app.manager_101]
  129.  
  130. [15:02:01:501] 0000002a id=4150c9af internal.ApplicationConfigurator > stopRunningApps Entry
  131.  
  132. [15:02:01:501] 0000002a id=6be25de7 ApplicationStateMachineImpl > uninstall Entry
  133. <br>
  134. [15:02:01:501] 0000002a id= ApplicationStateMachineImpl 1 ASM[0]: [appName]: createDependency: created AppDep[7]: desc="resolves when the app [appName] finishes stopping, at which point it will be removed", future=com.ibm.ws.threading.internal.NonCancelableResultFuture@cf28eb9
  135.  
  136. [15:02:01:501] 0000002a id= ApplicationStateMachineImpl 1 ASM[0]: [appName]: created SCA[1] action=REMOVE
  137.  
  138. [15:02:01:516] 00000021 id= ApplicationStateMachineImpl 1 ASM[0]: [appName]: run: executing SCA[1] action=REMOVE
  139. <br>.
  140. <br>
  141. [15:02:02:387] 00000021 id= Util > ensureNotNull Entry
  142. Parameter 'domain' must not be null
  143. Thread Context
  144.  
  145. [15:02:02:387] 00000021 id= Util > ensure Entry
  146. Parameter 'domain' must not be null
  147. true
  148.  
  149. [15:02:02:387] 00000021 id= Util < ensure Exit
  150.  
  151. [15:02:02:387] 00000021 id= Util < ensureNotNull Exit
  152. Thread Context
  153.  
  154. [15:02:02:387] 00000021 id= Util > ensureNotNull Entry
  155. Parameter 'id' must not be null
  156. WebModule:[appName]-[appName]-/[appName]
  157.  
  158. [15:02:02:387] 00000021 id= Util > ensure Entry
  159. Parameter 'id' must not be null
  160. true
  161.  
  162. [15:02:02:387] 00000021 id= Util < ensure Exit
  163. <br>.
  164. <br>
  165. [15:02:02:450] 00000021 id= VirtualHostImpl A CWWKT0017I: Web application removed (default_host): http://[host]:9080/[appName]/
  166.  
  167. [15:02:02:450] 00000021 id=a90f2905 DynamicVirtualHostConfiguration 1 Context root removed /[appName]/*
Add Comment
Please, Sign In to add comment