I locally launch a trasformation (Transformation 4 attached) involving a SQL server connection and all works fine. I do the same with a transformation (Transformation 3 attached) that doesn't involve connections to databases and all works fine.
I launched Carte as Carte.bat 127.0.0.1 8081
If I start transformation 3 remotely on a slave server pointing to Carte, all works fine.
If I start remotely transformation 4 I get error:
I didn't make any particular setting on Carte. I tried to copy repositories.xml on data-integration folder, but I have the same problem.
What happens?
I launched Carte as Carte.bat 127.0.0.1 8081
If I start transformation 3 remotely on a slave server pointing to Carte, all works fine.
If I start remotely transformation 4 I get error:
Code:
org.pentaho.di.core.exception.KettleException:
There was an error preparing the transformation for excution on the remote server:
Initialisation of transformation failed:
2013/06/24 15:35:06 - Carte - Installing timer to purge stale objects after 1440 minutes.
2013/06/24 15:35:06 - Carte - Created listener for webserver @ address : 127.0.0.1:8081
2013/06/24 15:41:10 - RepositoriesMeta - Reading repositories XML file: C:\Users\Administrator\.kettle\repositories.xml
2013/06/24 15:41:57 - RepositoriesMeta - Reading repositories XML file: C:\Users\Administrator\.kettle\repositories.xml
2013/06/24 15:41:58 - Transformation 4 - Dispatching started for transformation [Transformation 4]
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : An error occurred intialising this step:
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Error occured while trying to connect to the database
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) :
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Exception while loading class
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : com.microsoft.sqlserver.jdbc.SQLServerDriver
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Error initializing step [Table output]
2013/06/24 15:41:58 - Lettura da SQL Server.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : An error occurred, processing will be stopped:
2013/06/24 15:41:58 - Lettura da SQL Server.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Error occured while trying to connect to the database
2013/06/24 15:41:58 - Lettura da SQL Server.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) :
2013/06/24 15:41:58 - Lettura da SQL Server.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Exception while loading class
2013/06/24 15:41:58 - Lettura da SQL Server.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : com.microsoft.sqlserver.jdbc.SQLServerDriver
2013/06/24 15:41:58 - Lettura da SQL Server.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Error initializing step [Lettura da SQL Server]
2013/06/24 15:41:58 - Transformation 4 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Step [Lettura da SQL Server.0] failed to initialize!
2013/06/24 15:41:58 - Transformation 4 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Step [Table output.0] failed to initialize!
2013/06/24 15:41:58 - Lettura da SQL Server.0 - Finished reading query, closing connection.
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Unexpected error rolling back the database connection.
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : org.pentaho.di.core.exception.KettleDatabaseException:
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Unable to get database metadata from this database connection
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.thread.QueuedThreadPool$PoolThread.run (QueuedThreadPool.java:582)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.bio.SocketConnector$Connection.run (SocketConnector.java:228)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpConnection.handle (HttpConnection.java:405)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpParser.parseAvailable (HttpParser.java:212)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpParser.parseNext (HttpParser.java:539)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete (HttpConnection.java:915)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpConnection.handleRequest (HttpConnection.java:536)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.Server.handle (Server.java:322)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.handler.HandlerWrapper.handle (HandlerWrapper.java:152)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.handler.HandlerCollection.handle (HandlerCollection.java:114)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.handler.ContextHandlerCollection.handle (ContextHandlerCollection.java:230)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.handler.ContextHandler.handle (ContextHandler.java:765)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.servlet.SessionHandler.handle (SessionHandler.java:182)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.servlet.ServletHandler.handle (ServletHandler.java:390)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.servlet.ServletHolder.handle (ServletHolder.java:511)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at javax.servlet.http.HttpServlet.service (HttpServlet.java:820)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at javax.servlet.http.HttpServlet.service (HttpServlet.java:707)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.www.PrepareExecutionTransServlet.doGet (PrepareExecutionTransServlet.java:118)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.Trans.prepareExecution (Trans.java:906)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.tableoutput.TableOutput.dispose (TableOutput.java:708)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.core.database.Database.rollback (Database.java:713)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.core.database.Database.rollback (Database.java:724)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.core.database.Database.getDatabaseMetaData (Database.java:3101)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) :
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.core.database.Database.getDatabaseMetaData(Database.java:3105)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.core.database.Database.rollback(Database.java:724)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.core.database.Database.rollback(Database.java:713)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.steps.tableoutput.TableOutput.dispose(TableOutput.java:708)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:906)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.www.PrepareExecutionTransServlet.doGet(PrepareExecutionTransServlet.java:118)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:390)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.Server.handle(Server.java:322)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:536)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:915)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:405)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : Caused by: java.lang.NullPointerException
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : at org.pentaho.di.core.database.Database.getDatabaseMetaData(Database.java:3101)
2013/06/24 15:41:58 - Table output.0 - ERROR (version 4.4.0-stable, build 17588 from 2012-11-21 16.02.21 by buildguy) : ... 22 more
org.pentaho.di.core.exception.KettleException:
We failed to initialize at least one step. Execution can not begin!
at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:932)
at org.pentaho.di.www.PrepareExecutionTransServlet.doGet(PrepareExecutionTransServlet.java:118)
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:322)
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)
I didn't make any particular setting on Carte. I tried to copy repositories.xml on data-integration folder, but I have the same problem.
What happens?