• 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

Mailing error

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone please tell me what does this error mean??

When i tried it on my localhost it works but when upload it to the server it doesnt work and it produces this error.Can anyone tell me what is going on.


** edited by MC to put in UBB code tags **
[ February 21, 2003: Message edited by: Mike Curwen ]
 
Ranch Hand
Posts: 3695
IntelliJ IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
your JVM has policy settings that are different (and more restrictive) than the ones on your localhost.

Here's a couple links I found...
http://spacemapper.sourceforge.net/DataStore/user_faq.html
http://forum.java.sun.com/thread.jsp?forum=61&thread=131520

the first is a product FAQ, but it gives you a good idea of the format of the java.policy file.

You might also try asking around in our Sockets forum. People there would probably have more experience with this error.
 
reply
    Bookmark Topic Watch Topic
  • New Topic