Unable To Launch Change Assistant
Share
While trying to resolve the “Unable To Launch Change Assistant” error, we ended up installing the latest version which meant that we also had to install Java 6. Unfortunately, this did not resolve the issue.
It was resolved by going in to the Java Control Panel:
- C:\Program Files (x86)\Java\jre6\bin\javacpl.exe – be sure to do a right-click > Run As Administrator
- Network Settings
- Change the Network Proxy Settings to “Direct Connection”
The default was “Use browser settings” but for some reason that didn’t work.
Author
Stewart Schatz
More Stories
Where Is Java Installed?
Below are a few commands that can be run to determine where Java is installed on each Operating System: Windows:...
How To Change The WebLogic Admin Password Using WLST
Follow the steps below to change the WebLogic Administrator's password using WLST: /u01/Oracle/Middleware/Oracle_Home/oracle_common/common/bin/wlst.sh connect('weblogic','welcome1','t3://SERVER_NAME:7001') cd('/SecurityConfiguration/DOMAIN/Realms/myrealm/AuthenticationProviders/DefaultAuthenticator') cmo.resetUserPassword('weblogic','welcome2') exit() You should now...
Server Manager Agent Not Connecting To SMC
After a Java update, the server manager agent may not connect to the SMC because of parameters in the java.security...
How To Disable Client Package Deployment
If you have a development client that has been neglected and JDE wants you to install 15 update packages but...
Oracle JD Edwards EnterpriseOne Multi-Foundation
Oracle JD Edwards EnterpriseOne Multi-Foundation configuration is used to run at least two separate tools releases on the same installation....
3 Ways To Find Your Oracle Weblogic Version
There are at least 3 different ways to find the version of Oracle Weblogic Server that you are running: Using...
Average Rating