You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by Carla Cremers <cr...@azulsystems.com> on 2005/11/01 00:28:27 UTC

Petstore : No configuration with id

After a few false starts and an interesting detour with the bouncy castle
problem, I read

Mariswaran's posting on building and after applying the changes to
geronimo/etc/project.properties,

got geronimo to build with the Monday top of tree stuff.  Blew off petstore
1.3.2, re-unzipped/patched/built, 

and did maven -o to deploy    It deployed, but " maven -o petstore:start"
takes down 

the server.  

 

petstore:start:

    [echo] Waiting for server at:
/home/cremers/java_apps/web_servers/geronimo_t

ot/geronimo/sandbox/petstore/target/geronimo-1.0-SNAPSHOT

Booting Geronimo Kernel (in Java 1.4.2_03)...

Geronimo startup failed:

org.apache.geronimo.kernel.config.NoSuchConfigException: No configuration
with i

d: org/apache/geronimo/PetStore1.3.2

        at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(Confi

gurationManagerImpl.java:111)

        at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecurs

ive(ConfigurationManagerImpl.java:178)

        at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecurs

ive(ConfigurationManagerImpl.java:167)

        at
org.apache.geronimo.kernel.config.ConfigurationManagerImpl$$FastClass

ByCGLIB$$fbed85d2.invoke(<generated>)

        at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)

        at
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethod

Invoker.java:38)

        at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperatio

n.java:118)

        at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.

java:779)

        at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:5

7)

        at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperat

ionInvoker.java:36)

        at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(Pro

xyMethodInterceptor.java:96)

        at
org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGL

IB$$4c75ac8.loadRecursive(<generated>)

        at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:232)

        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:78)

        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:320)

Server shutdown begun              

Server shutdown completed


Re: Petstore : No configuration with id

Posted by Jacek Laskowski <el...@gmail.com>.
2005/11/1, Carla Cremers <cr...@azulsystems.com>:

> org.apache.geronimo.kernel.config.NoSuchConfigException: No
> configuration with id: org/apache/geronimo/PetStore1.3.2

Oh, it couldn't be. Could you follow the steps described in Geronimo
Wiki about PetStore - http://wiki.apache.org/geronimo/PetStore? Let us
know how it goes.

Jacek