Skip to Main Content
IBM Z Hardware and Operating Systems Ideas Portal


This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Not under consideration
Workspace z/OS
Categories z/OSMF
Created by Guest
Created on May 12, 2026

Usable output from java on z/OS generally, but especially z/OSMF

The output from java on z/OS is almost unusable. A case in point is z/OSMF. This is now promoted as a strategic part of z/OS and now seems to be a required task, automatically started at IPL. The current output has no timestamps, rendering it of limited use in systems with lots of output. It is difficult to tie an error message on the log to a recent z/OSMF activity. Furthermore, the messages are incomprehensible for someone without a vast knowledge of java classes or a stack of documents to refer to. The output from java needs to a) Be timestamped, and b) be more relevant to a 'norma' user.

Idea priority Urgent
  • Guest
    Jul 28, 2026
    .z/OSMF provide logs in logs directory in IZUG0.log file with timestamp and detailed error information that can be used by support team to understand underlying issue.

    [tx0000000000000367:polaris1@9.57.115.88 (GET) /zosmf/restfiles/fs?path=%2Fusr%2Flpp%2Fzos-portal]
    2026-06-25T16:58:40.780Z|00000081|com.ibm.zoszmf.restjobs.util.AbstractStatusDao|submitJobFromDataSource
    WARNING:Job input was not recognized by system as a job
    [tx00000000000003D0:polaris1@9.57.115.88 (PUT) /zosmf/restjobs/jobs?X-WWW-Authenticate=No]
    2026-06-25T16:58:40.781Z|00000081|com.ibm.zoszmf.restjobs.servlet.JesService|sendErrorResponse
    INFO:About to send error response to the client: JesException: CATEGORY_SERVICE rc=4 reason=13 message=Job input was not recognized by system as a job
    at com.ibm.zoszmf.restjobs.util.JesException.serviceException(JesException.java:190)
    at com.ibm.zoszmf.restjobs.util.AbstractStatusDao.submitJobFromDataSource(AbstractStatusDao.java:339)
    at com.ibm.zoszmf.restjobs.util.AbstractStatusDao.submitJob(AbstractStatusDao.java:95)

    z/OSMF also captures error reported by Liberty in messages.log file in logs/zosmfServer/logs directory which also includes time stamp.

    [6/25/26, 14:39:36:124 GMT] 00000043 com.ibm.ws.app.manager.AppMessageHelper A CWWKZ0001I: Application IzuManagementFacilityWorkflow started in 0.835 seconds.
    [6/25/26, 14:39:36:127 GMT] 00000043 bm.ws.app.manager.ear.internal.EARDeployedAppInfoFactoryImpl I CWWKZ0135I: The IzuManagementFacilityRESTHub application is using the expanded directory at the /usr/lpp/zosmf/installableApps/izuRestfulApis.ear location.
    [6/25/26, 14:39:36:074 GMT] 00000026 LogService-182-com.ibm.ws.jdbc E CWWKE0701E: FrameworkEvent ERROR org.osgi.framework.ServiceException: Exception in com.ibm.ws.resource.internal.ResourceFactoryTrackerData$1.getService()
    at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.factoryGetService(ServiceFactoryUse.java:238)
    at org.eclipse.osgi.internal.serviceregistry.ServiceFactoryUse.getService(ServiceFactoryUse.java:120)
    at org.eclipse.osgi.internal.serviceregistry.ServiceConsumer$2.getService(ServiceConsumer.java:48)

    z/OSMF also provides ability to customize log levels via z/OSMF diagnostics assistance function in z/OSMF UI.