Author: andrew.plotnikov
Date: 2012-01-17 06:11:32 -0500 (Tue, 17 Jan 2012)
New Revision: 5465
Modified:
jcr/branches/1.15.x/applications/exo.jcr.applications.jonas/pom.xml
jcr/branches/1.15.x/applications/product-patches/as/jonas/bin/nt/jonas.bat
Log:
EXOJCR-1718: Jonas starup failed
Modified: jcr/branches/1.15.x/applications/exo.jcr.applications.jonas/pom.xml
===================================================================
--- jcr/branches/1.15.x/applications/exo.jcr.applications.jonas/pom.xml 2012-01-17
10:49:17 UTC (rev 5464)
+++ jcr/branches/1.15.x/applications/exo.jcr.applications.jonas/pom.xml 2012-01-17
11:11:32 UTC (rev 5465)
@@ -177,6 +177,8 @@
<include name="**/hsqldb*.jar" />
</fileset>
</copy>
+
+ <delete
file="${exo.projects.directory.working}/exo-jonas/externals/commons/jonas/carol/jgroups-all.jar"
/>
</tasks>
</configuration>
<dependencies>
Modified: jcr/branches/1.15.x/applications/product-patches/as/jonas/bin/nt/jonas.bat
===================================================================
--- jcr/branches/1.15.x/applications/product-patches/as/jonas/bin/nt/jonas.bat 2012-01-17
10:49:17 UTC (rev 5464)
+++ jcr/branches/1.15.x/applications/product-patches/as/jonas/bin/nt/jonas.bat 2012-01-17
11:11:32 UTC (rev 5465)
@@ -80,7 +80,7 @@
Rem ----------------------- Begin eXo configuration ----------------------------
cd %JONAS_ROOT%/bin
-
+
set EXO_PROFILES=-Dexo.profiles=
if ""%1"" == ""jbc"" goto profile
if ""%1"" == ""ispn"" goto profile
@@ -97,9 +97,8 @@
:endif
set JONAS_OPTS=%JONAS_OPTS%
-Dorg.exoplatform.services.log.Log=org.apache.commons.logging.impl.SimpleLog
-Djava.awt.headless=true %EXO_PROFILES% -Djava.net.preferIPv4Stack=true
-Dexo.jcr.parent.dir=../..
-set JAVA_OPTS=%JAVA_OPTS% -Xmx512M
-
+
Rem ------------------------ End eXo configuration -----------------------------
Rem ---------------------------------------------
Show replies by date