Stuart Stephen

Results 10 issues of Stuart Stephen

# Version: Latest up to commit https://github.com/chef/bento/commit/e5ea77b3ce8b63f461f9f39cbcd03fd8ed4f6334 # Environment: Git-Bash on Windows 10. # Scenario: Vagrant box image for usage within Virtual Box. # Steps to Reproduce: ``` packer build...

Status: Untriaged

### Cookbook version 5.5.0 ### Chef-client version 14.11.21 ### Platform Details Windows Server 2016 connecting to SQL Server 2016 on another host. ### Scenario: Cannot install SQL Server Native Client...

### Description The directory name is incorrect when upgrading CINC. This change fixes the path. This change is coupled with https://github.com/chef/mixlib-install/pull/389. ### Related Issues https://github.com/chef-cookbooks/chef_client_updater/issues/228 https://github.com/chef/mixlib-install/issues/339 https://github.com/chef-cookbooks/chef_client_updater/issues/249 ### Check List...

Documentation states that windows requires the -oop option when using OPatch.

https://github.com/oracle/fmw-chef-cookbook/issues/31 Allows chef scripts to implement both secure and non secure node manager listeners.

The node manager template allows the node manager listeners to be set to secure or not, however the recipe has them hard coded to true. ``` if node['os'].include?('windows') # update...

Apologies, a new pull request on Issue#26 branch to separate the pull request from Issue#28. https://github.com/oracle/fmw-chef-cookbook/issues/26 The jar xvf command is able to support long filenames in windows and therefore...

When running OPatch on Windows it fails to run the command due to errors. After installing `fmw_jdk` (1.8.0_172) and `fmw_wls` (12.2.1.3) the commands fail when presented with the `-jre` switch....

https://github.com/oracle/fmw-chef-cookbook/issues/28 Signed-off-by: Stuart Stephen

The patches for weblogic on windows tend to have very long file paths when they are extracted. This is an issue when running opatch. The process ends with exit code...