If the build command is run as

% mvn package assembly:assembly > ./assembly.out 2>&1
, then this error may be seen. (Note the directory where output file goes).

If the command is run as
% mvn package assembly:assembly > /tmp/assembly.out 2>&1
, then the problem goes away.

Maybe this will help.
-Abhay

From: Don Bosco Durai <[email protected]<mailto:[email protected]>> 
on behalf of Don Bosco Durai <[email protected]<mailto:[email protected]>>
Reply-To: 
"[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Date: Tuesday, August 4, 2015 at 9:09 PM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: Re: master branch compilation issue

I have not seen any errors like this. At what stage of the build you got this 
error?

Thanks

Bosco


From: Hafiz Mujadid <[email protected]<mailto:[email protected]>>
Reply-To: 
"[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Date: Tuesday, August 4, 2015 at 11:42 AM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: Re: master branch compilation issue

I tried compiling after deleting m2 directory now getting this errot
Failed to execute goal 
org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly 
(default-cli) on project ranger: Failed to create assembly: Error creating 
assembly archive src: Problem creating TAR: request to write '8192' bytes 
exceeds size in header of '566424' bytes

On Tue, Aug 4, 2015 at 9:12 PM, Don Bosco Durai 
<[email protected]<mailto:[email protected]>> wrote:
I don't see anything obviously wrong. Can you try after deleting the folder 
~/.m2/repository

Thanks

Bosco


From: Hafiz Mujadid <[email protected]<mailto:[email protected]>>
Reply-To: 
"[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Date: Tuesday, August 4, 2015 at 8:57 AM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: Re: master branch compilation issue

Hi same output again

attach is complete compilation output file

On Tue, Aug 4, 2015 at 8:45 PM, Don Bosco Durai 
<[email protected]<mailto:[email protected]>> wrote:
Hafiz

I was able to compile from the master branch. I have seen similar issues if 
there are issues with the internet. Can you try building a couple of times? If 
the problems keeps moving, then it is an internet issues. If not, can you 
create a JIRA and upload your complete build output?

Thanks

Bosco


From: Hafiz Mujadid <[email protected]<mailto:[email protected]>>
Reply-To: 
"[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Date: Tuesday, August 4, 2015 at 7:18 AM
To: "[email protected]<mailto:[email protected]>" 
<[email protected]<mailto:[email protected]>>
Subject: master branch compilation issue

Hi !

I am trying to compile code from master branch but facing following compiling 
error.

[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
/root/dev/ranger/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java:[40,33]
 error: package org.codehaus.jettison.json does not exist
[ERROR] 
/root/dev/ranger/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java:[41,33]
 error: package org.codehaus.jettison.json does not exist
[ERROR] 
/root/dev/ranger/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java:[191,4]
 error: cannot find symbol
[ERROR]   symbol:   class JSONObject
  location: class XKeyREST
/root/dev/ranger/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java:[191,27]
 error: cannot find symbol
[ERROR]   symbol:   class JSONObject
  location: class XKeyREST
/root/dev/ranger/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java:[193,4]
 error: cannot find symbol
[ERROR]   symbol:   class JSONObject
  location: class XKeyREST
/root/dev/ranger/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java:[193,25]
 error: cannot find symbol
[ERROR]   symbol:   class JSONObject
  location: class XKeyREST
/root/dev/ranger/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java:[195,12]
 error: cannot find symbol


any suggestion?

Thanks



--
Regards: HAFIZ MUJADID



--
Regards: HAFIZ MUJADID

Reply via email to