Sorry, I made a typo that wasn't picked up by the unit tests. This should be fixed in cvs by now.

david jencks
On Wednesday, November 26, 2003, at 11:22 PM, Kristian K�hler wrote:

Thanks. Now I'am one step further ;-)

What about this exception? ;-)

Thanks in advance

        Kristian

----- 8< ---- snip ----- 8< ----

[java] 08:19:20,982 DEBUG [GeronimoMBean] geronimo.security:type=SecurityService State changed from starting to runn
ing
[java] 08:19:20,982 TRACE [DeploymentPlan] Performing task RegisterMBeanInstance geronimo.deployment:role=Deployment
Unit,type=Service,url="file:/c:/work/jakarta/incubator-geronimo/ target/geronimo-DEV/deploy/connector-service.xml"
[java] 08:19:21,002 TRACE [DeploymentPlan] Performing task StartMBeanInstance geronimo.deployment:role=DeploymentUni
t,type=Service,url="file:/c:/work/jakarta/incubator-geronimo/target/ geronimo-DEV/deploy/connector-service.xml"
[java] 08:19:21,002 DEBUG [ServiceDeployment] geronimo.deployment:role=DeploymentUnit,type=Service,url="file:/c:/wor
k/jakarta/incubator-geronimo/target/geronimo-DEV/deploy/connector- service.xml" State changed from stopped to starting
[java] 08:19:21,002 DEBUG [ServiceDeployment] geronimo.deployment:role=DeploymentUnit,type=Service,url="file:/c:/wor
k/jakarta/incubator-geronimo/target/geronimo-DEV/deploy/connector- service.xml" State changed from starting to running
[java] 08:19:21,002 TRACE [DeploymentPlan] Performing task CreateClassSpace geronimo.system:role=ClassSpace,name=Sys
tem
[java] 08:19:21,002 TRACE [DeploymentPlan] Performing task DeployGeronimoMBean geronimo.jca:role=WorkManager
[java] 08:19:21,002 TRACE [DeployGeronimoMBean] Creating GeronimoMBean name=geronimo.jca:role=WorkManager
[java] 08:19:21,162 INFO [Geronimo] Started Server in 8s
[java] 08:19:21,162 WARN [DeploymentController] Unable to complete deployment job 2
[java] org.apache.geronimo.kernel.deployment.DeploymentException: [geronimo.jca:role=WorkManager] javax.management.R
untimeMBeanException: null nested runtime exception is java.lang.IllegalArgumentException: Getter method not found on ta
rget: name=ScheduledThreadCount targetClass=org.apache.geronimo.connector.work.GeronimoWorkManager
[java] at org.apache.geronimo.kernel.deployment.task.DeployGeronimoMBean.perform( DeployGeronimoMBean.java:169)
[java] at org.apache.geronimo.kernel.deployment.DeploymentPlan.execute(Deployment Plan.java:107)
[java] at org.apache.geronimo.kernel.deployment.DeploymentController.executePlans (DeploymentController.java:270
)
[java] at org.apache.geronimo.kernel.deployment.DeploymentController.executeJob(D eploymentController.java:194)
[java] at org.apache.geronimo.kernel.deployment.DeploymentController.access$0(Dep loymentController.java:186)
[java] at org.apache.geronimo.kernel.deployment.DeploymentController$DeploymentWa iter.run(DeploymentController.
java:324)
[java] at java.lang.Thread.run(Thread.java:534)
[java] Caused by: javax.management.RuntimeMBeanException: null nested runtime exception is java.lang.IllegalArgument
Exception: Getter method not found on target: name=ScheduledThreadCount targetClass=org.apache.geronimo.connector.work.G
eronimoWorkManager
[java] at mx4j.server.interceptor.InvokerMBeanServerInterceptor.registration(Invo kerMBeanServerInterceptor.java
:181)
[java] at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(Defa ultMBeanServerInterceptor.java
:111)
[java] at mx4j.server.interceptor.SecurityMBeanServerInterceptor.registration(Sec urityMBeanServerInterceptor.ja
va:135)
[java] at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(Defa ultMBeanServerInterceptor.java
:111)
[java] at mx4j.server.interceptor.DefaultMBeanServerInterceptor.registration(Defa ultMBeanServerInterceptor.java
:111)
[java] at mx4j.server.interceptor.ContextClassLoaderMBeanServerInterceptor.regist ration(ContextClassLoaderMBean
ServerInterceptor.java:161)
[java] at mx4j.server.MX4JMBeanServer.registerImpl(MX4JMBeanServer.java:801)
[java] at mx4j.server.MX4JMBeanServer.registerMBeanImpl(MX4JMBeanServer.java:745)
[java] at mx4j.server.MX4JMBeanServer.registerMBean(MX4JMBeanServer.java:729)
[java] at org.apache.geronimo.kernel.deployment.task.DeployGeronimoMBean.perform( DeployGeronimoMBean.java:160)
[java] ... 6 more
[java] Caused by: java.lang.IllegalArgumentException: Getter method not found on target: name=ScheduledThreadCount t
argetClass=org.apache.geronimo.connector.work.GeronimoWorkManager
[java] at org.apache.geronimo.kernel.service.GeronimoAttributeInfo.<init>(Geronim oAttributeInfo.java:301)
[java] at org.apache.geronimo.kernel.service.GeronimoMBeanInfo.<init>(GeronimoMBe anInfo.java:182)
[java] at org.apache.geronimo.kernel.service.GeronimoMBean.preRegister(GeronimoMB ean.java:156)
[java] at mx4j.server.interceptor.InvokerMBeanServerInterceptor.registration(Invo kerMBeanServerInterceptor.java
:161)
[java] ... 15 more
[java] 08:19:24,828 TRACE [DeploymentPlan] Checking if task can run: plan=21684929 task=DeployGeronimoMBean geronimo
.jca:role=WorkManager




[EMAIL PROTECTED] wrote:
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.perfor m(DeployGeronimoMBean.java:169)
at org.apache.geronimo.kernel.deployment.DeploymentPlan.execute(Deployme ntPlan.java:107)
at org.apache.geronimo.kernel.deployment.DeploymentController.executePla ns(DeploymentController.java:270)
at org.apache.geronimo.kernel.deployment.DeploymentController.executeJob (DeploymentController.java:194)
at org.apache.geronimo.kernel.deployment.DeploymentController.access$0(D eploymentController.java:186)
at org.apache.geronimo.kernel.deployment.DeploymentController$Deployment Waiter.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.jav a:354)
at org.apache.geronimo.kernel.service.ParserUtil.translateArgs(ParserUti l.java:396)
at org.apache.geronimo.kernel.service.ParserUtil.instantiate(ParserUtil. java:419)
at org.apache.geronimo.kernel.deployment.task.DeployGeronimoMBean.perfor m(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


--
Kristian K�hler




Reply via email to