File connector showing No such file or directory

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

File connector showing No such file or directory

Post by deesh »

Hi All,

I am getting below error.

File_Connector_14: com.ascential.e2.common.CC_Exception: java.io.FileNotFoundException: /EDMBD/CDH/avro_sch.avsc (No such file or directory)


But providing the Host,port,user, filename, avro schema but still job failing. Eventhough schema file in a location, job showing una bilable message.

please help how to resolve the issue.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Is this file... local to your DataStage server? :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
deesh
Participant
Posts: 193
Joined: Mon Oct 08, 2007 2:57 am

Post by deesh »

No It is in bigdata location... and getting below error.

File_Connector_0: java.lang.NoSuchMethodError: org/apache/http/conn/scheme/Scheme.<init>(Ljava/lang/String;ILorg/apache/http/conn/scheme/SchemeSocketFactory;)V
at org.apache.http.impl.conn.SchemeRegistryFactory.createDefault (SchemeRegistryFactory.java: 47)
at org.apache.http.impl.conn.PoolingClientConnectionManager.<init> (PoolingClientConnectionManager.java: 93)
at com.ibm.iis.cc.filesystem.impl.webhdfs.WebHDFS.getHttpClient (WebHDFS.java: 654)
at com.ibm.iis.cc.filesystem.impl.webhdfs.WebHDFS.init (WebHDFS.java: 108)
at com.ibm.iis.cc.filesystem.FileSystem.initialize (FileSystem.java: 547)
at com.ibm.is.cc.javastage.connector.CC_JavaAdapter.initializeProcessor (CC_JavaAdapter.java: 1030)
at com.ibm.is.cc.javastage.connector.CC_JavaAdapter.getSerializedData (CC_JavaAdapter.java: 704)
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

I've got no clue but for the "NoSuchMethodError" I would involve support.
-craig

"You can never have too many knives" -- Logan Nine Fingers
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Restating my reply to your other post - you can't read Big Data files from release 8.0 File Connector.
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply