InfoCenter Home >
8: Problem determination >
8.3: Logs >
8.3.2: Sample Logs
8.3.2: Sample Logs
Select a log to view sample output:
Reminder: With the exception of
WebSphere.instl,
all logs are located in directory:
<Server root>logs
Irrespective of the type of stdout and stderr logs, Application Servers
or servlet redirectors, the log output appears the same.
The following log fragment is an example of an Application Server stderr log.
Use this log to identify exceptions thrown by the code running on the Application Server:
java.lang.ClassNotFoundException: convergys.cscs.view.Messages_en_US
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.ClassNotFoundException.<init>(Compiled Code)
at com.ibm.servlet.classloader.DynamicClassLoader.loadNonSystemClass(Compiled Code)
at com.ibm.servlet.classloader.ClassLoaderTemplate.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at com.ibm.servlet.classloader.PowerClassLoader.loadNonSystemClass(Compiled Code)
at com.ibm.servlet.classloader.ClassLoaderTemplate.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at com.ibm.servlet.jsp.http.pagecompile.JSPLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at java.util.ResourceBundle.findBundle(Compiled Code)
at java.util.ResourceBundle.getBundle(Compiled Code)
at java.util.ResourceBundle.getBundle(Compiled Code)
at pagecompile._ShowSession_xjsp.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at com.ibm.servlet.jsp.http.pagecompile.JSPState.service(Compiled Code)
at com.ibm.servlet.jsp.http.pagecompile.PageCompileServlet.doService(Compiled Code)
at com.ibm.servlet.jsp.http.pagecompile.PageCompileServlet.doGet(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(Compiled Code)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(Compiled Code)
at com.ibm.servlet.engine.webapp.IdleServletState.service(Compiled Code)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(Compiled Code)
at com.ibm.servlet.engine.webapp.ServletInstance.service(Compiled Code)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(Compiled Code)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(Compiled Code)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(Compiled Code)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(Compiled Code)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(Compiled Code)
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(Compiled Code)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(Compiled Code)
at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(Compiled Code)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(Compiled Code)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(Compiled Code)
at com.ibm.servlet.engine.oselistener.SQEventListenerImp$ServiceRunnable.run(Compiled Code)
at com.ibm.servlet.engine.oselistener.SQEventListenerImp.notifySQEvent(Compiled Code)
at com.ibm.servlet.engine.oselistener.serverqueue.SQEventSource.notifyEvent(Compiled Code)
at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.notifyService(Compiled Code)
at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.run(Compiled Code)
at com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
java.lang.ClassNotFoundException: convergys.cscs.view.Messages_en
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.lang.ClassNotFoundException.<init>(Compiled Code)
at com.ibm.servlet.classloader.DynamicClassLoader.loadNonSystemClass(Compiled Code)
at com.ibm.servlet.classloader.ClassLoaderTemplate.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at com.ibm.servlet.classloader.PowerClassLoader.loadNonSystemClass(Compiled Code)
at com.ibm.servlet.classloader.ClassLoaderTemplate.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at com.ibm.servlet.jsp.http.pagecompile.JSPLoader.loadClass(Compiled Code)
at java.lang.ClassLoader.loadClass(Compiled Code)
at java.util.ResourceBundle.findBundle(Compiled Code)
at java.util.ResourceBundle.getBundle(Compiled Code)
at java.util.ResourceBundle.getBundle(Compiled Code)
at pagecompile._ShowSession_xjsp.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at com.ibm.servlet.jsp.http.pagecompile.JSPState.service(Compiled Code)
at com.ibm.servlet.jsp.http.pagecompile.PageCompileServlet.doService(Compiled Code)
at com.ibm.servlet.jsp.http.pagecompile.PageCompileServlet.doGet(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(Compiled Code)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(Compiled Code)
at com.ibm.servlet.engine.webapp.IdleServletState.service(Compiled Code)
at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(Compiled Code)
at com.ibm.servlet.engine.webapp.ServletInstance.service(Compiled Code)
at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(Compiled Code)
at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(Compiled Code)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(Compiled Code)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(Compiled Code)
at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(Compiled Code)
at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(Compiled Code)
at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(Compiled Code)
at com.ibm.servlet.engine.invocation.CacheableInvocationContext.invoke(Compiled Code)
at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(Compiled Code)
at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(Compiled Code)
at com.ibm.servlet.engine.oselistener.SQEventListenerImp$ServiceRunnable.run(Compiled Code)
at com.ibm.servlet.engine.oselistener.SQEventListenerImp.notifySQEvent(Compiled Code)
at com.ibm.servlet.engine.oselistener.serverqueue.SQEventSource.notifyEvent(Compiled Code)
at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.notifyService(Compiled Code)
at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.run(Compiled Code)
at com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run(Compiled Code)
at java.lang.Thread.run(Compiled Code)
This next log fragment is an example of a servlet redirector stdout log.
Use this log to determine if the code started and stopped successfully:
Using Formatted Trace Buffer
[00.07.17 17:05:06:632 EDT] 1fa4cc16 IIOPRedirecto A Servlet.Redirector.Starting...
[00.07.17 17:05:06:702 EDT] 1fa4cc16 IIOPRedirecto A Servlet.Redirector.Running...
The two types of out-of-process logs, those created for admin server and those created for application servers, also have similar
output.
The following log fragment is an example of an Application Server oop log:
Thu Jul 20 14:32:46 2000 - Trace - Try to create new domain server side queue
Thu Jul 20 14:32:46 2000 - Trace - Create new server side queue internally
Thu Jul 20 14:32:46 2000 - Inform - Create_domain_server_socket 08E50048 name \\.\pipe\asibmoselink1
Thu Jul 20 14:32:46 2000 - Inform - open_nt_named_pipe 00000468 name \\.\pipe\asibmoselink1
Thu Jul 20 14:32:46 2000 - Inform - connect_named_pipe 00000468 thd 1176, disc 0, block 0
Thu Jul 20 14:32:46 2000 - Inform - open_nt_named_pipe 00000474 name \\.\pipe\asibmoselink1
Thu Jul 20 14:32:46 2000 - Inform - connect_named_pipe 00000474 thd 1176, disc 0, block 0
Thu Jul 20 14:32:46 2000 - Inform - open_nt_named_pipe 00000480 name \\.\pipe\asibmoselink1
Thu Jul 20 14:32:46 2000 - Inform - connect_named_pipe 00000480 thd 1176, disc 0, block 0
Thu Jul 20 14:32:46 2000 - Inform - open_nt_named_pipe 0000048C name \\.\pipe\asibmoselink1
Thu Jul 20 14:32:46 2000 - Inform - connect_named_pipe 0000048C thd 1176, disc 0, block 0
Thu Jul 20 14:32:46 2000 - Inform - open_nt_named_pipe 00000498 name \\.\pipe\asibmoselink1
Thu Jul 20 14:32:46 2000 - Inform - connect_named_pipe 00000498 thd 1176, disc 0, block 0
Thu Jul 20 14:32:46 2000 - Inform - open_nt_named_pipe 000004A4 name \\.\pipe\asibmoselink1
Thu Jul 20 14:32:46 2000 - Inform - connect_named_pipe 000004A4 thd 1176, disc 0, block 0
Thu Jul 20 14:32:46 2000 - Inform - open_nt_named_pipe 000004B0 name \\.\pipe\asibmoselink1
This log fragment is an example of an Admin Server oop log:
Thu Jul 20 14:30:56 2000 - Trace - Try to create new inet server side queue
Thu Jul 20 14:30:56 2000 - Trace - Create new server side queue internally
Thu Jul 20 14:30:56 2000 - Trace - Java_com_ibm_servlet_engine_oselistener_outofproc_NativeServerQueueImp_nativeGetSeviceMessageId
Thu Jul 20 14:30:56 2000 - Trace - Try to get new connection
Thu Jul 20 14:34:17 2000 - Inform - New socket 1692
Thu Jul 20 14:34:17 2000 - Trace - nativeGetSeviceMessageId sd = 1692
Thu Jul 20 14:34:17 2000 - Trace - Java_com_ibm_servlet_engine_oselistener_outofproc_NativeServerQueueImp_nativeTranslateId2Message
Thu Jul 20 14:34:17 2000 - Trace - Parse socket 1692 into connection AEE9168
Thu Jul 20 14:34:17 2000 - Trace - nativeTranslateId2Message st = 203613256
Thu Jul 20 14:34:17 2000 - Trace - Java_com_ibm_servlet_engine_oselistener_outofproc_NativeServerQueueImp_nativeIsRunServletMessage
Thu Jul 20 14:34:17 2000 - Trace - Java_com_ibm_servlet_engine_oselistener_outofproc_NativeServerQueueImp_nativeGetRunServletPortion
Thu Jul 20 14:34:17 2000 - Trace - Java_com_ibm_servlet_engine_oselistener_outofproc_NativeServerQueueImp_nativeReleaseMessage
Thu Jul 20 14:34:17 2000 - Trace - nativeReleaseMessage sq = 200847584, st = 203613256, sd = 1692
Thu Jul 20 14:34:17 2000 - Trace - finish_connection 0BF8B568 0000069C, add to listen
Thu Jul 20 14:34:17 2000 - Trace - Java_com_ibm_servlet_engine_oselistener_outofproc_NativeServerQueueImp_nativeGetSeviceMessageId
Thu Jul 20 14:34:17 2000 - Trace - Try to get new connection
Thu Jul 20 14:34:48 2000 - Inform - New socket 1700
The wasdb2 log provides information on the DB2 was database configuration
process.
The following log fragment is an example of the wasdb2 log.
Use this log to determine if the "database create" process was successful:
db2start
SQL1026N The database manager is already active.
CREATE DATABASE was
DB20000I The CREATE DATABASE command completed successfully.
UPDATE DB CFG FOR was USING APPLHEAPSZ 256
DB20000I The UPDATE DATABASE CONFIGURATION command completed successfully.
DB21026I For most configuration parameters, all applications must disconnect
from this database before the changes become effective.
The wssetup log provides information on the
WebSphere Application Server install process.
The following log fragment is an example of the wssetup log:
Using language English
Language directory: 0009
User:wasuser
Database Type:DB2
Database Name:was
Database User:db2admin
Database Path:H:\SQLLIB
Database URL:jdbc:db2:was
Installing component:Devkit
Installing component:Server
Installing component:Client
Installing component:Admin
Installing component:Jdk
Installing component:Core\adv
Installing component:Core
Installing component:OseLib
Installing component:Samples\com
Installing component:Samples\adv
Installing component:Help
Installing component:Help\en\adv
Installing component:Help\en
Installing component:Plugins\dgw
Installing component:Plugins\ns351ent
Installing component:Plugins\ns36
Installing component:Plugins\ns40
Installing component:Plugins\iis
Installing component:Plugins\apache132
Installing component:Plugins\ibm133
Program Folder: IBM WebSphere\Application Server V3.5
IBM HTTPDIR isH:\IBM HTP Server\conf
IBM Http Server 1.3.12 Doc Root is H:\IBM HTP Server\htdocs
IBM HTTP Config file = H:\IBM HTP Server\conf\httpd.conf
copying readme file from: f:\ncf\install\nt\was_is55\Media\WEBSPH~1\DISKIM~1\Disk1\setupdir\0009
copying readme file to: H:\WebSphere\AppServer\web\InfoCenter\was
HTTP Doc Root: H:\IBM HTP Server\htdocs
DB2 Install Dir: f:\ncf\install\nt\was_is55\Media\WebSphere\Disk Images\Disk1\db2\common
Silently Installed DB2 to:H:\SQLLIB
Created DB2 config script in:H:\WebSphere\AppServer\bin\createwasdb.scr
Added DB2 command in RunOnce Registry Key under ConfigDB2
H:\WebSphere\AppServer\bin\createdb2.bat
Install complete
WebSphere.instl logs
Information on the WebSphere Application Server install process for both the AIX and Solaris operating systems is
placed in the WebSphere.instl log, located in the /tmp directory.
Note: Information on the install process on the HP platform is
located in the
HP system log, swagent.log.
WebSphere.instl log on AIX
The following log fragment is an example of the WebSphere.instl log on AIX:
Starting WebSphere Install on Mon Jul 24 11:32:59 EDT 2000
Installing IBMWebAS.base.java and IBMWebAS.base.client filesets
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...
SUCCESSES
---------
Filesets listed in this section passed pre-installation verification
and will be installed.
Selected Filesets
-----------------
IBMWebAS.base.client 3.5.0.0 # IBMWebAS Client
IBMWebAS.base.java 3.5.0.0 # IBMWebAS API Docs
<< End of Success Section >>
FILESET STATISTICS
------------------
2 Selected to be installed, of which:
2 Passed pre-installation verification
----
2 Total to be installed
+-----------------------------------------------------------------------------+
Installing Software...
+-----------------------------------------------------------------------------+
installp: APPLYING software for:
IBMWebAS.base.java 3.5.0.0
IBMWebAS.base.client 3.5.0.0
. . . . . << Copyright notice for IBMWebAS.base >> . . . . . . .
Licensed Materials - Property of IBM.
5648-C84
(C) Copyright International Business Machines Corp. 1997, 1999.
All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
. . . . . << End of copyright notice for IBMWebAS.base >>. . . .
Restoring files, please wait.
234 files restored.
Finished processing all filesets. (Total time: 1 mins 43 secs).
+-----------------------------------------------------------------------------+
Summaries:
+-----------------------------------------------------------------------------+
Installation Summary
--------------------
Name Level Part Event Result
-------------------------------------------------------------------------------
IBMWebAS.base.java 3.5.0.0 USR APPLY SUCCESS
IBMWebAS.base.client 3.5.0.0 USR APPLY SUCCESS
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...
SUCCESSES
---------
Filesets listed in this section passed pre-installation verification
and will be installed.
Selected Filesets
-----------------
IBMWebAS.base.server 3.5.0.0 # IBMWebAS Base Release
Requisites
----------
(being installed automatically; required by filesets listed above)
IBMWebAS.base.admin 3.5.0.0 # IBMWebAS Administration
<< End of Success Section >>
FILESET STATISTICS
------------------
1 Selected to be installed, of which:
1 Passed pre-installation verification
1 Additional requisites to be automatically installed
----
2 Total to be installed
+-----------------------------------------------------------------------------+
Installing Software...
+-----------------------------------------------------------------------------+
installp: APPLYING software for:
IBMWebAS.base.admin 3.5.0.0
IBMWebAS.base.server 3.5.0.0
. . . . . << Copyright notice for IBMWebAS.base >> . . . . . . .
Licensed Materials - Property of IBM.
5648-C84
(C) Copyright International Business Machines Corp. 1997, 1999.
All rights reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.
. . . . . << End of copyright notice for IBMWebAS.base >>. . . .
A copy of the configuration file was made and is located at /usr/IBMWebAS/properties/bootstrap.properties.bak
A copy of the configuration file was made and is located at /usr/IBMWebAS/properties/sas.server.props.bak
A copy of the configuration file was made and is located at /usr/IBMWebAS/properties/sas.client.props.bak
Finished processing all filesets. (Total time: 34 secs).
+-----------------------------------------------------------------------------+
Summaries:
+-----------------------------------------------------------------------------+
Installation Summary
--------------------
Name Level Part Event Result
-------------------------------------------------------------------------------
IBMWebAS.base.admin 3.5.0.0 USR APPLY SUCCESS
IBMWebAS.base.server 3.5.0.0 USR APPLY SUCCESS
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...
SUCCESSES
---------
Filesets listed in this section passed pre-installation verification
and will be installed.
Selected Filesets
-----------------
IBMWebAS.base.tivoli 3.5.0.0 # IBMWebAS Tivoli
<< End of Success Section >>
FILESET STATISTICS
------------------
1 Selected to be installed, of which:
1 Passed pre-installation verification
----
1 Total to be installed
+-----------------------------------------------------------------------------+
Installing Software...
+-----------------------------------------------------------------------------+
installp: APPLYING software for:
IBMWebAS.base.tivoli 3.5.0.0
WebSphere.instl log on Solaris
The following log fragment is an example of the WebSphere.instl log on Solaris:
Starting WebSphere Install on Mon Jul 24 11:22:31 CDT 2000
Installing WSjava and WSclient packages
Processing package instance <WSjava> from </blddir/ws/install/spool>
IBM WebSphere Application Server - JDK
(sparc) 3.5
IBM
This appears to be an attempt to install the same architecture and
version of a package which is already installed. This installation
will attempt to overwrite this package.
Using </opt> as the package base directory.
## Processing package information.
## Processing system information.
109 package pathnames are already properly installed.
Installing IBM WebSphere Application Server - JDK as <WSjava>
## Installing part 1 of 1.
/opt/IBMWebAS/java/COPYRIGHT
/opt/IBMWebAS/java/LICENSE.TXT
/opt/IBMWebAS/java/LICENSE.ps
/opt/IBMWebAS/java/README.rmi-iiop
/opt/IBMWebAS/java/README.sparc
/opt/IBMWebAS/java/bin/appletviewer
/opt/IBMWebAS/java/bin/extcheck
/opt/IBMWebAS/java/bin/jar
/opt/IBMWebAS/java/bin/jarsigner
/opt/IBMWebAS/java/bin/java
/opt/IBMWebAS/java/bin/java-rmi.cgi
/opt/IBMWebAS/java/bin/javac
/opt/IBMWebAS/java/bin/javadoc
/opt/IBMWebAS/java/bin/javah
/opt/IBMWebAS/java/bin/javald
/opt/IBMWebAS/java/bin/javap
/opt/IBMWebAS/java/bin/jdb
/opt/IBMWebAS/java/bin/keytool
/opt/IBMWebAS/java/bin/native2ascii
/opt/IBMWebAS/java/bin/oldjava
/opt/IBMWebAS/java/bin/policytool
/opt/IBMWebAS/java/bin/rmic
/opt/IBMWebAS/java/bin/rmid
/opt/IBMWebAS/java/bin/rmiregistry
/opt/IBMWebAS/java/bin/serialver
/opt/IBMWebAS/java/bin/sparc/native_threads/appletviewer
/opt/IBMWebAS/java/bin/sparc/native_threads/extcheck
/opt/IBMWebAS/java/bin/sparc/native_threads/jar
/opt/IBMWebAS/java/bin/sparc/native_threads/jarsigner
/opt/IBMWebAS/java/bin/sparc/native_threads/java
/opt/IBMWebAS/java/bin/sparc/native_threads/javac
/opt/IBMWebAS/java/bin/sparc/native_threads/javadoc
/opt/IBMWebAS/java/bin/sparc/native_threads/javah
/opt/IBMWebAS/java/bin/sparc/native_threads/javald
/opt/IBMWebAS/java/bin/sparc/native_threads/javap
/opt/IBMWebAS/java/bin/sparc/native_threads/jdb
/opt/IBMWebAS/java/bin/sparc/native_threads/keytool
/opt/IBMWebAS/java/bin/sparc/native_threads/native2ascii
/opt/IBMWebAS/java/bin/sparc/native_threads/oldjava
/opt/IBMWebAS/java/bin/sparc/native_threads/policytool
/opt/IBMWebAS/java/bin/sparc/native_threads/rmic
/opt/IBMWebAS/java/bin/sparc/native_threads/rmid
/opt/IBMWebAS/java/bin/sparc/native_threads/rmiregistry
/opt/IBMWebAS/java/bin/sparc/native_threads/serialver
/opt/IBMWebAS/java/bin/sparc/native_threads/tnameserv
/opt/IBMWebAS/java/bin/tnameserv
/opt/IBMWebAS/java/demo/applets/Animator/Animation.class
/opt/IBMWebAS/java/demo/applets/Animator/AnimationFrame.class
/opt/IBMWebAS/java/demo/applets/Animator/Animator.class
/opt/IBMWebAS/java/demo/applets/Animator/Animator.java
/opt/IBMWebAS/java/demo/applets/Animator/DescriptionFrame.class
/opt/IBMWebAS/java/demo/applets/Animator/ParseException.class
/opt/IBMWebAS/java/demo/applets/Animator/audio/0.au
/opt/IBMWebAS/java/demo/applets/Animator/audio/1.au
/opt/IBMWebAS/java/demo/applets/Animator/audio/2.au
/opt/IBMWebAS/java/demo/applets/Animator/audio/3.au
/opt/IBMWebAS/java/demo/applets/Animator/audio/4.au
/opt/IBMWebAS/java/demo/applets/Animator/audio/5.au
/opt/IBMWebAS/java/demo/applets/Animator/audio/6.au
/opt/IBMWebAS/java/demo/applets/Animator/audio/7.au
swagent.log on HP
The following log fragment is an example of the swagent.log on HP.
This log is located in directory:
/opt/WebSphere/AppServer/var/adm/sw
======= 07/25/00 14:19:35 EDT BEGIN install AGENT SESSION (pid=9566)
(jobid=hpux6-0329)
* Agent session started for user "root@hpux6.somecompany.com".
(pid=9566)
* Beginning Analysis Phase.
* Source:
hpux6.somecompany.com:/opt/install/q30.01stdnative/WAS_BUNDLE
* Target: hpux6:/opt/WebSphere/AppServer
* Target logfile:
hpux6:/opt/WebSphere/AppServer/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
* Executing preDSA command.
NOTE: The used disk space on filesystem "/opt" is estimated to
increase by 59876 Kbytes.
This will leave 1885534 Kbytes of available user disk space
after the installation.
* Summary of Analysis Phase:
* 1 of 1 filesets had no Errors or Warnings.
* The Analysis Phase succeeded.
* Beginning the Install Execution Phase.
* Filesets: 1
* Files: 774
* Kbytes: 59089
* Installing fileset "IBMWebAS.SDK,r=3.5" (1 of 1).
* Running install clean command /usr/lbin/sw/install_clean.
WARNING: Transition links are not created for the filesets installed
at the target. After booting up from the system using
the alternate root at the target, run tlinstall command to
create transition links.
WARNING: The command "/usr/lbin/sw/install_clean" had warnings. The
installation will continue. Check the above output for
details about the warnings.
* Building the software file
"/opt/WebSphere/AppServer/var/adm/sw/needs_config" to be used
for post-reboot "swconfig" execution. The information in this
file will be used as input to "swconfig" after the system
reboots.
* Summary of Execution Phase:
* 1 of 1 filesets had no Errors or Warnings.
WARNING: The Execution Phase had warnings. See the above output for
details.
======= 07/25/00 14:19:56 EDT END install AGENT SESSION (pid=9566)
(jobid=hpux6-0329)
======= 07/25/00 14:19:56 EDT BEGIN install AGENT SESSION (pid=9577)
(jobid=hpux6-0330)
* Agent session started for user "root@hpux6.somecompany.com".
(pid=9577)
* Beginning Analysis Phase.
* Source:
hpux6.somecompany.com:/opt/install/q30.01stdnative/WAS_BUNDLE
* Target: hpux6:/opt/WebSphere/AppServer
* Target logfile:
hpux6:/opt/WebSphere/AppServer/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
* Executing preDSA command.
NOTE: The used disk space on filesystem "/opt" is estimated to
increase by 47963 Kbytes.
This will leave 1837941 Kbytes of available user disk space
after the installation.
* Summary of Analysis Phase:
* 1 of 1 filesets had no Errors or Warnings.
* The Analysis Phase succeeded.
* Beginning the Install Execution Phase.
* Filesets: 1
* Files: 1321
* Kbytes: 46643
* Installing fileset "IBMWebAS.CORE,r=3.5" (1 of 1).
* Running install clean command /usr/lbin/sw/install_clean.
WARNING: Transition links are not created for the filesets installed
at the target. After booting up from the system using
the alternate root at the target, run tlinstall command to
create transition links.
WARNING: The command "/usr/lbin/sw/install_clean" had warnings. The
installation will continue. Check the above output for
details about the warnings.
* Building the software file
"/opt/WebSphere/AppServer/var/adm/sw/needs_config" to be used
for post-reboot "swconfig" execution. The information in this
file will be used as input to "swconfig" after the system
reboots.
|