• 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

security services Unavailable

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


When i start the weblogic server8.1
that time i get this error

"weblogic.security.service.SecurityServiceRuntimeException:[Security:090399] security services Unavailable"

how to rectify this error.
Please...
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi

did you created any security realms.if it is wrongly created it shows this type of message.

try to start the default domain which comes with weblogic server installation.


thanks
thrilochan
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi,

Facing same issue..

Did we have an solution for this >?

thanks
arun
 
Ranch Hand
Posts: 98
Oracle Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Before the server starts up, it would initialize its security realm.

Weblogic server by default comes with a security realm called 'MyRealm'.

Could you confirm whether you are using the default security realm or any customized security realm?

This error occurs due to failure of any security services.

Regards,
Anandraj
http://weblogic-wonders.com/
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using weblogic 10.3.5.0 in HP-UX. I am also facing the same error.

"<Sep 7, 2011 4:27:18 PM IST> <Error> <Security> <BEA-090870> <The realm "myrealm" failed to be loaded: weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: A failure occurred attempting to load LDIF for provider Authorizer from file /app/oracle/product/Middleware/wlserver_10.3/server/lib/XACMLAuthorizerInit.ldift.."


But i am trying to start my default admin server.

My configuration is below,

My Configuration is

Operating System ->HP-UX 11.3
Weblogic version->10.3.5.0
Configuration->1 machine,1 managed server,1 admin server.

Machine contains the managed server and admin server. I configure everthing in there default port only.

I am starting the node manager first and then i m starting the startweblogic.sh. But it throw the error like above. and the server get shutdown.
Please help me to solve this issue.
 
reply
    Bookmark Topic Watch Topic
  • New Topic