You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(16) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Stefan S. <sts...@on...> - 2007-05-22 09:25:55
|
Hello Folks! I'm new to the ViPerlToolkit. Yesterday, I made my first hands on experience with a small script that should be able to start, stop and clone a VM on our ESX server. Everything worked fine until I started to create my CloneVm method, that makes use of the CloneVM_Task method of the VirtualMachine MOB. Additionally I didn't want to pass the username, password and webservice variables via commandline, so I replaced Util::connect with Vim::login -- now I cannot access the Util::trace function and when I run my CloneVm method I get the following error: "Can't call method "serialize" on unblessed reference at C:/Perl/site/lib/VMware/VIM2Stub.pm line 366." Would somebody please be as kind as to review the punch of code below and tell me of any mistakes I made? -- use VMware::VIM2Runtime; use VMware::VILib; Vim::login (service_url => $webservice, user_name => $username, password => $password ); my $vm = Vim::find_entity_view (view_type => "VirtualMachine", filter => { "name" => $vm_name }); &CloneVm; sub CloneVm { my ($vm) = @_; my $relocatespec = eval { VirtualMachineRelocateSpec->new (datastore => $vm->datastore, host => $vm->summary->runtime->host, pool => $vm->resourcePool) } or Util::trace (0,"ARGH"); my $clonespec = eval { VirtualMachineCloneSpec->new (powerOn => 0, template => 0, location => $relocatespec) } or Util::trace (0,"GRML"); $vm->CloneVM( folder => $vm->parent, name => Opts::get_option("vmname_dest"), spec => $clonespec ); } Vim::logout; -- Regards, Stefan. -- Stefan Schlesinger //////////////////////////////////////////// /////// |
From: Thomas B. <bis...@gm...> - 2006-12-12 12:26:03
|
Hello All, I recently upgraded VC from 2.0.0 to 2.0.1. It appears that the vmprovision.pl script provided in the sampes for viperltoolkit no longer works with this upgrade. When running the script, I receive: Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/site_perl/5.8.5/VMware/VIRuntime.pm line 227. I am by no means a perl guy. Has anyone experienced the issue? Any ideas on how to resolve it? Thanks. Regards, Thomas |
From: John C. <jc...@vm...> - 2006-11-17 04:42:26
|
Yes, they are both generated. Yes, I will accept patches for these=20 modules because these generators aren't used very often - I will take=20 the patch requests and update the generator scripts on my own until we=20 can publish these scripts along with the core toolkit package. Josh Wilmes wrote: > Are both scripts then generated? Will you be able to accept patches=20 > against them if they are? > > --Josh > > > John Cho wrote: >> Mike, >> >> We have a couple of Perl scripts that generates VIStub.pm and=20 >> VIRuntime.pm We may end up including these scripts as a part of the=20 >> toolkit in the future. >> >> >> Hayward, Michael A (Mike) wrote: >>> I=92m interested in generating stubs from or publishing a WSDL for we= b=20 >>> services similar to what the toolkit is doing, so that other=20 >>> components in my app can invoke this perl middleware layer I=92m=20 >>> working on. Just wondering how you guys created the stubs? Are you=20 >>> using an open source tool, did you convert from java to perl, or do=20 >>> you have some other home grown generator? Right now I=92m planning to= =20 >>> use SOAP::lite and just keep the WSDL down to simple data types so I=20 >>> don=92t run into problems. >>> >>> - Mike >>> >>> ---------------------------------------------------------------------= ---=20 >>> >>> >>> ---------------------------------------------------------------------= ----=20 >>> >>> Using Tomcat but need to do more? Need to support web services,=20 >>> security? >>> Get stuff done quickly with pre-integrated technology to make your=20 >>> job easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache=20 >>> Geronimo >>> http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&d= at=3D121642=20 >>> >>> ---------------------------------------------------------------------= ---=20 >>> >>> >>> _______________________________________________ >>> Viperltoolkit-user mailing list >>> Vip...@li... >>> https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user >>> =20 >> >> >> ----------------------------------------------------------------------= ---=20 >> >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to=20 >> share your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV=20 >> >> _______________________________________________ >> Viperltoolkit-user mailing list >> Vip...@li... >> https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user >> |
From: Josh W. <jw...@ci...> - 2006-11-16 20:41:41
|
Are both scripts then generated? Will you be able to accept patches against them if they are? --Josh John Cho wrote: > Mike, > > We have a couple of Perl scripts that generates VIStub.pm and > VIRuntime.pm We may end up including these scripts as a part of the > toolkit in the future. > > > Hayward, Michael A (Mike) wrote: >> I’m interested in generating stubs from or publishing a WSDL for web >> services similar to what the toolkit is doing, so that other >> components in my app can invoke this perl middleware layer I’m working >> on. Just wondering how you guys created the stubs? Are you using an >> open source tool, did you convert from java to perl, or do you have >> some other home grown generator? Right now I’m planning to use >> SOAP::lite and just keep the WSDL down to simple data types so I don’t >> run into problems. >> >> - Mike >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Viperltoolkit-user mailing list >> Vip...@li... >> https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user >> > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Viperltoolkit-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user > |
From: John C. <jc...@vm...> - 2006-11-16 19:54:20
|
Mike, We have a couple of Perl scripts that generates VIStub.pm and=20 VIRuntime.pm We may end up including these scripts as a part of the=20 toolkit in the future. Hayward, Michael A (Mike) wrote: > > I=92m interested in generating stubs from or publishing a WSDL for web=20 > services similar to what the toolkit is doing, so that other=20 > components in my app can invoke this perl middleware layer I=92m workin= g=20 > on. Just wondering how you guys created the stubs? Are you using an=20 > open source tool, did you convert from java to perl, or do you have=20 > some other home grown generator? Right now I=92m planning to use=20 > SOAP::lite and just keep the WSDL down to simple data types so I don=92= t=20 > run into problems. > > - Mike > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > Viperltoolkit-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user > =20 |
From: the a. <the...@gm...> - 2006-11-13 18:10:14
|
Hi, How can I add some sample files to the distribution? Sorry but I am new to sourceforge :-) Regards, Richard |
From: Hayward, M. A \(Mike\) <mha...@av...> - 2006-11-10 23:14:19
|
I'm interested in generating stubs from or publishing a WSDL for web services similar to what the toolkit is doing, so that other components in my app can invoke this perl middleware layer I'm working on. Just wondering how you guys created the stubs? Are you using an open source tool, did you convert from java to perl, or do you have some other home grown generator? Right now I'm planning to use SOAP::lite and just keep the WSDL down to simple data types so I don't run into problems. =20 - Mike |
From: John C. <jc...@vm...> - 2006-11-06 20:49:27
|
Cool! I should first add you as a developer for the project. Please = send me your user name for SourceForge. I've just setup another mailing list for developers. It should become = active by tomorrow. Please send your diff/patch to this mailing list and once = you receive at least one review from another developer, you may submit the = change to subversion repository. This is great -- Thanks for your contribution! -----Original Message----- From: Josh Wilmes [mailto:jw...@ci...]=20 Sent: Monday, November 06, 2006 12:40 PM To: John Cho Cc: Hayward, Michael A (Mike); vip...@li... Subject: Re: [Viperltoolkit-user] SOAP trace John, I have two patches. One is for compatibility with perl 5.6.1. (very=20 small). The other adds a primitive SOAP trace. What's the appropriate=20 way to submit patches to this? --Josh John Cho wrote: > Hi Mike, >=20 > The toolkit doesn't have a trace functionality currently. But there = are=20 > some tools available you can use to sniff the SOAP request/responses. >=20 > Axis has <http://docs.pushtotest.com/axisdocs/user-guide.html#tcpmon> >=20 > Microsoft offers=20 > <http://www.microsoft.com/downloads/details.aspx?FamilyId=3DC943C0DD-CEEC= -4088- 9753-86F052EC8450&displaylang=3Den> >=20 > It would be awesome though if you could add this functionality to the=20 > toolkit. : ) >=20 > Thanks. >=20 >=20 > Hayward, Michael A (Mike) wrote: >> I've had problems with the runtime bombing while it is apparently=20 >> trying to parse the SOAP messages. I would like to be able to do a=20 >> wire trace like in SOAP::Lite. Any ideas how to enable this? I've=20 >> logged a bug against the runtime with an example. >> >> - Mike >> >> = ------------------------------------------------------------------------ >> >> = -------------------------------------------------------------------------= >> Using Tomcat but need to do more? Need to support web services, = security? >> Get stuff done quickly with pre-integrated technology to make your = job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache = Geronimo >> = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 >> = ------------------------------------------------------------------------ >> >> _______________________________________________ >> Viperltoolkit-user mailing list >> Vip...@li... >> https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user >> =20 >=20 >=20 > = -------------------------------------------------------------------------= > Using Tomcat but need to do more? Need to support web services, = security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache = Geronimo > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 > _______________________________________________ > Viperltoolkit-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user >=20 |
From: Hayward, M. A \(Mike\) <mha...@av...> - 2006-11-06 20:47:02
|
Hi John, Already did it. You can use LWP::Debug qw(+ ... ) to trace wire protocol. For some reason LWP is broken though... folks have commented out and/or removed the documented functionality so I placed trace statements back in the LWP libs so I could watch the wire protocol. Without wire protocol viewing, it is very hard to work with the SDK. This enabled me to debug the sample code for creating virtual machines for instance. I strongly recommend documenting how to do this since I imagine just about any VI Perl Toolkit user will want to be able to do this. - Mike -----Original Message----- From: John Cho [mailto:jc...@vm...]=20 Sent: Monday, November 06, 2006 1:38 PM To: Hayward, Michael A (Mike) Cc: vip...@li... Subject: Re: [Viperltoolkit-user] SOAP trace Hi Mike, The toolkit doesn't have a trace functionality currently. But there are=20 some tools available you can use to sniff the SOAP request/responses. Axis has <http://docs.pushtotest.com/axisdocs/user-guide.html#tcpmon> Microsoft offers=20 <http://www.microsoft.com/downloads/details.aspx?FamilyId=3DC943C0DD-CEEC= - 4088-9753-86F052EC8450&displaylang=3Den> It would be awesome though if you could add this functionality to the=20 toolkit. : ) Thanks. Hayward, Michael A (Mike) wrote: > > I've had problems with the runtime bombing while it is apparently=20 > trying to parse the SOAP messages. I would like to be able to do a=20 > wire trace like in SOAP::Lite. Any ideas how to enable this? I've=20 > logged a bug against the runtime with an example. > > - Mike > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------ - > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Viperltoolkit-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user > =20 |
From: Josh W. <jw...@ci...> - 2006-11-06 20:40:11
|
John, I have two patches. One is for compatibility with perl 5.6.1. (very small). The other adds a primitive SOAP trace. What's the appropriate way to submit patches to this? --Josh John Cho wrote: > Hi Mike, > > The toolkit doesn't have a trace functionality currently. But there are > some tools available you can use to sniff the SOAP request/responses. > > Axis has <http://docs.pushtotest.com/axisdocs/user-guide.html#tcpmon> > > Microsoft offers > <http://www.microsoft.com/downloads/details.aspx?FamilyId=C943C0DD-CEEC-4088-9753-86F052EC8450&displaylang=en> > > It would be awesome though if you could add this functionality to the > toolkit. : ) > > Thanks. > > > Hayward, Michael A (Mike) wrote: >> I’ve had problems with the runtime bombing while it is apparently >> trying to parse the SOAP messages. I would like to be able to do a >> wire trace like in SOAP::Lite. Any ideas how to enable this? I’ve >> logged a bug against the runtime with an example. >> >> - Mike >> >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Viperltoolkit-user mailing list >> Vip...@li... >> https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user >> > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Viperltoolkit-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user > |
From: John C. <jc...@vm...> - 2006-11-06 20:38:34
|
Hi Mike, The toolkit doesn't have a trace functionality currently. But there are=20 some tools available you can use to sniff the SOAP request/responses. Axis has <http://docs.pushtotest.com/axisdocs/user-guide.html#tcpmon> Microsoft offers=20 <http://www.microsoft.com/downloads/details.aspx?FamilyId=3DC943C0DD-CEEC= -4088-9753-86F052EC8450&displaylang=3Den> It would be awesome though if you could add this functionality to the=20 toolkit. : ) Thanks. Hayward, Michael A (Mike) wrote: > > I=92ve had problems with the runtime bombing while it is apparently=20 > trying to parse the SOAP messages. I would like to be able to do a=20 > wire trace like in SOAP::Lite. Any ideas how to enable this? I=92ve=20 > logged a bug against the runtime with an example. > > - Mike > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > Viperltoolkit-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user > =20 |
From: Hayward, M. A \(Mike\) <mha...@av...> - 2006-11-04 00:26:33
|
I've had problems with the runtime bombing while it is apparently trying to parse the SOAP messages. I would like to be able to do a wire trace like in SOAP::Lite. Any ideas how to enable this? I've logged a bug against the runtime with an example. =20 - Mike |
From: John C. <jc...@vm...> - 2006-11-03 00:19:03
|
Hi Mike, =20 These issues are definitely bugs in this sample. Can you copy this information and file a bug at http://sourceforge.net/tracker/?atid=3D878638&group_id=3D176787&func=3Dbr= owse =20 I will follow up with the person who wrote this sample and get it = resolved. =20 =20 Thanks. =20 =20 ________________________________ From: vip...@li... [mailto:vip...@li...] On Behalf Of Hayward, Michael A (Mike) Sent: Thursday, November 02, 2006 3:42 PM To: vip...@li... Subject: [Viperltoolkit-user] Error running vmprovision.pl sample =20 I'm attempting to create a VM using the perl toolkit with the sample. = The first invocation tries to take a default VM config and complains about = args. It appears though that the args are the same as the example, only = modified to run against a esx machine in this environment. The second example also fails, but this time with a parsing error. =20 - Mike =20 # ./vmprovision.pl --service_url http://donjulio/sdk/vimService --userid = root --password rootpassword --vmname PerlVM --vmhost donjulio --datacenter DefaultDatacenter --operation create =20 ERROR: Missing --datacenter or --disksize name =20 USAGE: vmprovision.pl --service_url <SDK service URL> --userid <user login> --password <password> --vmname <vm name> --vmhost <vm host name> = --operation [create | clone] [--datacenter <datacenter name> --vmname_destination = <name of new vm clone> --vmhost_destination <host of new vm clone> --datastore <datastore name> --disksize <vm disk size in KB> --guestid <guest = operating system identifier> --memory <vm memory in MB> --num_cpus <number of = virtual processors in vm> --nic_network <name of nic> --nic_poweron <[0|1] to = disable or enable network adapter>] =20 Examples: vmprovision.pl --service_url https://localhost/sdk/vimService = --userid administrator --password mypassword --vmname new-vm --vmhost myhost --datacenter DefaultDatacenter --operation create =20 vmprovision.pl --service_url https://localhost/sdk/vimService = --userid administrator --password mypassword --vmname new-vm --vmhost myhost --datacenter DefaultDatacenter --operation create --datastore ds1 = --disksize 2097152 --guestid winNTGuest --memory 256 --num_cpus 2 --nic_network "VM Network" --nic_poweron 0 vmprovision.pl --service_url https://localhost/sdk/vimService = --userid administrator --password mypassword --vmname vm1 --vmhost host1 --vmname_destination vm2 --vmhost_destination host1 --operation clone =20 ---------------------------------------------------------------------- =20 # ./vmprovision.pl --service_url http://donjulio/sdk/vimService --userid = root --password rootpassword --vmname PerlVM --vmhost donjulio --datacenter DefaultDatacenter --operation create --datastore local --disksize = 2097152 --guestid winNTGuest --memory 256 --num_cpus 1 --nic_network "VM = Network" --nic_poweron 0 SOAP request error: at /usr/lib/perl5/site_perl/5.8.8/VMware/VIStub.pm = line 168. =20 |
From: Hayward, M. A \(Mike\) <mha...@av...> - 2006-11-02 23:42:01
|
I'm attempting to create a VM using the perl toolkit with the sample. The first invocation tries to take a default VM config and complains about args. It appears though that the args are the same as the example, only modified to run against a esx machine in this environment. The second example also fails, but this time with a parsing error. =20 - Mike =20 # ./vmprovision.pl --service_url http://donjulio/sdk/vimService --userid root --password rootpassword --vmname PerlVM --vmhost donjulio --datacenter DefaultDatacenter --operation create =20 ERROR: Missing --datacenter or --disksize name =20 USAGE: vmprovision.pl --service_url <SDK service URL> --userid <user login> --password <password> --vmname <vm name> --vmhost <vm host name> --operation [create | clone] [--datacenter <datacenter name> --vmname_destination <name of new vm clone> --vmhost_destination <host of new vm clone> --datastore <datastore name> --disksize <vm disk size in KB> --guestid <guest operating system identifier> --memory <vm memory in MB> --num_cpus <number of virtual processors in vm> --nic_network <name of nic> --nic_poweron <[0|1] to disable or enable network adapter>] =20 Examples: vmprovision.pl --service_url https://localhost/sdk/vimService --userid administrator --password mypassword --vmname new-vm --vmhost myhost --datacenter DefaultDatacenter --operation create =20 vmprovision.pl --service_url https://localhost/sdk/vimService --userid administrator --password mypassword --vmname new-vm --vmhost myhost --datacenter DefaultDatacenter --operation create --datastore ds1 --disksize 2097152 --guestid winNTGuest --memory 256 --num_cpus 2 --nic_network "VM Network" --nic_poweron 0 vmprovision.pl --service_url https://localhost/sdk/vimService --userid administrator --password mypassword --vmname vm1 --vmhost host1 --vmname_destination vm2 --vmhost_destination host1 --operation clone =20 ---------------------------------------------------------------------- =20 # ./vmprovision.pl --service_url http://donjulio/sdk/vimService --userid root --password rootpassword --vmname PerlVM --vmhost donjulio --datacenter DefaultDatacenter --operation create --datastore local --disksize 2097152 --guestid winNTGuest --memory 256 --num_cpus 1 --nic_network "VM Network" --nic_poweron 0 SOAP request error: at /usr/lib/perl5/site_perl/5.8.8/VMware/VIStub.pm line 168. =20 |
From: Hayward, M. A \(Mike\) <mha...@av...> - 2006-11-01 02:37:41
|
I can get the vmware toolkit to work without https by removing the dependency in Makefile.PL on Crypt::SSLeay and installing. Still would like to know though why Crypt::SSLeay segfaults on FC5. =20 _____ =20 From: vip...@li... [mailto:vip...@li...] On Behalf Of Hayward, Michael A (Mike) Sent: Tuesday, October 31, 2006 6:48 PM To: vip...@li... Subject: [Viperltoolkit-user] Crypt::SSLeay broken on FC5 =20 I had given up on using Perl with VI, even though we currently do for older versions of VMWare ESX. This is due to the incompleteness of the SOAP::Lite module and the complexity of the VMWare WSDL. I have been using Ruby since it can at least grok the WSDL. I'm psyched to see a Perl Toolkit that should work cleanly. Unfortunately I'm unable to get it working due to a dependency on the perl module Crypt::SSLeay which doesn't seem to work on either 64 or 32 bit recent openssl implementations. I'm using FC5 i386 and FC5 x86_64, both of which I can get to build without compilation errors, but which seg fault with make test. =20 What distro are you using? Any ideas how I can work around the Crypt::SSLeay problems? I'm not even using the https capabilities at this stage for prototyping efforts and normally turn all that off anyway so I can sniff wire protocols when things break. =20 - Mike |
From: John C. <jc...@vm...> - 2006-11-01 01:57:29
|
If you specify target URL to be "http://<host>/sdk/vimService", it=20 shouldn't make use of Crypt::SSLeay. Install the toolkit modules and try=20 running the sample scripts without Crypt::SSLeay. As for distro I am=20 using, I am on SuSe-9.3. Hayward, Michael A (Mike) wrote: > > I had given up on using Perl with VI, even though we currently do for=20 > older versions of VMWare ESX. This is due to the incompleteness of the=20 > SOAP::Lite module and the complexity of the VMWare WSDL. I have been=20 > using Ruby since it can at least grok the WSDL. I=92m psyched to see a=20 > Perl Toolkit that should work cleanly. Unfortunately I=92m unable to ge= t=20 > it working due to a dependency on the perl module Crypt::SSLeay which=20 > doesn=92t seem to work on either 64 or 32 bit recent openssl=20 > implementations. I=92m using FC5 i386 and FC5 x86_64, both of which I=20 > can get to build without compilation errors, but which seg fault with=20 > make test. > > What distro are you using? Any ideas how I can work around the=20 > Crypt::SSLeay problems? I=92m not even using the https capabilities at=20 > this stage for prototyping efforts and normally turn all that off=20 > anyway so I can sniff wire protocols when things break. > > - Mike > > -----------------------------------------------------------------------= - > > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > -----------------------------------------------------------------------= - > > _______________________________________________ > Viperltoolkit-user mailing list > Vip...@li... > https://lists.sourceforge.net/lists/listinfo/viperltoolkit-user > =20 |
From: Hayward, M. A \(Mike\) <mha...@av...> - 2006-11-01 01:48:34
|
I had given up on using Perl with VI, even though we currently do for older versions of VMWare ESX. This is due to the incompleteness of the SOAP::Lite module and the complexity of the VMWare WSDL. I have been using Ruby since it can at least grok the WSDL. I'm psyched to see a Perl Toolkit that should work cleanly. Unfortunately I'm unable to get it working due to a dependency on the perl module Crypt::SSLeay which doesn't seem to work on either 64 or 32 bit recent openssl implementations. I'm using FC5 i386 and FC5 x86_64, both of which I can get to build without compilation errors, but which seg fault with make test. =20 What distro are you using? Any ideas how I can work around the Crypt::SSLeay problems? I'm not even using the https capabilities at this stage for prototyping efforts and normally turn all that off anyway so I can sniff wire protocols when things break. =20 - Mike |
From: Hayward, M. A \(Mike\) <mha...@av...> - 2006-11-01 01:42:57
|
I had given up on using Perl with VI, even though we currently do for older versions of VMWare ESX. This is due to the incompleteness of the SOAP::Lite module and the complexity of the VMWare WSDL. I have been using Ruby since it can at least grok the WSDL. I'm psyched to see a Perl Toolkit that should work cleanly. Unfortunately I'm unable to get it working due to a dependency on the perl module Crypt::SSLeay which doesn't seem to work on either 64 or 32 bit recent openssl implementations. I'm using FC5 i386 and FC5 x86_64, both of which I can get to build without compilation errors, but which seg fault with make test. =20 What distro are you using? Any ideas how I can work around the Crypt::SSLeay problems? I'm not even using the https capabilities at this stage for prototyping efforts and normally turn all that off anyway so I can sniff wire protocols when things break. =20 - Mike |
From: John C. <jc...@vm...> - 2006-09-14 20:35:12
|
From: John C. <jc...@vm...> - 2006-09-14 20:27:00
|