Skip to main content
Solved

analyzing points on routes

  • May 20, 2015
  • 33 replies
  • 172 views

Show first post
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

33 replies

takashi
Celebrity
  • July 22, 2015
Sorry, the "Input is Ordered by" didn't work as expected in my quick test.

 

?Now, I cannot provide any idea to resolve the memory issue...

takashi
Celebrity
  • July 22, 2015
I found that the parameter works as I intended if you sort points and lines together like this.

 


franco69
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • July 24, 2015

Hi Takashi,

the "YES" in INput is ordered by group should be right.....one step forward...but now i have a new problem....

it seems the memory problem is now anyhow solved....but FME writes one feature after PoinONLIneOverlayer and MeasureExtractor in the Geodatabase but the it stops and log the error NULL pointer check failed...

what is this? what can I Do?

Thanks and greetz

Franco


takashi
Celebrity
  • July 24, 2015
Could you please paste the error message as-is?

franco69
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • July 24, 2015
2> NeighborFinder(ProximityFactory): Processing 15.62% complete

 

NULL pointer check failed. File: geodbfeatureclass.cpp Line #: 1010

 

A fatal error has occurred. Check the logfile above for details

 

A fatal error has occurred. Check the logfile above for details

 

|ERROR |

 

... Last line repeated 2 times ...

 

Output_From_6::TransporterReceiver(TransporterFactory): A fatal error has occurred. Check the logfile above for details

 

A fatal error has occurred. Check the logfile above for details

 

A fatal error has occurred. Check the logfile above for details

 

f_32(TransformFact): A fatal error has occurred. Check the logfile above for details

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

Feature output statistics for `FFS' writer using keyword `W_1':

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

Features Written

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

==============================================================================

 

Total Features Written 0

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

GeodatabaseRelationshipFeaturesPipeline::GeodatabaseRelationshipFeatures(SortFactory): Sorted 0 feature(s)

 

Transaction #1 rolled back. Rerun translation specifying transaction #0 for the keyword 'TRANSACTION'

 

Closing the Geodatabase writer

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

Feature output statistics for `GEODATABASE_FILE' writer using keyword `GEODATABASE_FILE_2':

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

Features Written

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

locate_pts_5_3 1

 

==============================================================================

 

Total Features Written 1

 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 

A fatal error has occurred. Check the logfile above for details

 

FME Session Duration: 38 minutes 55.3 seconds. (CPU: 2077.2s user, 221.7s system)

 

END - ProcessID: 138332, peak process memory usage: 3341676 kB, current process memory usage: 407360 kB

 

 

 

 

 

A fatal error has occurred. Check the logfile above for details

 

Program Terminating

 

 

 

Translation FAILED.

 

 

 

screenshot

 

 


takashi
Celebrity
  • July 24, 2015
Looks like the error occurred during parallel processing in the NeighborFinder.

 

I'm not sure what the exact reason for the error is, but the parallel processing might be concerning to that.

 

How about setting "No Parallelism"?

franco69
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • July 24, 2015
With " No Parallelism" in the NeighborFinder nothing changed.....

takashi
Celebrity
  • July 24, 2015
sad to hear that...

 

sorry, I don't have any idea to resolve the error.