Thanks!
Sent from my iPhone
On Oct 15, 2007, at 2:22 PM, Jason Dillon <[EMAIL PROTECTED]> wrote:
This should be fixed now. Sorry for the delay.
--jason
On Oct 11, 2007, at 4:05 PM, David Jencks wrote:
I see this also. I have no idea what caused it.
I was wondering if we could all agree on some manual integration
tests before committing to gshell so that the projects that depend
on it can continue to work while it evolves. I think its great
that ServiceMix is also starting to use gshell but without a stable
released version we might need to be extra careful.
I expect for geronimo building the boilerplate and framework
assemblies and making sure the framework assembly starts w/gshell
would suffice. Is there something fairly simple we could do for a
SM smoke test?
thanks
david jencks
On Oct 11, 2007, at 3:14 PM, Jeff Genender wrote:
When I try to start the server with gshell...I am getting this:
java.lang.NullPointerException: Cannot get property: homeDir on
null object
at org.codehaus.groovy.runtime.Invoker.getProperty
(Invoker.java:179)
at
org.codehaus.groovy.runtime.InvokerHelper.getProperty
(InvokerHelper.java:179)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty
(ScriptBytecodeAdapter.java:469)
at
org.apache.geronimo.commands.StartServerCommand.doExecute
(StartServerCommand.groovy:159)
at
org.apache.geronimo.gshell.command.CommandSupport.execute
(CommandSupport.java:103)
at
org.apache.geronimo.gshell.plugin.PlexusCommandWrapper.execute
(PlexusCommandWrapper.java:71)
at
org.apache.geronimo.gshell.DefaultCommandExecutor.execute
(DefaultCommandExecutor.java:128)
at
org.apache.geronimo.gshell.DefaultCommandExecutor.execute
(DefaultCommandExecutor.java:97)
at
org.apache.geronimo.gshell.DefaultShell.execute(DefaultShell.java:
124)
at
org.apache.geronimo.gshell.DefaultShell.run(DefaultShell.java:209)
at org.apache.geronimo.gshell.GShell.run(GShell.java:156)
at org.apache.geronimo.gshell.cli.Main.boot(Main.java:247)
at org.apache.geronimo.gshell.cli.Main.main(Main.java:264)
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:585)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced
(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch
(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(Launcher.java:408)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main
(Launcher.java:351)
at
org.apache.geronimo.gshell.bootstrap.Launcher.main(Launcher.java:59)