Quantcast
Channel: VMware Communities : Discussion List - All Communities
Viewing all 180259 articles
Browse latest View live

vROps appliance version numbers and the OS upgrade

$
0
0

Hi. When I go to 'System Status' in the /admin UI, I can see the version number of the nodes (such as 6.1.0.xxxxxxx), but I can't see which ones have had the "OS Upgrade" .pak file applied or not.

 

Shouldn't there be a way to see this in this UI?


New User Enquiry

$
0
0

HI All,

 

Hoping to get a wee bit of help here. I'm currently a student and my 5K iMac model will be arriving soon of which I'm wanting to use some form of virtualisation (such as VMWare) on so I can use Windows to use features such as Visual Studio Community.

Basically I'm enquiringly about the fusion prices. I know the normal fusion costs £61 roughly, but when I go onto the education/academic site, I can only find VMWare Fusion Pro, and it costs £74 roughly. I read somewhere that the normal fusion could be purchased cheaper for students than the £61, am I looking in the wrong place or something?

 

Also.. I'm planning on selling my current Windows 10 Desktop. I was wondering if, instead of having to buy a new copy of Windows, Im able to 'migrate' the current OS over to fusion (and how exactly thats done?) as I'm sure I've seen it mentioned somewhere. However, the default OS that came with the desktop was Windows 8... So I'm unsure if it would be Windows 8 or 10 that would be used. Also I don't recall obtaining a license key as the Windows 8 OS was already Preinstalled onto the desktop, so any help on that front would also be appreciated.

 

Thanks for your time.

Mirage PXE boot - Surface pro 4

$
0
0

Hi to everyone,

I have received couple of Surface pro 4 and I am trying to provision them through my Mirage pxe boot server with our corporate image. I am using the surface dock to connect it with my LAN.

It pxe boot ok. Loads what s needed but never gets connected with the server. Ipconfig returns nothing so basicly nic is not detected.

I have regenerated my winPE including all the drivers I could potentially find but it doens t work.

all my research tells me to inject the surface dock Ethernet adapter driver but strangly that's no longer seems to be in the driver package you can download from the MS site. Even checked the surface 3 driver package ...

 

As anyone of you managed to achieve this and if so where did you get the drivers from ?

 

Forgot to mention running version 5.7

 

Cheers

 

Seb

PowerCLI increment Resource Pool name from existing pools on host

$
0
0

The script below creates resource pools across hosts and increments "_Net" when naming the Resource Pools.

 

However I would like the script to check existing resource pool "_Net" on the host and increment from there on.

 

For example on Host1 I have these existing Resource Pools:-

Env100_77_Net1_Jon_Snow_London

Env102_77_Net2_Jon_Snow_London

Env103_77_Net3_Jon_Snow_London

Env104_77_Net4_Jon_Snow_London


When running the script below, the "_Net" will start from 1 again when naming the Resource Pools however I would like it to start from 5.

 

I' am stuck on how to edit the below script to reach my goal and would appreciate some help.



#

# Parameter Declarations

#

 

Param($folder_param, $envID_param, $network_param, $instructor_param, $region_param)

 

#

# Usage Statement

#

 

If (!$folder_param -or !$envID_param -or !$network_param -or !$instructor_param -or !$region_param)

{

    "usage: BuildPools-Sandbox.ps1 -f folder -e envIdArray -n network"

    Exit

}

 

#

# Retrieve Locations

#

 

$location = Get-Folder -Location "Production" -Name $folder_param

$vmhost_list = Get-VMHost -Location $location | Sort

 

 

If (!$location -or !$vmhost_list) { Exit }

 

 

#

# Main Script

#

 

 

If($vmhost_list.Length) {$numHost = $vmhost_list.Length} Else {$numHost = 1}

If($envID_param.Length) {$numEnv = $envID_param.Length} Else {$numEnv = 1}

$envPerHost = [Math]::Ceiling($numEnv/$numHost)

 

 

$pool_list = @()

$i = 0

 

 

Foreach ($vmhost in $vmhost_list)

{

    ""

    $vmhost.Name.TrimEnd(".company.com")

    "-------------"

  

    For ($j=0; $j -lt $envPerHost; $j++)

    {

        if ($envID_param[$i*$envPerHost + $j])

        {

            $pool_name = "Env" + $envID_param[$i*$envPerHost + $j] + "_" + $network_param + "_Net" + ($j+1) + "_" + $instructor_param + "_" + $region_param

            $pool_list = $pool_list + (New-ResourcePool -Location $vmhost -Name $pool_name -Confirm:$false)

          

            "  Creating:  " + $pool_name

        }

    }

    $i++

}

 

 

""

powercli script to capture cpu & mem usage stats

$
0
0

i am new to powercli and am not a good scriptor yet however, i need a script that will capture the max, min, avg cpu & mem usage stats per esxhost & vm  for the past month and import into excel so i can create a pivot chart. key is i need to see the cpu/mem usage data per vm per host. can anyone help me with this. i have spent the last two weeks trying to work with powercli to do this and i am unable produce the results i want.

SDRS and Independent disks.

$
0
0

Global: How to enable SDRS move Independent disks on vSphere appliance 6.x

 

- For some reason, we create all VM with one independent-persistent disk.

- We'd like to "keep .vmdk disks together".

In that case StorageDRS can't do his work, create some recommendation and migrate disks from one volume to another (all VM contains independent disk, and sdrs unable to move independent disks).

 

There was a cheat for vSphere 5.x - "a vpxd.cfg option sdrs.disableSDRSonIndependentDisk. When specified and set to false, Storage DRS will move independent disks" (q) SDRS Interview Questions | Virtual Reality

 

> Note: This will work only for non-shared independent disks.

Yes, that's ok, we don't have shared independent disks at all.

 

But in vSphere appliance 6.x format of vpxd.cfg file is changed, now it's xml-like.

And I still can't find how we can enable this option.

Please help.

Disk latency with HPE DL380Gen9

$
0
0

Hi,

I have a problem with HPE DL380gen9, hp 440ar

vshpere 6 update1, last HPE iso (april)

firmware: 3.56

:

the server was deploy 2 weeks ago. no problem when we install esxi and deploying VM.

but from this week, backup problem and users says that is slow. VM respond slowly and when I view disk performance on vpshere client, i have about 40ms of read latency. latency only on SAS disk (4 disk 600GB SAS 6GB 10k- raid5) , no latency on SSD drivers (raid1)

No hardware problem reporting from ilo

crystal disk mark performance on attachment

May be a ne firmware HP bug !!!!!!!!!!!!

Why Do you "Hate" VSphere?


VM locks up, won't power off. Looking for logs.

$
0
0

I have a whitebox ESXi 6.0 server with just a couple of VMs, mostly for testing purposes but also hosting a VM (Windows 2012) used to store home movies and stream them for family viewing, so when this goes down I hear about it.  I have a vCenter appliance and one other VM (Windows 2012).  I upgraded this host from ESXi 5.5 U2 to ESXi 6.0 U2 a month or so ago.  I also installed a VIB driver for a couple NICs which were supported in my 5.5 install but not in 6.0.  Since the upgrade I've had the VM lock up such that RDP doesn't work, and the console screen is viewable from the vSphere interface (both thick client and web client) but it is frozen with the time of death stored on the Windows login screen.  The first time this happened I tried to restart OS from the vSphere interface, (no luck), and then tried to power off the VM, (also did not work, command hung at 0% in 'recent tasks').  At this point I could give it more commands but the recent tasks panel would eventually say the VM couldn't process further commands.  I then opted to shut down my appliance and other VM, and then restart the host, and ultimately found that the host had to be powered off via the hardware button.  Pretty serious for one VM to bring down the host, so I assume that there's maybe a driver issue involved.

 

Now it has happened a second time, and upon finding my VM frozen I immediately tried to power off the VM from the vSphere web interface  (just in case the restart command was what hung things).  Again the 'recent tasks' panel shows a 0% completed task of powering down the VM.  For the moment I'm only able to remotely connect to the host, so I am limited to SSH and whatever the vSphere web interface will let me do (later tonight I can log into the shell or power down if need be).

 

With all that said, where can I go on the host to look up logs to help me find out what may have happened to allow a VM to bring down my host?

Tráfico iSCSI

$
0
0

No tengo mucha experiencia en vmware y quizás sea empezar la casa por el tejado, pero quiero empezar bien desde el principio. Lo que quiero hacer es separar el trafico iscsi del trafico normal entre mis ESXI y mi NAS. Os cuento mi escenario:

 

Tengo dos servidores DL60 con dos tarjetas de red cada uno, aunque de momento solo estoy configurando uno de ellos.

 

ESXI1

Lan1: VLAN 99: 172.16.1.10/24

Lan2: VALN 90: 172.20.1.30/24

 

NAS

Lan1: 172.20.1.10/24

 

He configurado la Lan1 del ESXI1 en el vswitch0 y he creado un vswitch1 (vkernel port) para el tráfico iSCSI. Hasta aquí parece que va todo bien, he conseguido añadir la LUN del NAS correctamente. He subido las ISOs de los sistemas operativos al datastore para crear una MV de prueba y cuando arranco la máquina virtual, no encuentra la iso. ¿El problema puede ser de la configuración de los vswitch o el fallo puede venir por otro sitio? Os adjunto la configuración del Networking.

 

Me podéis echar una mano? Si necesitáis alguna información más pedirmela, porque si no la doy ahora es porque no soy consciente de que se necesite ;-)

 

Muchas gracias

Lab console Firefox web browser tabs not shown

$
0
0

in lab, the top of browser with tabs is not displayed and am not able to (dont know how) have tabs displayed. doesnt matter if screen and browser are maximized or not. so i am stuck in whatever tab I am on. if that tab is vcenter and I need a new tab to open vRA, I cant do it. I have tried moving my cursor arrow all over the lab window, all over the web browser window, resizing the browser window. nothing works. (I am also using Firefox on my desktop). every once in a great while all of a sudden the tabs are displayed, then they disappear.  HELP!

App Volumes 3.0 - Slow Logon Times

$
0
0

I'm testing out App Volumes 3.0 with Horizon 7, ESXi/vSphere 6 up2, and have noticed terrible performance logging in with just 2 app stacks attached. On average, it takes over 4 minutes just to login and the App Volumes Service is taking a majority of the time. Once the desktop logs in, it still is unusable for a couple of minutes. Has anyone else noticed this? I love the new concept, but I feel like this has gone backwards.

Enabling HA on vRops cluster

$
0
0

I'm trying to enable HA on my vRops cluster and it keeps failing with the error

 

 

Communication Error:  Timeout reached while trying to communicate with the server.

 

Try refreshing the UI manually

 

I don't know which log to look in to see why this is happening and I'm trying to resolve it obviously.  I have one remote collector and three data nodes in the cluster.

Unable to take quiesced snapshot

$
0
0

After a reboot of a server, it can happen that it is not possible to take a quiesced snapshot.It happened after an update to 6U1 from 6.0. Before the update there were no problems.

 

We did the following to troubleshoot the problem.

* Reinstall VMWare Tools

* Check VSS Providers for errors (no errors)

 

What we found out was that it can happen after a reboot of the server and only if the service "VMware Snapshot Provider" is running (service is set to manual). To correct it we need to stop "VMware Snapshot Provider" and "VMware Tools". If all is stable, ie no running services, which should not run, like "Volume Shadow Copy" we start the service "VMware Tools". After this we can take a quiesced snapshot again.

 

While this ain't a huge problem, it is annoying at best. Any one have a solution or have the same problem.

Esxi 5.5 Host Stuck with multiple active tasks

$
0
0

One of my hosts started acting up, showed network partition and now hung up with multiple active tasks. I can't control the host via vcenter only if i connect to it directly via ip or host name. It's currently in maintenance mode, is there any way i can clear all active tasks so i can get it back under control via vsphere?


Unable to use tags in PowerCli 6.3 on Windows 10

$
0
0

So I am reading this post http://blogs.vmware.com/PowerCLI/2013/12/using-tags-with-powercli.html

because there are a few things I want to start using tags for.

We're running vCenter 6.0 and ESXi 6.0.

When I run get-tag I get an error

Get-Tag : 4/19/2016 9:01:23 AM Get-Tag Index was outside the bounds of the array. At line:1 char:1 + Get-Tag -Name "Operations" + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-Tag], VimException + FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomatio n.ViCore.Cmdlets.Commands.Tagging.GetTag

When I run

get-vm -tag Operations

I get

get-vm : 4/19/2016 8:28:58 AM Get-VM Value cannot be null. Parameter name: collection
At line:1 char:1 + get-vm -Tag Operations + ~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-VM], VimException + FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVM

For OS I am running Windows 10, Powershell 5 and PowerCLI 6.3.8258

There is a tag called Operations and a category called Operations VMs in vCenter.

This issue occurs if I am running Powershell with the PowerCli modules added to it or if I launch PowerCLI itself.

I have tried googling the errors with both powershell and powercli in the query but end up getting back long functions or scripts that are building large arrays or resource issues which my machine isn't having an issue with.

 

If I run the same command on the Windows vCenter server I get the exact same error.


There is a VM that exists on the target vCenter with the "Operations" tag.

 

Any suggestions on how to troubleshoot or approach this?

Orchestrator Service wont start

$
0
0

Dear all,

 

I have a problem afert upgrade vcenter from 5.5.0 to 5.5u1.

Orchestrator wont start and die with Error 1067: The process terminated unexpectedly.

 

In log I found this:

 

2014-05-07 15:15:57.313+0200 [localhost-startStop-1] INFO  {} [ContextLoader] Root WebApplicationContext: initialization started

2014-05-07 15:15:57.549+0200 [localhost-startStop-1] INFO  {} [PasswordEncryptor] Key was read from E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server/conf/security/passwordencryptor.key

2014-05-07 15:15:57.559+0200 [localhost-startStop-1] INFO  {} [O11N] AvailableProcessors: 4

2014-05-07 15:15:57.559+0200 [localhost-startStop-1] INFO  {} [O11N] InitHeap: 2048M

2014-05-07 15:15:57.559+0200 [localhost-startStop-1] INFO  {} [O11N] MaxHeap: 2014M

2014-05-07 15:15:57.559+0200 [localhost-startStop-1] INFO  {} [O11N] BootClassPath: C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\resources.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\rt.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\sunrsasign.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\jsse.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\jce.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\charsets.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\jfr.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\classes

2014-05-07 15:15:57.559+0200 [localhost-startStop-1] INFO  {} [O11N] ClassPath: C:\PROGRA~1\COMMON~1\VMware\VMWARE~2/bin/winx86_64/threaddumpwrapper.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~2/bin/winx86_64/wrapper.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~2/bin/bootstrap.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~2/bin/tomcat-juli.jar;E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/bin/o11n-service-wrapper.jar

2014-05-07 15:15:57.560+0200 [localhost-startStop-1] INFO  {} [O11N] InputArguments: [-XX:MaxPermSize=256m, -XX:+CMSClassUnloadingEnabled, -Xss256k, -XX:SurvivorRatio=8, -XX:TargetSurvivorRatio=90, -XX:+HeapDumpOnOutOfMemoryError, -XX:+UseConcMarkSweepGC, -XX:+CMSIncrementalMode, -Dcatalina.base=E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1, -Dcatalina.home=C:\PROGRA~1\COMMON~1\VMware\VMWARE~2, -Djava.io.tmpdir=E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\temp, -Djava.endorsed.dirs=E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\endorsed, -Dsun.rmi.dgc.client.gcInterval=3600000, -Dsun.rmi.dgc.server.gcInterval=3600000, -Dfile.encoding=UTF8, -Dch.dunes.install-path=E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/.., -Djava.util.logging.manager=com.springsource.tcserver.serviceability.logging.TcServerLogManager, -Djava.util.logging.config.file=E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\conf\logging.properties, -Djavax.net.ssl.trustStore=E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\conf\security\jssecacerts, -Djavax.net.ssl.trustStorePassword=dunesdunes, -Xms2048m, -Xmx2048m, -Djava.library.path=C:\PROGRA~1\COMMON~1\VMware\VMWARE~2\bin\winx86_64;E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\bin\winx86_64, -Dwrapper.key=w_clYwEiGyigijxM, -Dwrapper.port=32450, -Dwrapper.jvm.port=31450, -Dwrapper.jvm.port.min=31450, -Dwrapper.jvm.port.max=31999, -Dwrapper.pid=1176, -Dwrapper.version=3.2.3, -Dwrapper.native_library=wrapper, -Dwrapper.service=TRUE, -Dwrapper.cpu.timeout=10, -Dwrapper.jvmid=1]

2014-05-07 15:15:57.560+0200 [localhost-startStop-1] INFO  {} [O11N] LibraryPath: C:\PROGRA~1\COMMON~1\VMware\VMWARE~2\bin\winx86_64;E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\bin\winx86_64

2014-05-07 15:15:57.560+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: awt.toolkit = sun.awt.windows.WToolkit

2014-05-07 15:15:57.560+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: catalina.base = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1

2014-05-07 15:15:57.560+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: catalina.home = C:\PROGRA~1\COMMON~1\VMware\VMWARE~2

2014-05-07 15:15:57.561+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: catalina.useNaming = true

2014-05-07 15:15:57.561+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.authentication.provider = sso

2014-05-07 15:15:57.561+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.http-server.port = 8280

2014-05-07 15:15:57.561+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.https-server.port = 8281

2014-05-07 15:15:57.561+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.install-path = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/..

2014-05-07 15:15:57.561+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.max-log-events = 5000

2014-05-07 15:15:57.595+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.net.jboss-server.port = 8230

2014-05-07 15:15:57.595+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.net.jms-uil-server.port = 8250

2014-05-07 15:15:57.595+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.net.rmi-container.port = 8244

2014-05-07 15:15:57.595+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.net.rmi-server.port = 8240

2014-05-07 15:15:57.595+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.task.max-workflow-tokens = 100

2014-05-07 15:15:57.595+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: ch.dunes.vso.client-keep-alive-disable = true

2014-05-07 15:15:57.595+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: com.vmware.o11n.install = IA

2014-05-07 15:15:57.595+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: com.vmware.o11n.jssecacerts.ks = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server/conf/security/jssecacerts

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: com.vmware.o11n.version.build.number = 1617131

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: com.vmware.o11n.version.db = 1.63

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: com.vmware.o11n.version.platform = 5.5.1 (5.5.1.1617127)

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: common.loader = ${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,${catalina.base}/lib/o11n/*.jar,${catalina.base}/lib/ext/*.jar,${catalina.base}/lib/vmware/*.jar,${catalina.home}/lib/log4j.xml

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: database.driverClassName = org.hsqldb.jdbc.JDBCDriver

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: database.hibernate.dialect =

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: database.password = ********

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: database.url = jdbc:hsqldb:file:../../app-server/data/internal.hsqldb;shutdown=false;hsqldb.lock_file=false;hsqldb.write_delay=false;hsqldb.applog=1

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: database.username = SA

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: encoded.vco.db.password = ********

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: file.encoding = UTF8

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: file.encoding.pkg = sun.io

2014-05-07 15:15:57.596+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: file.separator = \

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.awt.printerjob = sun.awt.windows.WPrinterJob

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.class.path = C:\PROGRA~1\COMMON~1\VMware\VMWARE~2/bin/winx86_64/threaddumpwrapper.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~2/bin/winx86_64/wrapper.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~2/bin/bootstrap.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~2/bin/tomcat-juli.jar;E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/bin/o11n-service-wrapper.jar

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.class.version = 51.0

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.endorsed.dirs = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\endorsed

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.ext.dirs = C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\ext;C:\Windows\Sun\Java\lib\ext

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.home = C:\PROGRA~1\COMMON~1\VMware\VMWARE~1

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.io.tmpdir = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\temp

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.library.path = C:\PROGRA~1\COMMON~1\VMware\VMWARE~2\bin\winx86_64;E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\bin\winx86_64

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.naming.factory.initial = org.jnp.interfaces.NamingContextFactory

2014-05-07 15:15:57.597+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.naming.factory.url.pkgs = org.jboss.naming:org.jnp.interfaces

2014-05-07 15:15:57.695+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.rmi.server.hostname = 0.0.0.0

2014-05-07 15:15:57.695+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.runtime.name = Java(TM) SE Runtime Environment

2014-05-07 15:15:57.695+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.runtime.version = 1.7.0_45-b18

2014-05-07 15:15:57.695+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.specification.name = Java Platform API Specification

2014-05-07 15:15:57.695+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.specification.vendor = Oracle Corporation

2014-05-07 15:15:57.695+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.specification.version = 1.7

2014-05-07 15:15:57.695+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.util.logging.config.file = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\conf\logging.properties

2014-05-07 15:15:57.695+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.util.logging.manager = com.springsource.tcserver.serviceability.logging.TcServerLogManager

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vendor = Oracle Corporation

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vendor.url = http://java.oracle.com/

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vendor.url.bug = http://bugreport.sun.com/bugreport/

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.version = 1.7.0_45

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vm.info = mixed mode

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vm.name = Java HotSpot(TM) 64-Bit Server VM

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vm.specification.name = Java Virtual Machine Specification

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vm.specification.vendor = Oracle Corporation

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vm.specification.version = 1.7

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vm.vendor = Oracle Corporation

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: java.vm.version = 24.45-b08

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: javax.net.ssl.trustStore = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server/conf/security/jssecacerts

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: javax.net.ssl.trustStorePassword = dunesdunes

2014-05-07 15:15:57.696+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: jboss.home.dir = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: jboss.jmx.address = 127.0.0.1

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: jboss.server.data.dir = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server/data

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: jboss.server.home.dir = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: jboss.server.name = vmo

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: line.separator =

 

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: org.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER = true

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: os.arch = amd64

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: os.name = Windows Server 2008 R2

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: os.version = 6.1

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: package.access = sun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.

2014-05-07 15:15:57.697+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: package.definition = sun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.

2014-05-07 15:15:57.698+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: path.separator = ;

2014-05-07 15:15:57.698+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: server.bind.address = 0.0.0.0

2014-05-07 15:15:57.698+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: server.data.dir = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server/data

2014-05-07 15:15:57.795+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: server.home.dir = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server

2014-05-07 15:15:57.795+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: server.loader =

2014-05-07 15:15:57.795+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: server.temp.dir = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1/../app-server/temp

2014-05-07 15:15:57.795+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: shared.loader =

2014-05-07 15:15:57.795+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.arch.data.model = 64

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.boot.class.path = C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\resources.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\rt.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\sunrsasign.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\jsse.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\jce.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\charsets.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\lib\jfr.jar;C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\classes

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.boot.library.path = C:\PROGRA~1\COMMON~1\VMware\VMWARE~1\bin

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.cpu.endian = little

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.cpu.isalist = amd64

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.desktop = windows

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.io.unicode.encoding = UnicodeLittle

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.java.command = com.vmware.o11n.boot.wrapper.VCOWrapperMain

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.java.launcher = SUN_STANDARD

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.jnu.encoding = Cp1252

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.management.compiler = HotSpot 64-Bit Tiered Compilers

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.os.patch.level = Service Pack 1

2014-05-07 15:15:57.796+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.rmi.dgc.client.gcInterval = 3600000

2014-05-07 15:15:57.797+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: sun.rmi.dgc.server.gcInterval = 3600000

2014-05-07 15:15:57.797+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: tomcat.util.buf.StringCache.byte.enabled = true

2014-05-07 15:15:57.797+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: tomcat.util.scan.DefaultJarScanner.jarsToSkip = bootstrap.jar,commons-daemon.jar,tomcat-juli.jar,annotations-api.jar,el-api.jar,jsp-api.jar,servlet-api.jar,catalina.jar,catalina-ant.jar,catalina-ha.jar,catalina-tribes.jar,jasper.jar,jasper-el.jar,ecj-*.jar,tomcat-api.jar,tomcat-util.jar,tomcat-coyote.jar,tomcat-dbcp.jar,tomcat-i18n-en.jar,tomcat-i18n-es.jar,tomcat-i18n-fr.jar,tomcat-i18n-ja.jar,tomcat-juli-adapters.jar,catalina-jmx-remote.jar,catalina-ws.jar,tomcat-jdbc.jar,commons-beanutils*.jar,commons-codec*.jar,commons-collections*.jar,commons-dbcp*.jar,commons-digester*.jar,commons-fileupload*.jar,commons-httpclient*.jar,commons-io*.jar,commons-lang*.jar,commons-logging*.jar,commons-math*.jar,commons-pool*.jar,jstl.jar,geronimo-spec-jaxrpc*.jar,wsdl4j*.jar,ant.jar,ant-junit*.jar,aspectj*.jar,jmx.jar,h2*.jar,hibernate*.jar,httpclient*.jar,jmx-tools.jar,jta*.jar,log4j*.jar,mail*.jar,slf4j*.jar,xercesImpl.jar,xmlParserAPIs.jar,xml-apis.jar,dnsns.jar,ldapsec.jar,localedata.jar,sunjce_provider.jar,sunmscapi.jar,sunpkcs11.jar,jhall.jar,tools.jar,sunec.jar,zipfs.jar,apple_provider.jar,AppleScriptEngine.jar,CoreAudio.jar,dns_sd.jar,j3daudio.jar,j3dcore.jar,j3dutils.jar,jai_core.jar,jai_codec.jar,mlibwrapper_jai.jar,MRJToolkit.jar,vecmath.jar,junit.jar,junit-*.jar,ant-launcher.jar,spring-*.jar,hornetq-*.jar,jboss-*.jar,jetty-*.jar,xmlbeans-*.jar,atmosphere-*.jar,bcprov-*.jar,axis-*.jar

2014-05-07 15:15:57.797+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: user.country = US

2014-05-07 15:15:57.797+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: user.dir = E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\bin

2014-05-07 15:15:57.797+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: user.home = C:\

2014-05-07 15:15:57.797+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: user.language = en

2014-05-07 15:15:57.895+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: user.name = SYSTEM

2014-05-07 15:15:57.895+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: user.script =

2014-05-07 15:15:57.895+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: user.timezone = Europe/Berlin

2014-05-07 15:15:57.895+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: user.variant =

2014-05-07 15:15:57.895+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.cpu.timeout = 10

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.java.pid = 5928

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.jvm.port = 31450

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.jvm.port.max = 31999

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.jvm.port.min = 31450

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.jvmid = 1

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.key = w_clYwEiGyigijxM

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.native_library = wrapper

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.pid = 1176

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.port = 32450

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.service = TRUE

2014-05-07 15:15:57.896+0200 [localhost-startStop-1] INFO  {} [O11N] Sysprop: wrapper.version = 3.2.3

2014-05-07 15:15:57.908+0200 [localhost-startStop-1] INFO  {} [O11N] Cannot verify files integrity

2014-05-07 15:15:59.684+0200 [localhost-startStop-1] INFO  {} [LocalContainerEntityManagerFactoryBean] Building JPA container EntityManagerFactory for persistence unit 'vcoPersistenceUnit'

2014-05-07 15:16:01.284+0200 [localhost-startStop-1] INFO  {} [ENGINE] checkpointClose start

2014-05-07 15:16:01.324+0200 [localhost-startStop-1] INFO  {} [ENGINE] checkpointClose end

2014-05-07 15:16:01.462+0200 [localhost-startStop-1] WARN  {} [UUIDHexGenerator] Using org.hibernate.id.UUIDHexGenerator which does not generate IETF RFC 4122 compliant UUID values; consider using org.hibernate.id.UUIDGenerator instead

2014-05-07 15:16:02.149+0200 [localhost-startStop-1] INFO  {} [ThreadPoolTaskScheduler] Initializing ExecutorService  'vcoInitializerScheduler'

2014-05-07 15:16:02.177+0200 [localhost-startStop-1] INFO  {} [VCOApplicationContextInitializer] The initial context is not active yet. Trying to establish a connection to the database again in 5s.

2014-05-07 15:16:03.711+0200 [localhost-startStop-1] WARN  {} [CacheConfiguration] Cache: vcoSessionCache has a maxElementsInMemory of 0. This might lead to performance degradation or OutOfMemoryError at Terracotta client.From Ehcache 2.0 onwards this has been changed to mean a store with no capacity limit. Set it to 1 if you want no elements cached in memory

2014-05-07 15:16:03.751+0200 [localhost-startStop-1] WARN  {} [CacheConfiguration] Cache: vcoPrincipalCache has a maxElementsInMemory of 0. This might lead to performance degradation or OutOfMemoryError at Terracotta client.From Ehcache 2.0 onwards this has been changed to mean a store with no capacity limit. Set it to 1 if you want no elements cached in memory

2014-05-07 15:16:06.528+0200 [localhost-startStop-1] INFO  {} [AdminClientImpl] Client was created successfully

2014-05-07 15:16:07.178+0200 [vcoInitializerScheduler-1] INFO  {} [VCOApplicationContextInitializer] The initial context is not active yet. Trying to establish a connection to the database again in 5s.

2014-05-07 15:16:07.979+0200 [localhost-startStop-1] INFO  {} [SecurityTokenServiceImpl] Successfully acquired token for user: {Name: vCO-13da70401df584f5bcb9f6294f9, Domain: vsphere.local}

2014-05-07 15:16:09.400+0200 [localhost-startStop-1] INFO  {} [AdminClientImpl] Client was created successfully

2014-05-07 15:16:09.541+0200 [localhost-startStop-1] INFO  {} [LdapCenterImpl] LDAP Center started.

2014-05-07 15:16:09.779+0200 [localhost-startStop-1] INFO  {} [XmlWebApplicationContext] Refreshing Root WebApplicationContext: startup date [Wed May 07 15:16:09 CEST 2014]; parent: ApplicationContext 'baseVcoApplicationContext'

2014-05-07 15:16:09.816+0200 [localhost-startStop-1] INFO  {} [ContextLoader] Root WebApplicationContext: initialization completed in 12500 ms

2014-05-07 15:16:09.892+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Installed AtmosphereHandler com.vmware.o11n.sdk.notification.NotificationMessageListener@5eb9ed49 mapped to context-path: /api/notifications/*

2014-05-07 15:16:09.902+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Auto detecting WebSocketHandler in /WEB-INF/classes/

2014-05-07 15:16:09.904+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Atmosphere is using async support: org.atmosphere.container.Tomcat7CometSupport running under container: VMware vFabric tc Runtime

2014-05-07 15:16:09.905+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol

2014-05-07 15:16:09.909+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Installed Default AtmosphereInterceptor [Android Interceptor Support, SSE Interceptor Support, JSONP Interceptor Support]. Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults in your xml to disable them.

2014-05-07 15:16:09.909+0200 [localhost-startStop-1] WARN  {} [AtmosphereFramework] No BroadcasterCache configured. Broadcasted message between client reconnection will be LOST. It is recommended to configure the HeaderBroadcasterCache.

2014-05-07 15:16:09.910+0200 [localhost-startStop-1] WARN  {} [AtmosphereFramework] Neither TrackMessageSizeInterceptor or TrackMessageSizeFilter are installed. atmosphere.js may receive glued and incomplete message.

2014-05-07 15:16:09.910+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] HttpSession supported: true

2014-05-07 15:16:09.910+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory

2014-05-07 15:16:09.910+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor

2014-05-07 15:16:09.910+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Using Broadcaster: org.atmosphere.cpr.DefaultBroadcaster

2014-05-07 15:16:09.911+0200 [localhost-startStop-1] INFO  {} [AtmosphereFramework] Atmosphere Framework 1.0.4 started.

2014-05-07 15:16:09.931+0200 [localhost-startStop-1] INFO  {} [RestSdkContextLoaderListener] FrameworkServlet 'o11n-sdk-rest-initializer': initialization started

2014-05-07 15:16:09.935+0200 [localhost-startStop-1] INFO  {} [XmlWebApplicationContext] Refreshing WebApplicationContext for namespace 'o11n-sdk-rest-initializer-servlet': startup date [Wed May 07 15:16:09 CEST 2014]; parent: Root WebApplicationContext

2014-05-07 15:16:10.002+0200 [localhost-startStop-1] INFO  {} [SpringSecurityCoreVersion] You are running with Spring Security Core 3.1.3.RELEASE

2014-05-07 15:16:10.002+0200 [localhost-startStop-1] INFO  {} [SecurityNamespaceHandler] Spring Security 'config' module version is 3.1.3.RELEASE

2014-05-07 15:16:10.040+0200 [localhost-startStop-1] WARN  {} [MatcherType] 'path-type' is deprecated. Please use 'request-matcher' instead.

2014-05-07 15:16:10.056+0200 [localhost-startStop-1] WARN  {} [MatcherType] 'path-type' is deprecated. Please use 'request-matcher' instead.

2014-05-07 15:16:10.080+0200 [localhost-startStop-1] INFO  {} [HttpSecurityBeanDefinitionParser] Checking sorted filter chain: [Root bean: class [org.springframework.security.web.access.channel.ChannelProcessingFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 100, Root bean: class [org.springframework.security.web.context.SecurityContextPersistenceFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 200, <tokenAuthenticationFilter>, order = 600, <delegateTokenAuthenticationFilter>, order = 1199, Root bean: class [org.springframework.security.web.authentication.www.BasicAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1200, Root bean: class [org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1400, Root bean: class [org.springframework.security.web.authentication.AnonymousAuthenticationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1700, Root bean: class [org.springframework.security.web.access.ExceptionTranslationFilter]; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null, order = 1900, <org.springframework.security.web.access.intercept.FilterSecurityInterceptor#0>, order = 2000]

2014-05-07 15:16:11.149+0200 [localhost-startStop-1] INFO  {} [ChannelProcessingFilter] Validated configuration attributes

2014-05-07 15:16:11.360+0200 [localhost-startStop-1] INFO  {} [DefaultSecurityFilterChain] Creating filter chain: org.springframework.security.web.util.AnyRequestMatcher@1, [org.springframework.security.web.access.channel.ChannelProcessingFilter@3c80982e, org.springframework.security.web.context.SecurityContextPersistenceFilter@1e87130a, com.vmware.o11n.web.auth.http.TokenAuthenticationFilter@35f3052e, com.vmware.o11n.web.auth.http.DelegateTokenAuthenticationFilter@65d92aad, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1480f818, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@1f1ffa2c, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6c616eaa, org.springframework.security.web.access.ExceptionTranslationFilter@70a8927c, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4b2944ac]

2014-05-07 15:16:12.180+0200 [vcoInitializerScheduler-1] INFO  {} [VCOApplicationContextInitializer] Trying to establish a connection to the database...

2014-05-07 15:16:12.210+0200 [vcoInitializerScheduler-1] INFO  {} [DatabaseInitializer] The database schema was successfully validated...

2014-05-07 15:16:12.219+0200 [vcoInitializerScheduler-1] INFO  {} [VCOApplicationContextInitializer] Creating the main application context...

2014-05-07 15:16:12.220+0200 [vcoInitializerScheduler-1] WARN  {} [VCOApplicationContextInitializer] The server is starting in Standalone mode, because it uses embedded database. To start the Orchestrator server in Cluster mode, you must change the database.

2014-05-07 15:16:14.777+0200 [vcoInitializerScheduler-1] INFO  {} [Definitions] Adding mapper : ch.dunes.scripting.jsmodel.JSMapper@2ed0639e

2014-05-07 15:16:14.778+0200 [vcoInitializerScheduler-1] INFO  {} [Definitions] Adding mapper : com.vmware.o11n.sdk.EnhancedModulesFactory@3f5f7e5d

2014-05-07 15:16:14.779+0200 [vcoInitializerScheduler-1] INFO  {} [JSMapper] Initialize Standard Scripting Objects

2014-05-07 15:16:14.836+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Initialize Scripting Modules

2014-05-07 15:16:15.035+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-ad.dar'

2014-05-07 15:16:15.138+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'wmic-datasource' in module 'AD' set to 'direct'

2014-05-07 15:16:15.310+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-amqp.dar'

2014-05-07 15:16:15.420+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'main-datasource' in module 'AMQP' set to 'direct'

2014-05-07 15:16:15.473+0200 [vcoInitializerScheduler-1] INFO  {} [AbstractSpringPluginAdaptor$2] Refreshing com.vmware.o11n.plugin.sdk.spring.AbstractSpringPluginAdaptor$2@f4e39ae: startup date [Wed May 07 15:16:15 CEST 2014]; root of context hierarchy

2014-05-07 15:16:15.831+0200 [vcoInitializerScheduler-1] WARN  {} [DynamicProperties] Using local host IP address: 192.168.43.18

2014-05-07 15:16:15.832+0200 [vcoInitializerScheduler-1] INFO  {} [PropertyPlaceholderConfigurer] Loading properties file from URL [file:/E:/PROGRA~2/VMware/INFRAS~1/ORCHES~1/APP-SE~1/../app-server/conf/vmo.properties]

2014-05-07 15:16:15.837+0200 [vcoInitializerScheduler-1] INFO  {} [PropertyPlaceholderConfigurer] Loading properties file from class path resource [com/vmware/o11n/plugin/amqp/plugin.properties]

2014-05-07 15:16:15.912+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-configurator.dar'

2014-05-07 15:16:16.010+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'main-datasource' in module 'Configurator' set to 'direct'

2014-05-07 15:16:16.310+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-database.dar'

2014-05-07 15:16:16.335+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'root-datasource' in module 'SQL' set to 'direct'

2014-05-07 15:16:16.383+0200 [vcoInitializerScheduler-1] WARN  {} [APIXmlWriter] Wrong vso.xml object description, cannot find method : 'getDatabase' in module : SQL

2014-05-07 15:16:16.399+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-dynamictypes.dar'

2014-05-07 15:16:16.421+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'main-datasource' in module 'DynamicTypes' set to 'direct'

2014-05-07 15:16:16.460+0200 [vcoInitializerScheduler-1] INFO  {} [NamespaceRepository] NamespaceRepository created.

2014-05-07 15:16:16.461+0200 [vcoInitializerScheduler-1] INFO  {} [TypeRepository] TypeRepository created.

2014-05-07 15:16:16.463+0200 [vcoInitializerScheduler-1] INFO  {} [DynamicTypesRepository] DynamicTypesRepository created.

2014-05-07 15:16:16.463+0200 [vcoInitializerScheduler-1] INFO  {} [DynamicTypesManager] DynamicNamespaceManager created.

2014-05-07 15:16:16.524+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-enums.dar'

2014-05-07 15:16:16.559+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-jakartacommonsnet.dar'

2014-05-07 15:16:16.649+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-library.dar'

2014-05-07 15:16:16.743+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-mail.dar'

2014-05-07 15:16:16.821+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-rest.dar'

2014-05-07 15:16:16.880+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'main-datasource' in module 'REST' set to 'direct'

2014-05-07 15:16:16.958+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-snmp.dar'

2014-05-07 15:16:17.047+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'main-datasource' in module 'SNMP' set to 'direct'

2014-05-07 15:16:17.106+0200 [vcoInitializerScheduler-1] WARN  {} [SnmpConfigManager] loadConfiguration() --> Unable to parse xml configuration content , error '0'

2014-05-07 15:16:17.206+0200 [vcoInitializerScheduler-1] WARN  {} [SnmpConfigManager] Plugin factory has not been initialized.

2014-05-07 15:16:17.225+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-soap.dar'

2014-05-07 15:16:17.352+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'main-datasource' in module 'SOAP' set to 'direct'

2014-05-07 15:16:17.387+0200 [vcoInitializerScheduler-1] INFO  {} [SOAPHostRepository] SOAPHostRepository created.

2014-05-07 15:16:17.425+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-ssh.dar'

2014-05-07 15:16:17.643+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'main-datasource' in module 'SSH' set to 'direct'

2014-05-07 15:16:17.656+0200 [vcoInitializerScheduler-1] WARN  {} [XmlModuleDescriptionReader] Plugin config file 'o11nplugin-ssh.dar' : SAX parsing exception 'cvc-type.3.1.2: Element 'description' is a simple type, so it must have no element information item [children].'

2014-05-07 15:16:17.703+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-vsphere.dar'

2014-05-07 15:16:18.102+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'main-datasource' in module 'VC' set to 'direct'

2014-05-07 15:16:18.809+0200 [vcoInitializerScheduler-1] WARN  {} [XmlModuleDescriptionReader] Plugin config file 'o11nplugin-vsphere.dar' : SAX parsing exception 'cvc-identity-constraint.4.3: Key 'linked-enumeration' with value 'HostSystemConnectionState' not found for identity constraint of element 'module'.'

2014-05-07 15:16:18.841+0200 [vcoInitializerScheduler-1] INFO  {} [VimPluginAdaptor] Plugin VC will initialize

2014-05-07 15:16:23.636+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-weboperator.dar'

2014-05-07 15:16:23.670+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-wfdocs.dar'

2014-05-07 15:16:23.704+0200 [vcoInitializerScheduler-1] INFO  {} [SDKDatasource] setInvokerMode() -> Datasource 'root-datasource' in module 'Workflow documentation' set to 'direct'

2014-05-07 15:16:23.717+0200 [vcoInitializerScheduler-1] INFO  {} [ModulesFactory] Deploying plug-in : 'E:\PROGRA~2\VMware\INFRAS~1\ORCHES~1\APP-SE~1\..\app-server\plugins\o11nplugin-xml.dar'

2014-05-07 15:16:23.958+0200 [vcoInitializerScheduler-1] INFO  {} [EnhancedModulesFactory] Installing plug-in licenses

2014-05-07 15:16:24.002+0200 [vcoInitializerScheduler-1] INFO  {} [NamespaceRepository] NamespaceRepository created.

2014-05-07 15:16:24.003+0200 [vcoInitializerScheduler-1] INFO  {} [TypeRepository] TypeRepository created.

2014-05-07 15:16:24.003+0200 [vcoInitializerScheduler-1] INFO  {} [DynamicTypesRepository] DynamicTypesRepository created.

2014-05-07 15:16:24.301+0200 [vcoInitializerScheduler-1] INFO  {} [KeystoreWarden] KeyStore loaded

2014-05-07 15:16:24.327+0200 [vcoInitializerScheduler-1] WARN  {} [LicenseCheckerService] Unable to load allowed methods (Reason : org.bouncycastle.crypto.InvalidCipherTextException: pad block corrupted)

2014-05-07 15:16:24.536+0200 [vcoInitializerScheduler-1] INFO  {} [ServerChecker] Checking server components...

2014-05-07 15:16:24.539+0200 [vcoInitializerScheduler-1] ERROR {} [ServerChecker] Server integrity problem: org.bouncycastle.crypto.InvalidCipherTextException: pad block corrupted

java.lang.RuntimeException: org.bouncycastle.crypto.InvalidCipherTextException: pad block corrupted

    at ch.dunes.util.PasswordEncryptor.decrypt(PasswordEncryptor.java:76)

    at ch.dunes.util.EncryptHelper.newDecrypt(EncryptHelper.java:61)

    at ch.dunes.util.EncryptHelper.decrypt(EncryptHelper.java:45)

    at ch.dunes.util.EncryptHelper.decrypt(EncryptHelper.java:28)

    at com.vmware.o11n.service.licensecheck.vc.LicenseHelper.checkLicense(LicenseHelper.java:46)

    at com.vmware.o11n.service.licensecheck.LicenseCheckerService.checkServerIntegrity(LicenseCheckerService.java:41)

    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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:319)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

    at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)

    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)

    at com.sun.proxy.$Proxy163.checkServerIntegrity(Unknown Source)

    at com.vmware.o11n.service.ServerChecker.serverIntegrityOk(ServerChecker.java:241)

    at com.vmware.o11n.service.ServerChecker.checkServer(ServerChecker.java:75)

    at com.vmware.o11n.service.ServerChecker.afterPropertiesSet(ServerChecker.java:70)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)

    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731)

    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485)

    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92)

    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:872)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:814)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:731)

    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:485)

    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:92)

    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:323)

    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:107)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1360)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1118)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:271)

    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:121)

    at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:630)

    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:148)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1035)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:939)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:485)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:270)

    at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1113)

    at com.vmware.o11n.service.spring.bootstrap.Bootstrap.getBean(Bootstrap.java:48)

    at ch.dunes.vso.sdk.impl.AbstractResourceElementConfigPersister.getFactory(AbstractResourceElementConfigPersister.java:102)

    at ch.dunes.vso.sdk.impl.AbstractResourceElementConfigPersister.getRootResourceCategory(AbstractResourceElementConfigPersister.java:181)

    at ch.dunes.vso.sdk.impl.AbstractResourceElementConfigPersister.getTargetCategory(AbstractResourceElementConfigPersister.java:134)

    at ch.dunes.vso.sdk.impl.AbstractResourceElementConfigPersister.getTargetResource(AbstractResourceElementConfigPersister.java:109)

    at ch.dunes.vso.sdk.impl.AbstractResourceElementConfigPersister.findConfig(AbstractResourceElementConfigPersister.java:56)

    at com.vmware.o11n.plugin.dynamictypes.configuration.ConfigurationService.loadConfiguration(ConfigurationService.java:66)

    at com.vmware.o11n.plugin.dynamictypes.repository.DynamicTypesRepository.loadDynamicNamespaces(DynamicTypesRepository.java:418)

    at com.vmware.o11n.plugin.dynamictypes.model.DynamicTypesManager.loadDynamicDefinitions(DynamicTypesManager.java:757)

    at com.vmware.o11n.plugin.dynamictypes.DynamicTypesPluginAdaptor.installLicenses(DynamicTypesPluginAdaptor.java:102)

    at ch.dunes.vso.sdk.SDKDatasource.installLicenses(SDKDatasource.java:125)

    at ch.dunes.vso.sdk.SDKModuleDescription.registerPluginLicenses(SDKModuleDescription.java:1170)

    at com.vmware.o11n.sdk.EnhancedModulesFactory.installPluginLicenses(EnhancedModulesFactory.java:99)

    at com.vmware.o11n.sdk.EnhancedScriptingSDK.afterPropertiesSet(EnhancedScriptingSDK.java:236)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:605)

    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:925)

    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:472)

    at org.springframework.context.support.AbstractRefreshableConfigApplicationContext.afterPropertiesSet(AbstractRefreshableConfigApplicationContext.java:149)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1514)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1452)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519)

    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)

    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294)

    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225)

    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291)

    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193)

    at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1105)

    at com.vmware.o11n.integration.initialization.VCOApplicationContextInitializer.tryToInitializeVcoApplicationContext(VCOApplicationContextInitializer.java:143)

    at com.vmware.o11n.integration.initialization.VCOApplicationContextInitializer.nextExecutionTime(VCOApplicationContextInitializer.java:53)

    at org.springframework.scheduling.concurrent.ReschedulingRunnable.schedule(ReschedulingRunnable.java:68)

    at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:86)

    at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)

    at java.util.concurrent.FutureTask.run(Unknown Source)

    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)

    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

    at java.lang.Thread.run(Unknown Source)

Caused by: org.bouncycastle.crypto.InvalidCipherTextException: pad block corrupted

    at org.bouncycastle.crypto.paddings.PKCS7Padding.padCount(Unknown Source)

    at org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher.doFinal(Unknown Source)

    at ch.dunes.util.PasswordEncryptor.decrypt(PasswordEncryptor.java:74)

    ... 129 more

2014-05-07 15:16:24.589+0200 [vcoInitializerScheduler-1] ERROR {} [ServerChecker] **************************************************************************************

2014-05-07 15:16:24.589+0200 [vcoInitializerScheduler-1] ERROR {} [ServerChecker] **  An essential server component is missing or invalid, the server will be shutdown

2014-05-07 15:16:24.589+0200 [vcoInitializerScheduler-1] ERROR {} [ServerChecker] **************************************************************************************

 

Any idea or suggestion?

Why Does OVA Exported from Workstation 12 Pro, when Reimported Produces OVF Warning and Show 11 compatibility At The End ?

$
0
0

Hi all,

I made an export of a Windows 10 Pro x64 (on 12 compatibility) and when I tried to import back to the same to test the result, I got the warning, about the hardware and the "if you retry the import, Workstation relaxes the OVF specification conformance and virtual hardware compliance checks ..."

 

Skipping the dialog, I got a VM and saw the compatibility reverted to 11. Upgraded to 12 and started with no problems.

 

But the question is: Why the OVA produced is an 11 compatibility VM exported from a 12?

 

Is there a way to bypass this issue?

 

 

Thanks in Advance!

dvUplink to vmnic mapping?

$
0
0

If there a way to retrieve the vmnicX name that is connected to dvUplinkX fior a given host via powershell?

 

In particular what is ideal is a way to identify the vmnic(s) associated to a particular portgroup.

physical esxi memory

$
0
0

i have one server. it has 2x10 cpu and 3X16 gb memory. now i want to learn that  hp server has 3x16 gb memory . it can be problem for esxi ?

Viewing all 180259 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>