Home > database >  What should we do with Kettle to configure the Oracle database error?
What should we do with Kettle to configure the Oracle database error?

Time:09-24

Error connecting to the database [133.64.87.228 - STSTSDB] : org. Pentaho. Di. Core. Exception. KettleDatabaseException:
Java. SQL. SQLException: the Configuration file not found
Configuration file not found

Org. Pentaho. Di. Core. Exception. KettleDatabaseException:
Java. SQL. SQLException: the Configuration file not found
Configuration file not found

The at org. Pentaho. Di. Core. Database. ConnectionPoolUtil. ClearConnection (ConnectionPoolUtil. Java: 173)
The at org. Pentaho. Di. Core. Database. DatabaseFactory. GetConnectionTestReport (DatabaseFactory. Java: 71)
The at org. Pentaho. Di. Core. Database. DatabaseMeta. TestConnection (DatabaseMeta. Java: 2446)
The at org. Pentaho. UI. Database. The event. The DataHandler. TestDatabaseConnection (DataHandler. Java: 348)
At sun. Reflect. NativeMethodAccessorImpl. Invoke0 (Native Method)
At sun. Reflect. NativeMethodAccessorImpl. Invoke (Unknown Source)
At sun. Reflect. DelegatingMethodAccessorImpl. Invoke (Unknown Source)
The at Java. Lang. Reflect. Method. Invoke (Unknown Source)
The at org. Pentaho. UI. Xul. Impl. AbstractXulDomContainer. Invoke (AbstractXulDomContainer. Java: 294)
The at org. Pentaho. UI. Xul. Impl. AbstractXulComponent. Invoke (AbstractXulComponent. Java: 124)
The at org. Pentaho. UI. Xul. Impl. AbstractXulComponent. Invoke (AbstractXulComponent. Java: 112)
The at org. Pentaho. UI. Xul. SWT. Tags. SwtButton. Access the $000 (SwtButton. Java: 17)
The at org. Pentaho. UI. Xul. SWT. Tags. SwtButton $1. The widgetSelected (SwtButton. Java: 77)
At org. Eclipse SWT. Widgets. TypedListener. HandleEvent (Unknown Source)
At org. Eclipse SWT. Widgets. EventTable. Adds (Unknown Source)
At org. Eclipse SWT. Widgets. A Widget. Adds (Unknown Source)
At org. Eclipse SWT. Widgets. Display. RunDeferredEvents (Unknown Source)
At org. Eclipse SWT. Widgets. Display. ReadAndDispatch (Unknown Source)
At org. Eclipse jface. Window. Window. RunEventLoop (820) the window. The Java:
At org. Eclipse jface. Window. The window. The open (796) the window. The Java:
At org. Pentaho. UI. Xul. SWT. Tags. SwtDialog. Show (238) SwtDialog. Java:
At org. Pentaho. Di. UI. Core. Database. Dialog. XulDatabaseDialog. Open (174) XulDatabaseDialog. Java:
The at org. Pentaho. Di. UI. Core. Database. Dialog. DatabaseDialog. Open (DatabaseDialog. Java: 44)
The at org. Pentaho. Di. UI. Spoon. Delegates. SpoonDBDelegate. EditConnection (SpoonDBDelegate. Java: 93)
The at org. Pentaho. Di. UI. Spoon. Designform. DesignComposite. DoubleClickedInResourceTree (DesignComposite. Java: 4215)
At org. Pentaho. Di. UI. Spoon. Designform. DesignComposite. Access $19 (4139) DesignComposite. Java:
The at org. Pentaho. Di. UI. Spoon. Designform. DesignComposite $14. The widgetDefaultSelected (DesignComposite. Java: 1144)
At org. Eclipse SWT. Widgets. TypedListener. HandleEvent (Unknown Source)
At org. Eclipse SWT. Widgets. EventTable. Adds (Unknown Source)
At org. Eclipse SWT. Widgets. A Widget. Adds (Unknown Source)
At org. Eclipse SWT. Widgets. Display. RunDeferredEvents (Unknown Source)
At org. Eclipse SWT. Widgets. Display. ReadAndDispatch (Unknown Source)
At org. Pentaho. Di. UI. Spoon. Faultform. WaitDealDialog. Open (102) WaitDealDialog. Java:
At org. Pentaho. Di. UI. Spoon. The spoon $20 $1. Run (1575) spoon. Java:
At org. Eclipse SWT. Widgets. RunnableLock. Run (Unknown Source)
At org. Eclipse SWT. Widgets. Synchronizer. RunAsyncMessages (Unknown Source)
At org. Eclipse SWT. Widgets. Display. RunAsyncMessages (Unknown Source)
At org. Eclipse SWT. Widgets. Display. ReadAndDispatch (Unknown Source)
At org. Pentaho. Di. UI. Spoon. The spoon. ReadAndDispatch (1666) spoon. Java:
At org. Pentaho. Di. UI. Spoon. The spoon. Start (5313) spoon. Java:
At org. Pentaho. Di. UI. Spoon. The spoon. The main (435) spoon. Java:
At sun. Reflect. NativeMethodAccessorImpl. Invoke0 (Native Method)
At sun. Reflect. NativeMethodAccessorImpl. Invoke (Unknown Source)
At sun. Reflect. DelegatingMethodAccessorImpl. Invoke (Unknown Source)
The at Java. Lang. Reflect. Method. Invoke (Unknown Source)
At org.pentaho.com mons. The launcher. The launcher. The main (116). The launcher Java:
Under Caused by: Java. SQL. SQLException: the Configuration file not found
At org.apache.com mons. DBCP. PoolingDriver. GetConnectionPool (PoolingDriver. Java: 132)
The at org. Pentaho. Di. Core. Database. ConnectionPoolUtil. ClearConnection (ConnectionPoolUtil. Java: 168)
. 45 more

CodePudding user response:

The reason is not found the oracle driver jar file,
Find the oracle installation directory search keywords: ojdbc
The ojdbc6. Jar file is copied to the ETL lib directory

CodePudding user response:

Oracle jar 'file not on the kettle
  • Related