[JIRA] (JENKINS-40089) Error while deploying ear to WAS

2016-12-04 Thread vidya.jothira...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vidya Jothiraman commented on  JENKINS-40089  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error while deploying ear to WAS   
 

  
 
 
 
 

 
 Hi Greg Jenkins is running as user "jenkins" and the ulimit value is "unlimited"   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40089) Error while deploying ear to WAS

2016-12-01 Thread vidya.jothira...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vidya Jothiraman commented on  JENKINS-40089  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Error while deploying ear to WAS   
 

  
 
 
 
 

 
 HI Greg  We tried changing permission of ear file, still it doesnt help. Here is the output from build  + chmod 777 /var/jenkins/workspace/WatsonSIHRestServices/Edu-K12-Codebase-Clone/SIH/StudentInfoHubEar/target/StudentInfoHubEAR.ear Connecting to IBM WebSphere Application Server... The following artifacts will be deployed in this order... --- StudentInfoHubEAR.ear --- Error deploying to IBM WebSphere Application Server: org.jenkinsci.plugins.websphere.services.deployment.DeploymentServiceException: org.eclipse.jst.j2ee.commonarchivecore.internal.exception.OpenFailureException: IWAE0037E Could not open /var/jenkins/workspace/WatsonSIHRestServices/Edu-K12-Codebase-Clone/SIH/StudentInfoHubEar/target/StudentInfoHubEAR.ear at org.jenkinsci.plugins.websphere.services.deployment.WebSphereDeploymentService.getAppName(WebSphereDeploymentService.java:193)  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-40089) Error while deploying ear to WAS

2016-11-28 Thread vidya.jothira...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Vidya Jothiraman created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-40089  
 
 
  Error while deploying ear to WAS   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Attachments: 
 Deploy_Error.odt  
 
 
Components: 
 websphere-deployer-plugin  
 
 
Created: 
 2016/Nov/29 5:47 AM  
 
 
Environment: 
 Jenkins version - 2.19.1 Running on Red Hat Enterprise Linux Server release 6.8 (Santiago)  Websphere Deployer Plugin - 1.3.4  WAS server version - 8.5  From Jenkins server :  # java -version  openjdk version "1.8.0_111"  OpenJDK Runtime Environment (build 1.8.0_111-b15)  OpenJDK 64-Bit Server VM (build 25.111-b15, mixed mode)  
 
 
Labels: 
 Deployment  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Vidya Jothiraman  
 

  
 
 
 
 

 
 Through Websphere Deployer Plugin, we are trying to deploy an ear file to WAS. But getting error attached.  We tried copying this ear file and uploading manually through WAS console. It worked without any error . Only through Deployer plugin the error comes.  In Websphere Deployer configuration "Test Connection" works successfully