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

Can't start the wls5.1 on solaris with JDK1.2

0 views
Skip to first unread message

GVRAO

unread,
May 23, 2000, 3:00:00 AM5/23/00
to
I have installed wls5.1 and changed weblogic.policy and .properties files.
When i try to start the server it is throwing following exception

Exception in thread "main" java.security.AccessControlException: access
denied (java.lang.RuntimePermission createSecurityManager )
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.<init>(Throwable.java:94)
at java.lang.Exception.<init>(Exception.java:42)
at java.lang.RuntimeException.<init>(RuntimeException.java:47)
at java.lang.SecurityException.<init>(SecurityException.java:39)
at
java.security.AccessControlException.<init>(AccessControlException.java:57)
at java.security.AccessControlContext.checkPermission(Compiled Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at java.lang.SecurityManager.<init>(SecurityManager.java:307)
at
weblogic.boot.ServerSecurityManager.<init>(ServerSecurityManager.java:11)
at weblogic.Server.main(Server.java:59)
at weblogic.Server.main(Server.java:55)

Any help would be apprecieated.

Thanks
G V Rao

Mark Griffith

unread,
May 23, 2000, 3:00:00 AM5/23/00
to
READ THE INSTALLATION GUIDE.

http://www.weblogic.com/docs51/install/startserver.html#1042251

mbg

In article <8geaag$6jn$1...@newsgroups.bea.com>, gvra...@yahoo.com says...

--
==================================================
NewsGroup Rant
==================================================
Rant 1.

The less info you provide about your problem means
the less we can help you. Try to look at the
problem from an external perspective and provide
all the data necessary to put your problem in
perspective.

GVRAO

unread,
May 23, 2000, 3:00:00 AM5/23/00
to
Mark, thanks for the link. But it doesn't help, getting same exceptions(see
>below).
>I went through the documentation(the URL you sent) and changed my
>weblogic.policy file as below(wls51 is my installation directory)
>
>grant codeBase "file:/home/grao/wls51/-" {
> permission java.io.FilePermission "${/}home${/}grao${/}wls51${/}-",
>"read,writ
>e,delete,execute";
>
>grant codeBase "file:/home/grao/-" {
> permission java.io.FilePermission
>"c:${/}home${/}grao${/}wls51${/}myserver${/}serverclasses${/}-",
>"read,write,delete,execute";
>
>Do I am missing somthing else?
>
>Thanks
>GV

Mark Griffith <ma...@bea.com> wrote in message
news:MPG.13944d12...@newsgroups.bea.com...

Mark Griffith

unread,
May 23, 2000, 3:00:00 AM5/23/00
to
And then you should edit the policy file so that it and env looks like:

My pwd is:

[markg@mountview]/home/markg/releases/451/weblogic

in that dir lives:

weblogic.policy

and that policy file says:

grant codeBase "file://weblogic/-" {
mbg


In article <8ged4f$81a$1...@newsgroups.bea.com>, gvra...@yahoo.com says...

0 new messages