Hi Folks,
I am a 2 weeks old baby on this Technology. I am trying to execute transformation, which is available in another Repository.Since I am working on Exisiting repository in the organization. I believe, whatever the configuration ( Carte) needs to be setup in my working repository and server that has been done. ( I am not sure how do I validate/check those are working fine. If any validations needs to be done, please share those commands or any process needs to be followed.
Problem: When I execute my MASTER Job, which internally execute the Sub-transformation using the HTTP Step with URL: <IP:PORT>/kettle/executeTrans and we are passing the Input variables as Repository Name, Fully qualified location of the Sub-transformation and the level = Minimal with that it throwing below error
<result>ERROR</result>
<message>Unexpected error executing the transformation: 
org.pentaho.di.core.exception.KettleXMLException: 
Unable to read file
[file:///srv/pentaho/pdi-ce/data-integration/C:/srv/pentaho/ti-etl/
pentaho-repository/Sub_Trans_Job.ktr]
Could not read from "file:///srv/pentaho/pdi-ce/
data-integration/C:/srv/pentaho/ti-etl/pentaho-repository/Sub_Trans_Job.ktr"
because it is a not a file.

 at org.pentaho.di.core.xml.XMLHandler.loadXMLFile(XMLHandler.java:559)

at org.pentaho.di.core.xml.XMLHandler.loadXMLFile(XMLHandler.java:538)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2660)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2628)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2605)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2585)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2550)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2513)

at org.pentaho.di.http://www.ExecuteTransServlet.loadT...188)

at org.pentaho.di.http://www.ExecuteTransServlet.doGet...104)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)

at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)

at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)

at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)

at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)

at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)

at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)

at org.mortbay.jetty.Server.handle(Server.java:326)

at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)

at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)

at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)

at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)

at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)

at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)

at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: org.apache.commons.vfs.FileNotFoundException: Could not read from "file:///srv/pentaho/pdi-ce/data-integration/C:/srv/pentaho/ti-etl/pentaho-repository/Sub_Trans_Job.ktr" because it is a not a file.
 at org.apache.commons.vfs.provider.AbstractFileObject.getInputStream(Unknown Source)
 at org.apache.commons.vfs.provider.DefaultFileContent.getInputStream(Unknown Source)
 at org.pentaho.di.core.vfs.KettleVFS.getInputStream(KettleVFS.java:247)

at org.pentaho.di.core.xml.XMLHandler.loadXMLFile(XMLHandler.java:557)
 ... 26 more
Caused by: java.io.FileNotFoundException: /srv/pentaho/pdi-ce/data-integration/C:/srv/pentaho/ti-etl/pentaho-repository/Sub_Trans_Job.ktr (No such file or directory)
 at java.io.FileInputStream.open(Native Method)
 at java.io.FileInputStream.<init>(FileInputStream.java:146)
 at org.apache.commons.vfs.provider.local.LocalFile.doGetInputStream(Unknown Source)
 ... 30 more
</message>
<id/>
</webresult>
Appreciate your time and solution in resolving this issue
I am a 2 weeks old baby on this Technology. I am trying to execute transformation, which is available in another Repository.Since I am working on Exisiting repository in the organization. I believe, whatever the configuration ( Carte) needs to be setup in my working repository and server that has been done. ( I am not sure how do I validate/check those are working fine. If any validations needs to be done, please share those commands or any process needs to be followed.
Problem: When I execute my MASTER Job, which internally execute the Sub-transformation using the HTTP Step with URL: <IP:PORT>/kettle/executeTrans and we are passing the Input variables as Repository Name, Fully qualified location of the Sub-transformation and the level = Minimal with that it throwing below error
<result>ERROR</result>
<message>Unexpected error executing the transformation: 
org.pentaho.di.core.exception.KettleXMLException: 
Unable to read file
[file:///srv/pentaho/pdi-ce/data-integration/C:/srv/pentaho/ti-etl/
pentaho-repository/Sub_Trans_Job.ktr]
Could not read from "file:///srv/pentaho/pdi-ce/
data-integration/C:/srv/pentaho/ti-etl/pentaho-repository/Sub_Trans_Job.ktr"
because it is a not a file.

 at org.pentaho.di.core.xml.XMLHandler.loadXMLFile(XMLHandler.java:559)

at org.pentaho.di.core.xml.XMLHandler.loadXMLFile(XMLHandler.java:538)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2660)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2628)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2605)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2585)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2550)

at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2513)

at org.pentaho.di.http://www.ExecuteTransServlet.loadT...188)

at org.pentaho.di.http://www.ExecuteTransServlet.doGet...104)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)

at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)

at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)

at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)

at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)

at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)

at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)

at org.mortbay.jetty.Server.handle(Server.java:326)

at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)

at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)

at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)

at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)

at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)

at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)

at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: org.apache.commons.vfs.FileNotFoundException: Could not read from "file:///srv/pentaho/pdi-ce/data-integration/C:/srv/pentaho/ti-etl/pentaho-repository/Sub_Trans_Job.ktr" because it is a not a file.
 at org.apache.commons.vfs.provider.AbstractFileObject.getInputStream(Unknown Source)
 at org.apache.commons.vfs.provider.DefaultFileContent.getInputStream(Unknown Source)
 at org.pentaho.di.core.vfs.KettleVFS.getInputStream(KettleVFS.java:247)

at org.pentaho.di.core.xml.XMLHandler.loadXMLFile(XMLHandler.java:557)
 ... 26 more
Caused by: java.io.FileNotFoundException: /srv/pentaho/pdi-ce/data-integration/C:/srv/pentaho/ti-etl/pentaho-repository/Sub_Trans_Job.ktr (No such file or directory)
 at java.io.FileInputStream.open(Native Method)
 at java.io.FileInputStream.<init>(FileInputStream.java:146)
 at org.apache.commons.vfs.provider.local.LocalFile.doGetInputStream(Unknown Source)
 ... 30 more
</message>
<id/>
</webresult>
Appreciate your time and solution in resolving this issue