When you apply the manifest with --debug, you get more information what is 
happening.


On Thursday, 23 June 2016 18:35:49 UTC+2, Mauro Fiorin Jr wrote:
>
> I'm trying to deploy an EAR on a existing 
> domain: /servers/Oracle/Middleware/user_projects/domains/MyApp
>
> I have Weblogic Server configured and running correctly on my station.
>
>
>   dtp_referencia::util::download_artifact { 'myappejbear':
>     gav          => $gav,
>     packaging    => $packaging,
>     local_source => $local_source,
>     classifier   => $classifier,
>     nexus_url    => $nexus_url,
>     repository   => $repository,
>     owner        => $owner,
>     group        => $group,
>   } 
> ...
>   wls_setting { 'default':
>     user              => 'root',
>     weblogic_home_dir => "/servers/Oracle/Middleware/wlserver_12.1",
>     connect_url       => "t3://127.0.0.1:7001",
>     weblogic_user     => "weblogic",
>     weblogic_password => "weblogic00",
>   } -> 
>   
>   wls_deployment { "myappejb:
>     ensure         => 'present',
>     deploymenttype => 'AppDeployment',
>     target         => ['AdminServer'],
>     targettype     => ['Server'],
>     localpath      => "/var/install/myeappejb.ear",
>   }
>
> My console errors:
>
> log-puppet-local  | Error: Could not prefetch wls_deployment provider 
> 'simple': end of file reached
> log-puppet-local  | Error: Could not set 'present' on ensure: Broken pipe 
> at 138:/puppet/workspace/myapp/manifests/deploy/negocio.pp
> log-puppet-local  | Error: Could not set 'present' on ensure: Broken pipe 
> at 138:/puppet/workspace/myapp/manifests/deploy/negocio.pp
> log-puppet-local  | Wrapped exception:
> log-puppet-local  | Broken pipe
> log-puppet-local  | Error: 
> /Stage[main]/Inss_sirc::Deploy::Negocio/Wls_deployment[sircejb.ear]/ensure: 
> change from absent to present failed: Could not set 'present' on ensure: 
> Broken pipe at 138:/puppet/workspace/myapp/manifests/deploy/negocio.pp
>
> Any ideas?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/6a4015af-a554-4bd5-b51f-e27418887b4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to