🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Error Transforming meta data transformation: java.lang.NullPointerException"

User: "Anki"
New Altair Community Member
Updated by Jocelyn
Hi Matthias, Keith and All,

Thank you for your continuous support.

I am reading the Database by using a Macro. At the time it is showing an Error message as

Error Transforming meta data transformation: java.lang.NullPointerException and for this no quick fixes available.

And After that I am connecting it to Select "Attribute subset operator" for that no output delivering from previous Database read operator.
IIf I read the database without Macro, It is working properly. No Errors.

What could be the reason...How can I solve this.


Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "IngoRM"
    New Altair Community Member
    Hi,

    well, what would you expect? We can not read the meta data from a database which contains a macro, hence is dynamically created during process execution. My tip: First design the complete process without using the macro during data loading but a fixed value instead. Then, if everything works fine, the last step is introducing the macro. RapidMiner will complain in the Problems view (which is ok since we loose meta data information) but the process will execute anyway.

    Cheers,
    Ingo
    User: "Anki"
    New Altair Community Member
    OP
    Hi Ingo,

    Thank you for your tip. Now its working fine

    Yours
    Anki