I am trying to reinstall and configure SAS 9.4_M6 mid-tier environment.
I didn't have any problems during the installation, but when doing the reconfiguration I get errors like configuration failure (below message)
ERROR:
The following problem was encountered while configuring SAS Web Infrastructure Platform:
Failure while loading the SAS Content Server repository.
1. I followed "remove existing configuration" from SAS Deployment Manager
2. Manually deleted configuration directory.
3. reconfigure everything
Can you post the errors reported in the config log?
Hi @SASKiwi , the error presented in the log are:
------------------------------------------------------------------
The ' characters around the executable and arguments are
not part of the command.
Setting environment variable: =
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.RuntimeException: com.sas.app.RepositoryException: For one or more plug-in requests, no matching Plug-ins were found in repository: commons_beanutils [1.9.3.0_SAS_20180621101436,1.9.3.0_SAS_20180621101436], commons_cli [1.2.0.0_SAS_20121211183202,1.2.0.0_SAS_20121211183202], commons_io [1.4.0.0_SAS_20121211183233,1.4.0.0_SAS_20121211183233], groovy [1.7.1.0_SAS_20180823133853,1.7.1.0_SAS_20180823133853], icu4j [61.1.0.0_SAS_20180801112935,61.1.0.0_SAS_20180801112935], xstream [1.4.10.0_SAS_20180621094457,1.4.10.0_SAS_20180621094457]
at com.sas.app.AppClassLoader$Helper.getURLs(AppClassLoader.java:810)
at com.sas.app.AppClassLoader.ensureFullyInitted(AppClassLoader.java:305)
at com.sas.app.AppClassLoader.findClass(AppClassLoader.java:464)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at com.sas.app.AppClassLoader.loadClass(AppClassLoader.java:618)
at com.sas.app.AppClassLoader.loadClass(AppClassLoader.java:597)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:495)
Caused by: com.sas.app.RepositoryException: For one or more plug-in requests, no matching Plug-ins were found in repository: commons_beanutils [1.9.3.0_SAS_20180621101436,1.9.3.0_SAS_20180621101436], commons_cli [1.2.0.0_SAS_20121211183202,1.2.0.0_SAS_20121211183202], commons_io [1.4.0.0_SAS_20121211183233,1.4.0.0_SAS_20121211183233], groovy [1.7.1.0_SAS_20180823133853,1.7.1.0_SAS_20180823133853], icu4j [61.1.0.0_SAS_20180801112935,61.1.0.0_SAS_20180801112935], xstream [1.4.10.0_SAS_20180621094457,1.4.10.0_SAS_20180621094457]
at com.sas.app.Repository.find(Repository.java:1092)
at com.sas.app.RepositoryUtil.getClasspath(RepositoryUtil.java:110)
at com.sas.app.AppClassLoader$Helper.processPickList(AppClassLoader.java:964)
at com.sas.app.AppClassLoader$Helper.calcAppURLs(AppClassLoader.java:914)
at com.sas.app.AppClassLoader$Helper.getURLs(AppClassLoader.java:806)
... 6 more
[antcall] Exiting /sas/SASHome/SASWebInfrastructurePlatform/9.4/Config/webinfpltfm_config.xml.
BUILD FAILED
/sas/SASHome/SASWebInfrastructurePlatform/9.4/Config/webinfpltfm_config.xml:590: The following error occurred while executing this line:
/sas/SASHome/SASWebInfrastructurePlatform/9.4/Config/webinfpltfm_scs_config.xml:1402: The following error occurred while executing this line:
/sas/SASHome/SASWebInfrastructurePlatform/9.4/Config/webinfpltfm_scs_config.xml:3153: Java returned: 1
at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:541)
at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
:
Opening a track with SAS Tech Support, attaching this log, is your best bet for a quick response. Looks like you are either missing some Java software software from your installation or the script is not looking in the right location.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.