Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sw360-dev] lb-datahandler build on native (no vagrant etc)

Hi,

 

I tested it now back and forth also with the generator parameter. I think our project is not ready for thrift 0.10.0. It just works with 0.9.3.

(with 0.9.1 I have seen that the thrift compiler does not find symbols from includes). Attached the output I get with thrift 0.10.0 repeatedly.

 

Kind regards, Michael

 

From: sw360-dev-bounces@xxxxxxxxxxx [mailto:sw360-dev-bounces@xxxxxxxxxxx] On Behalf Of Meier, Roger
Sent: Donnerstag, 26. Januar 2017 08:19
To: sw360 developer discussions
Subject: Re: [sw360-dev] lb-datahandler build on native (no vagrant etc)

 

Hi

 

I don’t think that we will run in to problems on linux. The thrift compiler can also be built via CMake.

 

I recommend to just use java within the generator below:

<groupId>org.apache.thrift.tools</groupId>
                <artifactId>maven-thrift-plugin</artifactId>
                <version>0.1.11</version>
                <configuration>
                    <thriftExecutable>/usr/local/bin/thrift</thriftExecutable>
                    <generator>java</generator>
                </configuration>
                <executions>

 

Best

-roger

 

From: sw360-dev-bounces@xxxxxxxxxxx [mailto:sw360-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael C. Jaeger
Sent: Mittwoch, 25. Januar 2017 21:50
To: sw360 developer discussions <sw360-dev@xxxxxxxxxxx>
Subject: Re: [sw360-dev] lb-datahandler build on native (no vagrant etc)

 

Hi,

 

just for the records (and because such remarks do not seem right for the wiki), for the thrift 0.10.0, the solution seems like going back to 0.9.3, In addition, it seems to end up in a problem for macosx (10.11) environments as well:

 

* there is a brew package for thrift 0.10.0, however, they dropped java:hashcode, which is used by the maven plugin, but I was not successful deactivating it using the maven configure mechnism for this mojo

 

* there is a brew package for thrift 0.9.0 which does not compile our thrift files, it looks like the includes are not working properly.

 

* I did not manage to get the old brew package for thrift 0.9.3 (going through [1]), mainly because parts of it seem like outdated (brew versions...).

 

* installing thrift 0.9.3 from source on mac os x requires some re/linking with bison [2]

 

* actually it still does not build because of not finding the right openssl files on macosx, although openssl appears to be installed. also there is an issue with an undeclared VERSION field when constructing the thrift response header field

 

-> for me it worked following, as we have the option just to have the java compiler only:

 

./configure CXXFLAGS='-g -O2' --without-cpp --without-php --without-perl

 

(or whatever other languages would be configured by the configure script)

 

I am curios if we would have same problems with thrift 0.10.0 on linux actually.

 

kind regards, Michael

 

 

 

On 24.01.2017, at 15:15, Jaeger, Michael C. <michael.c.jaeger@xxxxxxxxxxx> wrote:

 

Hi,

anyone has experienced this error during build of lib-datahandler?

[INFO] --- maven-thrift-plugin:0.1.11:compile (thrift-sources) @ datahandler ---
[ERROR] thrift failed output: 

[ERROR] thrift failed error: [FAILURE:generation:1] Error: unknown option java:hashcode

I am trying to build natively on my machine and there is  thrift-0.10.0 installed?

The difficult part for me is that no file does contain "java:hashcode" or just "hashcode" in it. It is actually a default option on the maven plugin:

https://github.com/dtrott/maven-thrift-plugin/blob/master/src/main/java/org/apache/thrift/maven/AbstractThriftMojo.java

I came accross it with adding:

<groupId>org.apache.thrift.tools</groupId>
                <artifactId>maven-thrift-plugin</artifactId>
                <version>0.1.11</version>
                <configuration>
                    <thriftExecutable>/usr/local/bin/thrift</thriftExecutable>
                    <generator>java:fullcamel</generator>
                </configuration>
                <executions>

where java:fullcamel (this not written fullCamel ...) is an arbitrary parameter because it does not seem to work with an empty parameter. But now I get dozens of

[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /Users/sam/Source/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/projects/ProjectService.java:[3180,30] cannot find symbol
...

@alex, is this the error you have seen the recent days?


Kind regards, michael



_______________________________________________
sw360-dev mailing list
sw360-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sw360-dev

 

[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1228,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1289,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1350,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1411,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1472,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1533,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1594,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1655,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1716,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1777,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1838,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1899,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/Vulnerability.java:[1857,65] method hashCode in class java.lang.Object cannot be applied to given types;
  required: no arguments
  found: double
  reason: actual and formal argument lists differ in length
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[812,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[873,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[934,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[995,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[1056,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[1117,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[1178,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[1239,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3434,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3495,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3556,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3617,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3678,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3739,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3800,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3861,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3922,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3983,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4044,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4105,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4166,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4227,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4288,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4349,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4410,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4471,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4532,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4593,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4654,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4715,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4776,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4837,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4898,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4959,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5020,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5081,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5142,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5203,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5264,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5325,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5386,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5447,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5508,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5569,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5630,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5691,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenseinfo/LicenseInfoService.java:[479,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenseinfo/LicenseInfoService.java:[540,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenseinfo/LicenseInfoService.java:[601,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenseinfo/LicenseInfoService.java:[662,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationRequest.java:[1463,63] method hashCode in class java.lang.Object cannot be applied to given types;
  required: no arguments
  found: long
  reason: actual and formal argument lists differ in length
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[813,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[874,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[935,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[996,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[1057,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[1118,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[1179,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[1240,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[604,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[665,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[726,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[787,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[848,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[909,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/search/SearchResult.java:[476,63] method hashCode in class java.lang.Object cannot be applied to given types;
  required: no arguments
  found: double
  reason: actual and formal argument lists differ in length
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[1737,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[1798,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[1859,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[1920,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2117,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2178,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2239,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2334,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2497,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2558,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2619,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[810,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[871,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[932,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[1027,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[1088,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[1149,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[1210,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/components/ComponentService.java:[4574,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/components/ComponentService.java:[4635,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/components/ComponentService.java:[4696,30] cannot find symbol
  symbol:   class TSerializable
  location: package org.apache.thrift
[INFO] 100 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] sw360 .............................................. SUCCESS [  2.465 s]
[INFO] build-configuration ................................ SUCCESS [  2.324 s]
[INFO] libraries .......................................... SUCCESS [  1.381 s]
[INFO] lib-datahandler .................................... FAILURE [ 18.876 s]
[INFO] commonIO ........................................... SKIPPED
[INFO] importers .......................................... SKIPPED
[INFO] license-importer ................................... SKIPPED
[INFO] exporters .......................................... SKIPPED
[INFO] backend ............................................ SKIPPED
[INFO] src-common ......................................... SKIPPED
[INFO] backend-src ........................................ SKIPPED
[INFO] src-attachments .................................... SKIPPED
[INFO] src-components ..................................... SKIPPED
[INFO] src-vendors ........................................ SKIPPED
[INFO] component-importer ................................. SKIPPED
[INFO] src-licenses ....................................... SKIPPED
[INFO] src-users .......................................... SKIPPED
[INFO] src-search ......................................... SKIPPED
[INFO] src-projects ....................................... SKIPPED
[INFO] src-moderation ..................................... SKIPPED
[INFO] src-fossology ...................................... SKIPPED
[INFO] src-vulnerabilities ................................ SKIPPED
[INFO] src-vmcomponents ................................... SKIPPED
[INFO] src-licenseinfo .................................... SKIPPED
[INFO] src-cvesearch ...................................... SKIPPED
[INFO] src-schedule ....................................... SKIPPED
[INFO] svc-common ......................................... SKIPPED
[INFO] backend-svc ........................................ SKIPPED
[INFO] svc-licenses ....................................... SKIPPED
[INFO] svc-users .......................................... SKIPPED
[INFO] svc-vendors ........................................ SKIPPED
[INFO] svc-search ......................................... SKIPPED
[INFO] svc-components ..................................... SKIPPED
[INFO] svc-projects ....................................... SKIPPED
[INFO] svc-attachments .................................... SKIPPED
[INFO] svc-moderation ..................................... SKIPPED
[INFO] svc-fossology ...................................... SKIPPED
[INFO] svc-vulnerabilities ................................ SKIPPED
[INFO] svc-vmcomponents ................................... SKIPPED
[INFO] svc-cvesearch ...................................... SKIPPED
[INFO] svc-licenseinfo .................................... SKIPPED
[INFO] svc-schedule ....................................... SKIPPED
[INFO] backend-utils ...................................... SKIPPED
[INFO] frontend ........................................... SKIPPED
[INFO] SW360 Layout Template .............................. SKIPPED
[INFO] sw360-portlet ...................................... SKIPPED
[INFO] sw360-theme Theme .................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25.889 s
[INFO] Finished at: 2017-01-26T10:54:52+01:00
[INFO] Final Memory: 35M/577M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project datahandler: Compilation failure: Compilation failure:
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1228,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1289,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1350,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1411,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1472,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1533,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1594,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1655,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1716,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1777,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1838,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/VulnerabilityService.java:[1899,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vulnerabilities/Vulnerability.java:[1857,65] method hashCode in class java.lang.Object cannot be applied to given types;
[ERROR] required: no arguments
[ERROR] found: double
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[812,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[873,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[934,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[995,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[1056,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[1117,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[1178,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/vendors/VendorService.java:[1239,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3434,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3495,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3556,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3617,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3678,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3739,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3800,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3861,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3922,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[3983,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4044,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4105,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4166,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4227,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4288,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4349,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4410,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4471,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4532,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4593,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4654,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4715,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4776,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4837,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4898,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[4959,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5020,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5081,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5142,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5203,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5264,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5325,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5386,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5447,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5508,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5569,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5630,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenses/LicenseService.java:[5691,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenseinfo/LicenseInfoService.java:[479,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenseinfo/LicenseInfoService.java:[540,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenseinfo/LicenseInfoService.java:[601,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/licenseinfo/LicenseInfoService.java:[662,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationRequest.java:[1463,63] method hashCode in class java.lang.Object cannot be applied to given types;
[ERROR] required: no arguments
[ERROR] found: long
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[813,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[874,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[935,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[996,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[1057,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[1118,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[1179,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/users/UserService.java:[1240,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[604,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[665,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[726,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[787,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[848,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/com/siemens/sw360/datahandler/thrift/vmcomponents/VMComponentService.java:[909,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/search/SearchResult.java:[476,63] method hashCode in class java.lang.Object cannot be applied to given types;
[ERROR] required: no arguments
[ERROR] found: double
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[1737,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[1798,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[1859,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[1920,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2117,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2178,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2239,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2334,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2497,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2558,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/moderation/ModerationService.java:[2619,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[810,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[871,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[932,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[1027,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[1088,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[1149,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/attachments/AttachmentService.java:[1210,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/components/ComponentService.java:[4574,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/components/ComponentService.java:[4635,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] /D:/_dev/sw360portal/libraries/lib-datahandler/target/generated-sources/thrift/org/eclipse/sw360/datahandler/thrift/components/ComponentService.java:[4696,30] cannot find symbol
[ERROR] symbol:   class TSerializable
[ERROR] location: package org.apache.thrift
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :datahandler

Back to the top