To fix this, edit var/config/config.xml and remove the lines that refer to college_fest (or put load="false" into the <configuration element for that application).
Thanks, Aaron On 5/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Schihiko Kadotani(Mr.), Hi, I succeeded to test some sample applications , but I failed to modify one of these application's deployment descriptor , I abandoned deploying it, then , I'd like to use Geronimo console but this error seems to be blocker of raise Geronimo server. I'd like to remove a broken configuration of application 'college_fest', or to clear all contaminated unsuccessful deployment info. from inner repository. How can I do , does anyone know it. I want to Start the Apache Geronimo but I got the following errors when I run , as follows : C:\geronimo\bin>set JAVA_HOME=C:\j2sdk1.4.2_05\jre\ C:\geronimo\bin>geronimo.bat Using GERONIMO_BASE: C:\geronimo Using GERONIMO_HOME: C:\geronimo Using GERONIMO_TMPDIR: C:\geronimo\var\temp Using JRE_HOME: C:\j2sdk1.4.2_05\jre\ Usage: geronimo command [args] commands: debug Debug Geronimo in jdb debugger jpda start Start Geronimo under JPDA debugger run Start Geronimo in the current window start Start Geronimo in a separate window stop Stop Geronimo args for debug, jpda start, run and start commands: --quiet No startup progress --long Long startup progress -v --verbose INFO log level -vv --veryverbose DEBUG log level --override Override configurations. USE WITH CAUTION! --help Detailed help. args for stop command: --user Admin user --password Admin password --port RMI port to connect to C:\geronimo\bin>geronimo run Using GERONIMO_BASE: C:\geronimo Using GERONIMO_HOME: C:\geronimo Using GERONIMO_TMPDIR: C:\geronimo\var\temp Using JRE_HOME: C:\j2sdk1.4.2_05\jre\ Booting Geronimo Kernel (in Java 1.4.2_05)... Starting Geronimo Application Server [*********> ] 37% 35s Starting geronimo/tomcat/1.0/car09:24:18,126 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8443 09:24:18,216 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8443 09:24:18,287 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080 09:24:18,387 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 [************************- ] 91% 69s Startup failed org.apache.geronimo.kernel.config.NoSuchConfigException: No configuration with id: college_fest at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(ConfigurationManagerImpl.java:116) at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive(ConfigurationManagerImpl.java:192) at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecursive(ConfigurationManagerImpl.java:181) at org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClassByCGLIB$$fbed85d2.invoke(<generated>) at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) at org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGLIB$$b0cea277.loadRecursive(<generated>) at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:317) at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:82) at org.apache.geronimo.system.main.Daemon.main(Daemon.java:404) [************************- ] 91% 70s Startup failed 09:24:52,366 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8443 [************************- ] 91% 73s Startup failed 09:24:55,540 INFO [Http11Protocol] Stopping Coyote HTTP/1.1 on http-0.0.0.0-8080 09:24:55,560 INFO [StandardContext] Container org.apache.catalina.core.ContainerBase.[Geronimo].[localhost].[/] has not been started 09:24:55,610 WARN [GeronimoConnectionEventListener] connectionErrorOccurred called with null SQL Exception: No current connection. at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.noCurrentConnection(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.setupContextStack(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.commit(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.setAutoCommit(Unknown Source) at org.apache.derby.iapi.jdbc.BrokeredConnection.setAutoCommit(Unknown Source) at org.tranql.connector.jdbc.ManagedXAConnection.localTransactionStart(ManagedXAConnection.java:89) at org.tranql.connector.AbstractManagedConnection$LocalTransactionImpl.begin(AbstractManagedConnection.java:188) at org.tranql.connector.jdbc.ConnectionHandle.setAutoCommit(ConnectionHandle.java:161) at org.activemq.store.jdbc.JDBCPersistenceAdapter.beginTransaction(JDBCPersistenceAdapter.java:126) at org.activemq.store.jdbc.JDBCPersistenceAdapterGBean.beginTransaction(JDBCPersistenceAdapterGBean.java:76) at org.activemq.store.jdbc.JDBCPersistenceAdapterGBean$$FastClassByCGLIB$$8be8a0a0.invoke(<generated>) at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) at org.activemq.store.PersistenceAdapter$$EnhancerByCGLIB$$240dcd84.beginTransaction(<generated>) at org.activemq.store.journal.JournalPersistenceAdapter.beginTransaction(JournalPersistenceAdapter.java:158) at org.activemq.util.TransactionTemplate.run(TransactionTemplate.java:38) at org.activemq.store.journal.JournalMessageStore.checkpoint(JournalMessageStore.java:227) at org.activemq.store.journal.JournalPersistenceAdapter$3.run(JournalPersistenceAdapter.java:357) at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(Unknown Source) at java.lang.Thread.run(Thread.java:534) 09:24:55,801 ERROR [JournalPersistenceAdapter] Failed to checkpoint a message store: javax.jms.JMSException: Failed to create transaction: SQL Exception: No current connection. javax.jms.JMSException: Failed to create transaction: SQL Exception: No current connection. at org.activemq.util.JMSExceptionHelper.newJMSException(JMSExceptionHelper.java:49) at org.activemq.store.jdbc.JDBCPersistenceAdapter.beginTransaction(JDBCPersistenceAdapter.java:130) at org.activemq.store.jdbc.JDBCPersistenceAdapterGBean.beginTransaction(JDBCPersistenceAdapterGBean.java:76) at org.activemq.store.jdbc.JDBCPersistenceAdapterGBean$$FastClassByCGLIB$$8be8a0a0.invoke(<generated>) at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) at org.activemq.store.PersistenceAdapter$$EnhancerByCGLIB$$240dcd84.beginTransaction(<generated>) at org.activemq.store.journal.JournalPersistenceAdapter.beginTransaction(JournalPersistenceAdapter.java:158) at org.activemq.util.TransactionTemplate.run(TransactionTemplate.java:38) at org.activemq.store.journal.JournalMessageStore.checkpoint(JournalMessageStore.java:227) at org.activemq.store.journal.JournalPersistenceAdapter$3.run(JournalPersistenceAdapter.java:357) at EDU.oswego.cs.dl.util.concurrent.QueuedExecutor$RunLoop.run(Unknown Source) at java.lang.Thread.run(Thread.java:534) Caused by: SQL Exception: No current connection. at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.newEmbedSQLException(Unknown Source) at org.apache.derby.impl.jdbc.Util.noCurrentConnection(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.setupContextStack(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.commit(Unknown Source) at org.apache.derby.impl.jdbc.EmbedConnection.setAutoCommit(Unknown Source) at org.apache.derby.iapi.jdbc.BrokeredConnection.setAutoCommit(Unknown Source) at org.tranql.connector.jdbc.ManagedXAConnection.localTransactionStart(ManagedXAConnection.java:89) at org.tranql.connector.AbstractManagedConnection$LocalTransactionImpl.begin(AbstractManagedConnection.java:188) at org.tranql.connector.jdbc.ConnectionHandle.setAutoCommit(ConnectionHandle.java:161) at org.activemq.store.jdbc.JDBCPersistenceAdapter.beginTransaction(JDBCPersistenceAdapter.java:126) ... 16 more Server shutdown begun 4s Startup failed Server shutdown completed C:\geronimo\bin>
