Monday, September 27, 2021

Enable AI Center Service on UiPath Cloud Orchestrator RPA;

 Enable AI Center Service on UiPath Cloud; 


Other services which can be enabled:

  • TestManager
  • Integrations
  • Orchestrator
  • Actions
  • Processes
  • AI Center
  • Automation Hub
  • Automation Store
  • Data Service









Wednesday, September 22, 2021

Connect UiPath assistant to cloud Orchestrator; UiPath Cloud Orchestrator URL;

 

Below URL has been copied from browser after logging in to my cloud uipath orchestrator account.



Friday, September 17, 2021

Previously reported error [NoSuchMethodError in o.j.java.locator.JarURLClassLocator:533]; SEVERE: Uncaught Exception java.lang.NoSuchMethodError: ADF; Oracle

Error Message:

 oracle.ideimpl.feedback2.client.FeedbackManagerImpl uncaughtException SEVERE: Uncaught Exception java.lang.NoSuchMethodError: oracle.ide.net.JarIndex.getInstance(Ljava/net/URL;Z)Loracle/ide/net/JarIndex;



Solution:


CHANGES

 You've recently applied a patch.

CAUSE

In this case, the issue was seen after applying a new ADF Bundle Patch.  The issue is not seen after applying the previous ADF BUNDLE PATCH 12.2.1.3.190924 (30347629) and only occurs with ADF BUNDLE PATCH 12.2.1.3.0.200311 (31021968) and up.

It's assumed that one of the fixes included in the newer ADF Bundle Patches requires a clean restart of JDeveloper, even though the patch readme does not include this step.

SOLUTION

Clear the JDeveloper cache.  To do this, start JDeveloper using the "-clean" option. 
For example, in a Linux development environment, the steps are like:

  1. Open a terminal window and navigate to the JDeveloper executable directory (in the below command, replace the value of <ORACLE_HOME> with the path to your JDeveloper install directory).
    [oracle@machine ~]$ cd <ORACLE_HOME>/jdeveloper/jdev/bin
  2. Start JDeveloper.
    [oracle@machine bin]$ jdev -clean

https://community.oracle.com/tech/developers/discussion/4198273/severe-performance-issues-with-jdeveloper-12-2-1-3











Friday, September 3, 2021

Build & Compile java code on LINUX using ANT;

Download the ant version at:

https://ant.apache.org/bindownload.cgi

https://archive.apache.org/dist/ant/binaries/


command to unzip the file

$ tar -xvzf apache-ant-1.10.5-bin.tar.gz

$ export ANT_HOME=/app/src/apache-ant-1.10.5

$ export PATH=$PATH:$ANT_HOME/bin

check the ant version:

$ant -version

To run build.xml navigate to the directory and run ant command:

Example:

$ cd /app/JavaAppWithBUILDdotXML/
$ ant

Above command would build the java app and complete the code compilations.


Helpful links:https://youtu.be/sDhSkniEa4Y

https://stackoverflow.com/questions/1086449/ant-build-failed-target-build-xml-does-not-exist/1086463



Wednesday, September 1, 2021

Apply patch to JDeveloper Studio;12.2.1.3

Set PATH=C:\Program Files\Java\jdk1.8.0_301\bin  on Environment variables on PC


  • Update Opatch version if required: Download the patch from oracle support:


 


java -jar C:\Users\vsadhu\Downloads\Ui\p28186730_139427_Generic\6880880\opatch_generic.jar -silent oracle_home=C:\Oracle\Middleware\Oracle_Home12213

 

C:\Users\vsadhu\Downloads\Ui\p32997257_122130_Generic (1)\32997257>C:\Oracle\Middleware\Oracle_Home12213\OPatch\opatch version

 

C:\Users\vsadhu\Downloads\Ui\p32997257_122130_Generic (1)\32997257>C:\Oracle\Middleware\Oracle_Home12213\OPatch\opatch apply





Log output on a managed Server; WebLogic


dev_server1.out would have the logs for the managed server @

 /application/app/oracle/product/12.2.1.4/user_projects/domains/base_domain/servers/dev_server1/logs/