Replication/ updation of Patch on eBS

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Replication/ updation of Patch on eBS

Zaheer
Hi Erman,

Hope you are doing good.

I need guidance on following issue. Your kind assistance is requested, pl.

ebs version: 12.2.4


I have placed a new class file under $JAVA_TOP. But i am unable to get the impact after updating the jar file and doing the restart. However, said change is running perfectly fine in local jdev environment. Then in order to troubleshoot it further, i removed the complete class file from the location, then i again update the jar file and restart the application but still form is running. However, i have completely removed the form/ class files from $JAVA_TOP directory and it should prompt an error message but its not.

I am unable to understand from where this form is running. I have searched the complete system, this form/ class files are not present anywhere.

Please guide me on this. I would be much obliged.

Thanks & Regards.
Reply | Threaded
Open this post in threaded view
|

Re: Replication/ updation of Patch on eBS

ErmanArslansOracleBlog
Administrator
Did run the adcgnjar utility to generate and sign a JAR file ?

Are you following ? ->  Developing and Deploying Customizations in Oracle E-Business Suite Release 12.2 (Doc ID 1577661.1) - Section 1.5.2: Deploying Customizations on a Production Environment
Reply | Threaded
Open this post in threaded view
|

Re: Replication/ updation of Patch on eBS

Zaheer
Hi erman,

Thanks for your reply.

I am doing this practice(replication of customized changes) on eBS R12.2.4 for so long. And this type of issue never happened before. I happened to use fol command to udate jar file

jar uf customall.jar oracle/apps/xxca

and then restart the instance using adstpall and adstrtall.sh scripts.

It is registered that i am following the said mechanism for so long and never encountered any issue.

Thanks & Regards
Reply | Threaded
Open this post in threaded view
|

Re: Replication/ updation of Patch on eBS

ErmanArslansOracleBlog
Administrator
Well,, you should use adcgnjar there.. But your case is weird..
You say : "However, i have completely removed the form/ class files from $JAVA_TOP directory and it should prompt an error message but its not."

Hmm, this is probably due to some cache directory.. Caching the classes or jars..
You say : "I have searched the complete system, this form/ class files are not present anywhere." , did you check the jar files? I mean classes inside the jar files?

I mean, think about the WLS directories like ;

<Domain>/servers/<Server Name>/cache
<Domain>/servers/<Server Name>/stage (if exists)
<Domain>/servers/<Server Name>/tmp
Reply | Threaded
Open this post in threaded view
|

Re: Replication/ updation of Patch on eBS

Zaheer
Hi Erman,

Thanks for your reply.

For cache clearance

1. I have resatrted the appl
2. Moreover, clear the cache from eBS Appl using its default feature as well.

I think that by restarting the appl WLS directories must clear their caches.

Regards

Reply | Threaded
Open this post in threaded view
|

Re: Replication/ updation of Patch on eBS

ErmanArslansOracleBlog
Administrator
Good for you Zaheer..
Reply | Threaded
Open this post in threaded view
|

Re: Replication/ updation of Patch on eBS

Zaheer
Hi Erman,

Issue is still unresolved. I was just mentioning the steps, i took to clear the cache.

Regards
Reply | Threaded
Open this post in threaded view
|

Re: Replication/ updation of Patch on eBS

ErmanArslansOracleBlog
Administrator
What is the name of the file that you are trying to deploy? (full name with the suffix)
Also please send me the list of actions for the deploy.. ( a clear and complete list of actions)