Java Large Page Memory Error

Trying to install and configure search...getting the following exception when I try start the search service:

"java version info is 1.8.0_281"
"Extracted major version is 1"
Using Solr root directory: C:\Users\ldavidson\Downloads\VerintCommunity-12.0.0.15013\Search
Using Java: C:\Program Files\Java\jre1.8.0_281\bin\java
java version "1.8.0_281"
Java(TM) SE Runtime Environment (build 1.8.0_281-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.281-b09, mixed mode)

Starting Solr using the following settings:
JAVA = C:\Program Files\Java\jre1.8.0_281\bin\java
SOLR_SERVER_DIR = C:\Users\ldavidson\Downloads\VerintCommunity-12.0.0.15013\Search\server
SOLR_HOME = C:\Users\ldavidson\Downloads\VerintCommunity-12.0.0.15013\Search\data\home
SOLR_HOST =
SOLR_PORT = 6789
STOP_PORT = 5789
SOLR_JAVA_MEM = -Xms512m -Xmx512m
GC_TUNE = -XX:+UseG1GC -XX:+PerfDisableSharedMem -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=250 -XX:+UseLargePages -XX:+AlwaysPreTouch -XX:+ExplicitGCInvokesConcurrent
GC_LOG_OPTS = -verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime "-Xloggc:C:\Users\ldavidson\Downloads\VerintCommunity-12.0.0.15013\Search\data\logs\solr_gc.log" -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=9 -XX:GCLogFileSize=20M
SOLR_TIMEZONE = UTC
SOLR_OPTS = -Xss256k -Dsolr.log.muteconsole=

Access is denied.
Java HotSpot(TM) 64-Bit Server VM warning: JVM cannot use large page memory because it does not have enough privilege to lock pages in memory.
java.nio.file.AccessDeniedException: C:\Users\ldavidson\Downloads\VerintCommunity-12.0.0.15013\Search\server\start.ini
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsLinkSupport.getRealPath(Unknown Source)
at sun.nio.fs.WindowsPath.toRealPath(Unknown Source)
at sun.nio.fs.WindowsPath.toRealPath(Unknown Source)
at org.eclipse.jetty.start.config.DirConfigSource.<init>(DirConfigSource.java:106)
at org.eclipse.jetty.start.config.JettyBaseConfigSource.<init>(JettyBaseConfigSource.java:34)
at org.eclipse.jetty.start.BaseHome.<init>(BaseHome.java:142)
at org.eclipse.jetty.start.Main.processCommandLine(Main.java:281)
at org.eclipse.jetty.start.Main.main(Main.java:75)

Usage: java -jar $JETTY_HOME/start.jar [options] [properties] [configs]
java -jar $JETTY_HOME/start.jar --help # for more information

Parents Reply Children
No Data