Forums de discussion

Bad pool size config

thumbnail
Alberto Martínez, modifié il y a 7 années.

Bad pool size config

New Member Publications: 23 Date d'inscription: 04/12/15 Publications récentes
Hi!

I´m trying to start the server after deploy EXT and this is the message I get and I don´t know what is wrong

 Bad pool size config, start 10 > max 5. Using 5 as start.
16:15:06,579 INFO  [localhost-startStop-1][DialectDetector:71] Determine dialect for MySQL 5
16:15:06,596 INFO  [localhost-startStop-1][DialectDetector:136] Found dialect org.hibernate.dialect.MySQLDialect
16:15:07,811 WARN  [localhost-startStop-1][BasicResourcePool:275] Bad pool size config, start 10 > max 5. Using 5 as start.
16:15:09,482 WARN  [localhost-startStop-1][ConfigurationFactory:284] No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath: jar:file:/C:/liferay_cib6.2/GA6/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps/ROOT/WEB-INF/lib/ehcache.jar!/ehcache-failsafe.xml
Starting Liferay Portal Community Edition 6.2 CE GA6 (Newton / Build 6205 / January 6, 2016)
16:15:18,841 INFO  [localhost-startStop-1][StartupAction:97] There are no patches installed
16:15:18,978 ERROR [com%002eliferay%002eportal%002ekernel%002etemplate%002e%0054emplate%0052esource#vm.data][DiskStorageFactory:120] Disk Write of com.liferay.portal.template.CacheTemplateResource@616ee678 failed: 
java.io.NotSerializableException: com.liferay.portal.velocity.LiferayResourceManager$LiferayTemplate
	at java.io.ObjectOutputStream.writeObject0(Unknown Source)
	at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
	at java.io.ObjectOutputStream.defaultWriteObject(Unknown Source)
	at net.sf.ehcache.Element.writeObject(Element.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
	at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
	at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
	at java.io.ObjectOutputStream.writeObject0(Unknown Source)
	at java.io.ObjectOutputStream.writeObject(Unknown Source)
	at net.sf.ehcache.util.MemoryEfficientByteArrayOutputStream.serialize(MemoryEfficientByteArrayOutputStream.java:97)
	at net.sf.ehcache.store.disk.DiskStorageFactory.serializeElement(DiskStorageFactory.java:403)
	at net.sf.ehcache.store.disk.DiskStorageFactory.write(DiskStorageFactory.java:385)
	at net.sf.ehcache.store.disk.DiskStorageFactory$DiskWriteTask.call(DiskStorageFactory.java:477)
	at net.sf.ehcache.store.disk.DiskStorageFactory$PersistentDiskWriteTask.call(DiskStorageFactory.java:1071)
	at net.sf.ehcache.store.disk.DiskStorageFactory$PersistentDiskWriteTask.call(DiskStorageFactory.java:1055)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)


I type localhost:8080 in my browser but I get ERR_CONNECTION_REFUSED error

Thanks in advance and sorry for my bad english