Customer Portal

Custom Component Preventing Engine Initialization

Comments 5

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi jsnikeris,

    As part of CloverETL 4, there has been a new ETL runtime introduced. The new runtime brings certain changes that earlier articles do not have reflect. It is also the case of mentioned blog article. Currently we are preparing updates that will clarify how to create custom components for later CloverETL versions with new ETL runtime.
  • Avatar
    dpavlis
    0
    Comment actions Permalink
    Hi,

    For now, you may get some hint by looking at OSS engine.
    The source is available at SourceForge or GitHub -
    https://github.com/CloverETL/CloverETL-Engine

    Look into cloveretl.component.
  • Avatar
    anupam7
    0
    Comment actions Permalink
    Hello Guys,

    Has this issue been fixed ? I see comments saying that this would be fixed in the latest version, though I'm still facing issues.

    I used this link - http://doc.cloveretl.com/documentation/ ... ngine.html to create a custom component. And then unzipped the jar into <pathtoeclipse>-plugins-com.cloveretl.gui_4.1-lib-plugins and it gave me the below error -

    10:08:22,705 INFO : === CloverETL 4.1.0.018 Starting ===
    Exception in thread "Thread-10" com.cloveretl.server.facade.api.exceptions.CloverServerException: java.lang.RuntimeException: com.cloveretl.server.facade.api.exceptions.CloverServerException: Engine init failed! Inited plugins:26, should be initialized:27
    at com.cloveretl.server.j.run(Unknown Source)
    Caused by: java.lang.RuntimeException: com.cloveretl.server.facade.api.exceptions.CloverServerException: Engine init failed! Inited plugins:26, should be initialized:27
    at com.cloveretl.server.j.init(Unknown Source)
    ... 1 more
    Caused by: com.cloveretl.server.facade.api.exceptions.CloverServerException: Engine init failed! Inited plugins:26, should be initialized:27
    ... 2 more
  • Avatar
    Lukas Cholasta
    0
    Comment actions Permalink
    Hi Anupam

    We are no longer maintaining the ability to create your very own components (CustomComponent) as it was replaced by CustomJavaComponent, which is fully programmable (in Java) and integrated into the Designer.

    If this question is related to your topic here, please see the full answer there.

    Best regards
  • Avatar
    anupam7
    0
    Comment actions Permalink
    Thank you for your help!

Please sign in to leave a comment.