Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Authentication Providers

0 views
Skip to first unread message

Vijay Sreekantan

unread,
Oct 4, 2003, 10:41:07 AM10/4/03
to

I developed an Authentication Provider a while back. This is a custom Authentication
provider that I developed for WebLogic 7.0

It works fine in Solaris and Windows and does what it is supposed to do.


However in HP-UX , when I drop the Authentication Provider MJF file in ../lib/mbeantypes
directory as I hve always done and try to start the server, I get the following
exception.
This happens only in HP-UX.

Any ideas. Any help will be greatly appreciated.

Vijay


Starting WebLogic Server...
<Oct 4, 2003 10:36:16 AM EDT> <Critical> <WebLogicServer> <000364> <Server failed
during initialization. Exception:weblogic.management.configuration.ConfigurationException:
- with nested exception:
[java.lang.NullPointerException]
java.lang.NullPointerException
at weblogic.management.commo.Commo.initTypesAtLocation(Commo.java:1387)
at weblogic.management.commo.Commo.initTypes(Commo.java:156)
at weblogic.management.commo.Commo.init(Commo.java:124)
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:477)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
--------------- nested within: ------------------
weblogic.management.configuration.ConfigurationException: - with nested exception:
[java.lang.NullPointerException]
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:486)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:664)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
>

Satya Ghattu

unread,
Oct 5, 2003, 8:34:42 AM10/5/03
to Vijay Sreekantan
Vijay,
Can you start the server with the debug on,
-Dweblogic.Debug=weblogic.initCommo ? That will print some information
that might help us diagonise the problem.

Thanks,
-satya

0 new messages