2011-10-27 11:19:13.922:INFO::Logging to STDERR via org.mortbay.log.StdErrLog
2011-10-27 11:19:14.085:INFO::jetty-6.1.24
Oct 27, 2011 11:19:14 AM com.liferay.portal.kernel.log.Jdk14LogImpl info
INFO: Initializing hot deploy manager 778152199
Oct 27, 2011 11:19:16 AM org.apache.shindig.config.JsonContainerConfig loadContainers
INFO: Loading resources from: containers/default/container.js
Oct 27, 2011 11:19:16 AM org.apache.shindig.config.JsonContainerConfig loadResources
INFO: Reading container config: containers/default/container.js
Oct 27, 2011 11:19:17 AM org.apache.shindig.gadgets.features.FeatureRegistry register
INFO: Loading resources from: res:features/features.txt
Oct 27, 2011 11:19:17 AM org.apache.shindig.common.xml.XmlUtil <clinit>
INFO: Not using secure XML processing.
Oct 27, 2011 11:19:17 AM org.apache.shindig.common.xml.XmlUtil <clinit>
INFO: Reusing document builders
Oct 27, 2011 11:19:19 AM org.apache.shindig.gadgets.servlet.CajaContentRewriter <init>
INFO: Cajoled cache createdorg.apache.shindig.common.cache.ehcache.EhConfiguredCache@6e73a35c
Oct 27, 2011 11:19:19 AM org.apache.shindig.gadgets.servlet.CajaContentRewriter <init>
INFO: Cajoled cache createdorg.apache.shindig.common.cache.ehcache.EhConfiguredCache@6e73a35c
Oct 27, 2011 11:19:19 AM org.apache.shindig.gadgets.oauth.OAuthModule$OAuthStoreProvider loadDefaultKey
WARNING: Couldn't load OAuth signing key. To create a key, run:
openssl req -newkey rsa:1024 -days 365 -nodes -x509 -keyout testkey.pem \
-out testkey.pem -subj '/CN=mytestkey'
openssl pkcs8 -in testkey.pem -out oauthkey.pem -topk8 -nocrypt -outform PEM
Then edit shindig.properties and add these lines:
shindig.signing.key-file=<path-to-oauthkey.pem>
shindig.signing.key-name=mykey
Oct 27, 2011 11:19:19 AM org.apache.shindig.gadgets.oauth.OAuthModule$OAuthCrypterProvider <init>
INFO: Using random key for OAuth client-side state encryption
2011-10-27 11:19:20.017:WARN::Unknown realm: PortalRealm
Loading jar:file:/CodeBase/bundles/liferay-portal-6.0.6-jetty/jetty-6.1.24/webapps/root/WEB-INF/lib/portal-impl.jar!/system.properties
Oct 27, 2011 11:19:20 AM com.liferay.portal.kernel.log.Jdk14LogImpl info
INFO: Detected server jetty
2011-10-27 11:19:21.133:INFO::Initializing Spring root WebApplicationContext
Exception in thread "Attach Listener" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:325)
at sun.instrument.InstrumentationImpl.loadClassAndCallAgentmain(InstrumentationImpl.java:348)
Caused by: java.lang.OutOfMemoryError: Java heap space at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:39)
at java.nio.ByteBuffer.allocate(ByteBuffer.java:312)
at sun.nio.cs.StreamEncoder.<init>(StreamEncoder.java:176)
at sun.nio.cs.StreamEncoder.<init>(StreamEncoder.java:156)
at sun.nio.cs.StreamEncoder.forOutputStreamWriter(StreamEncoder.java:40)
at java.io.OutputStreamWriter.<init>(OutputStreamWriter.java:94)
at java.util.logging.StreamHandler.setOutputStream(StreamHandler.java:116)
at java.util.logging.StreamHandler.<init>(StreamHandler.java:92)
at sun.rmi.runtime.Log$InternalStreamHandler.<init>(Log.java:263)
at sun.rmi.runtime.Log$LoggerLog$1.run(Log.java:169)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.runtime.Log$LoggerLog.<clinit>(Log.java:165)
at sun.rmi.runtime.Log$LoggerLogFactory.createLog(Log.java:155)
at sun.rmi.runtime.Log.getLog(Log.java:121)
at sun.rmi.server.Util.<clinit>(Util.java:56)
at sun.rmi.server.UnicastRef.<clinit>(UnicastRef.java:40)
at sun.management.jmxremote.ConnectorBootstrap$PermanentExporter.exportObject(ConnectorBootstrap.java:171)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:75)
at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
at sun.management.jmxremote.ConnectorBootstrap.startLocalConnectorServer(ConnectorBootstrap.java:475)
at sun.management.Agent.startAgent(Agent.java:135)
at sun.management.Agent.agentmain(Agent.java:95)
... 6 more
Agent failed to start!
11:27:40,274 ERROR [ContextLoader:225] Context initialization failed
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Arrays.java:3209)
at java.lang.String.<init>(String.java:215)
at java.lang.StringBuffer.toString(StringBuffer.java:585)
at org.apache.commons.configuration.PropertiesConfigurationLayout.extractComment(PropertiesConfigurationLayout.java:679)
at org.apache.commons.configuration.PropertiesConfigurationLayout.load(PropertiesConfigurationLayout.java:405)
at org.apache.commons.configuration.PropertiesConfiguration.load(PropertiesConfiguration.java:421)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:358)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:324)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:287)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:219)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:197)
at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:142)
at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:237)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:164)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
2011-10-27 11:27:40.277:WARN::failed org.mortbay.jetty.webapp.WebAppContext@32b64ba2{,file:/CodeBase/bundles/liferay-portal-6.0.6-jetty/jetty-6.1.24/webapps/root/}: java.lang.OutOfMemoryError: Java heap space
2011-10-27 11:27:42.437:WARN::failed ContextHandlerCollection@735dc05f: java.lang.OutOfMemoryError: Java heap space
2011-10-27 11:27:42.440:INFO:

pened /CodeBase/bundles/liferay-portal-6.0.6-jetty/jetty-6.1.24/logs/2011_10_27.request.log
2011-10-27 11:27:42.440:WARN::failed HandlerCollection@42ccc0a1: java.lang.OutOfMemoryError: Java heap space
2011-10-27 11:27:42.440:WARN::Error starting handlers
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Arrays.java:3209)
at java.lang.String.<init>(String.java:215)
at java.lang.StringBuffer.toString(StringBuffer.java:585)
at org.apache.commons.configuration.PropertiesConfigurationLayout.extractComment(PropertiesConfigurationLayout.java:679)
at org.apache.commons.configuration.PropertiesConfigurationLayout.load(PropertiesConfigurationLayout.java:405)
at org.apache.commons.configuration.PropertiesConfiguration.load(PropertiesConfiguration.java:421)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:358)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:324)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:287)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:219)
at org.apache.commons.configuration.AbstractFileConfiguration.load(AbstractFileConfiguration.java:197)
at org.apache.commons.configuration.AbstractFileConfiguration.<init>(AbstractFileConfiguration.java:142)
at org.apache.commons.configuration.PropertiesConfiguration.<init>(PropertiesConfiguration.java:237)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:164)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
at com.germinus.easyconf.AggregatedProperties.addPropertiesSource(AggregatedProperties.java:140)
at com.germinus.easyconf.AggregatedProperties.addIncludedPropertiesSources(AggregatedProperties.java:222)
at com.germinus.easyconf.AggregatedProperties.addFileProperties(AggregatedProperties.java:180)
2011-10-27 11:27:42.481:INFO::Started SelectChannelConnector@0.0.0.0:8080