• 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

javax.security.auth.login.LoginException: No LoginModules configured

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,

i am using jnlp to launch my application. recently updated to java 7. it was working fine, but since updated to java 7 i am getting the error javax.security.auth.login.LoginException: No LoginModules configured webutc though all the jars are being signed correctly. Below is my jnlp file


I am using jboss 7 and the login.config.xml contains the webutc info as below.


i have been trying to solve this issue past 2 days. i really appreciate if someone suggest me how to fix this issue.

Thanks

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you solve the problem?

I found this bug that seems related with the problem. It has a workaround, but I did not understand where I must put the code. Can anyone help?

http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8017776
 
Sheriff
Posts: 3837
66
Netbeans IDE Oracle Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to Ranch!

I believe that the initPreLoader fix actually needs to be applied to JDK sources, so this isn't a workaround. However, the quickAndDirtyFixForProblemWithWebStartInJava7u25 method seems promising, I'd try to call it at the beginning of the main method of the program. But I'm just guessing.
 
reply
    Bookmark Topic Watch Topic
  • New Topic