[
https://issues.apache.org/jira/browse/SOLR-7924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697096#comment-14697096
]
harcor commented on SOLR-7924:
------------------------------
More information:
When running the script: two issues immediately show themselves.
1) The JAVA_MINOR_VERSION is parsed from the VM and does not produce the
values that the script needs on about line 1324.
2) The $delay that is passed to the sleep method is initialized as a 0.5
float. AIX sleep gives an invalid argument message when using less than 1.
If I modify the scripts to use delay=1 and I set JAVA_MINOR_VERSION manually,
then the script writes the pid file and completes. The only issue is that the
process dies.
If you review the solr console log you find:
<?xml version="1.0" ?>
<verbosegc xmlns="http://www.ibm.com/j9/verbosegc"
version="R26_Java726_SR3_20121024_1635_B126071">
JVMJ9VM007E Command-line option unrecognised:
-Xloggc:/opt/esolr/solr-5.2.1/server/logs/solr_gc.log
</verbosegc>
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
> Solr Script on IBM AIX
> ----------------------
>
> Key: SOLR-7924
> URL: https://issues.apache.org/jira/browse/SOLR-7924
> Project: Solr
> Issue Type: Bug
> Components: SolrCloud
> Affects Versions: 5.2
> Environment: IBM AIX verison 7.1
> Reporter: harcor
>
> When using the bin/solr shell script, there are multiple issues with the
> script to start and install solr features.
> ie:
> $delay has a invalid initial value
> $JAVA_MINOR_VERSION does not parse correctly when assignment is done
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]