Tuesday, February 25, 2020

Java Application blocked by Secuirty; Oracle EBS ADI template

Go to -> Control Panel->Java->Secuirty tab-> Add the links you are using



https://youtu.be/7uRgUJ_XOac


Tuesday, February 18, 2020

Tuesday, February 11, 2020

Increase JDeveloper Integrated WebLogic Memory;






or go to C:\Users\vijay\AppData\Roaming\JDeveloper\system12.1.3.0.41.170120.1047\DefaultDomain\bin

setStartEnv.cmd go to below lines to set the required memory arguments.


 @REM 32 bit JVM memory settings
set SERVER_MEM_ARGS_32=-Xms512m -Xmx1024m
set SERVER_MEM_ARGS_32HotSpot=-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=1024m
set SERVER_MEM_ARGS_32JRockit=-Xms512m -Xmx1024m
@REM 64 bit JVM memory settings


Wednesday, February 5, 2020

Install WordPress on RedHat / Ubuntu Linux

Enable SSL on Apache UNIX; WordPress

> service httpd restart
// restarts apache server on linux

>apachectl start
//start apache server on linux/unix




>httpd -v 

//shows the version of Apache2

>yum install mod_ssl 

//enables SSL on the apache server
// This created ssl.conf file in /etc/httpd/conf.d/ 

Edit/update the ssl.conf file with the right certificate location and information.


Helpful Video Presentation by Amit Pal- 
https://youtu.be/YR6-6XUC3sY



https://www.cyberciti.biz/faq/linux-install-and-start-apache-httpd/




update required to ssl.conf add .crt and .key files from below blog post and add to the file (ssl.conf).





More useful commands:

apachectl status
apachectl start
journalctl -xe
systemctl status httpd.service
ps -ef | grep apache
which httpd

Restart MySQL DB:


cd /usr/local/mysql
cd support-files/
./mysql.server start &


Tuesday, February 4, 2020

Make sure the path or internet address is correct; UiPath RPA



Some files in the source might be missing. Make sure all the html/xaml files are in the location mentioned in the RPA process.