Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

low disk space problem caused by AXIS2 temp files

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We have developed a JAX-WS webservice using AXIS2 1.5, in the webservice we are trying to consume another webservice by generating the client using axis2 . But for every time the client code is executed it is creating axis2.jar file with some random name in Tomcat temp folder, which is causing low disk space error. I have tried searching the net and found that it is the bug in axis2 framework. and also found that this issue is fixed in Axis2 1.5 but i am using Axis2 1.5 framework only and still facing the same issue. Is there any workaround for this? Any help on this is highly appreciated.

Thanks in advance.
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the CodeRanch!

It seems a known issue with AXIS2, I suggest you to look at the discussion (and the bug) at the AXIS2 Jira. Seems still unresolved though.
 
reply
    Bookmark Topic Watch Topic
  • New Topic