• 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
  • 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 - JBOSS

 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
not sure if the question belongs in this forum but have a java developers suite (written in some 3rd party language which overwrites FESI to map a scripting language to actual JAVA) which uses JBOSS [WonderLand] 3.2.3 and when i try uploading images (GIF format) JBOSS says it cant find it BUT when i change the extension of the image to lowercase i.e '.gif' it works !!

was very curious to know the details of how that works behind the scenes ??


thanks in advance.
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Agree this would sit better in a different forum. Moving.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess you will have to post the entire exception stacktrace (or the logs) and the piece of code which tries to lookup that file. Ultimately, it's the application which does the lookup of the file.

While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is correctly formatted.
 
nikil shar
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
thanks for the reply. The thing is that there are is NO stack trace thrown in JBOSS. all JBOSS says is "image not found" and from the client side the code is :

form.btn.setImage("buy.gif");

the "setImage" method is built into the IDE so dont know the details for that.


ta.
 
reply
    Bookmark Topic Watch Topic
  • New Topic