[Users] Unable to add host - Error looking up infinispan/ovirt-engine

Added one host to my ovirt-engine and when I try to add another host, I get an error - ERROR [org.ovirt.engine.core.utils.ejb.EJBUtilsStrategy] (DefaultQuartzScheduler_Worker-3) [68658049] Failed to lookup resource type: CACHE_CONTAINER. JNDI name: java:jboss/infinispan/ovirt-engine: javax.naming.NameNotFoundException: Error looking up infinispan/ovirt-engine, service service jboss.naming.context.java.jboss.infinispan.ovirt-engine is not started Attached is the engine.log from the time when I manually hit "Activate" button on webadmin UI. -Sharad

Hi, I reported this as well: http://lists.ovirt.org/pipermail/engine-devel/2013-May/004459.html In your case there is: --- 2013-05-03 13:45:00,089 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] START, GetHardwareInfoVDSCommand(HostName = host20, HostId = f1e96dc9-4ee4-4699-a7ef-b0a107815724, vds=Host[host20]), log id: 40606675 2013-05-03 13:45:00,115 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] Command GetHardwareInfoVDS execution failed. Exception: VDSNetworkException: org.apache.xmlrpc.XmlRpcException: <type 'exceptions.TypeError'>:cannot marshal None unless allow_none is enabled 2013-05-03 13:45:00,116 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] FINISH, GetHardwareInfoVDSCommand, log id: 40606675 --- Maybe this is a hint... Alon ----- Original Message -----
From: snmishra@linux.vnet.ibm.com To: users@ovirt.org Sent: Friday, May 3, 2013 8:58:26 PM Subject: [Users] Unable to add host - Error looking up infinispan/ovirt-engine
Added one host to my ovirt-engine and when I try to add another host, I get an error -
ERROR [org.ovirt.engine.core.utils.ejb.EJBUtilsStrategy] (DefaultQuartzScheduler_Worker-3) [68658049] Failed to lookup resource type: CACHE_CONTAINER. JNDI name: java:jboss/infinispan/ovirt-engine: javax.naming.NameNotFoundException: Error looking up infinispan/ovirt-engine, service service jboss.naming.context.java.jboss.infinispan.ovirt-engine is not started
Attached is the engine.log from the time when I manually hit "Activate" button on webadmin UI.
-Sharad
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

I believe this should solve your problem: http://lists.ovirt.org/pipermail/engine-devel/2013-April/004344.html ----- Original Message -----
From: "Alon Bar-Lev" <alonbl@redhat.com> To: snmishra@linux.vnet.ibm.com Cc: users@ovirt.org Sent: Friday, May 3, 2013 9:24:58 PM Subject: Re: [Users] Unable to add host - Error looking up infinispan/ovirt-engine
Hi,
I reported this as well:
http://lists.ovirt.org/pipermail/engine-devel/2013-May/004459.html
In your case there is: --- 2013-05-03 13:45:00,089 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] START, GetHardwareInfoVDSCommand(HostName = host20, HostId = f1e96dc9-4ee4-4699-a7ef-b0a107815724, vds=Host[host20]), log id: 40606675 2013-05-03 13:45:00,115 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] Command GetHardwareInfoVDS execution failed. Exception: VDSNetworkException: org.apache.xmlrpc.XmlRpcException: <type 'exceptions.TypeError'>:cannot marshal None unless allow_none is enabled 2013-05-03 13:45:00,116 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] FINISH, GetHardwareInfoVDSCommand, log id: 40606675 ---
Maybe this is a hint...
Alon
----- Original Message -----
From: snmishra@linux.vnet.ibm.com To: users@ovirt.org Sent: Friday, May 3, 2013 8:58:26 PM Subject: [Users] Unable to add host - Error looking up infinispan/ovirt-engine
Added one host to my ovirt-engine and when I try to add another host, I get an error -
ERROR [org.ovirt.engine.core.utils.ejb.EJBUtilsStrategy] (DefaultQuartzScheduler_Worker-3) [68658049] Failed to lookup resource type: CACHE_CONTAINER. JNDI name: java:jboss/infinispan/ovirt-engine: javax.naming.NameNotFoundException: Error looking up infinispan/ovirt-engine, service service jboss.naming.context.java.jboss.infinispan.ovirt-engine is not started
Attached is the engine.log from the time when I manually hit "Activate" button on webadmin UI.
-Sharad
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Hello Allon, It seems that already have it[1] in engine service. This is once again demonstrate why development environment and production environment needs to be merged. The execution of standalone jboss configuration is not supported for a long time, it does not set the correct product environment to be allowed sane execution, for example[2]. I truly need your and other help to improve the new development environment[3], in which we finally end the parallel effort of developers to hack the product to work in their environment, and allow us to join forces with the way product is packaged and distributed to user, while having full feature set in development mode. Regards, Alon [1] http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=blob;f=packaging/service... [2] http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=blob;f=packaging/service... [3] https://github.com/alonbl/ovirt-engine/blob/otopi/README.developer ----- Original Message -----
From: "Allon Mureinik" <amureini@redhat.com> To: "Alon Bar-Lev" <alonbl@redhat.com> Cc: snmishra@linux.vnet.ibm.com, users@ovirt.org Sent: Saturday, May 4, 2013 4:44:42 AM Subject: Re: [Users] Unable to add host - Error looking up infinispan/ovirt-engine
I believe this should solve your problem: http://lists.ovirt.org/pipermail/engine-devel/2013-April/004344.html
----- Original Message -----
From: "Alon Bar-Lev" <alonbl@redhat.com> To: snmishra@linux.vnet.ibm.com Cc: users@ovirt.org Sent: Friday, May 3, 2013 9:24:58 PM Subject: Re: [Users] Unable to add host - Error looking up infinispan/ovirt-engine
Hi,
I reported this as well:
http://lists.ovirt.org/pipermail/engine-devel/2013-May/004459.html
In your case there is: --- 2013-05-03 13:45:00,089 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] START, GetHardwareInfoVDSCommand(HostName = host20, HostId = f1e96dc9-4ee4-4699-a7ef-b0a107815724, vds=Host[host20]), log id: 40606675 2013-05-03 13:45:00,115 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] Command GetHardwareInfoVDS execution failed. Exception: VDSNetworkException: org.apache.xmlrpc.XmlRpcException: <type 'exceptions.TypeError'>:cannot marshal None unless allow_none is enabled 2013-05-03 13:45:00,116 INFO [org.ovirt.engine.core.vdsbroker.vdsbroker.GetHardwareInfoVDSCommand] (DefaultQuartzScheduler_Worker-3) [68658049] FINISH, GetHardwareInfoVDSCommand, log id: 40606675 ---
Maybe this is a hint...
Alon
----- Original Message -----
From: snmishra@linux.vnet.ibm.com To: users@ovirt.org Sent: Friday, May 3, 2013 8:58:26 PM Subject: [Users] Unable to add host - Error looking up infinispan/ovirt-engine
Added one host to my ovirt-engine and when I try to add another host, I get an error -
ERROR [org.ovirt.engine.core.utils.ejb.EJBUtilsStrategy] (DefaultQuartzScheduler_Worker-3) [68658049] Failed to lookup resource type: CACHE_CONTAINER. JNDI name: java:jboss/infinispan/ovirt-engine: javax.naming.NameNotFoundException: Error looking up infinispan/ovirt-engine, service service jboss.naming.context.java.jboss.infinispan.ovirt-engine is not started
Attached is the engine.log from the time when I manually hit "Activate" button on webadmin UI.
-Sharad
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
participants (3)
-
Allon Mureinik
-
Alon Bar-Lev
-
snmishra@linux.vnet.ibm.com