You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Alexey Kuznetsov <ak...@gridgain.com> on 2015/12/14 05:45:11 UTC

Failed to start client node

Igniters,

My code that works fine couple of days ago started to fail with exception:
 java.lang.AssertionError: BinaryMetadataKey [typeId=1877955432]

Also if I fallback to OptimizedMarshaller my code works fine.

I created blocker: https://issues.apache.org/jira/browse/IGNITE-2148

-- 
Alexey Kuznetsov
GridGain Systems
www.gridgain.com

Re: Failed to start client node

Posted by Alexey Kuznetsov <ak...@gridgain.com>.
Denis,

Thanks for pointing to this. File rebuilded and pushed to ignite-1.5.

On Mon, Dec 14, 2015 at 3:14 PM, Denis Magda <dm...@gridgain.com> wrote:

> Alex,
>
> Try to build a package and replace classnames.properties located in the
> project with the classnames.properties from your output directory.
> There should be the changes. Otherwise everyone has to do this clean step
> but not everyone is reading this thread. :)
>
> --
> Denis
>
>
> On 12/14/2015 11:08 AM, Alexey Kuznetsov wrote:
>
>> Denis, after mvn clean package classnames.properties was not marked as
>> changed in Idea.
>>
>> On Mon, Dec 14, 2015 at 2:57 PM, Denis Magda <dm...@gridgain.com> wrote:
>>
>> Alex,
>>>
>>> Have you updated and pushed classnames.properties? We have to do this
>>> otherwise the end user will have the same issues in runtime.
>>>
>>> Regards,
>>> Denis
>>>
>>>
>>> On 12/14/2015 10:41 AM, Alexey Kuznetsov wrote:
>>>
>>> Thanks, Semyon.
>>>>
>>>> mvn clean package -DskipTests -DskipClientDocs -Dmaven.javadoc.skip=true
>>>>
>>>> Solved this issue.
>>>>
>>>> On Mon, Dec 14, 2015 at 1:01 PM, Semyon Boikov <sb...@gridgain.com>
>>>> wrote:
>>>>
>>>> Alexey,
>>>>
>>>>> You could get this error if classnames.properties was not regenerated
>>>>> after
>>>>> recent classes renaming,
>>>>>
>>>>>
>>>>> On Mon, Dec 14, 2015 at 7:45 AM, Alexey Kuznetsov <
>>>>> akuznetsov@gridgain.com
>>>>> wrote:
>>>>>
>>>>> Igniters,
>>>>>
>>>>>> My code that works fine couple of days ago started to fail with
>>>>>>
>>>>>> exception:
>>>>>
>>>>>    java.lang.AssertionError: BinaryMetadataKey [typeId=1877955432]
>>>>>>
>>>>>> Also if I fallback to OptimizedMarshaller my code works fine.
>>>>>>
>>>>>> I created blocker: https://issues.apache.org/jira/browse/IGNITE-2148
>>>>>>
>>>>>> --
>>>>>> Alexey Kuznetsov
>>>>>> GridGain Systems
>>>>>> www.gridgain.com
>>>>>>
>>>>>>
>>>>>>
>>>>
>>
>


-- 
Alexey Kuznetsov
GridGain Systems
www.gridgain.com

Re: Failed to start client node

Posted by Denis Magda <dm...@gridgain.com>.
Alex,

Try to build a package and replace classnames.properties located in the 
project with the classnames.properties from your output directory.
There should be the changes. Otherwise everyone has to do this clean 
step but not everyone is reading this thread. :)

--
Denis

On 12/14/2015 11:08 AM, Alexey Kuznetsov wrote:
> Denis, after mvn clean package classnames.properties was not marked as
> changed in Idea.
>
> On Mon, Dec 14, 2015 at 2:57 PM, Denis Magda <dm...@gridgain.com> wrote:
>
>> Alex,
>>
>> Have you updated and pushed classnames.properties? We have to do this
>> otherwise the end user will have the same issues in runtime.
>>
>> Regards,
>> Denis
>>
>>
>> On 12/14/2015 10:41 AM, Alexey Kuznetsov wrote:
>>
>>> Thanks, Semyon.
>>>
>>> mvn clean package -DskipTests -DskipClientDocs -Dmaven.javadoc.skip=true
>>>
>>> Solved this issue.
>>>
>>> On Mon, Dec 14, 2015 at 1:01 PM, Semyon Boikov <sb...@gridgain.com>
>>> wrote:
>>>
>>> Alexey,
>>>> You could get this error if classnames.properties was not regenerated
>>>> after
>>>> recent classes renaming,
>>>>
>>>>
>>>> On Mon, Dec 14, 2015 at 7:45 AM, Alexey Kuznetsov <
>>>> akuznetsov@gridgain.com
>>>> wrote:
>>>>
>>>> Igniters,
>>>>> My code that works fine couple of days ago started to fail with
>>>>>
>>>> exception:
>>>>
>>>>>    java.lang.AssertionError: BinaryMetadataKey [typeId=1877955432]
>>>>>
>>>>> Also if I fallback to OptimizedMarshaller my code works fine.
>>>>>
>>>>> I created blocker: https://issues.apache.org/jira/browse/IGNITE-2148
>>>>>
>>>>> --
>>>>> Alexey Kuznetsov
>>>>> GridGain Systems
>>>>> www.gridgain.com
>>>>>
>>>>>
>>>
>


Re: Failed to start client node

Posted by Alexey Kuznetsov <ak...@gridgain.com>.
Denis, after mvn clean package classnames.properties was not marked as
changed in Idea.

On Mon, Dec 14, 2015 at 2:57 PM, Denis Magda <dm...@gridgain.com> wrote:

> Alex,
>
> Have you updated and pushed classnames.properties? We have to do this
> otherwise the end user will have the same issues in runtime.
>
> Regards,
> Denis
>
>
> On 12/14/2015 10:41 AM, Alexey Kuznetsov wrote:
>
>> Thanks, Semyon.
>>
>> mvn clean package -DskipTests -DskipClientDocs -Dmaven.javadoc.skip=true
>>
>> Solved this issue.
>>
>> On Mon, Dec 14, 2015 at 1:01 PM, Semyon Boikov <sb...@gridgain.com>
>> wrote:
>>
>> Alexey,
>>>
>>> You could get this error if classnames.properties was not regenerated
>>> after
>>> recent classes renaming,
>>>
>>>
>>> On Mon, Dec 14, 2015 at 7:45 AM, Alexey Kuznetsov <
>>> akuznetsov@gridgain.com
>>> wrote:
>>>
>>> Igniters,
>>>>
>>>> My code that works fine couple of days ago started to fail with
>>>>
>>> exception:
>>>
>>>>   java.lang.AssertionError: BinaryMetadataKey [typeId=1877955432]
>>>>
>>>> Also if I fallback to OptimizedMarshaller my code works fine.
>>>>
>>>> I created blocker: https://issues.apache.org/jira/browse/IGNITE-2148
>>>>
>>>> --
>>>> Alexey Kuznetsov
>>>> GridGain Systems
>>>> www.gridgain.com
>>>>
>>>>
>>
>>
>


-- 
Alexey Kuznetsov
GridGain Systems
www.gridgain.com

Re: Failed to start client node

Posted by Denis Magda <dm...@gridgain.com>.
Alex,

Have you updated and pushed classnames.properties? We have to do this 
otherwise the end user will have the same issues in runtime.

Regards,
Denis

On 12/14/2015 10:41 AM, Alexey Kuznetsov wrote:
> Thanks, Semyon.
>
> mvn clean package -DskipTests -DskipClientDocs -Dmaven.javadoc.skip=true
>
> Solved this issue.
>
> On Mon, Dec 14, 2015 at 1:01 PM, Semyon Boikov <sb...@gridgain.com> wrote:
>
>> Alexey,
>>
>> You could get this error if classnames.properties was not regenerated after
>> recent classes renaming,
>>
>>
>> On Mon, Dec 14, 2015 at 7:45 AM, Alexey Kuznetsov <akuznetsov@gridgain.com
>> wrote:
>>
>>> Igniters,
>>>
>>> My code that works fine couple of days ago started to fail with
>> exception:
>>>   java.lang.AssertionError: BinaryMetadataKey [typeId=1877955432]
>>>
>>> Also if I fallback to OptimizedMarshaller my code works fine.
>>>
>>> I created blocker: https://issues.apache.org/jira/browse/IGNITE-2148
>>>
>>> --
>>> Alexey Kuznetsov
>>> GridGain Systems
>>> www.gridgain.com
>>>
>
>


Re: Failed to start client node

Posted by Alexey Kuznetsov <ak...@gridgain.com>.
Thanks, Semyon.

mvn clean package -DskipTests -DskipClientDocs -Dmaven.javadoc.skip=true

Solved this issue.

On Mon, Dec 14, 2015 at 1:01 PM, Semyon Boikov <sb...@gridgain.com> wrote:

> Alexey,
>
> You could get this error if classnames.properties was not regenerated after
> recent classes renaming,
>
>
> On Mon, Dec 14, 2015 at 7:45 AM, Alexey Kuznetsov <akuznetsov@gridgain.com
> >
> wrote:
>
> > Igniters,
> >
> > My code that works fine couple of days ago started to fail with
> exception:
> >  java.lang.AssertionError: BinaryMetadataKey [typeId=1877955432]
> >
> > Also if I fallback to OptimizedMarshaller my code works fine.
> >
> > I created blocker: https://issues.apache.org/jira/browse/IGNITE-2148
> >
> > --
> > Alexey Kuznetsov
> > GridGain Systems
> > www.gridgain.com
> >
>



-- 
Alexey Kuznetsov
GridGain Systems
www.gridgain.com

Re: Failed to start client node

Posted by Semyon Boikov <sb...@gridgain.com>.
Alexey,

You could get this error if classnames.properties was not regenerated after
recent classes renaming,


On Mon, Dec 14, 2015 at 7:45 AM, Alexey Kuznetsov <ak...@gridgain.com>
wrote:

> Igniters,
>
> My code that works fine couple of days ago started to fail with exception:
>  java.lang.AssertionError: BinaryMetadataKey [typeId=1877955432]
>
> Also if I fallback to OptimizedMarshaller my code works fine.
>
> I created blocker: https://issues.apache.org/jira/browse/IGNITE-2148
>
> --
> Alexey Kuznetsov
> GridGain Systems
> www.gridgain.com
>