People and Culture Blog

War file not getting deployed in JBoss

Its look like newly copied war may not inheritable permission, add permission and check

Read More

JBoss 7 admin console stuck at loading

While starting standlone.bat add hostname of server or IP     standalone.bat -b 192.168.0.1 or hostname

Read More

JBAS015899: JBoss AS 7.1.1.Final “Brontes” starting

Java 8 wasn’t compatible with JBoss AS7 so I prefered to upgrade the JBoss version rather than downgrade the Java version

Read More

WebLogic Server 12.2 EM and Console Slow Response

Remove the below parameter in startup script   -Dweblogic.UseEnhancedIncrementAdvisor=false

Read More

Node Manager associated with machine Admin server is not reachable

1)Check if Machine is configured in console against Node where Managed Server is running. 2) Check Node Manager IP and port number configured for that Machine. 3)Check firewall and antivirus …

Read More

How to take thread dumb in JVM

1)Verify java installed.   2) find the required process of PID sing below command can take thread dumb.   jstack -l <pid> >> threaddumps.log        

Read More

Unable to delete the BPA, which is in “Incomplete status”

Issue Description: Unable to delete the Blanket Purchase Agreement whose header details created. However, no line details are created. Error Message: This action is not allowed. Errors were encountered while…

Read More

Fixed Assets Invoice Cancel SQL script

Overview: This query is use to extract fixed assets invoices which is cancelled in Oracle Application R12. SELECT hou.name Org_Name, xep.name Entity, asp.segment1 Vendor_number, asp.vendor_name, assa.vendor_site_code, aia.doc_sequence_value voucher_number, aia.invoice_id Invoice_id,…

Read More

Script To Cancel Or Delete Work Confirmation In Oracle Apps R12

Overview: This Datafix script is used to delete the work confirmation and the associated receipt data. In this script it will reduce the amount/quantity delivered for the work confirmation in po…

Read More

API to Update Supplier Payment Terms

We will be discuss about the api to update vendor payment terms update in ap_suppliers. This is the standard API to update vendor details in ap_suppliers. ========================================================================== Step1:- Create the…

Read More