Hi Jacek,
Now i am getting a different error. Please let me know what could
be the reason for this error
10:33:08,933 INFO [LocalConfigStore:config-store/] Loaded Configuration geronim
o.config:name="org/apache/geronimo/J2EEDeployer"
10:33:09,504 INFO [Configuration] Started configuration org/apache/geronimo/J2E
EDeployer
10:33:09,775 INFO [SecurityServiceImpl] JACC factory registered
Error: Unable to connect to local deployer service
org.apache.geronimo.common.DeploymentException: Unable to load parents
at org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
text.java:106)
at org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
text.java:76)
at org.apache.geronimo.j2ee.deployment.EARContext.<init>(EARContext.java
:59)
at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfigurati
on(EARConfigBuilder.java:281)
at org.apache.geronimo.j2ee.deployment.EARConfigBuilder$$FastClassByCGLI
B$$38e56ec6.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:719)
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:94)
at org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$
$fd843faf.buildConfiguration(<generated>)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:155)
at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:79)
at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.i
nvoke(<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:754)
at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:
177)
at org.apache.geronimo.deployment.cli.ServerConnection$KernelWrapper.inv
oke(ServerConnection.java:270)
at org.apache.geronimo.deployment.cli.ServerConnection.invokeOfflineDepl
oyer(ServerConnection.java:253)
at org.apache.geronimo.deployment.cli.CommandDistribute.executeOffline(C
ommandDistribute.java:123)
at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandD
istribute.java:118)
at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java
:113)
at org.apache.geronimo.deployment.cli.DeployTool.main(DeployTool.java:25
4)
Caused by: org.apache.geronimo.kernel.config.NoSuchConfigException: No configura
tion with id: org/apache/geronimo
at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.load(Confi
gurationManagerImpl.java:95)
at org.apache.geronimo.kernel.config.ConfigurationManagerImpl.loadRecurs
ive(ConfigurationManagerImpl.java:102)
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:719)
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:94)
at org.apache.geronimo.kernel.config.ConfigurationManager$$EnhancerByCGL
IB$$4372fa9b.loadRecursive(<generated>)
at org.apache.geronimo.deployment.DeploymentContext.<init>(DeploymentCon
text.java:104)
... 26 more
10:33:11,297 INFO [Configuration] Stopping configuration org/apache/geronimo/J2
EEDeployer
10:33:11,417 INFO [Configuration] Stopping configuration org/apache/geronimo/De
ployerSystem
10:33:11,427 INFO [BasicKernel] Starting kernel shutdown
10:33:11,427 INFO [BasicKernel] Kernel shutdown complete
thanks,
-Sundar.
On 7/6/05, Jacek Laskowski <[EMAIL PROTECTED]> wrote:
> Yoseph Widjaya wrote:
>
> > I would be happy to just give me instruction on what
> > to do and i will help you ASAP and thanks again for
> > assigning me
>
> Nice you have asked. There is some discussion about how to simplify the
> very first start for people who are new to the project. Although it's
> not that hard to start and deploy modules, people seem to be very
> confused and frustrated with the lack of step-by-step procedure about
> what to do at first. It's scattered in the Wiki.
>
> So, your first assignment is to write down the steps to deploy the demo
> application, which you can find in applications\demo in the repo
> starting with Geronimo build, deployment and finally running.
>
> I'm pretty sure that once you've done it you'll know what to tackle next ;)
>
> Jacek
>
>