You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi,
when trying to code my own component, or using one provided by the community, or copying one from "local provider" folder or ...
I always get the same problem : Initialization of generation engine ends without any error (done via "push components to palette").
But in fact, some of the files from the component are now empty !
And publishing isn't done in the components palette
Also tried using the new component wizzard from the component designer perspective, specifying just one text parameter, one flow, no import, and default code int begin and end (no main) javajet files. It produces the same problem...
Thanks for help !
Using TOS 2.4.2 and 3.0.0 M3 on ubuntu 8.04
Offline
Hello
I always get the same problem : Initialization of generation engine ends without any error (done via "push components to palette").
But in fact, some of the files from the component are now empty !
And publishing isn't done in the components palette
If the component doesn't exist on palette, please check the xml file and the properties file, make sure you have defined the family of component on the properties file.
Best regards
shong
Online
shong wrote:
make sure you have defined the family of component on the properties file.
Yes it is. Both on mine and other one dowloaded from ecosystem website.
f the component doesn't exist on palette, please check the xml file
Which one ?
Any idea for the problem that after Initialization of generation engine some of the files of the component (message.properties, begin.javajet and/or end.javajet ) are empty ?
Thanks,
Offline

I have the same problem, if I use "push components to palette" : my component becomes empty ! (even if there is no error inside).
If a restart TIS to load my component, it works perfectly.
Offline
My workaround was to copy away component directory ( to be sure
) , stop TOS
and then place new component to ext/user in the depths of plugin.
Then after restarting TOS ( and 5 minutes waiting for initialisation ) component was in place.
Offline
leroyd wrote:
Hi,
when trying to code my own component, or using one provided by the community, or copying one from "local provider" folder or ...
I always get the same problem : Initialization of generation engine ends without any error (done via "push components to palette").
But in fact, some of the files from the component are now empty !
And publishing isn't done in the components palette
Using TOS 2.4.2 and 3.0.0 M3 on ubuntu 8.04
My perception is, that files ( all of them) were nulled while "pushing" phase. Initialisation only moves those empty files around.
Offline
Pages: 1