IBM SDK, Java Technology Edition Version 1. IBM VM messages IBM

Size: px
Start display at page:

Download "IBM SDK, Java Technology Edition Version 1. IBM VM messages IBM"

Transcription

1 IBM SDK, Java Technology Edition Version 1 IBM VM messages IBM

2

3 IBM SDK, Java Technology Edition Version 1 IBM VM messages IBM

4 Note Before you use this information and the product it supports, read the information in Notices on page 77. Copyright information This edition of the IBM VM messages guide applies to the IBM SDK and Runtime Environment, Java Technology Edition, for all versions, releases, modifications, and fix packs, unless otherwise indicated. Portions Copyright 1997, 2018, Oracle and/or its affiliates. Copyright IBM Corporation 2011, US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

5 Contents Preface v IBM VM messages CDRT messages DUMP messages EXEL messages EXEX messages J9CL messages J9GC messages J9RI messages J9TI messages J9VM messages JITM messages JNCK messages MECK messages OFFC messages PORT messages SHRC messages TRCE messages VERB messages VMUT messages ZIPS messages Notices Trademarks Terms and conditions for product documentation.. 79 IBM Online Privacy Statement Copyright IBM Corp. 2011, 2018 iii

6 iv IBM SDK, Java Technology Edition: IBM VM messages

7 Preface This guide lists messages that are generated by the IBM Java Virtual Machine (JVM). Copyright IBM Corp. 2011, 2018 v

8 vi IBM SDK, Java Technology Edition: IBM VM messages

9 IBM VM messages CDRT messages The Java virtual machine (VM) that is used by the IBM Software Developers Kit (SDK) is the IBM J9 virtual machine. Messages are issued by the IBM VM in response to certain conditions. These IBM messages, error codes, and exit codes apply to multiple versions of the JVM. There are three main types of message: Information Information messages provide information about JVM For example, a dump information message is typically issued when a dump agent requests a Java dump. Warning Warning messages are issued by the JVM to indicate conditions that might need user intervention. Error Error messages are issued by the JVM when normal processing cannot proceed, because of unexpected conditions. IBM VM messages have the following format: JVMTYPENUM&, where: v JVM is a standard prefix. v TYPE refers to the JVM subcomponent that issued the message. v NUM is a numerical number. v & is one of the following codes: I Information message W Warning message E Error message IBM VM messages can help you with problem determination. Refer to diagnostic information for more detailed information about diagnosing problems with the IBM JVM. Codert module messages. JVMCDRT000E Unable to locate JIT stack map - aborting VM JIT metadata could not be found when traversing Java stacks. JVMCDRT001E Method: %2$.*1$s.%4$.*3$s%6$.*5$s (%7$p) JIT metadata could not be found when traversing Java stacks. JVMCDRT002E Failing PC: %1$p (offset %2$p), metadata = %3$p JIT metadata could not be found when traversing Java stacks. Copyright IBM Corp. 2011,

10 JVMDUMP000E JVMDUMP012E DUMP messages Dump agent messages. JVMDUMP000E Dump option unrecognized: -Xdump:%s An option used with the -Xdump parameter is unknown. Use -Xdump:help to find the correct syntax for the -Xdump options. JVMDUMP001E Dump event unrecognized:...%s The event name provided with the -Xdump parameter is unknown. Use -Xdump:events to find the supported set of event names. JVMDUMP002W Token unrecognized: %%%1$c An unidentified token was found in the dump label. Use -Xdump:tokens to find the supported set of tokens. JVMDUMP003E Dump agent unrecognized: %s An unsupported dump type has been requested. Use -Xdump:help to find the supported set of dump types. JVMDUMP004E Missing file name The dump file name could not be found. The dump cannot be written. Provide a valid filename for the dump. JVMDUMP005E Missing external tool The executable file for the tool could not be found. The tool cannot run. Provide a valid path and filename for the executable file. JVMDUMP006I Processing dump event \"%1$s\", detail \"%3$.*2$s\" - please wait. handled. A dump event has occurred and is being The JVM attempts to process the event. No response is required. JVMDUMP007I JVM Requesting %1$s dump using '%2$s' The JVM is about to write a dump. The dump might have been triggered by an event, such as an exception, or requested using JVMTI, JVMRI, -Xtrace:trigger or the com.ibm.jvm.dump Java API. The JVM attempts to write the dump. A second message is generated when the dump is complete. Review the dump and take appropriate action. JVMDUMP009I %s dump not available The specified dump type is not currently available. For example, a JVM trace snap dump has been requested, but JVM trace is not enabled. The JVM does not write the dump. This message is only for information. JVMDUMP010I %1$s dump written to %2$s location. The dump was written to the specified To understand how to interpret a Java dump file, refer to diagnostic information. JVMDUMP011I %1$s dump created process %2$d A tool dump process has been created. The JVM runs the executable process specified for the tool dump. Any parameters are passed to the process. Refer to the documentation for the tool creating the dump process. JVMDUMP012E Error in %1$s dump:%2$s The JVM detected an error while 2 IBM SDK, Java Technology Edition: IBM VM messages

11 JVMDUMP013I JVMDUMP024W attempting to produce a dump. The JVM continues, but the dump might not be usable. Refer to diagnostic information or contact your local IBM service JVMDUMP013I Processed dump event \"%1$s\", detail "%3$.*2$s". handled. A dump event occurred and has been Refer to other messages issued by the JVM for the location of the dump file, or for other actions required. JVMDUMP014E VM Action unrecognized:...%s A specified dump request action was not understood by the JVM. and ends. The JVM produces help information Use -Xdump:request to check that your request is valid. JVMDUMP015I Aborting: Cannot open or read (%s) read mode. JVMDUMP016I The JVM cannot open a dump file in INTERNAL USE ONLY INTERNAL USE ONLY Aborting: Cannot create file (%s) An attempt by the JVM to open a new file has failed. INTERNAL USE ONLY INTERNAL USE ONLY JVMDUMP017I Aborting: Cannot compress file (%s) The JVM cannot compress a file. INTERNAL USE ONLY INTERNAL USE ONLY JVMDUMP018W Requested event is not available: run with -Xdump:dynamic flag A dump has been requested on an event type that is not supported. INTERNAL USE ONLY INTERNAL USE ONLY JVMDUMP019I JVM requesting %s dump A dump file of the type specified has been requested. The JVM attempts to produce a dump of the specified type. Wait for a message indicating that the dump is complete. JVMDUMP020I %s dump has been written A dump file of the type specified has been written. To understand how to interpret the dump file, refer to Java diagnostic information. JVMDUMP022W The requested heap compaction has not been performed because exclusive access was not requested or could not be obtained. The garbage collector could not run because the gc thread did not have exclusive access to the heap. The dump file is not produced. Modify the -Xdump option to request exclusive access. See the Java diagnostic information for valid dump request types. JVMDUMP023W The requested heap preparation has not been performed because exclusive access was not requested or could not be obtained. The dump thread must lock the heap to prevent changes while the dump is taken. Either no attempt was made to obtain the lock or the lock could not be obtained. The JVM does not produce the specified dump. Modify the -Xdump option to request exclusive access. See the Java diagnostic information for valid dump request types. JVMDUMP024W Multiple heapdumps were requested but %%id is missing from file label:. Dumps will overwrite The JVM replaces the %%id insertion point with a unique number. Because %%id is missing the replacement cannot take place, causing a potential file name clash and file overwrite. The JVM informs the user and produces dumps as requested. IBM VM messages 3

12 JVMDMP025I JVMDUMP032I If you do not want files overwritten, specify a file label that includes the %%id. JVMDMP025I IEATDUMP failure for DSN='%s' RC=0x%08X RSN=0x%08X An IEATDUMP was requested but could not be produced. The JVM will output the message on the operator console. Check the response code provided in the error using the Diagnostics Guide or the z/os V1R7.0 MVS Authorized Assembler Services Reference, Return and Reason Codes. JVMDUMP026 IEATDUMP Name exceeding maximum allowed length. Default name used. The file label exceeded the maximum length for file names on z/os. The dump file is not produced. Refer to Java diagnostic information for information about producing dumps on z/os. JVMDUMP027W The requested heapdump has not been produced because another component is holding the VM exclusive lock. The exclusive VM lock must be held to produce a usable heapdump. Although the VM exclusive lock was requested by the user, the VM could not obtain the lock in a reasonable time. This behavior avoids risking a deadlock. heapdump. The VM does not produce a Wait for 1 minute and try taking the heapdump again when the VM exclusive lock might be free. JVMDUMP028W The VM exclusive lock could not be acquired before taking the system dump. Although the VM exclusive lock was requested by the user, the VM could not obtain the lock in a reasonable time before taking the system dump. This behavior avoids risking a deadlock. The VM produces a system dump without taking the VM exclusive lock. The dump might show an inconsistent view of the VM data structures and heap. Wait for 1 minute and try taking the system dump again when the VM exclusive lock might be free. JVMDUMP029W The request for prepwalk or compact before taking a system dump will be ignored because the VM exclusive lock was not requested. The user requested the prepwalk or compact options before taking a system dump, but did not request the VM exclusive lock. These actions require the exclusive VM lock. The system dump is taken without running prepwalk or compact. Modify the -Xdump:system parameter to include the exclusive request option. For example: -Xdump:system:events=user,request=exclusive+ compact+prepwalk JVMDUMP030W Cannot write dump to file %s: %s The JVM was unable to write a dump to the specified file. There might be multiple causes, including insufficient file system permissions or specifying a file path that does not exist. The JVM uses a default file name. The name and location of the file are indicated by the messages produced when the dump is written. Correct the problem with the specified file path or change the target dump file with the file= option. JVMDUMP031W The requested heapdump has not been produced because the VM exclusive lock was not requested. Add request=exclusive+prepwalk+compact to your -Xdump:heap: command line option. A heapdump dump agent was configured using the -Xdump option or JVMTI without requesting that the exclusive VM lock. The JVM does not take the heapdump because the dump might be corrupted without the VM exclusive lock in place. Change the -Xdump:heap: option to include the request=exclusive option. For example: -Xdump:heap:events=user,request=exclusive JVMDUMP032I JVM requested %1$s dump using '%2$s' in response to an event The JVM writes a dump because an event, such as an exception, was triggered. The JVM attempts to write the dump. A second message is produced when the dump is complete. Review the dump and take appropriate action. 4 IBM SDK, Java Technology Edition: IBM VM messages

13 JVMDUMP033I JVMDUMP042W JVMDUMP033I JVM requested %1$s dump in response to an event The JVM writes a dump because an event, such as an exception, has been triggered. The JVM attempts to write the dump. A second message is produced when the dump is complete. Review the dump and take appropriate action. JVMDUMP034I User requested %1$s dump using '%2$s' through %3$s The JVM writes a dump in response to a request through an API, such as JVMTI, or through the -Xtrace:trigger option. The JVM attempts to write the dump. A second message is produced when the dump is complete. Review the dump and take appropriate action. JVMDUMP035I User requested %1$s dump through %2$s The JVM writes a dump in response to a user request through an API, such as JVMTI, or through the -Xtrace:trigger option. The JVM attempts to write the dump. A second message is produced when the dump is complete. Review the dump and take appropriate action. JVMDUMP036I Invalid or missing -Xdump filter valid filter. A valid -Xdump filter must be supplied. The dump agent is not loaded. Modify the dump option to include a JVMDUMP037E Error in %1$s dump: %2$s failed, error code: %3$d An error has occurred in a JVM dump agent. An operating system call used by the agent has failed. Check preceding JVM messages. The JVMDUMP007I message includes the command string supplied for tool dumps. Check that the command string is correct. JVMDUMP038E Snap dump is not written because tracing to file: %1$s Snap dumps are not produced when a trace output file is in use. message. Use the trace file specified in the JVMDUMP039I Processing dump event \"%1$s\", detail \"%3$.*2$s\" at %4$s - please wait. A dump event is being handled. The JVM generates dumps as configured for the event by the -Xdump option. No action is required. JVMDUMP040I %1$s dump written to dataset(s) using name template %2$s The dump is written using the specified data set name template. Locate the dump data set, or data sets, and take appropriate action. JVMDUMP041I Incorrect use of -Xdump msg_filter The suboption msg_filter is applicable only to events throw, systhrow, catch, and uncaught. The dump agent is not loaded. Modify the dump option to apply the msg_filter suboption to applicable events. JVMDUMP042W Abort signal received while running on Java stack. The JVM dump agents could not be run. The JVM abort signal handler was called on a thread that is running on a Java stack. The JVM dump agents are not run to avoid further problems. The abort signal is passed on to the operating system. No specific action is required. Look for other messages that are produced to assist you with problem determination. Refer to operating system documentation for information about obtaining dumps on abort signals. IBM VM messages 5

14 JVMDUMP043E JVMEXEL067E JVMDUMP043E %s not supported on this platform The option that is specified is not supported on the current platform. Remove the option and try again. The value for the option is out of the allowed range or is reserved for other purposes. Select a different value for the option and try again. JVMDUMP044E Invalid or reserved valid value for %s EXEL messages EXE library messages. JVMEXEL058E Internal VM error: Out of memory There is not enough virtual memory to satisfy a memory allocation request. Contact your IBM Service JVMEXEL059E Internal VM error: Failed to find class java/lang/string The java/lang/string class is not found in the class path. Contact your IBM Service JVMEXEL060E Internal VM error: Failed to create byte array for class name %s Byte array creation failed. Contact your IBM Service JVMEXEL061E Internal VM error: Failed to create java/lang/string for class name %s Creation of java/lang/string failed. Contact your IBM Service JVMEXEL062E Internal VM error: Out of memory converting string to UTF characters for class name %s The amount of available memory is too low to perform the conversion. Contact your IBM Service JVMEXEL063E Class %s does not implement main() The main() method is not found. Ensure that the target class implements the main() method. JVMEXEL064E The method main must be declared public, static and void. The main() method should always be public, static, and void. Ensure that the main() method is declared correctly. JVMEXEL065E Internal VM error: Failed to create argument array An internal JVM error occurred. Contact your IBM Service JVMEXEL066E Internal VM error: Failed to create byte array for argument %s An internal JVM error occurred. Contact your IBM Service JVMEXEL067E Internal VM error: Failed to create java/lang/string for argument %s An internal JVM error occurred. 6 IBM SDK, Java Technology Edition: IBM VM messages

15 JVMEXEL068E JVMEXEX017E Contact your IBM Service JVMEXEL068E Internal VM error: Failed to set array element for %s An internal JVM error occurred. Contact your IBM Service JVMEXEL074E Unable to redirect console to: %1$s:%2$d Failed to establish a socket connection to the target remote console. The JVM console output is not redirected to the target console. accessible. Ensure that the remote console is JVMEXEL083E Could not open file: %s The target file cannot be accessed. The JVM console output is not redirected to the target file. Ensure that the target file is accessible. JVMEXEL084W Unable to make a backup copy of file: %s the file. The JVM failed to back up the file. The JVM continues without backing up Ensure that the target file has the correct access permission. JVMEXEL085W WARNING: The command line argument "%s" has been deprecated. WARNING: Use "-jxe <path>" instead. The specified command-line argument is no longer valid. The JVM ignores the command-line argument and continues to run. Replace the command-line argument as suggested in the message text. EXEX messages JVM EXE messages JVMEXEX010E %s requires a parameter The specified command-line option requires a parameter. Add the required parameter to the JVM command-line option. JVMEXEX014I Run %s -help for usage You used an invalid command-line option. Run the JVM with the -help command-line option. JVMEXEX012E -jar option is not available for this class library This JVM does not support the -jar command-line option. Remove the -jar command-line option or use a different JVM. JVMEXEX013E Internal VM error: Failed to create Java VM created. error details. The Java virtual machine could not be Inspect previous JVM messages for the JVMEXEX015E VM startup error: Out of memory The JVM ran out of memory during the startup sequence. JVMEXEX016E Invalid jxespace parameters. The parameters supplied to the -jxespace option were not valid. Use different parameters for the -jxespace option. JVMEXEX017E Error mapping jxe in flash IBM VM messages 7

16 JVMEXEX023E JVMJ9CL033W The JVM failed to map the memory space specified by the -jxespace option. Use different parameters for the -jxespace option. JVMEXEX023E Could not initialize JXE utilities. The JVM failed to initialize the JXE utilities library. Some of the JVM files might be corrupt. Reinstall the JVM from a package that you know to be valid. JVMEXEX024E JXE %s did not contain a startup class. startup class. The specified JXE file did not contain a Recompile the JXE with a startup class. J9CL messages IBM virtual machine Class library messages. JVMJ9CL000E Incompatible class library The class library.jar file is not compatible with the class library native code. The JVM fails to start. Ensure that the vm.jar file has the same version as the JVM. JVMJ9CL001I Try running with -jcl:%s The class library.jar file is not compatible with the class library native code or the JVM. The JVM fails to start. Ensure that the class library native code and the JVM are compatible with the specified class library.jar file. JVMJ9CL004E Incompatible class library version: expected JCL v%1$i, found v%2$i The class library is not from the same release as the JVM. The JVM fails to start. Ensure that the JVM and the class libraries are from the same release. JVMJ9CL005E Incompatible class library version: requires VM v%1$i, found v%2$i The class library is not from the same release as the JVM. The JVM fails to start. Ensure that the JVM and the class libraries are from the same release. JVMJ9CL002I Classes are from a non-j9 library, or an incorrectly reduced JXE The class library.jar file is not compatible with this virtual machine. The JVM fails to start. Ensure that the class library is compatible with the JVM. JVMJ9CL031W Could not register dbgwrapper.dll as bootstrap library. Error code = %zu loaded. The file dbgwrapper.dll could not be The JVM attempts to start. Contact your IBM Service JVMJ9CL003E Incompatible class library version: JCL %1$x, VM %2$x The class library is not from the same release as the JVM. The JVM fails to start. Ensure that the JVM and the class libraries are from the same release. JVMJ9CL033W Could not register %s as bootstrap library. Error code = %zu The file indicated by the message could not be loaded. The JVM attempts to start. Contact your IBM Service J9GC messages Garbage collector messages. 8 IBM SDK, Java Technology Edition: IBM VM messages

17 JVMJ9GC017E JVMJ9GC032E JVMJ9GC017E %1$s too small, must be at least %2$zu %3$sbytes The value for the specified option is smaller than the minimum permitted value. option. Use a larger value for the specified JVMJ9GC018E %1$s too small for %2$s The value for the specified option is smaller than the minimum permitted value. Adjust your garbage collector options. JVMJ9GC019E %1$s too large for %2$s The value for the specified option is larger than the maximum permitted value. Adjust your garbage collector options. JVMJ9GC020E %s too large for heap The value for the specified option is larger than the maximum permitted value. Adjust the garbage collector options. JVMJ9GC021E %1$s must equal %2$s If both of these options are specified together, the values must be the same. Update the garbage collector options. JVMJ9GC024E Sum of %1$s and %2$s too large for heap The sum of the values specified for these options is larger than the maximum permitted value. Adjust the garbage collector options. JVMJ9GC027E Malformed option: '%s' The option could not be parsed. Check the garbage collector options and correct any errors before trying again. JVMJ9GC028E Option too large: '%s' The value specified for this option is larger than the maximum permitted value. Adjust the garbage collector options. JVMJ9GC029E Option error: '%s' This option is not valid. Check the garbage collector options and correct any errors before trying again. JVMJ9GC030E %1$s value of %2$.2f must be at least %3$s less than %4$s value of %5$.2f too close. The values specified for these options are Adjust the garbage collector options. JVMJ9GC022E Sum of %1$s and %2$s too large for %3$s The sum of the values specified for these options is larger than the maximum permitted value. Adjust the garbage collector options. JVMJ9GC023E Sum of %1$s and %2$s must equal %3$s The sum of the values specified for these options is not equal to the third option. Adjust the garbage collector options. JVMJ9GC031E %1$s and %2$s cannot both be specified together. again. You cannot specify both of these options Remove one of the options and try JVMJ9GC032E System configuration does not support option '%s' The specified option is not supported by the current hardware or operating system configuration. IBM VM messages 9

18 JVMJ9GC033E JVMJ9GC059E Remove the option or adjust your hardware or operating system configuration. JVMJ9GC033E %1$s value must be between %2$.2f and %3$.2f (inclusive) The value specified for this option is not within the permitted range. Adjust the garbage collector options. JVMJ9GC034E %1$s value must be between %2$zu and %3$zu (inclusive) The value specified for this option is not within the permitted range. Adjust the garbage collector options. JVMJ9GC035E %s must be followed by a number The option specified must be directly followed by a numeric value. Adjust the garbage collector options. For example, instead of "-Xmx 100m", use "-Xmx100m". JVMJ9GC036E %1$s value must be above %2$zu small. The value specified for the option is too Use a larger value for the garbage collector option and try again. JVMJ9GC040E Unknown option: %s The option is not recognized. Check the garbage collector options and correct any errors before trying again. JVMJ9GC041E Unknown fvtest type: %s The option is not recognized. Check the garbage collector options and correct any errors before trying again. JVMJ9GC042E Sum of %1$s and %2$s too small for %3$s The sum of the values specified for the options is smaller than the minimum permitted value. Adjust the garbage collector options. JVMJ9GC054E Large page size %1$zu%2$s is not a supported page size; using %3$zu%4$s instead The large page size specified is not supported by the operating system. A further message is issued detailing the supported page sizes. The JVM uses the default large page size instead of the size you specified. If the default large page size is not appropriate, update the garbage collector options with a supported page size. JVMJ9GC038E %s value specified is too large The value specified for the option is too large. Use a smaller value for this garbage collector option and try again. JVMJ9GC057E %1$s must be no greater than %2$s The first option cannot be used because the value specified must not be greater than the value of the second option. Adjust the garbage collector options. JVMJ9GC039E %1$s is deprecated; use %2$s instead The option is deprecated and no longer supported. Replace the deprecated option and try again. JVMJ9GC059E -Xgcpolicy:metronome is not allowed without -Xrealtime The metronome garbage collection policy requires the -Xrealtime option, but this option was not specified. Adjust the garbage collector options. 10 IBM SDK, Java Technology Edition: IBM VM messages

19 JVMJ9GC062E JVMJ9GC077E JVMJ9GC062E %s value must be a power of two The value of the specified option must be a power of 2, for example: 2, 4, 8, 16, and so on. Adjust the garbage collector options. JVMJ9GC063E Unable to open file '%s' for writing for writing. The specified file could not be opened A log file is not produced. Check the permissions on the file system or specify a location and file name that you have write access to. JVMJ9GC069E Failed to initialize Finalize thread The finalize thread could not be created. Check that the system has enough native memory to run the JVM. JVMJ9GC070E Failed to startup the Garbage Collector The Garbage Collector failed to start. Check that the system has enough native memory to run the JVM. JVMJ9GC071E Value for '%s' is not correct The value that is specified for the option is not correct. Correct the option and try again. JVMJ9GC072I Large page size %1$zu%2$s is not a supported page size; using %3$zu%4$s %5$s instead The specified page size is not supported by the operating system. A suitable page size is used instead. page size. The JVM is started with a different Adjust the -Xlp option to specify a page size that is supported by the operating system. JVMJ9GC073I Large page size %1$zu%2$s %3$s is not a supported page size; using %4$zu%5$s instead The specified large page size is not supported by the operating system. A suitable page size is used instead. size. The JVM starts using a different page Adjust the -Xlp option to specify a page size that is supported by the operating system. JVMJ9GC074I Large page size %1$zu%2$s %3$s is not a supported page size; using %4$zu%5$s %6$s instead The specified large page size is not supported by the operating system. A suitable page size is used instead. size. The JVM starts using a different page Adjust the -Xlp option to specify a page size that is supported by the operating system. JVMJ9GC075E An error occurred in parsing '-Xlp' option option. An error occurred when parsing the -Xlp Correct the -Xlp option and try again. JVMJ9GC076E System configuration does not support requested %1$zu%2$s large page size The large page size that is specified is not supported by the operating system. Adjust the -Xlp option to specify a page size that is supported by the operating system. JVMJ9GC077E System configuration does not support requested %1$zu%2$s %3$s large page size The large page size that is specified is not supported by the operating system. Adjust the -Xlp option to specify a page size that is supported by the operating system. IBM VM messages 11

20 JVMJ9GC078E JVMJ9RI000E JVMJ9GC078E '%1$s' is not specified as the first parameter in '%2$s' option A parameter is missing, or the parameters are not in the correct order. again. Correct the -Xlp parameters and try JVMJ9GC079E '%1$s' option is not complete, must specify '%2$s' parameter. parameters. The option is missing one or more Specify all the required parameter for the -Xlp option and try again. JVMJ9GC080E System configuration does not support parameter '%.*s' in option '-Xlp' The parameter that is used with the -Xlp option is not recognized. try again. Remove or correct the parameter and JVMJ9GC081I Extra comma characters are discovered in '-Xlp' option - ignored The -Xlp option contains comma characters that are not needed. -Xlp option. The JVM ignores the extra characters. Remove the extra commas from the JVMJ9GC082I Requested for %1$s page size %2$zu%3$s%4$s is not a supported page size; using %5$zu%6$s%7$s instead The specified page size is not supported by the operating system. A suitable page size is used instead. size. The JVM starts using a different page Adjust the -Xlp or -Xgc options to specify page size that is supported by the operating system. JVMJ9GC084I OS clock resolution claims to not support the requested target pause time. Overriding due to command line option -Xgc:overrideHiresTimerCheck The operating system returned a clock resolution that is larger than requested. However, the JVM continues to start because the option -Xgc:overrideHiresTimerCheck is requested. The JVM starts, but garbage collection pause time management remains subject to operating system performance, which might not provide adequate timer resolution. Use this option with caution, and only when you are unable to use a supported operating system. JVMJ9GC088I Requested objectheap page size %1$zu%2$s could not be satisfied; using %3$zu%4$s instead The requested object heap page size is supported by the operating system, but is not currently available. The JVM starts with a different object heap page size, instead of the specified size. No action is required. JVMJ9GC089W The -Xgc:preferredHeapBase option is not supported on z/os. The JVM was started with the -Xgc:preferredHeapBase option, which has no effect on z/os. The JVM ignores the -Xgc:preferredHeapBase option. For a list of supported options, refer to the IBM SDK documentation. J9RI messages JVMRI interface messages. JVMJ9RI000E jvmri->createthread cannot allocate thread arguments memory The JVM could not allocate the memory required to process a JVMRI CreateThread call. The thread is not created. Error code JNI_ERR is returned. Investigate process memory usage and try again. 12 IBM SDK, Java Technology Edition: IBM VM messages

21 JVMJ9RI002E JVMJ9RI016E JVMJ9RI002E jvmri->dumpregister called with NULL callback, function not registered. The JVM could not process a JVMRI DumpRegister call because the supplied callback function parameter was null. A callback function is not registered. Error code JNI_EINVAL is returned. Correct the JVMRI DumpRegister call by providing a callback function parameter. JVMJ9RI003E Can't allocate dump agent in jvmri->dumpregister, function not registered. The JVM could not allocate the memory required to process a JVMRI DumpRegister call. A callback function is not registered. Error code JNI_ERR is returned. try again. Investigate process memory usage and JVMJ9RI005E jvmri->getcomponentdataarea component %s does not have dataarea under this vm. The JVMRI GetComponentDataArea call is not supported by this JVM. Error code JNI_ERR is returned. Remove the JVMRI GetComponentDataArea call from the JVMRI agent code. JVMJ9RI006E jvmri->getrasinfo called with NULL RasInfo structure. The JVM could not process a JVMRI GetRasInfo call because the supplied info_ptr parameter was null. Error code JNI_EINVAL is returned. Correct the JVMRI GetRasInfo call by providing a valid pointer as the info_ptr parameter. JVMJ9RI010E jvmri->getrasinfo unable to allocate memory. The JVM could not allocate the memory required to process a JVMRI GetRasInfo call. returned. try again. None. Error code JNI_ENOMEM is Investigate process memory usage and JVMJ9RI011E RasInfo structure has unsupported type field. The RasInfo structure that was supplied as a parameter to a JVMRI GetRasInfo call had a request type that is not valid. returned. None. Error code JNI_EINVAL is Correct the request type in the supplied RasInfo structure and try again. JVMJ9RI012E jvmri->releaserasinfo called with NULL RasInfo structure. The JVM could not process a JVMRI ReleaseRasInfo call because the supplied info_ptr parameter was null. returned. None. Error code JNI_EINVAL is Correct the JVMRI ReleaseRasInfo call by providing a valid pointer as the info_ptr parameter. JVMJ9RI013E jvmri->releaserasinfo: structure has unsupported type field. The RasInfo structure that was supplied as a parameter to a JVMRI ReleaseRasInfo call had a request type that is not valid. returned. None. Error code JNI_EINVAL is Correct the request type in the supplied RasInfo structure and try again. JVMJ9RI007E jvmri->getrasinfo unable to allocate memory. The JVM could not allocate the memory required to process a JVMRI GetRasInfo call. try again. Error code JNI_ENOMEM is returned. Investigate process memory usage and JVMJ9RI016E jvmri->setoutofmemoryhook called with NULL callback, function not registered. The JVM could not process a JVMRI SetOutOfMemoryHook call because the supplied callback function parameter was null. A callback function is not registered. Error code JNI_EINVAL is returned. Correct the JVMRI SetOutOfMemoryHook call by providing a callback function parameter. IBM VM messages 13

22 JVMJ9RI017E JVMJ9RI023E JVMJ9RI017E Can't allocate dump agent in jvmri->setoutofmemoryhook, function not registered. The JVM could not allocate the memory required to process a JVMRI SetOutOfMemoryHook call. A callback function is not registered. Error code JNI_ERR is returned. try again. Investigate process memory usage and JVMJ9RI018I jvmri->notifysignal raising signal %d. The JVM is about to raise a signal as requested by a JVMRI NotifySignal call. The JVM raises the requested signal. This message is an information message. No action is required. JVMJ9RI023E jvmri->traceregister, jvmri->tracederegister and TraceListener no longer supported, use new versions in JVMRAS_VERSION_1_5 The JVMRI TraceRegister and TraceDeregister calls are not supported by this JVM. The trace listener is not registered or unregistered. Error code JNI_ERR is returned. Change the JVMRI agent code to use the JVMRI TraceRegister50 and TraceDeregister50 calls instead. JVMJ9RI020E jvmri->createthread unable to allocate private monitor A call to the JVMRI CreateThread function failed because the JVM was unable to allocate a monitor. The thread is not created. Error code JNI_ERR is returned. try again. Investigate process memory usage and JVMJ9RI021E jvmri->rundumproutine not supported. The JVMRI RunDumpRoutine call is not supported by this JVM. None. Error code JNI_ERR is returned. Remove the JVMRI RunDumpRoutine call from the JVMRI agent code. JVMJ9RI022E initialise JVMRI unable to allocate jvmri dump monitor The JVM failed to initialize the JVMRI interface because the JVM was unable to allocate a monitor. try again. Investigate process memory usage and J9TI messages JVMTI interface messages. 14 IBM SDK, Java Technology Edition: IBM VM messages

23 JVMJ9TI000E JVMJ9TI015I JVMJ9TI000E Out of memory attempting to load agent library %s then ends. memory. The system ran out of native memory. The JVM fails to load the agent library, Increase the amount of available native JVMJ9TI001E Agent library %1$s could not be opened (%2$s) The agent shared library could not be found or opened. then ends. The JVM fails to load the agent library, Verify the existence of the agent shared library, and check that the file read permissions allow access. JVMJ9TI002E Agent_OnLoad not found in library %s The specified agent does not follow the JVMTI specification. then ends. agent library. The JVM fails to load the agent library, Add an Agent_OnLoad function to the JVMJ9TI003E Agent_OnLoad failed for library %s The initialization of the agent failed in the Agent_OnLoad function. then ends. The JVM fails to load the agent library, Correct the Agent_OnLoad failure. JVMJ9TI004I Returns via the capabilities_ptr the extended capabilities available at this time. An internationalized description of a JVMTI extension. None. None. JVMJ9TI005I Add the new extended capabilities from capabilities_ptr. An internationalized description of a JVMTI extension. None. None. JVMJ9TI006I Relinquish the extended capabilities from capabilities_ptr. An internationalized description of a JVMTI extension. None. None. JVMJ9TI007I Get the current set of extended capabilities via capabilities_ptr. An internationalized description of a JVMTI extension. None. None. JVMJ9TI011I Add a dynamic -Xtrace option An internationalized description of a JVMTI extension. None. None. JVMJ9TI012I Add a dynamic -Xdump option An internationalized description of a JVMTI extension. None. None. JVMJ9TI014I Controls Java Lock Monitor (JLM) (COM_IBM_JLM_START, COM_IBM_JLM_START_TIME_STAMP, COM_IBM_JLM_STOP, COM_IBM_JLM_STOP_TIME_STAMP). An internationalized description of a JVMTI extension. None. None. JVMJ9TI015I Request a Java Lock Monitor (JLM) dump. An internationalized description of a JVMTI extension. None. None. IBM VM messages 15

24 JVMJ9TI016I JVMJ9TI071E JVMJ9TI016I Allow inlining in the presence of method enter and exit events (resulting in possibly inaccurate reporting of enter and exit) An internationalized description of a JVMTI extension. None. None. JVMJ9TI017I Controls various VM and compiling options. An internationalized description of a JVMTI extension. None. None. JVMJ9TI018I Sets a method for selective entry and exit notification. An internationalized description of a JVMTI extension. None. None. JVMJ9TI019I Sets notification mode for extended events, allowing thread-level selectivity An internationalized description of a JVMTI extension. None. None. JVMJ9TI020I Gets the OS thread ID from a jthread An internationalized description of a JVMTI extension. None. None. JVMJ9TI021I Get extended frame information An internationalized description of a JVMTI extension. None. None. JVMJ9TI022I Get extended frame information for all stack traces. An internationalized description of a JVMTI extension. None. None. JVMJ9TI025I Allow direct JNI in the presence of method enter and exit events (resulting in possibly inaccurate reporting of enter and exit) An internationalized description of a JVMTI extension. None. None. JVMJ9TI026I Trigger a dump using the given RAS configuration. An internationalized description of a JVMTI extension. None. None. JVMJ9TI030I Signal the async event on a single thread or all threads An internationalized description of a JVMTI extension. None. None. JVMJ9TI031I Cancel the async event on a single thread or all threads An internationalized description of a JVMTI extension. None. None. JVMJ9TI070E Agent initialization function %s failed for library %s, return code %d Agent_OnLoad or Agent_OnAttach failed to initialize the agent. and ends. The JVM fails to load the agent library The agent library must be updated to correct the agent initialization failure. JVMJ9TI071E Agent initialization function %s not found in library %s The specified agent library does not correctly follow the JVMTI specification. and ends. The JVM fails to load the agent library 16 IBM SDK, Java Technology Edition: IBM VM messages

25 JVMJ9VM000E JVMJ9VM011W The agent library must be updated to add the missing initialization function. J9VM messages General JVM messages. JVMJ9VM000E Malformed value for IBM_JAVA_OPTIONS The JVM has found an error when parsing the environment variable IBM_JAVA_OPTIONS. This problem can be caused by syntax errors such as unmatched quotes. Check the syntax of the environment variable IBM_JAVA_OPTIONS JVMJ9VM002E Options file not found The file specified using the option -Xoptionsfile cannot be found. Correct the command line option for -Xoptionsfile and try again. Correct the value for the environment variable and try again. JVMJ9VM006E Invalid command-line option: %s The command-line option is not valid. Correct or remove the command-line option and try again. JVMJ9VM007E Command-line option unrecognised: %s recognized. The command-line option is not Correct or remove the command-line option and try again. JVMJ9VM003W JIT compiler "%s" not found. Will use interpreter. The value specified for the -Djava.compiler option is not valid. The JVM continues without a compiler. The performance might be slower. and try again. Correct the value for -Djava.compiler JVMJ9VM004E Cannot load library required by: %s JVM initialization uses system services to load numerous libraries, including libraries that are specified by the user. Libraries can have dependencies on other libraries. This message is produced when a library cannot be loaded. The JVM ends Check your system to ensure that the libraries indicated are available and accessible. If this problem occurs with an application that has run successfully before, check for any recent changes to your environment. representative if the problem continues. JVMJ9VM005E Invalid value for environment variable: %s The value entered for the environment variable is not valid. JVMJ9VM008E J9VMDllMain not found J9VMDllMain is the main module entry point for system libraries. If J9VMDllMain is not found the module cannot be used. JVMJ9VM009E J9VMDllMain failed J9VMDllMain is the main module entry point for system libraries. There has been a failure using J9VMDllMain. JVMJ9VM010W Failed to initialize %s The identified library cannot be initialized. This message is typically associated with JVMPI function. The JVM continues but the function might be affected. JVMJ9VM011W Unable to load %1$s: %2$s IBM VM messages 17

26 JVMJ9VM012W JVMJ9VM020I The JVM failed to load the library named in the first parameter. The second parameter gives further information about the failure. The JVM continues but might end later if the library contained core JVM function. Check the libraries are available and can be accessed. representative if the problem continues. JVMJ9VM012W Unable to unload %1$s: %2$s The JVM failed to unload the library named in the first parameter. The second parameter gives further information about the failure. representative if the problem continues. JVMJ9VM013W Initialization error in function %1$s(%2$d): %3$s the JVM. This is typically an internal error within The JVM continues but might end later if the error occurred in a critical area. representative if the problem continues. JVMJ9VM014W Shutdown error in function %1$s(%2$d): %3$s An internal error occurred during shutdown Further information about the error is provided. representative if the problem continues. JVMJ9VM015W Initialization error for library %1$s(%2$d): %3$s A problem occurred when the JVM tried to initialize the library. This can happen when the JVM is started with incorrect options, giving rise to additional messages. Check preceding messages for an indication of the problem. Correct the problem and try again. JVMJ9VM016W Shutdown error for library %1$s(%2$d): %3$s An internal error occurred during shutdown Further information about the error is provided. Contact your IBMM service representative if the problem continues. JVMJ9VM017E Could not allocate memory for command line option array During JVM initialization the command line options are stored in memory. There was not enough memory available for the JVM to complete the process. This is unlikely to be a problem caused by starting the JVM. Check your system for hardware or software faults and correct them. Restart your system and try again. representative if the problem continues. JVMJ9VM018E Could not allocate memory for shared library load table pool This error is issued when memory cannot be allocated to expand an internal table. This is unlikely to be a problem caused by the JVM. The JVM continues but is likely to fail. Check your system for hardware or software faults and correct them. Restart your system and try again. representative if the problem continues. JVMJ9VM019E Fatal error: Unable to find and initialize required class %.*s A required class could not be found or could not be initialized. JVMJ9VM020I Searched in %.*s This message lists a class path entry that was searched while trying to find a required class. 18 IBM SDK, Java Technology Edition: IBM VM messages

27 JVMJ9VM022E JVMJ9VM059I JVMJ9VM022E Stack map failed, result = %p - aborting VM 601. An internal error occurred. The JVM ends with exit code 600 or Contact your IBM Service JVMJ9VM023I This may indicate that JAVA_HOME is incorrect, or that class libraries are not installed A required class could not be found or could not be initialized. The value set for JAVA_HOME might be incorrect, or the class library might not be installed correctly. Check that the JAVA_HOME environment variable is properly set. JVMJ9VM031E Required class %2$.*1$s must be in the boot classpath, but was found in the application class path in %4$.*3$s A required class was found on the application class path, not on the boot classpath. For security reasons this class must be found on the boot classpath. Check your command line options to ensure that you have not placed boot classes on the application classpath. JVMJ9VM034E JVMRI requires trace engine: run with -Xtrace flag Tracing must be enabled to use the JVMRI environment requested. The JVMRI environment is not returned with the GetEnv() JNI function. Add the appropriate -Xtrace option to the command line. JVMJ9VM035E Unable to allocate OutOfMemoryError The JVM tried to issue an OutOfMemoryError but failed. Exceeding the maximum value for the -Xmca and -Xmco options causes this error. Check your use of these options, the memory usage of your application and try again (possibly using the -Xmx option on startup). If the problem persists then contact your IBM service JVMJ9VM038E -Xthr: unrecognized option --> \'%s\' The value specified for the -Xthr option was not recognized. and try again. Correct or remove the -Xthr option JVMJ9VM039I -Xscmx is ignored if -Xshareclasses is not specified The -Xscmx option is not meaningful unless shared class support is active. Remove the -Xscmx option or activate shared classes by using the -Xshareclasses option. JVMJ9VM050E -Xjni: unrecognized option --> \'%s\' The option specified with the -Xjni command-line parameter is not recognized. -Xjni. Correct the option specified with JVMJ9VM053E Malformed option %s found in -Xoptionsfile The options file contains an option that is not correctly specified. Correct the option in the options file. JVMJ9VM058I -Xscminaot is ignored if -Xshareclasses is not specified The command-line option -Xscminaot is not meaningful unless -Xshareclasses is specified. The JVM ignores the -Xscminaot command-line option and continues. Determine if -Xscminaot should be removed, or if -Xshareclasses should be added. JVMJ9VM059I -Xscmaxaot is ignored if -Xshareclasses is not specified The command-line option -Xscmaxaot is not meaningful unless -Xshareclasses is specified. The JVM ignores the -Xscmaxaot command-line option and continues. Determine if -Xscmaxaot should be removed, or if -Xshareclasses should be added. IBM VM messages 19

28 JVMJ9VM061W JVMJ9VM081W JVMJ9VM061W insertdumpagent requires %s An internal VM function called via the JVMTI SetVmDump() API has failed because the required DLL has not been loaded. The dump options are not changed, JNI_ERR is returned. Check whether the JVM dump functions have been disabled via the -Xdump:none option. JVMJ9VM062W removedumpagent requires %s An internal VM function called via the JVMTI SetVmDump() API has failed because the required DLL has not been loaded. The dump options are not changed, JNI_ERR is returned. Check whether the JVM dump functions have been disabled via the -Xdump:none option. JVMJ9VM068W -Xshareclasses not enabled, -Xzero:sharestring option ignored The -Xzero:sharestring option is ignored if shared classes are not enabled. The JVM ignores the -Xzero:sharestring option. This warning message can be ignored if you do not want to use the -Xzero:sharestring option. If you do want to use the -Xzero:sharestring option, enable shared classes. JVMJ9VM078E Malformed value for JAVA_TOOL_OPTIONS An option found in the environment variable JAVA_TOOLS_OPTIONS is not specified correctly. Correct the option in the environment variable JAVA_TOOLS_OPTIONS. JVMJ9VM063W seekdumpagent requires %s An internal VM function called via the JVMTI SetVmDump() API has failed because the required DLL has not been loaded. The dump options are not changed, JNI_ERR is returned. Check whether the JVM dump functions have been disabled via the -Xdump:none option. JVMJ9VM064W setdumpoption requires %s An internal JVM function, called by the JVMTI SetVmDump() API, has failed because the required DLL is not loaded. The dump options are not changed. JNI_ERR is returned. Check whether the JVM dump functions have been turned off with the -Xdump:none option. JVMJ9VM067W -Xshareclasses not enabled, -Xzero:sharezip option ignored The -Xzero:sharezip option is ignored if shared classes are not enabled. option. The JVM ignores the -Xzero:sharezip This warning message can be ignored if you do not want to use the -Xzero:sharezip option. If you do want to use the -Xzero:sharezip option, enable shared classes. JVMJ9VM079W triggeroneoffdump(%1$s) requires %2$s An internal JVM function, called by the JVMTI TriggerVmDump() API, failed because the required DLL is not loaded. The requested dump is not triggered. JNI_ERR is returned. Check whether the JVM dump functions have been turned off with the -Xdump:none option. JVMJ9VM080W queryvmdump requires %s An internal VM function, called by the JVMTI QueryVmDump() API, failed because the required DLL is not loaded. An empty list of dump option specifications is returned. Check whether the JVM dump functions have been turned off with the -Xdump:none option. JVMJ9VM081W Malformed option value, option "%1$s%3$.*2$s" contains trailing characters "%4$s" which have been ignored The command-line option contained extra characters that were ignored. These extra characters might have been intended to be other command-line options. The JVM ignores the extra characters. 20 IBM SDK, Java Technology Edition: IBM VM messages

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages Note: Before using this information and the product it supports, read the

More information

IBM Developer Kit and Runtime Environment, Java Technology Edition Version 6. IBM SDK Java Technology Edition Version 6 Supplement

IBM Developer Kit and Runtime Environment, Java Technology Edition Version 6. IBM SDK Java Technology Edition Version 6 Supplement IBM Developer Kit and Runtime Environment, Java Technology Edition Version 6 IBM SDK Java Technology Edition Version 6 Supplement IBM Developer Kit and Runtime Environment, Java Technology Edition Version

More information

PARAMETERS Options may be in any order. For a discussion of parameters which apply to a specific option, see OPTIONS below.

PARAMETERS Options may be in any order. For a discussion of parameters which apply to a specific option, see OPTIONS below. NAME java Java interpreter SYNOPSIS java [ options ] class [ argument... ] java [ options ] jar file.jar [ argument... ] PARAMETERS Options may be in any order. For a discussion of parameters which apply

More information

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft.NET Framework Agent Fix Pack 13.

IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft.NET Framework Agent Fix Pack 13. IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft.NET Framework Agent 6.3.1 Fix Pack 13 Reference IBM IBM Tivoli Composite Application Manager for Microsoft Applications:

More information

Lesson 2 Dissecting Memory Problems

Lesson 2 Dissecting Memory Problems Lesson 2 Dissecting Memory Problems Poonam Parhar JVM Sustaining Engineer Oracle Agenda 1. Symptoms of Memory Problems 2. Causes of Memory Problems 3. OutOfMemoryError messages 3 Lesson 2-1 Symptoms of

More information

Accelerated Library Framework for Hybrid-x86

Accelerated Library Framework for Hybrid-x86 Software Development Kit for Multicore Acceleration Version 3.0 Accelerated Library Framework for Hybrid-x86 Programmer s Guide and API Reference Version 1.0 DRAFT SC33-8406-00 Software Development Kit

More information

IBM VisualAge for Java,Version3.5. Distributed Debugger for Workstations

IBM VisualAge for Java,Version3.5. Distributed Debugger for Workstations IBM VisualAge for Java,Version3.5 Distributed Debugger for Workstations Note! Before using this information and the product it supports, be sure to read the general information under Notices. Edition notice

More information

I Management and Monitoring Services

I Management and Monitoring Services I Management and Monitoring Services If Novell ZENworks for Servers (ZfS) 3 Management and Monitoring Services displays an error message, you can look it up in the Error Messages chapter. If a problem

More information

Java Platform, Standard Edition Java Virtual Machine Guide. Release 9

Java Platform, Standard Edition Java Virtual Machine Guide. Release 9 Java Platform, Standard Edition Java Virtual Machine Guide Release 9 E68512-05 October 2017 Java Platform, Standard Edition Java Virtual Machine Guide, Release 9 E68512-05 Copyright 1993, 2017, Oracle

More information

SABLEJIT: A Retargetable Just-In-Time Compiler for a Portable Virtual Machine p. 1

SABLEJIT: A Retargetable Just-In-Time Compiler for a Portable Virtual Machine p. 1 SABLEJIT: A Retargetable Just-In-Time Compiler for a Portable Virtual Machine David Bélanger dbelan2@cs.mcgill.ca Sable Research Group McGill University Montreal, QC January 28, 2004 SABLEJIT: A Retargetable

More information

Agenda. CSE P 501 Compilers. Java Implementation Overview. JVM Architecture. JVM Runtime Data Areas (1) JVM Data Types. CSE P 501 Su04 T-1

Agenda. CSE P 501 Compilers. Java Implementation Overview. JVM Architecture. JVM Runtime Data Areas (1) JVM Data Types. CSE P 501 Su04 T-1 Agenda CSE P 501 Compilers Java Implementation JVMs, JITs &c Hal Perkins Summer 2004 Java virtual machine architecture.class files Class loading Execution engines Interpreters & JITs various strategies

More information

High-Level Language VMs

High-Level Language VMs High-Level Language VMs Outline Motivation What is the need for HLL VMs? How are these different from System or Process VMs? Approach to HLL VMs Evolutionary history Pascal P-code Object oriented HLL VMs

More information

Debugging the New Java. Topics. Introduction Overview of the new Virtual Machine IBM i extras Cross-platform debug capabilities Interactive debug

Debugging the New Java. Topics. Introduction Overview of the new Virtual Machine IBM i extras Cross-platform debug capabilities Interactive debug Agenda Key: Session Number: 26MJ 550503 Debugging the New Java Tim Rowe Web Integration on i T/L timmr@us.ibm.com 8 Copyright IBM Corporation, 2009. All Rights Reserved. This publication may refer to products

More information

Pointer Analysis in the Presence of Dynamic Class Loading. Hind Presented by Brian Russell

Pointer Analysis in the Presence of Dynamic Class Loading. Hind Presented by Brian Russell Pointer Analysis in the Presence of Dynamic Class Loading Martin Hirzel, Amer Diwan and Michael Hind Presented by Brian Russell Claim: First nontrivial pointer analysis dealing with all Java language features

More information

Oracle Communications Network Charging and Control. Data Access Pack Alarms Guide Release: 4_4_1

Oracle Communications Network Charging and Control. Data Access Pack Alarms Guide Release: 4_4_1 Oracle Communications Network Charging and Control Data Access Pack Release: 4_4_1 December 2011 Copyright Copyright 2011, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

CSE P 501 Compilers. Java Implementation JVMs, JITs &c Hal Perkins Winter /11/ Hal Perkins & UW CSE V-1

CSE P 501 Compilers. Java Implementation JVMs, JITs &c Hal Perkins Winter /11/ Hal Perkins & UW CSE V-1 CSE P 501 Compilers Java Implementation JVMs, JITs &c Hal Perkins Winter 2008 3/11/2008 2002-08 Hal Perkins & UW CSE V-1 Agenda Java virtual machine architecture.class files Class loading Execution engines

More information

SDK/RTE for Debian Linux on Intel Itanium Processors Release Notes

SDK/RTE for Debian Linux on Intel Itanium Processors Release Notes SDK/RTE 1.4.2.09 for Debian Linux on Intel Itanium Processors Release Notes HP Part Number: 5900-1453 Published: December 2010 Edition: 1.0 Copyright 2010 Hewlett-Packard Development Company, L.P. Legal

More information

IBM Tivoli Storage Manager for Mail Version 7.1. Data Protection for Microsoft Exchange Server Messages

IBM Tivoli Storage Manager for Mail Version 7.1. Data Protection for Microsoft Exchange Server Messages IBM Tivoli Storage Manager for Mail Version 7.1 Data Protection for Microsoft Exchange Server Messages IBM Tivoli Storage Manager for Mail Version 7.1 Data Protection for Microsoft Exchange Server Messages

More information

Monitoring Agent for Tomcat 6.4 Fix Pack 4. Reference IBM

Monitoring Agent for Tomcat 6.4 Fix Pack 4. Reference IBM Monitoring Agent for Tomcat 6.4 Fix Pack 4 Reference IBM Monitoring Agent for Tomcat 6.4 Fix Pack 4 Reference IBM Note Before using this information and the product it supports, read the information in

More information

IBM. Documentation. IBM Sterling Connect:Direct Process Language. Version 5.3

IBM. Documentation. IBM Sterling Connect:Direct Process Language. Version 5.3 IBM Sterling Connect:Direct Process Language IBM Documentation Version 5.3 IBM Sterling Connect:Direct Process Language IBM Documentation Version 5.3 This edition applies to Version 5 Release 3 of IBM

More information

IBM. Data Sheet. Enterprise COBOL for z/os. Version 6.2

IBM. Data Sheet. Enterprise COBOL for z/os. Version 6.2 Enterprise COBOL for z/os IBM Data Sheet Version 6.2 Enterprise COBOL for z/os IBM Data Sheet Version 6.2 Third edition (January 2018) This edition applies to Version 6 Release 2 of IBM Enterprise COBOL

More information

JDB - QUICK GUIDE JDB - INTRODUCTION

JDB - QUICK GUIDE JDB - INTRODUCTION http://www.tutorialspoint.com/jdb/jdb_quick_guide.htm JDB - QUICK GUIDE Copyright tutorialspoint.com JDB - INTRODUCTION Debugging is a technical procedure to find and remove bugs or defects in a program

More information

Certified Core Java Developer VS-1036

Certified Core Java Developer VS-1036 VS-1036 1. LANGUAGE FUNDAMENTALS The Java language's programming paradigm is implementation and improvement of Object Oriented Programming (OOP) concepts. The Java language has its own rules, syntax, structure

More information

DB2 Warehouse Manager for OS/390 and z/os White Paper

DB2 Warehouse Manager for OS/390 and z/os White Paper DB2 Warehouse Manager for OS/390 and z/os White Paper By Sarah Ellis and Cathy Drummond October 2001 Copyright IBM Corp. 2001. All Rights Reserved. US Government Users Restricted Rights - Use, duplication

More information

IBM Content Manager for iseries. Messages and Codes. Version 5.1 SC

IBM Content Manager for iseries. Messages and Codes. Version 5.1 SC IBM Content Manager for iseries Messages and Codes Version 5.1 SC27-1137-00 IBM Content Manager for iseries Messages and Codes Version 5.1 SC27-1137-00 Note Before using this information and the product

More information

BEA Tuxedo. System Messages CMDFML Catalog

BEA Tuxedo. System Messages CMDFML Catalog BEA Tuxedo System Messages CMDFML Catalog BEA Tuxedo Release 7.1 Document Edition 7.1 May 2000 Copyright Copyright 2000 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This software and

More information

Data Communication and Synchronization

Data Communication and Synchronization Software Development Kit for Multicore Acceleration Version 3.0 Data Communication and Synchronization for Cell Programmer s Guide and API Reference Version 1.0 DRAFT SC33-8407-00 Software Development

More information

VTL AGENT Release Notes

VTL AGENT Release Notes VTL AGENT Release Notes The VTL-Agent is software that resides on the Virtual Tape Library appliance. It accepts a client connection using a proprietary protocol on port 5604. Multiple clients can connect

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

Status.out and Debugging SWAMP Failures. James A. Kupsch. Version 1.0.2, :14:02 CST

Status.out and Debugging SWAMP Failures. James A. Kupsch. Version 1.0.2, :14:02 CST Status.out and Debugging SWAMP Failures James A. Kupsch Version 1.0.2, 2017-01-17 14:14:02 CST Table of Contents 1. Introduction.............................................................................

More information

Adabas SOA Gateway Messages and Codes

Adabas SOA Gateway Messages and Codes Adabas SOA Gateway Version 2012-12-17 December 2012 This document applies to Adabas SOA Gateway Version 2012-12-17. Specifications contained herein are subject to change and these changes will be reported

More information

IBM. Software Development Kit for Multicore Acceleration, Version 3.0. SPU Timer Library Programmer s Guide and API Reference

IBM. Software Development Kit for Multicore Acceleration, Version 3.0. SPU Timer Library Programmer s Guide and API Reference IBM Software Development Kit for Multicore Acceleration, Version 3.0 SPU Timer Library Programmer s Guide and API Reference Note: Before using this information and the product it supports, read the information

More information

Rhapsody Interface Management and Administration

Rhapsody Interface Management and Administration Rhapsody Interface Management and Administration Welcome The Rhapsody Framework Rhapsody Processing Model Application and persistence store files Web Management Console Backups Route, communication and

More information

Java Performance: The Definitive Guide

Java Performance: The Definitive Guide Java Performance: The Definitive Guide Scott Oaks Beijing Cambridge Farnham Kbln Sebastopol Tokyo O'REILLY Table of Contents Preface ix 1. Introduction 1 A Brief Outline 2 Platforms and Conventions 2 JVM

More information

generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. Name Synopsis

generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. Name Synopsis Name Synopsis Description Options generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. generate-jvm-report [--help] [ --type =summary memory class thread log]

More information

Testing Lucene and Solr with various JVMs: Bugs, Bugs, Bugs

Testing Lucene and Solr with various JVMs: Bugs, Bugs, Bugs Testing Lucene and Solr with various JVMs: Bugs, Bugs, Bugs Uwe Schindler Apache Lucene Committer & PMC Member uschindler@apache.org http://www.thetaphi.de, http://blog.thetaphi.de @ThetaPh1 SD DataSolutions

More information

UIL Diagnostic Messages

UIL Diagnostic Messages UIL Diagnostic Messages This appendix lists the diagnostic messages produced by the UIL compiler. The severity, a description of the message, and a suggestion for correcting the problem are listed for

More information

LANGUAGE RUNTIME NON-VOLATILE RAM AWARE SWAPPING

LANGUAGE RUNTIME NON-VOLATILE RAM AWARE SWAPPING Technical Disclosure Commons Defensive Publications Series July 03, 2017 LANGUAGE RUNTIME NON-VOLATILE AWARE SWAPPING Follow this and additional works at: http://www.tdcommons.org/dpubs_series Recommended

More information

Notes of the course - Advanced Programming. Barbara Russo

Notes of the course - Advanced Programming. Barbara Russo Notes of the course - Advanced Programming Barbara Russo a.y. 2014-2015 Contents 1 Lecture 2 Lecture 2 - Compilation, Interpreting, and debugging........ 2 1.1 Compiling and interpreting...................

More information

Central Administration Console Installation and User's Guide

Central Administration Console Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Central Administration Console Installation and User's Guide SC27-2808-04 IBM Tivoli Storage Manager FastBack for Workstations Version

More information

Windows Java address space

Windows Java address space Windows Java address space This article applies to the IBM 32-bit SDK and Runtime Environment for Windows, Java2 Technology Edition. It explains how the process space for Java is divided and explores a

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation and User's Guide SC27-2809-04 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation

More information

IBM Spectrum Protect for Databases Version Data Protection for Microsoft SQL Server Messages IBM

IBM Spectrum Protect for Databases Version Data Protection for Microsoft SQL Server Messages IBM IBM Spectrum Protect for Databases Version 8.1.0 Data Protection for Microsoft SQL Server Messages IBM IBM Spectrum Protect for Databases Version 8.1.0 Data Protection for Microsoft SQL Server Messages

More information

Encyclopedia of Crash Dump Analysis Patterns

Encyclopedia of Crash Dump Analysis Patterns Encyclopedia of Crash Dump Analysis Patterns Detecting Abnormal Software Structure and Behavior in Computer Memory Dmitry Vostokov Software Diagnostics Institute OpenTask 2 Published by OpenTask, Republic

More information

Bridging Organizational Gaps with Monitoring: ITM/ITCAM for WebSphere Production Applications

Bridging Organizational Gaps with Monitoring: ITM/ITCAM for WebSphere Production Applications IBM WebSphere Software Bridging Organizational Gaps with Monitoring: ITM/ITCAM for WebSphere Production Applications Mike Polan (mpolan@ca.ibm.com) Lewis Lo (lewisl@ca.ibm.com) Winfield Choi (winchoi@ca.ibm.com)

More information

Glossary. abort. application schema

Glossary. abort. application schema Glossary abort An abnormal termination of a transaction. When a transaction aborts, its changes to the database are erased, and the database is effectively restored to its state as of the moment the transaction

More information

Pause-Less GC for Improving Java Responsiveness. Charlie Gracie IBM Senior Software charliegracie

Pause-Less GC for Improving Java Responsiveness. Charlie Gracie IBM Senior Software charliegracie Pause-Less GC for Improving Java Responsiveness Charlie Gracie IBM Senior Software Developer charlie_gracie@ca.ibm.com @crgracie charliegracie 1 Important Disclaimers THE INFORMATION CONTAINED IN THIS

More information

CA PDSMAN PDS Library Management CA RS 1404 Service List

CA PDSMAN PDS Library Management CA RS 1404 Service List CA PDSMAN PDS Library Management 7.7 1 CA RS 1404 Service List Description Hiper 7.7 RO66063 $DEMO MAY FAIL WITH I/O ERROR AND U0001 ABEND RO66078 PDSMENT-2 OR U0001 ABEND TERMINATING HEALTH CHECKS RO66087

More information

Monitoring Agent for Tomcat 6.4 Fix Pack 8. Reference IBM

Monitoring Agent for Tomcat 6.4 Fix Pack 8. Reference IBM Monitoring Agent for Tomcat 6.4 Fix Pack 8 Reference IBM Monitoring Agent for Tomcat 6.4 Fix Pack 8 Reference IBM Note Before using this information and the product it supports, read the information in

More information

Programming Environment Variable APIs

Programming Environment Variable APIs System i Programming Environment Variable APIs Version 6 Release 1 System i Programming Environment Variable APIs Version 6 Release 1 Note Before using this information and the product it supports, read

More information

Arcserve Backup for Windows

Arcserve Backup for Windows Arcserve Backup for Windows Agent for Sybase Guide r17.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Last class: OS and Architecture. OS and Computer Architecture

Last class: OS and Architecture. OS and Computer Architecture Last class: OS and Architecture OS and Computer Architecture OS Service Protection Interrupts System Calls IO Scheduling Synchronization Virtual Memory Hardware Support Kernel/User Mode Protected Instructions

More information

Last class: OS and Architecture. Chapter 3: Operating-System Structures. OS and Computer Architecture. Common System Components

Last class: OS and Architecture. Chapter 3: Operating-System Structures. OS and Computer Architecture. Common System Components Last class: OS and Architecture Chapter 3: Operating-System Structures System Components Operating System Services System Calls System Programs System Structure Virtual Machines System Design and Implementation

More information

Examples of Code Roaches. First Draft List Cem Kaner September 11, 2005

Examples of Code Roaches. First Draft List Cem Kaner September 11, 2005 Examples of Code Roaches First Draft List Cem Kaner September 11, 2005 Why a Potential-Bug List? Given a potential error, you can develop a method to test for it Foundation for Code inspections Glass box

More information

Introduction to Programming Using Java (98-388)

Introduction to Programming Using Java (98-388) Introduction to Programming Using Java (98-388) Understand Java fundamentals Describe the use of main in a Java application Signature of main, why it is static; how to consume an instance of your own class;

More information

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring Timothy Burris, Cloud Adoption & Technical Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com

More information

Java Memory Management. Märt Bakhoff Java Fundamentals

Java Memory Management. Märt Bakhoff Java Fundamentals Java Memory Management Märt Bakhoff Java Fundamentals 0..206 Agenda JVM memory Reference objects Monitoring Garbage collectors ParallelGC GGC 2/44 JVM memory Heap (user objects) Non-heap Stack (per thread:

More information

Welcome to the session...

Welcome to the session... Welcome to the session... Copyright 2013, Oracle and/or its affiliates. All rights reserved. 02/22/2013 1 The following is intended to outline our general product direction. It is intended for information

More information

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on Java SE

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on Java SE IBM Operational Decision Manager Version 8 Release 5 Configuring Operational Decision Manager on Java SE Note Before using this information and the product it supports, read the information in Notices

More information

generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. Name Synopsis

generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. Name Synopsis Name Synopsis Description generate-jvm-report shows the threads, classes, memory, and loggers for a given target instance. generate-jvm-report [--terse={true false}][ --echo={true false} ] [ --interactive={true

More information

Oracle Message Broker

Oracle Message Broker Oracle Message Broker Release Notes Release 2.0.1.0 for UNIX and Windows NT September 2000 Part No. A85436-01 Contents Documentation JMS Features Limitations and Known Errors JDK Limitations Release 2.0.1.0

More information

1 Shyam sir JAVA Notes

1 Shyam sir JAVA Notes 1 Shyam sir JAVA Notes 1. What is the most important feature of Java? Java is a platform independent language. 2. What do you mean by platform independence? Platform independence means that we can write

More information

Micro Focus VisiBroker 8.5 SP5. Release Notes

Micro Focus VisiBroker 8.5 SP5. Release Notes Micro Focus VisiBroker 8.5 SP5 Release Notes Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2009-2018. All rights reserved. MICRO

More information

IBM. XL C/C++ Messages. z/os. Version 2 Release 3 GC

IBM. XL C/C++ Messages. z/os. Version 2 Release 3 GC z/os IBM XL C/C++ Messages Version 2 Release 3 GC14-7305-30 Note Before using this information and the product it supports, read the information in Notices on page 257. This edition applies to Version

More information

Enterprise Architect. User Guide Series. Profiling

Enterprise Architect. User Guide Series. Profiling Enterprise Architect User Guide Series Profiling Investigating application performance? The Sparx Systems Enterprise Architect Profiler finds the actions and their functions that are consuming the application,

More information

Enterprise Architect. User Guide Series. Profiling. Author: Sparx Systems. Date: 10/05/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Profiling. Author: Sparx Systems. Date: 10/05/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Profiling Author: Sparx Systems Date: 10/05/2018 Version: 1.0 CREATED WITH Table of Contents Profiling 3 System Requirements 8 Getting Started 9 Call Graph 11 Stack

More information

IBM Tivoli Decision Support for z/os Version Messages and Problem Determination IBM SH

IBM Tivoli Decision Support for z/os Version Messages and Problem Determination IBM SH IBM Tivoli Decision Support for z/os Version 1.8.2 Messages and Problem Determination IBM SH19-6902-15 IBM Tivoli Decision Support for z/os Version 1.8.2 Messages and Problem Determination IBM SH19-6902-15

More information

DOWNLOAD PDF CORE JAVA APTITUDE QUESTIONS AND ANSWERS

DOWNLOAD PDF CORE JAVA APTITUDE QUESTIONS AND ANSWERS Chapter 1 : Chapter-wise Java Multiple Choice Questions and Answers Interview MCQs Java Programming questions and answers with explanation for interview, competitive examination and entrance test. Fully

More information

DNWSH - Version: 2.3..NET Performance and Debugging Workshop

DNWSH - Version: 2.3..NET Performance and Debugging Workshop DNWSH - Version: 2.3.NET Performance and Debugging Workshop .NET Performance and Debugging Workshop DNWSH - Version: 2.3 8 days Course Description: The.NET Performance and Debugging Workshop is a practical

More information

WebSphere Message Broker

WebSphere Message Broker WebSphere Message Broker User-defined Extensions Version 6 Release 0 WebSphere Message Broker User-defined Extensions Version 6 Release 0 Note Before using this information and the product it supports,

More information

Contents. Error Message Descriptions... 7

Contents. Error Message Descriptions... 7 2 Contents Error Message Descriptions.................................. 7 3 4 About This Manual This Unify DataServer: Error Messages manual lists the errors that can be produced by the Unify DataServer

More information

WebSphere MQ Telemetry Java Classes Version 1.1

WebSphere MQ Telemetry Java Classes Version 1.1 WebSphere MQ Telemetry Java Classes Version 1.1 15 May, 2003 SupportPac author Ian Harwood Jonathan Woodford ian_harwood@uk.ibm.com jonathanw@uk.ibm.com Property of IBM ii Take Note! Before using this

More information

From Java Code to Java Heap Understanding the Memory Usage of Your Application

From Java Code to Java Heap Understanding the Memory Usage of Your Application Chris Bailey IBM Java Service Architect 3 rd October 2012 From Java Code to Java Heap Understanding the Memory Usage of Your Application 2012 IBM Corporation Important Disclaimers THE INFORMATION CONTAINED

More information

IBM Tivoli Storage Manager for Databases Version 7.1. Data Protection for Oracle Messages

IBM Tivoli Storage Manager for Databases Version 7.1. Data Protection for Oracle Messages IBM Tivoli Storage Manager for Databases Version 7.1 Data Protection for Oracle Messages IBM Tivoli Storage Manager for Databases Version 7.1 Data Protection for Oracle Messages Note: Before using this

More information

Java Flight Recorder Runtime Guide Release 5.5

Java Flight Recorder Runtime Guide Release 5.5 [1]Java Platform, Standard Edition Java Flight Recorder Runtime Guide Release 5.5 E28976-04 March 2015 Describes the Java Flight Recorder runtime implementation and instructions for using the tool. Java

More information

Security Service tools user IDs and passwords

Security Service tools user IDs and passwords IBM Systems - iseries Security Service tools user IDs and passwords Version 5 Release 4 IBM Systems - iseries Security Service tools user IDs and passwords Version 5 Release 4 Note Before using this information

More information

Communication Manager API Release Notes Release 2.1, Build , May

Communication Manager API Release Notes Release 2.1, Build , May INTRODUCTION Communication Manager API Release Notes Release 2.1, Build 2.1.25, May 2005 03-300136 This document introduces the latest release of the Communication Manager API (Release 2.1), describes

More information

TinyVM: User's Guide

TinyVM: User's Guide TinyVM (Java for Lego RCX) - User's Guide Page 1 of 3 TinyVM: User's Guide The information in this guide may only apply to the latest version of TinyVM Unix Edition. For the Cross-Platform Edition, please

More information

Visual Profiler. User Guide

Visual Profiler. User Guide Visual Profiler User Guide Version 3.0 Document No. 06-RM-1136 Revision: 4.B February 2008 Visual Profiler User Guide Table of contents Table of contents 1 Introduction................................................

More information

System Messages for MRIdian 4.1

System Messages for MRIdian 4.1 L 0063 System Messages for MRIdian 4.1 April 2016 SY00001 System found auto recover data on startup during system startup check. System shutdown when while plan was open. The system found plan recovery

More information

Enable your COBOL applications to exploit the latest z/architecture

Enable your COBOL applications to exploit the latest z/architecture IBM Enterprise COBOL for z/os, Version 6 Release 1 IBM Enable your COBOL applications to exploit the latest z/architecture Enterprise COBOL is a premier enterprise class COBOL compiler for IBM z/os. It

More information

IBM DB2 Query Patroller. Administration Guide. Version 7 SC

IBM DB2 Query Patroller. Administration Guide. Version 7 SC IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 Before using this information and the product it supports, be sure

More information

A JAVA VIRTUAL MACHINE FOR RISC-V PORTING THE JIKES RESEARCH VM

A JAVA VIRTUAL MACHINE FOR RISC-V PORTING THE JIKES RESEARCH VM A JAVA VIRTUAL MACHINE FOR RISC-V PORTING THE JIKES RESEARCH VM Martin Maas, UC Berkeley (maas@eecs.berkeley.edu) 5th RISC-V Workshop, Nov 30, 2016 Mountain View, CA 3 WHY DO WE NEED A JVM PORT? Run Java

More information

Oracle Communications Network Charging and Control. Advanced Control Services Alarms Guide Release 5.0.2

Oracle Communications Network Charging and Control. Advanced Control Services Alarms Guide Release 5.0.2 Oracle Communications Network Charging and Control Advanced Control Services Alarms Guide Release 5.0.2 July 2014 Copyright Copyright 2014, Oracle and/or its affiliates. All rights reserved. This software

More information

The Performance Data Collector for hp OpenVMS

The Performance Data Collector for hp OpenVMS The Performance Data Collector for hp OpenVMS TDC Version 2.1 Technical Overview November 2004 Copyright 2003-2005 Hewlett-Packard Development Company, L.P. Contents Background... 4 Insufficient OpenVMS

More information

1 Performance Optimization in Java/J2EE

1 Performance Optimization in Java/J2EE 1 Performance Optimization in Java/J2EE 1.1 Java Server Technology (J2EE) Fundamentals 1.1.1 Overview To reduce costs and fast-track enterprise application design and development, the Java 2 Platform,

More information

Mainframe Adapter for SNA

Mainframe Adapter for SNA BEATuxedo Mainframe Adapter for SNA Release Notes Version 8.1 Document Revised: November 14, 2003 Part Number: 825-001004-009 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Restricted

More information

Use the XTA from the command line

Use the XTA from the command line Use the XTA from the command line IN THIS DOCUMENT Frequently used commands Viewing results Refining timing results Program structure Automating the process Scripting XTA via the Jython interface The XTA

More information

IBM PCI Hot Plug Services User Guide

IBM PCI Hot Plug Services User Guide IBM PCI Hot Plug Services User Guide Note Before using this information and the product it supports, be sure to read the general information under Notices on page 12. Second Edition (February 1999) The

More information

T01DNnnn - DNR Messages

T01DNnnn - DNR Messages CHAPTER 15 T01DNnnn - DNR Messages This chapter describes messages issued by the Domain Name Resolver (DNR) task group. These messages are T01DN000 through T01DN999. T01DNnnn T01DN001I NDS/DNR initialization

More information

IBM Tivoli Storage Manager for Databases Version 7.1. Data Protection for Microsoft SQL Server Messages

IBM Tivoli Storage Manager for Databases Version 7.1. Data Protection for Microsoft SQL Server Messages IBM Tivoli Storage Manager for Databases Version 7.1 Data Protection for Microsoft SQL Server Messages IBM Tivoli Storage Manager for Databases Version 7.1 Data Protection for Microsoft SQL Server Messages

More information

Chapter 4 Java Language Fundamentals

Chapter 4 Java Language Fundamentals Chapter 4 Java Language Fundamentals Develop code that declares classes, interfaces, and enums, and includes the appropriate use of package and import statements Explain the effect of modifiers Given an

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

More information

Error code. Description of the circumstances under which the problem occurred. Less than 200. Linux system call error.

Error code. Description of the circumstances under which the problem occurred. Less than 200. Linux system call error. Error code Less than 200 Error code Error type Description of the circumstances under which the problem occurred Linux system call error. Explanation of possible causes Countermeasures 1001 CM_NO_MEMORY

More information

Memory may be insufficient. Memory may be insufficient.

Memory may be insufficient. Memory may be insufficient. Error code Less than 200 Error code Error type Description of the circumstances under which the problem occurred Linux system call error. Explanation of possible causes Countermeasures 1001 CM_NO_MEMORY

More information

Unrestricted and Safe Dynamic Code Evolution for Java

Unrestricted and Safe Dynamic Code Evolution for Java Unrestricted and Safe Dynamic Code Evolution for Java Thomas Würthinger a, Christian Wimmer b, Lukas Stadler a a Institute for System Software, Christian Doppler Laboratory for Automated Software Engineering,

More information

Quadros. RTXC Kernel Services Reference, Volume 1. Levels, Threads, Exceptions, Pipes, Event Sources, Counters, and Alarms. Systems Inc.

Quadros. RTXC Kernel Services Reference, Volume 1. Levels, Threads, Exceptions, Pipes, Event Sources, Counters, and Alarms. Systems Inc. Quadros Systems Inc. RTXC Kernel Services Reference, Volume 1 Levels, Threads, Exceptions, Pipes, Event Sources, Counters, and Alarms Disclaimer Quadros Systems, Inc. makes no representations or warranties

More information

Oracle Communications Network Charging and Control. Session Control Agent Alarms Guide Release

Oracle Communications Network Charging and Control. Session Control Agent Alarms Guide Release Oracle Communications Network Charging and Control Session Control Agent s Guide Release 12.0.0 December 2017 Copyright Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software

More information

Servlet Performance and Apache JServ

Servlet Performance and Apache JServ Servlet Performance and Apache JServ ApacheCon 1998 By Stefano Mazzocchi and Pierpaolo Fumagalli Index 1 Performance Definition... 2 1.1 Absolute performance...2 1.2 Perceived performance...2 2 Dynamic

More information

ScreenCreator and DirectTouch panel Error Codes

ScreenCreator and DirectTouch panel Error Codes ScreenCreator and DirectTouch panel B 2 ScreenCreator s and Warnings This section explains errors and warnings in ScreenCreator. messages begin with E, and warning messages begin with W. An occurs in ScreenCreator

More information