Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java.io.IOException: Permission denied

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Alright. This one is taking me for a ride. Any help would be appreciated.

1. I can create a txt file in my $HOME dir from a webservice that is hosted on an axis container on a Linux machine. When the client contacts this webservice the service creates a .txt file in my $HOME successfully
2. Now if I log off from the Linux machine with the container running in the background, I cannot create the file in my home dir. I get this java.io.IOException: Permission denied exception on the server side.

What I can do when I am logged in is not possible when I log off.

What could be the problem?

Thanks in advance.
Bala
 
Bala Ananthan
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Guess the appropriate forum for this would be Web services. So moved it there.

Sorry for the inconvenience.
Bala.
 
    Bookmark Topic Watch Topic
  • New Topic