Hi,

I had this and found that it had something to do with the fact that I was 
trying to run the server from a windows directory where the path to that 
directory had a space in it.  The file URL doesn't like that too much.  I move 
my geronimo to a different directory and it now works.

Sounds like it might be the same thing.

Jesse


> Hi
> 
> i have some problems running Geronimo.
> After starting the server i get the following error:
> 
> ----- 8< ---- snip ----- 8< ----
> 
> (deployment.DeploymentController     202 ) Unable to complete deployment 
> job 1
> org.apache.geronimo.kernel.deployment.DeploymentException: 
> [geronimo.deployment:role=DeploymentScanner] 
> java.lang.IllegalArgumentException: Type does not have a registered 
> property editor or a String constructor: type=[Ljava.net.URL;
>       at 
> org.apache.geronimo.kernel.deployment.task.DeployGeronimoMBean.perform(DeployGeronimoMBean.java:169)
>       at 
> org.apache.geronimo.kernel.deployment.DeploymentPlan.execute(DeploymentPlan.java:107)
>       at 
> org.apache.geronimo.kernel.deployment.DeploymentController.executePlans(DeploymentController.java:270)
>       at 
> org.apache.geronimo.kernel.deployment.DeploymentController.executeJob(DeploymentController.java:194)
>       at 
> org.apache.geronimo.kernel.deployment.DeploymentController.access$0(DeploymentController.java:186)
>       at 
> org.apache.geronimo.kernel.deployment.DeploymentController$DeploymentWaiter.run(DeploymentController.java:324)
>       at java.lang.Thread.run(Thread.java:534)
> Caused by: java.lang.IllegalArgumentException: Type does not have a 
> registered property editor or a String constructor: type=[Ljava.net.URL;
>       at 
> org.apache.geronimo.kernel.service.ParserUtil.getValue(ParserUtil.java:354)
>       at 
> org.apache.geronimo.kernel.service.ParserUtil.translateArgs(ParserUtil.java:396)
>       at 
> org.apache.geronimo.kernel.service.ParserUtil.instantiate(ParserUtil.java:419)
>       at 
> org.apache.geronimo.kernel.deployment.task.DeployGeronimoMBean.perform(DeployGeronimoMBean.java:152)
>       ... 6 more
> 
> ----- 8< ---- snip ----- 8< ----
> 
> The exception araises in the getValue Method of the 
> org.apache.geronimo.kernel.service.ParserUtil class. Do i have to 
> configure anything to start the server? (propertyfile or the like?)
> 
> i just tried to start it using maven (maven run:main).
> 
> Kristian

Reply via email to