I got everything working for the most part. (thanks again) Even the golden imaging with the automatic customizations. Since the basic functionality is working, I do not know if this is a big issue but I can't seem to get rid of these errors from the VDA service. (even after reloading from scratch, once I was a little more comfortable with the setup)


This first one that happens a lot when there's activity in the pooling..
==================================================================
Feb 26, 2007 12:16:24 PM
FINER: THROW
java.lang.NullPointerException
        at                                               
com.sun.via.ClusterLocator.findNewMachine(ClusterLocator.java:24)
        at com.sun.via.Locator.findAvailable(Locator.java:49)
        at com.sun.via.Locator.locate(Locator.java:18)
        at com.sun.via.RequestHandler.getVmIP(RequestHandler.java:82)
        at com.sun.via.RequestHandler.run(RequestHandler.java:35)
        at java.lang.Thread.run(Unknown Source)
==================================================================

The test environment I am using is a single host. The only way I could get the service to load was by making a cluster of one, and using this line in the vda.properties which points to my cluster name:
        Folders.Cluster = "/vm.demo/host/x4600"

Doesn't seem to be a critical error but sometimes this error will appear every couple seconds for while. Also in the VI client the error "Recommended Power on Hosts - x4600 - The operation is not supported on the object." comes up.



The second one seems to appear once everytime a host is assigned a VM that is sitting in the pool that's unassigned and ready for use.
==================================================================
FINER: Caught fault -
        Type: com.vmware.vim.NotSupported
        Actor: null
        Node: null
        Reason: The operation is not supported on the object.
        String: The operation is not supported on the object.
Feb 26, 2007 12:17:00 PM
FINER: THROW
AxisFault
 faultCode: ServerFaultCode
 faultSubcode:
 faultString: The operation is not supported on the object.
 faultActor:
 faultNode:
 faultDetail:
        {urn:vim2}NotSupportedFault:null

The operation is not supported on the object.
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at java.lang.Class.newInstance0(Unknown Source)
        at java.lang.Class.newInstance(Unknown Source)
at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:104) at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:90)
        at com.vmware.vim.NotSupported.getDeserializer(NotSupported.java:84)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154) at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84) at org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464) at org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547) at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157) at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown Source) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Unknown Source)
        at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
        at org.apache.axis.Message.getSOAPEnvelope(Message.java:424)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:2424)
        at org.apache.axis.client.Call.invoke(Call.java:2347)
        at org.apache.axis.client.Call.invoke(Call.java:1804)
at com.vmware.vim.VimBindingStub.recommendHostsForVm(VimBindingStub.java:16660)
        at com.sun.via.VirtualMachine.powerOn(VirtualMachine.java:84)
        at com.sun.via.Locator.findAvailable(Locator.java:54)
        at com.sun.via.Locator.locate(Locator.java:18)
        at com.sun.via.RequestHandler.getVmIP(RequestHandler.java:82)
        at com.sun.via.RequestHandler.run(RequestHandler.java:35)
        at java.lang.Thread.run(Unknown Source)
==================================================================


- Trev
_______________________________________________
SunRay-Users mailing list
[email protected]
http://node1.filibeto.org/mailman/listinfo/sunray-users

Reply via email to