File tree 2 files changed +3
-0
lines changed
modules/distribution/product/src/main/startup-scripts
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ if %JAVA_VERSION% GEQ 110 set CARBON_CLASSPATH=".\lib\endorsed\*";%CARBON_CLASSP
204
204
205
205
if %JAVA_VERSION% LEQ 18 set JAVA_VER_BASED_OPTS = -Djava.endorsed.dirs=" .\lib\endorsed" ;" %JAVA_HOME% \jre\lib\endorsed" ;" %JAVA_HOME% \lib\endorsed"
206
206
if %JAVA_VERSION% GEQ 110 set JAVA_VER_BASED_OPTS = --add-opens=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED
207
+ set JAVA_VER_BASED_OPTS = %JAVA_VER_BASED_OPTS% -Djdk.util.zip.disableZip64ExtraFieldValidation=true -Djdk.nio.zipfs.allowDotZipEntry=true
207
208
208
209
set CMD_LINE_ARGS = -Xbootclasspath/a:%CARBON_XBOOTCLASSPATH% -Xms256m -Xmx1024m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=" %CARBON_HOME% \repository\logs\heap-dump.hprof"
209
210
set CMD_LINE_ARGS = %CMD_LINE_ARGS% -Dcom.sun.management.jmxremote -classpath %CARBON_CLASSPATH% %JAVA_OPTS% %JAVA_VER_BASED_OPTS%
Original file line number Diff line number Diff line change 355
355
-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector \
356
356
-Dorg.ops4j.pax.logging.logReaderEnabled=false \
357
357
-Dorg.ops4j.pax.logging.eventAdminEnabled=false \
358
+ -Djdk.util.zip.disableZip64ExtraFieldValidation=true \
359
+ -Djdk.nio.zipfs.allowDotZipEntry=true \
358
360
org.wso2.carbon.bootstrap.Bootstrap $*
359
361
status=$?
360
362
done
You can’t perform that action at this time.
0 commit comments