Questions tagged [file-connection]

20 questions
0
votes
2 answers

Why is it necessary to close file open connections in Java?

I have read that file is an unmanaged resource and won't be taken care of by garbage collector. If you don't close a file, I am sure the reference to the file would be garbage collected if there is nothing referencing it. So what exactly stays…
Foo
  • 4,206
  • 10
  • 39
  • 54
0
votes
0 answers

Unable to use file endpoint in Mule on Linux server

Everytime I try to poll network drive on linux machine, it gets failed. I've tried both the options giving the absolute path and the mount path of the network drive. It is specifically giving errors when my Mule Runtime is also on Linux, on Windows…
0
votes
0 answers

File Connector Not picking file in Azure Logic App

I have created an Azure Logic app, following this blog post. http://blogs.biztalk360.com/azure-api-app-and-logic-app-in-depth-look-into-hybrid-connector-marriage-between-cloud-and-on-premise/ The difference is that both the source and destination…
Developer
  • 119
  • 3
  • 17
0
votes
2 answers

How to tackle OutOfMemoryError

When I try to load images from phone memmory I get Out Of Memory errorjava/lang/OutOfMemoryError or nativedecodeImage . Some images in phone memory are of 12kd and while some others are around 589kb or 600kb. The small sized images are fetched to a…
suja
  • 1,198
  • 2
  • 12
  • 32
0
votes
1 answer

Delete files if the user uninstall the application in Blackberry

I need to store some data in my Blackberry application so I'm using files, I'm storing these files in the internal memory of the device, but if I uninstalled the application I need these files to be removed too. Is there a way to store the files in…
Reham
  • 1,916
  • 6
  • 21
  • 45
1
2