-
HI,
when I run cimworkshop.bat send this error:
error trying to connect to host://10.1.52.6//interop using CIM-XML protocol
can anybody help me?.
2009-07-29 12:34:16 UTC by zohrehstar
-
Were you able to make it work?
I mean, accessing WMI with wbemservices?.
2008-10-15 21:28:09 UTC by vanfalen
-
I'm facing a similar problem,
could you solve It?.
2008-10-15 21:18:35 UTC by vanfalen
-
Hi, I've been facing a similar problem.
Could you solve It?.
2008-10-15 21:15:46 UTC by vanfalen
-
Using other default Locales than English might corrupt the Date HTTP header when communicating with the CIM Server.
The problems occurs in the format "EEE, dd MMM yyyy HH:mm:ss 'GMT'" on row 53 in Header.Java in the package: javax.wbem.client.adapter.http.transport
For example, Monday in Swedish gets shortened to "MÃ¥n" which contains characters not accepted. The same problem might occur...
2008-04-01 09:28:52 UTC by knivby
-
This semi-complete code returns an incomplete object path:
CIMInstance listenerInstance = myClient.getIndicationListener(null);
listenerInstance.setProperty(...)
...
System.out.println(listenerInstance.getObjectPath());
This returns something like:
//hostname/namespace:CIM_ListenerDestinationCIMXML
when it should be...
2008-03-18 10:08:29 UTC by knivby
-
I'm trying to execute the mofcomp command on the given Teacher Student Example but I'm getting the following error :-
D:\BE0BF4~1.PRO\SANDEV~1\WBEMSE~1\WBEMSE~1\bin>mofcomp root root_passwd "d:\B
Project\SAN Device Simulation\WBEM Services\wbemservices\examples\provider\t
TeacherStudent.mof"
Usage: mofcomp [-options] mof
where options include:
-h Print...
2008-01-18 14:58:16 UTC by cvtproject
-
Hello,
I don't know so much about wbemservice.
I try to create new instance to a new cim class that I create (with a mof file). In this new class, I add a new java provider. But when I want to create a new instance I have the next exception:
Provider: D_PBNMSProvider
Need to get provider named D_PBNMSProvider
getting protocol
Protocol: java
Need to get provider protocol adapter...
2007-05-10 10:57:48 UTC by anita_nit
-
Hi,
How do I make the Sun WBEM CIMOM run on a different port than 5988 ?
Can I make this change in any configuration file or do I need to change in some code and re-build ?
Pls. let me know.
thanks in advance.
regards.
2007-03-09 02:10:28 UTC by routrayr
-
I seems like the default host in verify_cimom.sh is wrong.
As I tried cimworkshop I noticed 'http://localhost//intero' is used as hostname and
ran 'sh verify_cimom.sh a b http://192.168.2.3//intero' wich did work now.
But there are a lot of more problems, the run_examples.sh doesn't work too.
Some scripts like bin/mofcomp.sh don't pay attention if JAVA_HOME is allready set and just set...
2006-11-18 10:05:19 UTC by bennyp