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

Glassfish v2.x java.lang.SecurityException

 
Rancher
Posts: 4804
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm developing a plain servlet/JSP app, and running it on Glassfish with Netbeans. I use two computers to do the development, sync'd with SVN

For months, this has all worked perfectly.

Starting today, I switched to my big machine, compiled the code, and when I run it, it dies throwing the subject line exception.

I have no idea what changed, why it is throwing this.

A bit of the stack dump looks like:

The code that is throwing it is:

It is the Session.getDefaultInstance that is complaining.

I have no idea even where to start chasing this down. Any help, pointers, etc. greatly appreciated.
reply
    Bookmark Topic Watch Topic
  • New Topic