Oracle Fusion

Weblogic .out files are not rotating issue.

Issue:  In WebLogic Server, the .out log files (such as nohup.out or server.out) are not rotating properly, causing them to grow significantly in size—sometimes reaching several GBs. This can lead to disk space exhaustion and make log analysis difficult. Cause of the issue: The primary reasons for .out files not rotating are: WebLogic Logging Configuration – The .out file is typically not managed by WebLogic’s built-in log rotation settings. nohup or Redirected Output – If the server is started using nohup ./startWebLogic.sh &, the output is redirected to nohup.out, which does not rotate automatically. Log Rotation Not Configured – The absence of an external log rotation mechanism (logrotate) can cause .out files to grow indefinitely. Long Running Process – WebLogic keeps writing to the same .out file as long as the process is running. How do we solve:  Solution 1: Enable WebLogic’s Built-in Log Rotation If .out logs are managed via WebLogic settings, follow these steps: Login to WebLogic Admin Console Navigate to Servers → Select the target Managed Server. Go to Logging Settings Click on the Logging tab → Click on the General sub-tab. Configure Rotation Settings Rotate Log Files → Enabled Rotation Type → Set to either: By Size (100MB or as needed). By Time (24 Hours). Maximum Number of Retained Files → Set a limit (e.g., 10). Save and Restart WebLogic Server Apply changes and restart the WebLogic server for them to take effect. Solution 2: Redirect Standard Output to a Rotating Log Modify the WebLogic startup script to redirect logs using cronolog: Edit startWebLogic.sh and Modify the nohup Command: ### nohup ./startWebLogic.sh > /path/to/logs/weblogic_$(date +%Y-%m-%d).log 2>&1 &…

Read More

OTM Generate or creation New “Location”

OTM Generate or creation New “Location”   Go to Home (home screen).   Enter Shipment Management. Enter BLK Location Manager. The Location Finder menu will be displayed and click on…

Read More

Update Inactive Manager Assignment – Oracle Fusion

Introduction: This blog has the SOAP Webservice details that can be used to update the inactive manager assignments in Oracle Cloud application. Cause of the issue: Business wants to fix…

Read More

Inactive Manager Assignment Query – Oracle Fusion

Introduction: This blog has the SQL query that can be used to pull the data of employees whose manager assignment is inactive even if the manager is active. Cause of…

Read More

Configuration to update the same customer tax registration number for multiple customers/sites

Introduction : This blog has the configuration update the same customer tax registration number for multiple customers/sites Why we need to do : As per the legal requirement, Business requested…

Read More

How to skip deletion of the entries from AR_STATEMENT_HEADERS and AR_STATEMENT_LINE_CLUSTERS

Introduction : This blog has the configuration to skip the deletion of the entries from AR_STATEMENT_HEADERS and AR_STATMENT_LINE_CL   Why we need to do : While creating/customizing/debugging the customer statement…

Read More

The project budget for the respective task code is not updated in oracle however it is available in Tririga.

Everyday(four times a day) project, budget and forecast files are interfaced from Tririga to oracle through integration DLK , OIC and finally in cloud. However some of the project budget…

Read More

KPI Notifications triggered after 24B upgrade for Project manager.

After 24B upgrade patch applied to Oracle fusion environment causing this issue. Solution: Run the “Update Project Performance Data Without producing report” process with from and to project number as…

Read More

Restricting Self-Approval in Oracle Fusion

Introduction:    Addressing the self-approval concern for expenses and other documents after setting up a vacation rule in Oracle Fusion. You can prevent self-approval of expenses by selecting the “Prohibit Self-Approval…

Read More

Updating bulk records pending under Inventory Transactions using Oracle Visual Builder Add-in

Introduction: The Oracle Visual Builder Add-in for Excel connects Excel spreadsheets with REST services, enabling you to retrieve, analyze, and edit business data directly from the service. You can download…

Read More