Quantcast
Channel: VMware Communities : All Content - vRealize Orchestrator
Viewing all 10285 articles
Browse latest View live

Unable to validate configuration successfully with latest vRO 7.6

$
0
0

Hello,

 

I have been using vRO appliance since the release 7.3 for a plugin testing.

Recently i have deployed latest vRO 7.6 appliance. however, once the authentication provider is configured, I am unable to validate the configuration with following errors:

 

A server restart is required because of a configuration change that is not yet applied.

 

The Orchestrator cluster is in an inconsistent state.

 

This is single node setup, vCenter version is 6.7 and also the time is synced with ESXi host.

I have also attached server.log zip file.

Please let me know if i need to provide any more information.

 

Thanks in advance.


Assigning xaas blueprints to a vRa service

$
0
0

Hi All,

 

I have a workflow that I need to

 

  • Create a new vra service
  • Create some new xaas blueprints
  • Publish the new blueprints
  • Assign the new blueprints to the new service

 

The first 3 steps work fine, but I can't figure out how to assign the new blueprints to the new service.

 

The code that creates the blueprints is below, my question is how do I add blueprints to the service? I've looked at getting a list of catalogue items (using vCACCAFEEntitiesFinder.getCatalogItems(host) ), but my blueprints do not appear in the list, I guess there's another step to get my blueprints to show up in the list? I need to do all this in code, end result needs to be the new service containing all the blueprints.

 

Any help would be appreciated!

 

Thanks,

 

Tim.

 

Storage policy associated with Virtual machine disks from vRO

$
0
0

Hi,

 

I would like to know if there is any vRO vCenter plugin object that can give information about storage policy associated with virtual machine's hard disks.

 

Thanks,

Rajeev

is it possible to build a plugin without the vRO url specified?

$
0
0

Ok, so the reason I ask this is because today my build hung (mvn clean install ...) because it was trying to download things from our vRO instance. Unfortunately, vRO was not behaving properly for reasons, so what the build was doing was... happily waiting for a response, for 4 hours!

 

Now ideally, it would have been nice if maven had given up. But it got me thinking, why does the plugin require a running vRO instance to act as a repository to download resources from to maven build a plugin?

 

So that is my question;

Can I change the pom.xml such that maven does not require my own running vRO instance, but instead can download the resources elsewhere from the internet?

 

Any thoughts would be helpful

 

 

Thanks

Remote powershell timeout

$
0
0

Hi,

 

I have an old environment with Orchestrator version 7.3.

This environment is connected to domain named: main.contoso.co.il.

I connected to this environment 3 remote powershell sessions (Add a Powershell host).

I can run Powershell script on these hosts without errors.

 

I have 3 different domains: main.contoso.co.il, mngt.contoso.co.il, dev.contoso - there is no trust between them.

Each host I connect to the old environment are in different domains.

 

I created a new environment with Orchestrator version 7.5.

This environment is connected to domain named: contoso.co.il.

I try to run "Add a Powershell host" workflow on same hosts like the old environment but receive timeout error:

[2019-05-02 20:20:31.387] [E] Workflow execution stack:

***

item: 'Add a PowerShell host/item8', state: 'failed', business state: 'null', exception: 'Receive timed out (Dynamic Script Module name : addPowerShellHost#19)'

workflow: 'Add a PowerShell host' (EF8180808080808080808080808080803D80808001270557368849c62c352aa82)

|  'attribute': name=errorCode type=string value=Receive timed out (Dynamic Script Module name : addPowerShellHost#19)

|  'attribute': name=sslUrl type=string value=

|  'input': name=name type=string value=Ex3

|  'input': name=type type=string value=WinRM

|  'input': name=transportProtocol type=string value=HTTP

|  'input': name=port type=string value=5985

|  'input': name=hostName type=string value=Ex3.dev.contoso

|  'input': name=username type=string value=admin@dev.contoso

|  'input': name=password type=SecureString value=__NULL__

|  'input': name=sessionMode type=string value=Shared Session

|  'input': name=authentication type=string value=Kerberos

|  'input': name=acceptAllCertificates type=boolean value=false

|  'input': name=shellCodePage type=string value=UTF8

|  'output': name=host type=PowerShell:PowerShellHost value=null

*** End of execution stack.

I also updated /etc/krb5.conf file with other domains (and restart the appliance):

[libdefaults]

  default_keytab_name = /etc/krb5.keytab

  default_realm = CONTOSO.CO.IL

  default_tgs_enctypes = AES256-CTS AES128-CTS RC4-HMAC

  default_tkt_enctypes = AES256-CTS AES128-CTS RC4-HMAC

  preferred_enctypes = AES256-CTS AES128-CTS RC4-HMAC

  dns_lookup_kdc = true

  pkinit_kdc_hostname = <DNS>

  pkinit_anchors = DIR:/var/trusted_certs

  pkinit_cert_match = <EKU>msScLogin

  pkinit_eku_checking = kpServerAuth

  pkinit_win2k_require_binding = false

  pkinit_identities = PKCS11:/opt/likewise/lib64/libpkcs11wrapper.so

#       default_realm = EXAMPLE.COM

 

 

[realms]

  CONTOSO.CO.IL = {

   auth_to_local = RULE:[1:$0\$1](^CONTOSO\.CO\.IL\\.*)s/^CONTOSO\.CO\.IL/CONTOSO/

   auth_to_local = RULE:[1:$0\$1](^CONTOSO\.CO\.IL\\.*)s/^CONTOSO\.CO\.IL/CONTOSO/

   auth_to_local = DEFAULT

  }

  MNGT.CONTOSO.CO.IL = {

      kdc = ad2.mngt.contoso.co.il

      admin_server = ad2.mngt.contoso.co.il

  }

  MAIN.CONTOSO.CO.IL = {

      kdc = ad1.main.contoso.co.il

      admin_server = ad1.main.contoso.co.il

  }

  DEV.CONTOSO = {

      kdc = ad4.dev.contoso

      admin_server = ad4.dev.contoso

  }

#       EXAMPLE.COM = {

#                kdc = kerberos.example.com

#               admin_server = kerberos.example.com

#       }

 

 

[logging]

    kdc = FILE:/var/log/krb5/krb5kdc.log

    admin_server = FILE:/var/log/krb5/kadmind.log

    default = SYSLOG:NOTICE:DAEMON

[domain_realm]

  .contoso.co.il = CONTOSO.CO.IL

  .mngt.contoso.co.il = MNGT.CONTOSO.CO.IL

  .main.contoso.co.il = MAIN.CONTOSO.CO.IL

  .dev.contoso = DEV.CONTOSO

[appdefaults]

  pam = {

   mappings = CONTOSO\\(.*) $1@CONTOSO.CO.IL

   forwardable = true

   validate = true

  }

  httpd = {

   mappings = CONTOSO\\(.*) $1@CONTOSO.CO.IL

   reverse_mappings = (.*)@CONTOSO\.CO\.IL CONTOSO\$1

  }

From the appliance of the Orchestrator there are good results for ping commands to other domains and kdc servers.

The strange thing is that I can see any activities in the firewall between the old Orchestrator appliance to the hosts I try to connect in port 5985.

I see only the icmp (ping command) activity in the firewall.

 

What am I missing?

In the hosts everything are configured correctly (WinRM configurations) because the old Orchestrator is connected to same hosts I try to connect to the new one.

using javascript library

$
0
0

Is it possible to use an external javascript library inside of a scripting element?

 

As an example I'm implementing some logic from a vCAC workflow into a vCO workflow and it would be nice if I could access some of the tools in underscore.js to rewrite this logic. With the rhinojs console I can just run load(filename) to load tools into context, but I couldn't find a similar analog in the docs for vCO. Actions seem to kind of do what I want, but rather than single reusable operations I'd like to do something more analogous to importing a library in java and being able to use it in context.

Help to integrate VMware standalone converter into vRO

$
0
0

Hi Friends,

 

Can you please help me to integrate VMware Standalone converter into vRO. For creating v2v, p2v conversion workflow in vRO.

 

Thanks in advance

 

Regards,

Senthil

VRO 7.6 Created property definition and property groups visible three times in orchestrator client.

$
0
0

Hi All,

 

I am using VRA 7.6 setup. I have created property definitions and property groups once in my code. And I see its listed three times when I try to input it in another workflow.

Is it a known bug? It used to work perfectly till VRA 7.5 version.

 

I tried deleting the property definitions and then its not listed. But anytime I am creating it, its listed three times.

 

Property Definitions.png

 

Can someone please help.

 

Thanks in advance!


How to build a rest API which can be accept Basic Authorization to get Session

$
0
0

Hi There,

 

I want to build a rest API that can be accepted Basic authorization to get the session id. I am unable to do so.

 

function (host, method, requestUrl, content) {

        var restHost = this.getTransientRestHost(host);

       requestUrl = restHost.url + requestUrl;

       System.log("requestUrl "+requestUrl) ;

       var data = (content != "") ? JSON.stringify(content) : null;

       var request = restHost.createRequest(method, requestUrl, data);

       request.contentType = "application/json";

      var user = 'username';

      var pwd = 'password';

 

      var auth = user+':'+pwd;

      request.setHeader('Authorization' ,'Basic '+auth); //: here I am setting up header like this.

      var response = request.execute();

return response;

};

 

But, I am getting an error, am I missing something there? please help.

 

Laxmi

How to hide some property of scripting Object in model driven archetype

$
0
0

I am using Model driven archetype for developing vRO plugin.

 

I want to hide some property from my Object For example:

I have a model named Connection.

 

public class Connection{

     private String ipaddress;

     private String userName;

     private String port;

}

 

from the above if i want to expose only userName in vRO side so how we can do that, as in inventory annotation archetype we can do it using @VsoProperty(hidden = true).

and same thing for methods as well, how we can expose few methods/property to vRO?

VRO Plugin / Package Certification

$
0
0

Hi All,

 

We've been tasked to create a set of workflows / actions / configurations etc. for a customer. Initially we were thinking of creating a package that the customer can just import, but now they are talking about getting the solution certified by vmware.

 

Has anyone on here been through this process before? Do we have to create a plug-in in order for the solution to be certified by vmware?

 

If we do have to take the plug-in approach, does anyone have any links to walk-through's on how to do it? (we're primarily a Microsoft shop and it seems like you need to do some java development and have access to some dev tools).

 

Grateful for any help as always!

 

Thanks,

 

Tim.

What happens to an already running vRO workflow if I deploy a new version of this workflow?

$
0
0

We have vRO workflows running in production that are triggered by policies. We want to deploy the vRO workflows during business hours without causing an outage. Is this even possible? What happens to a workflow that is running at the same time we try to deploy a new version of it?

Clarity on vRO version control

$
0
0

Does the below look accurate"?

 

Workflow has version 0.3.1

 

Developer A increases version to 0.3.2

Developer A makes update A

Developer B increases version to 0.3.3

Developer B makes update B

 

Version is reverted to 0.3.2:

Change A is not included.

Change B is not included.

 

Version is reverted to 0.3.3

Change A is included.

Change B is not included.

 

That seems to be what we are experiencing (loosing code changes).

Carl L.

List of useful orchestrator links

$
0
0

There are plenty of great resources available for the orchestrator:

- blogs

- code examples

- tutorials

- communities

- project websites

- official documentation

- ...

 

If you start developing with the orchestrator, it's sometimes hard to get an overview about available resources.

As a vro veteran you might have a good overview and your favorites pages, but new projects are interesting for you.

 

Therefore I started with a list of useful links in a github repo:

https://github.com/orchestratix/orchestrator-linklist

 

Feel free to contribute!

Custom form - Datagrid columns not in order

$
0
0

Hi All,

 

I have a custom form with a datagrid on it. It's source is an action running in vRO, configuration here:

 

 

When the custom form is used, I get this:

 

 

As you can see the column headers do not match the data, any ideas?

 

Thanks,

 

Tim.


What is ISslService and IEndpointConfigurationService?

$
0
0

Sorry if I post in wrong place but I don't know where is the right place to ask this  question , to admin, please feel free to move this post to right place:)


We're VMware Parter that develop plugins for vRO.Recently we received a mail from VMware saying that Compatibility Certification with vRO 7.0 is changed a bit compared with vRO 6.0, and raised the follwing questions as the required certification process in vRO 7.0:



4: Question: If your plug-in uses SSL/TLS for communicating to a certain host, is the library responsible for establishing the SSL/TLS connection using the SSLContext provided by the ISslService?

Expected answer is yes.

 

5: Question: If your plug-in is storing connection data for communicating with the third-party system (such as host/ip and credentials), is the plug-in using the IEndpointConfigurationService?

Expected answer is yes.

 

Rational for 4 and 5: SSLContext() and IEndpointConfigurationService() APIs are required to achieve cluster-aware configuration - configuring the plug-in on one node will configure the plug-in on all other nodes.


However, we'd like to ask what is ISslService and IEndpointConfigurationService?  How to implement it? What jars are they in?We googled , looked up the development guide vrealize-orchestrator-60-developers-guide.pdf(vRealize Orchestrator Plug-in SDK for vRA 7.0 - VMware Developer Center but still points to 6.0's developers guide and I can find 7.0's guide) but can not find the docs about  ISslService and IEndpointConfigurationService.

We'll appreciate if anyone can advise on the sample codes/docs/API about how to implement them. Thanks!

java.lang.UnsupportedOperationException happens when using Orchestrator's new web client to run workflows, while lagacy client is ok

$
0
0

We are VMWare's partner and we develop workflows in Orchestrator. Orginally we developed our workflows in the lagacy client and they run always good from vRO 6.0 - 7.3.1 in the lagacy client. Now in the new vRO 7.6 we see a new web client and we are trying to test the workflows in new web client, but we see the following error when start to run some of the workflows, and these workflows can not be run in the new web client(but some other workflows are no error):

When clicked "run" of "Deploy ESXi server with static IP"(see below pic), the page does not go to "run" view, and the page shows "500,OK" in the top. I tried tail -f  /var/lib/vco/app-server/logs/server.log, and when clicking "run" button, it printed the following error:

 

 

2019-05-09 08:25:31.145+0000 [http-nio-0.0.0.0-8280-exec-1] ERROR {} [[restServlet]] Servlet.service() for servlet [restServlet] in context with path [/vco] threw exception [Request processing failed; nested exception is java.lang.UnsupportedOperationException] with root cause

java.lang.UnsupportedOperationException

  at com.vmware.o11n.web.form.model.adapter.expressions.FormValueFactory.createNegatedValue(FormValueFactory.java:72)

  at com.vmware.o11n.web.form.model.adapter.FormAdapter$FormBuilderPresentationVisitor.visit(FormAdapter.java:195)

  at ch.dunes.model.presentation.PresentationParameter.accept(PresentationParameter.java:234)

  at ch.dunes.model.presentation.PresentationStep.accept(PresentationStep.java:38)

  at ch.dunes.model.presentation.ParameterPresentation.accept(ParameterPresentation.java:227)

  at com.vmware.o11n.web.form.model.adapter.FormAdapter.adapt(FormAdapter.java:70)

  at com.vmware.o11n.web.form.service.FormService.createInputForm(FormService.java:126)

  at com.vmware.o11n.web.form.service.FormService.getLegacyInputForm(FormService.java:80)

  at com.vmware.o11n.web.form.service.FormService.getForm(FormService.java:55)

  at com.vmware.o11n.web.form.FormController.get(FormController.java:84)

  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

  at java.lang.reflect.Method.invoke(Method.java:498)

  at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)

  at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:133)

  at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:97)

  at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:849)

  at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:760)

  at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85)

  at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)

  at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)

  at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)

  at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)

  at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at com.vmware.o11n.web.Slf4jRequestLoggingFilter.doFilterInternal(Slf4jRequestLoggingFilter.java:50)

  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at com.vmware.o11n.web.SlashAppendingFilter.doFilterInternal(SlashAppendingFilter.java:25)

  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)

  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at org.springframework.web.filter.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:93)

  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at com.vmware.o11n.json.DefaultJsonVersionHeaderFilter.doFilter(DefaultJsonVersionHeaderFilter.java:95)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at com.vmware.o11n.web.cluster.RestActiveNodeFilter.doFilter(RestActiveNodeFilter.java:63)

  at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)

  at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)

  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)

  at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158)

  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at com.vmware.o11n.web.auth.http.TokenAuthenticationFilter.doFilter(TokenAuthenticationFilter.java:104)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66)

  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)

  at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)

  at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)

  at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:214)

  at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:177)

  at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:347)

  at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:263)

  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)

  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)

  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)

  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)

  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:610)

  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)

  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)

  at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:679)

  at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)

  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)

  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)

  at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800)

  at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)

  at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806)

  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)

  at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)

  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)

  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

  at java.lang.Thread.run(Thread.java:748)

 

 

All the workflows in lagacy client of vRO 7.6 are able to be run with no errors. And strangely, in new web client , "Deploy ESXi server with static IP" workflow can not be run with the above error, but "Deploy ESXi server" can be run with no error.  The two workflows are very similar(the only difference is one  deploys ESXi with static ip and one deploys with DHCP), and I have no idea why one can be run in web client but the other can't:

Deploy ESXi server with static IP:

Deploy ESXi server:

 

The only action that differ in the two workflows:

deployOSStatic:

 

deployOS:

 

 

Is the new web client backward-compatable to workflows developed in lagacy client? Or what modificatons we need to do to support new web client?

 

Looking forward to your help for this urgent issue. Thanks in advance!

Add a field to a XAAS blueprint after creation

$
0
0

Hi All,

 

I have a workflow that creates a set of xaas blueprints based upon workflows.

 

Due to limitations of the vro presentation layer I can't include one field on the vro workflow input that I want to appear on the vRA custom form.

 

So, once I have generated my blueprints, can I modify them via vro and add an extra field? If so, how?

 

Thanks,

 

Tim.

vCenter 6.7U2 / VRO 7.6 Orchestrator Client SSO Issue

$
0
0

So, when I try to SSO into the Orchestrator client from the :8281/vco/ page, it successfully redirects me to my vCenter SSO page, after a successful login, I get redirected to :8283/vco-controlcenter/saml/websso/sso with old Blue SSO screen, and an ${Message} and a button with the title ${backToLoginLabel}.

 

When I run a saml trace, I'm getting a http 401 error when trying to post the SAML payload to that same URL (vco-controlcenter/saml/websso/sso).

 

I rebuild my authentication to vCenter, but it didn't seem to have any impact.

 

Any suggestions?

configuration attributes

$
0
0

Hi,

Are the attributes writeable to from a workflow or are they read-only?

thanks

Viewing all 10285 articles
Browse latest View live


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