- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello SAS Admins,
I am new to SAS Admin and have been working for the past one year.
I am trying to Install SAS and having issues.
The environment has got 4 servers where Compute ,Meta, Mid Tier(Web-App) and Web tier reside on diffrent servers.
The Meta ,Comnpute and Web tier installation went successfully and the WIP insfrastructure is runninng in Compute tier without any issues.
But while installing the Mid tier -- getting probles when connecting to WIP server and failing the insallation.
I hope I provided enough information to get the solution.
Please responsd.
here is the error
[createProxyContent] Classloader: com.sas.app.AppClassLoader$Helper$ExtClassLoader@4ab27bb5
[createProxyContent] sdaProperties: ["solstice.agent.jmx.port":"5660", "solstice.security.enabled":"true", "solstice.security.selfsignedcerts":"false"]
[createProxyContent] setDeploymentAgentProperties <<<
[createProxyContent] 0 [main] ERROR com.sas.deployment.common.utilities.SecurityConfig - Missing or empty "solstice.security.truststore" property, security cannot be enabled.
[createProxyContent] 2017-02-02 16:17:31,995 [main] INFO com.sas.sdw.SDWExceptionHandler - handle() >>>
[createProxyContent] 2017-02-02 16:17:31,995 [main] INFO com.sas.sdw.SDWExceptionHandler - handleThrowable() >>>
[createProxyContent] 2017-02-02 16:17:31,999 [main] INFO com.sas.sdw.SDWExceptionHandler - handleSDWException() >>>
[createProxyContent] 2017-02-02 16:17:31,999 [main] INFO com.sas.sdw.SDWExceptionHandler - target=configure, task=com.sas.sdw.SDWExceptionHandler
[createProxyContent] 2017-02-02 16:17:32,000 [main] INFO com.sas.sdw.SDWExceptionHandler - message=An unexpected error occurred. Please refer to the log for more details.
[propertyfile] Updating property file: /sascluster/config/Lev1/Logs/Configure/webinfpltfm_config_status.properties
[propertyfile] Updating property file: /sascluster/config/Lev1/Logs/Configure/webinfpltfm_config_status.properties
2017-02-02 16:17:32,003 [main] INFO com.sas.sdw.SDWExceptionHandler - configStatusFile set.
2017-02-02 16:17:32,008 [main] ERROR com.sas.sdw.SDWExceptionHandler - com.sas.sdw.SDWException: An unexpected error occurred. Please refer to the log for more details.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.codehaus.groovy.runtime.MetaClassHelper.doConstructorInvoke(MetaClassHelper.java:526)
at groovy.lang.MetaClassImpl.doConstructorInvoke(MetaClassImpl.java:2331)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello @vrkgali,
You are installing a Middle tier with SSL certificates, right? This error means one of the following options:
- permissions are not correct on your java certificate store (the certificate store cannot be found)
- You did not installed the SSL certificate
- The certificate chain is not correct
For the first option, you will need to ensure the certificate store is present and accessible.
For the second and third, please follow the documentation to install properly the certificates on your web server and the java certificate store.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You'll be better helped if submit such questions and issues to SAS Technical Support http://support.sas.com, After all, that's what they are best for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
But I though this is faster,
##- Please type your reply above this line. Simple formatting, no
attachments. -##
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello @vrkgali,
You are installing a Middle tier with SSL certificates, right? This error means one of the following options:
- permissions are not correct on your java certificate store (the certificate store cannot be found)
- You did not installed the SSL certificate
- The certificate chain is not correct
For the first option, you will need to ensure the certificate store is present and accessible.
For the second and third, please follow the documentation to install properly the certificates on your web server and the java certificate store.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thank u very much for all the answers.
We opened the case with SAS and it is resolved by using re deploying the software with correct Certificate options.