Hi all,
 
I am using eclipse 3.0.1 and have installed Merlin Developer 0.1.2 (from 
www.apache.org/~oberhack/metro/studio/updates). I created a new project by using the 
wizard and choosing Merlin Block Development project. I selected the "hello" example, 
which created the familiar HelloComponent class, xinfo, and block.xml files. For 
running it, I setup a new MetroServerConfiguration from the Run > Run... menu, and I 
kept the defaults.
 
When I ran it, it downloaded all kinds of resources successfully, as I'd expect. But 
then it exits with the following errors:
 
---- runtime exception report --------------------------------------------------

Exception: org.apache.avalon.merlin.KernelRuntimeException

Message: Unable to transform the token: [ -execute -debug] due to an unexpected error.

---- cause ---------------------------------------------------------------------

Exception: org.apache.avalon.merlin.KernelRuntimeException

Message: Unable to resolve the block path [ -execute -debug].

---- cause ---------------------------------------------------------------------

Exception: java.net.MalformedURLException

Message: no protocol: -execute -debug

---- stack trace ---------------------------------------------------------------

java.net.MalformedURLException: no protocol: -execute -debug

java.net.URL.<init>(Unknown Source)

java.net.URL.<init>(Unknown Source)

java.net.URL.<init>(Unknown Source)

org.apache.avalon.merlin.impl.DefaultCriteria.resolveURL(DefaultCriteria.java:731)

org.apache.avalon.merlin.impl.DefaultCriteria.getDeploymentURLs(DefaultCriteria.java:341)

org.apache.avalon.merlin.impl.DefaultFactory.create(DefaultFactory.java:261)

org.apache.avalon.merlin.cli.Main.<init>(Main.java:301)

org.apache.avalon.merlin.cli.Main.main(Main.java:255)

--------------------------------------------------------------------------------

The "-execute -debug" look like command line args that may need quoted or something, 
but I can't find where these are being passed. There was nothing in the 
MetroServerConfiguration setup panels.
 
Any tips or ideas?
 
-broc

Reply via email to