[
https://issues.apache.org/jira/browse/STORM-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17058989#comment-17058989
]
Kishor Patil commented on STORM-3601:
-------------------------------------
This is a shaded class, available in `storm-client.jar`. Not sure how you are
running the test within eclipse or intellij it may not pull in required
dependencies.
Below works:
{color:#e01e5a}mvn package -Dtest=DRPCServerTest -DfailIfNoTests=false
-Dcheckstyle.skip{color}
> when i run DRPCServerTest, it occur java.lang.NoClassDefFoundError:
> org/apache/storm/thrift/TBase
> -------------------------------------------------------------------------------------------------
>
> Key: STORM-3601
> URL: https://issues.apache.org/jira/browse/STORM-3601
> Project: Apache Storm
> Issue Type: Bug
> Components: storm-webapp
> Affects Versions: 2.1.0
> Environment: thrift
> Reporter: zhangjianhua
> Priority: Trivial
> Labels: thrift
>
> when i run DRPCServerTest, occur a error:
> {code:java}
> java.lang.NoClassDefFoundError: org/apache/storm/thrift/TBase{code}
> the project seem no such class called TBase in package :
> {code:java}
> org/apache/storm/thrift/{code}
> , it is missing in a history version?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)