Hi Salman

Just my 2cts.

1) Why are you creating an Author and a Publish instance for each site? Does each of the mini sites have a different DNS or IP address? If not, you can add a new website easily by just starting again from Website's /. You then can create Groups and Roles for each of these sites and protect them against other authors. Typically, you have just one Author instance for all sites. Multiple instances are usually redundant and managed by a load balancer to create a "fail- safe" system and tune performance.

2) Perm Size is similar to the famous Heap Size. The Perm space is used by the JVM to manage the thread and method-call stack. So the more threads and methods are running, the more stack space you will need. Usually, 64MB is sufficient, but to be on the sure size you can set it to 128MB. However, the more perm size you have, the slower it gets! To set the Perm Size you have to use TWO settings: -XX:PermSize=128m - XX:MaxPermSize=128M. Only with these two settings you will get the higher PermSize.

3) The min and max Heap size can be set equally. The min heap size is what the JVM will start with. If required, the JVM will allocate more memory in slices until it reaches the max heap size. So if you want to tweak a little on the performance, you might want to set both, min and max to the same value.

4) It's actually not Magnolia which is the memory pig! The persistence managers used by Jackrabbit are the big memory eaters, especially the default db PM. So if you can not set the heap to 768MB or 1024MB, you may want to replace the PM with the FileSystem PM, which utilizes the least heap memory. The reason why Magnolia ships by default with the DB persistence managers is for licensing reasons.

Salman, I don't know if this solves any problems, but I hope it helps a little.

Cheers

Giancarlo
www.xumak.com


On Mar 8, 2007, at 2:43 AM, Salman Elahi wrote:

Dear All,

I have a problem probably related to memory usage....just wanted to have
some expert opinion....

we are using magnolia for developing mini websites(20 to 30 pages) for
our allied orgranisations, so we have to have around 10 mag instance
under one tomcat instace:

things are working fine with 4 instances (two author, two public with
all the changes in web.xml, log4j.xml and repositories.xml) on tomcat
5.0.28 with jdk1.6.0 with CATALINA_OPTS=%CATALINA_OPTS% -Xms128M
-Xmx800M on a Linux 64bit box with 4GB ram.

However, If i add two  more instances (while available memory is only
5MB (checked by free -t -m)) it stops responding.... (well i think 800M
is reasonable enough)

just wanted a referenced recommendation for memory which should be
allocated to a single magnolia instance... which i think should be
increased by the number of instances you add in tomcat right? Onething
more, i am using tomcat inside tanuki wrapper... may b its something to
do with that?

So, whats the recommended memory allowance per magnolia instance running
under tomcat.(while you have multiple mag instance under one tomcat
instace)

thrown exceptions: ( which mainly are about SQL, persistance manager,
org.apache.derby.impl.store.access.RAMAccessManager.conglomCacheFind (Unk
nown Source)
org.apache.derby.impl.store.access.RAMTransaction.findExistingConglome ra
te(Unknown Source) )

info.magnolia.jackrabbit.ProviderImpl ProviderImpl.java(init:79)
07.03.2007 23:34:06  Loading
repository at
/usr/local/magnolia-2.1.5/tomcat/raspPublic/repositories/users (config
file:
/usr/local/magnolia-2.1.5/tomcat/raspPublic/WEB-INF/config/repo- conf/jac
krabbit-derby-nosearch.xml)
INFO   | jvm 1    | 2007/03/07 23:34:06 | ERROR
info.magnolia.jackrabbit.ProviderImpl ProviderImpl.java(init:117)
07.03.2007 23:34:06  Unable
to initialize repository: Cannot instantiate persistence manager
org.apache.jackrabbit.core.state.db.DerbyPersistenceManager: Meta-data
for
Container [EMAIL PROTECTED] could

not be accessed
INFO   | jvm 1    | 2007/03/07 23:34:06 |
javax.jcr.RepositoryException: Cannot instantiate persistence manager
org.apache.jackrabbit.core.state.db.DerbyPersistenceManager: Meta-data
for Container
[EMAIL PROTECTED] could not be
accessed:
Meta-data for Container
[EMAIL PROTECTED] could not be
accessed
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager (Repos
itoryImpl.java:954)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.createVersionManager (Repositor
yImpl.java:249)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.<init> (RepositoryImpl.java:212
)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.create (RepositoryImpl.java:446
)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.jndi.BindableRepository.init (BindableReposito
ry.java:130)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.jndi.BindableRepository.create (BindableReposi
tory.java:116)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository (Regist
ryHelper.java:57)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.jackrabbit.ProviderImpl.init(ProviderImpl.java:109)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ContentRepository.loadRepository (ContentR
epository.java:291)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ContentRepository.loadRepositories (Conten
tRepository.java:270)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ContentRepository.init (ContentRepository.
java:175)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ConfigLoader.load(ConfigLoader.java: 103)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ConfigLoader.<init> (ConfigLoader.java:89)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.servlets.Initializer.contextInitialized (Initializer.ja
va:111)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardContext.listenerStart (StandardContext.j
ava:3827)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardContext.start(StandardContext.java: 4343
)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.ContainerBase.addChildInternal (ContainerBase.ja
va:823)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java: 807)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHostDeployer.addChild (StandardHostDeplo
yer.java:903)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
a:39)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
Impl.java:25)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.lang.reflect.Method.invoke(Method.java:597)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.beanutils.MethodUtils.invokeMethod (MethodUtils.java:2
16)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.digester.Rule.end(Rule.java:276)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.digester.Digester.endElement(Digester.java:1058)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.util.CatalinaDigester.endElement (CatalinaDigester.ja
va:76)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement (Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement (U
nknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.XMLDocumentScannerImpl $ContentDispatcher.scanRoot
ElementHook(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl $FragmentContentDis
patcher.dispatch(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument (Unkno
wn Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.digester.Digester.parse(Digester.java:1567)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHostDeployer.install (StandardHostDeploy
er.java:488)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHost.install(StandardHost.java:863)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.HostConfig.deployDescriptors (HostConfig.java
:483)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.HostConfig.lifecycleEvent (HostConfig.java:34
9)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent (LifecycleSu
pport.java:119)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardService.start(StandardService.java: 480)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardServer.start(StandardServer.java: 2313)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.Catalina.start(Catalina.java:556)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
a:39)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
Impl.java:25)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.lang.reflect.Method.invoke(Method.java:597)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
a:39)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
Impl.java:25)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.lang.reflect.Method.invoke(Method.java:597)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.tanukisoftware.wrapper.WrapperStartStopApp.run (WrapperStartStopApp.j
ava:238)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.lang.Thread.run(Thread.java:619)
INFO   | jvm 1    | 2007/03/07 23:34:06 | Caused by: SQL Exception:
Meta-data for Container
[EMAIL PROTECTED] could not be
accessed
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException( Un
known Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException (Unkno
wn Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedPreparedStatement20.<init>(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedPreparedStatement30.<init>(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.jdbc.Driver30.newEmbedPreparedStatement(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager.init (Simp
leDbPersistenceManager.java:322)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager (Repos
itoryImpl.java:950)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       ... 66 more
INFO   | jvm 1    | 2007/03/07 23:34:06 | ERROR XSDG3: Meta-data for
Container [EMAIL PROTECTED] could

not be accessed
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.iapi.error.StandardException.newException(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.raw.data.RAFContainer.run(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.raw.data.RAFContainer.openContainer (Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.raw.data.FileContainer.setIdent(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.raw.data.RAFContainer.setIdentity(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.services.cache.CachedItem.takeOnIdentity(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.services.cache.Clock.addEntry(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.services.cache.Clock.find(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openContainer (U
nknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.raw.data.BaseDataFileFactory.openContainer (U
nknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.raw.xact.Xact.openContainer(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.access.heap.HeapConglomerateFactory.readCo ng
lomerate(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.access.RAMAccessManager.conglomCacheFind (Unk
nown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.access.RAMTransaction.findExistingConglome ra
te(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.access.RAMTransaction.getStaticCompiledCon gl
omInfo(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.access.btree.index.B2IStaticCompiledInfo.< in
it>(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.access.btree.index.B2I.getStaticCompiledCo ng
lomInfo(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.store.access.RAMTransaction.getStaticCompiledCon gl
omInfo(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.sql.compile.InsertNode.makeConstantAction (Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepar eI
nternalStatement(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedPreparedStatement20.<init>(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedPreparedStatement30.<init>(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.jdbc.Driver30.newEmbedPreparedStatement(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager.init (Simp
leDbPersistenceManager.java:322)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager (Repos
itoryImpl.java:950)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.createVersionManager (Repositor
yImpl.java:249)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.<init> (RepositoryImpl.java:212
)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.RepositoryImpl.create (RepositoryImpl.java:446
)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.jndi.BindableRepository.init (BindableReposito
ry.java:130)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.jndi.BindableRepository.create (BindableReposi
tory.java:116)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.jackrabbit.core.jndi.RegistryHelper.registerRepository (Regist
ryHelper.java:57)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.jackrabbit.ProviderImpl.init(ProviderImpl.java:109)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ContentRepository.loadRepository (ContentR
epository.java:291)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ContentRepository.loadRepositories (Conten
tRepository.java:270)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ContentRepository.init (ContentRepository.
java:175)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ConfigLoader.load(ConfigLoader.java: 103)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.beans.config.ConfigLoader.<init> (ConfigLoader.java:89)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
info.magnolia.cms.servlets.Initializer.contextInitialized (Initializer.ja
va:111)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardContext.listenerStart (StandardContext.j
ava:3827)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardContext.start(StandardContext.java: 4343
)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.ContainerBase.addChildInternal (ContainerBase.ja
va:823)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java: 807)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHostDeployer.addChild (StandardHostDeplo
yer.java:903)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
a:39)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
Impl.java:25)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.lang.reflect.Method.invoke(Method.java:597)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.beanutils.MethodUtils.invokeMethod (MethodUtils.java:2
16)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.digester.Rule.end(Rule.java:276)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.digester.Digester.endElement(Digester.java:1058)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.util.CatalinaDigester.endElement (CatalinaDigester.ja
va:76)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement (Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement (U
nknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.XMLDocumentScannerImpl $ContentDispatcher.scanRoot
ElementHook(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl $FragmentContentDis
patcher.dispatch(Unknown
Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument (Unkno
wn Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.commons.digester.Digester.parse(Digester.java:1567)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHostDeployer.install (StandardHostDeploy
er.java:488)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHost.install(StandardHost.java:863)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.HostConfig.deployDescriptors (HostConfig.java
:483)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.HostConfig.lifecycleEvent (HostConfig.java:34
9)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent (LifecycleSu
pport.java:119)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardService.start(StandardService.java: 480)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.core.StandardServer.start(StandardServer.java: 2313)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.Catalina.start(Catalina.java:556)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
a:39)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
Impl.java:25)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.lang.reflect.Method.invoke(Method.java:597)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.jav
a:39)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessor
Impl.java:25)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.lang.reflect.Method.invoke(Method.java:597)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
org.tanukisoftware.wrapper.WrapperStartStopApp.run (WrapperStartStopApp.j
ava:238)
INFO   | jvm 1    | 2007/03/07 23:34:06 |       at
java.lang.Thread.run(Thread.java:619)


Best regards,

Salman


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------



----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------

Reply via email to