• 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

TrustFilePassword Error

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[9/11/08 16:02:43:178 CEST] 0000000a distSecurityC I SECJ0309I: Java 2 Security is disabled.
[9/11/08 16:02:43:496 CEST] 0000000a distSecurityC A SECJ0244I: Security service failed to start successfully
[9/11/08 16:02:43:615 CEST] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
While stating the deployment manager we are getting the following error.Any clue on how to solve this one.

META-INF/ws-server-components.xml
[9/11/08 16:02:43:641 CEST] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
com.ibm.ws.exception.ConfigurationError: com.ibm.ws.exception.ConfigurationError: java.lang.IllegalArgumentException: TrustFilePassword not set in the SSL configuration
at com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:166)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:120)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:378)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:50)
reply
    Bookmark Topic Watch Topic
  • New Topic