Hi,
I noticed that you have "samples" as a solution name and as the first folder name in the path:
Code:
<solution><![CDATA[samples]]></solution> <path><![CDATA[samples/tilesquare/OLAP/incroci]]></path> <action><![CDATA[nome_serieProdotto(0).xaction]]></action>
Do you realy have two folders, called sample? => /home/alessio/pentaho-demo/pentaho-solutions/samples/samples/tilesquare/OLAP/incroci/nome_serieProdotto(0).xaction
If the real path is:
/home/alessio/pentaho-demo/pentaho-solutions/samples/tilesquare/OLAP/incroci/nome_serieProdotto(0).xaction
change the path to:
Code:
<path><![CDATA[tilesquare/OLAP/incroci]]></path> <action><![CDATA[nome_serieProdotto(0).xaction]]></action>
All the best,
Ingo