Facing a strange issue with filepolling in my local 10.15 server

Hi All

I am trying to do filepolling in my local 10.15 server. I am able to create file polling port successfully and when i place the files in monitoring directory i dont see the files getting picked nor any logs related to filepolling getting written.

All i see is this
[ISS.0028.0048E] (tid=1004) Failed to read class com.wm.ff.net.FilePollFilter from input stream
and not sure what needs to be looked for this.

i thought its file permissions issue but when i go getFile from that location i am able to fetch from that location so its not file permission issue.

Can you please help on this…

1 Like

The error is due to a missing/corrupt JAR that holds the com.wm.ff.net.FilePollFilter class, which is unusual. Were there any installation/migration errors?

What is your Flat File module fix level?
The latest is webMethods Flat File 10.7 Fix 13 and I see a filter-related issue resolved, but yours seems unrelated.

Set a value for “File Name Filter” and share the result.

KM

1 Like

Hi Kasi

I have installed the fixes from update manager for my trial version after installing the SAGUpdate bootstrapper and after that the issue got resolved and you are right

Integration Server
** Flat File 10.7 Fix9 10.7.0.0009-0003**
After this the issue got resolved

All fixes
Adapters
Adapter for SAP 10.1 Fix10 10.1.0.0010-0010
Adapter 10.3 For JDBC 10.3 Fix 18 10.3.0.0018-0007
webMethods Adapter 9.6 for Apache Kafka 9.6 Fix 10 9.6.0.0010-0001
Command Central
Command Line Tools 10.15.0 FIX 1 10.15.0.0001-1067
End-to-End Monitoring
End to End Monitoring Integration Server or Microservices Runtime Plug-in 10.15 Fix 2 10.15.0.0002-0076
Infrastructure
End to End Monitoring Core 10.15 Fix 2 10.15.0.0002-0076
Libraries
Terracotta Libraries
Terracotta DB
Shared Libraries 10.15.0 Fix 1 10.15.0.0001-0019
Ehcache Client Libraries 10.15.0 Fix 1 10.15.0.0001-0019
TCStore Client Libraries 10.15.0 Fix 1 10.15.0.0001-0019
Platform Manager
Platform Manager Shared 10.15.0 FIX 1 10.15.0.0001-1067
Platform Manager 10.15.0 FIX 1 10.15.0.0001-1067
Shared Platform
Web Services Stack
Web Services Stack Core 10.15.0 Fix 1 10.15.0.0001-0685
Web Services Stack OSGi 10.15.0 Fix 1 10.15.0.0001-0685
Web Services Stack Web Application 10.15.0 Fix 1 10.15.0.0001-0685
Integration Server
Flat File 10.7 Fix9 10.7.0.0009-0003
Shared Bundles
Universal Messaging Shared Bundles 10.15 Fix 2 10.15.0.0002-0526
Shared Bundles ApacheCommons 10.15 Fix 1 10.15.0.0001-0004
Shared Bundles DataModelling 10.15 Fix 1 10.15.0.0001-0003
Shared Bundles Glassfish 10.15 Fix 1 10.15.0.0001-0009
Third-Party Libraries
Shared Libraries ApacheCommons 10.15 Fix 1 10.15.0.0001-0005
Shared Libraries DataModelling 10.15 Fix 2 10.15.0.0002-0002
Shared Libraries DataModelling Protoc 10.15 Fix 2 (W64) 10.15.0.0002-0005
Shared Libraries Parsers 10.15 Fix 1 10.15.0.0001-0010
Shared Libraries Servlet 10.15 Fix 1 10.15.0.0001-0013
Shared Libraries Swagger 10.15 Fix 1 10.15.0.0001-0011
Shared Libraries Tanuki 10.15 Fix 1 (W64) 10.15.0.0001-0015
Universal Messaging
Universal Messaging Java Client 10.15 Fix 2 10.15.0.0002-0526
Universal Messaging Common Libraries 10.15 Fix 2 10.15.0.0002-0526
Universal Messaging JavaScript Client 10.15 Fix 2 10.15.0.0002-0526
Universal Messaging .Net Client 10.15 Fix 2 (WNT,W64) 10.15.0.0002-0526
Universal Messaging C++ Client 10.15 Fix 2 (W64) 10.15.0.0002-0526
Universal Messaging Enterprise Manager 10.15 Fix 2 10.15.0.0002-0526
Universal Messaging Realm Server 10.15 Fix 2 10.15.0.0002-0526
Universal Messaging Template Applications 10.15 Fix 2 (WNT,W64) 10.15.0.0002-0526
eStandards
EDI Module 9.12 Fix 13 9.12.0.0013-0003
EDIINT Module 8.2.1 Fix 22 8.2.1.0022-0002
EDI Module Schemas
EDI Module 9.12 UNEDIFACT_SEF Fix 1 9.12.0.0001-0004
EDI Module 9.12 X12_SEF Fix 1 9.12.0.0001-0004

1 Like