Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OATS installation "successful", OracleATSServer not showing up

flxMar 17 2017 — edited May 22 2017

Hello Oracle folks,

For the last week or so I was busy trying to install Oracle Application Testing Suite [12.5.0.3.1012] on the following environment:

Win7 Professional N SP1

64 bit system

There is nothing apart from VMtools installed on this machine, so it appears to be a clean installation. Since an Oracle Database is not included anymore, I installed a Oracle XE 11gR2 database beforehands. I was able to login into database and the installation seems to be fine.

Afterwards I went ahead and installed OATS by executing the setup.bat.

Choosing "Complete Installation" since I want to install all features. During installation a few windows regarding error messages popped up, they appeared in the following sequence:

1. "Action failed. Refer to C:\OracleATS\logs\config_ds.log for details"

2. "Action failed. Refer to C:\OracleATS\logs\unpack.log for details"

3. "Action failed. Refer to C:\OracleATS\logs\storeUser.log for details"

4. "Action failed. Refer to C:\OracleATS\logs\installSvc.log for details"

5. "Action failed. Refer to C:\OracleATS\logs\deploy.log for details"

6. "Action failed. Refer to C:\OracleATS\logs\config_sec.log for details"

The mentioned logfiles are here in the same order:

config_ds.log

Configuring data sources...

C:\OracleATS\bin\..\jdk\jre\bin\java.exe -Djava.library.path=C:\OracleATS\bin\..\install\lib -jar dbsetup.jar -setdefaultds

Exception in thread "main" java.lang.RuntimeException: Could not find the OffLine WLST class

  at weblogic.management.scripting.utils.WLSTUtil.getOfflineWLSTScriptPathInternal(WLSTUtil.java:128)

  at weblogic.management.scripting.utils.WLSTUtil.setupOfflineInternal(WLSTUtil.java:321)

  at weblogic.management.scripting.utils.WLSTUtil.setupOffline(WLSTUtil.java:298)

  at weblogic.management.scripting.utils.WLSTUtilWrapper.setupOffline(WLSTUtilWrapper.java:29)

  at weblogic.management.scripting.utils.WLSTInterpreter.<init>(WLSTInterpreter.java:212)

  at weblogic.management.scripting.utils.WLSTInterpreter.<init>(WLSTInterpreter.java:121)

  at oracle.oats.tools.databaseconfig.utils.DataSourceInitializer.<init>(DataSourceInitializer.java:49)

  at oracle.oats.tools.databaseconfig.ui.dbSetup.main(dbSetup.java:83)

Caused by: java.lang.ClassNotFoundException: com.oracle.cie.domain.script.jython.WLST_offline

  at java.net.URLClassLoader$1.run(URLClassLoader.java:366)

  at java.net.URLClassLoader$1.run(URLClassLoader.java:355)

  at java.security.AccessController.doPrivileged(Native Method)

  at java.net.URLClassLoader.findClass(URLClassLoader.java:354)

  at java.lang.ClassLoader.loadClass(ClassLoader.java:425)

  at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

  at java.lang.Class.forName0(Native Method)

  at java.lang.Class.forName(Class.java:274)

  at weblogic.management.scripting.utils.WLSTUtil.getOfflineWLSTScriptPathInternal(WLSTUtil.java:121)

  ... 7 more

ERROR: Unknown error (code: 1)

unpack.log

ERROR: No valid MW_HOME location (MW_HOME=C:\OracleATS\wls)

storeUser.log

ERROR: MW_HOME is null or non-existent (MW_HOME=C:\OracleATS\wls)

installSvc.log

ERROR: MW_HOME not valid (MW_HOME=C:\OracleATS\wls)

deploy.log

ERROR: No valid WLS present.

config_sec.log

ERROR: No WLS present.

As mentioned in the headline, the Oracle ATS Server service is also not to be found under services, probably meaning that it wasn't installed at all. The error logs are also indicating that something is wrong with WebLogic as far as I can tell. Now I was installing/reinstalling/setting up a new environment for the entire last week, and I am fairly sure a simple "uninstall and reinstall" does not cut it here. I always get the same result, trying it in different ways.

Once I was able to install to an extend, where Oracle ATS Server service showed up, and I was able to reach WebLogic via http://localhost:8088/console

But then I wasn't able to reach Administrator nor Load Testing page as well, getting the infamous "Error 404--Not Found" error, which I wasn't able to fix any other way.

Is there anything that comes to your mind, helping me to fix this issue? OpenScript is working fine, but as I also want to use the full provided applications I'd like to fix this.

Thanks in advance and have a nice friday!

This post has been answered by 2966954 on Apr 19 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 19 2017
Added on Mar 17 2017
8 comments
2,971 views