SP6 and NTRealm

Hi All,
I've just installed SP6 on WLS 5.1.0 (NT 4.0) and hit an NTRealm problem. I
installed the new wlntrealm.dll file and removed the ntrealm.properties file
as per the SP6 release notes. Note that I didn't install SP6 to fix any
NTRealm problems but had to install the new wlntrealm.dll file as I'm using
NTRealm. If I don't use the new wlntrealm.dll I get a
java.lang.NoSuchFieldError when starting WLS. So, with the new
wlntrealm.dll, when starting WLS, I hit the following:
U n a b l e t o a d j u s t t o k e n p r i v i l e g e s
java.lang.SecurityException: Unable to assert all required
priviledges
at weblogic.security.ntrealm.NTDelegate.initFields(Native Method)
at weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:162)
at weblogic.security.ntrealm.NTDelegate.<init>(NTDelegate.java:62)
at weblogic.security.ntrealm.NTRealm.<init>(NTRealm.java:39)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:241)
at weblogic.security.acl.Realm.getRealm(Realm.java:79)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
java.lang.SecurityException: Unable to assert all required priviledges --
bad do
main name
at weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:168)
at weblogic.security.ntrealm.NTDelegate.<init>(NTDelegate.java:62)
at weblogic.security.ntrealm.NTRealm.<init>(NTRealm.java:39)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:241)
at weblogic.security.acl.Realm.getRealm(Realm.java:79)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
The WebLogic Server did not start up properly.
Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: java.lang.IllegalAccessError:
java.
lang.SecurityException: Unable to assert all required priviledges -- bad
domain
name
at weblogic.security.acl.Realm.getRealm(Realm.java:86)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
java.lang.IllegalAccessError: java.lang.SecurityException: Unable to assert
all
required priviledges -- bad domain name
at weblogic.security.acl.Realm.getRealm(Realm.java:86)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
WebLogic Server terminated with an abnormal condition of 1
Hit return to continue...>>>>>>>>>Regards, Garry Baird.

No idea. i couldn't reproduce it here.
Post it in security newsgroup.
Kumar
Garry Baird wrote:
Hi Kumar,
Thanks for the reply. We've always run WLS from the command line with
NTRealm and it works fine (I tried it after seeing a comment to that
effect somewhere in one of the newsgroups). The problem is that when I
run it using SP2 it works fine, but I hit this problem with SP6 and the
new wlntrealm.dll file.
My NT priviliges haven't changed between SP2 and SP6.
Any ideas?
Thanks, Garry.
Kumar Allamraju wrote:
Our security expert says
"""" As you read through the stack trace, you notice that the person running WLS
does not have the
correct privileges on NT to run NTRealm. This should be doc'd better, Yes, but
it's not an error
or bug.""""
Also the doc is not correct. You can run it on the command line. You just have to
give yourself the
correct privileges in the NT System.
Kumar
Kumar Allamraju wrote:
Are you sure that you are running WLS as an NT Service?
The docs clearly states
"""" To use NTRealm , you must run WLS as an NT service on a computer in the
Windows NT domain.
If you run WLS from the command line, NTRealm authentication will not
succeed""""
Kumar
Garry Baird wrote:
Hi All,
I've just installed SP6 on WLS 5.1.0 (NT 4.0) and hit an NTRealm problem. I
installed the new wlntrealm.dll file and removed the ntrealm.properties file
as per the SP6 release notes. Note that I didn't install SP6 to fix any
NTRealm problems but had to install the new wlntrealm.dll file as I'm using
NTRealm. If I don't use the new wlntrealm.dll I get a
java.lang.NoSuchFieldError when starting WLS. So, with the new
wlntrealm.dll, when starting WLS, I hit the following:
U n a b l e t o a d j u s t t o k e n p r i v i l e g e s
java.lang.SecurityException: Unable to assert all required
priviledges
at weblogic.security.ntrealm.NTDelegate.initFields(Native Method)
at weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:162)
at weblogic.security.ntrealm.NTDelegate.<init>(NTDelegate.java:62)
at weblogic.security.ntrealm.NTRealm.<init>(NTRealm.java:39)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:241)
at weblogic.security.acl.Realm.getRealm(Realm.java:79)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
java.lang.SecurityException: Unable to assert all required priviledges --
bad do
main name
at weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:168)
at weblogic.security.ntrealm.NTDelegate.<init>(NTDelegate.java:62)
at weblogic.security.ntrealm.NTRealm.<init>(NTRealm.java:39)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:241)
at weblogic.security.acl.Realm.getRealm(Realm.java:79)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
The WebLogic Server did not start up properly.
Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: java.lang.IllegalAccessError:
java.
lang.SecurityException: Unable to assert all required priviledges -- bad
domain
name
at weblogic.security.acl.Realm.getRealm(Realm.java:86)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
java.lang.IllegalAccessError: java.lang.SecurityException: Unable to assert
all
required priviledges -- bad domain name
at weblogic.security.acl.Realm.getRealm(Realm.java:86)
at weblogic.security.acl.Realm.getRealm(Realm.java:57)
at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
at java.lang.Thread.run(Thread.java:479)
WebLogic Server terminated with an abnormal condition of 1
Hit return to continue...>>>>>>>>>Regards, Garry Baird.

Similar Messages

  • Can't start WebLogic Server with SP6 and jdk1.2.2 using WebLogic Console

    Hi All,
    I am trying to install WebLogic 5.1 with SP6 under Windows NT 4.0 with SP6. My goal is to run JSP/Servlets. After going through all the steps described in SP6 Readme I am getting th following exception:
    ava.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:140)
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
         at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
         at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
         at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1408)
         at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:518)
         at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code)
         at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
         at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.Server.startServerDynamically(Server.java:99)
         at weblogic.Server.main(Server.java:65)
         at weblogic.Server.main(Server.java:55)
    The installation document is pretty bad intermixing different types of installations. Where can I find steps or what do I need to do to get WebLogic to run with JDK1.2.2 if I want to start it up from WebLogic console only?
    Thanks,
    Mark.

    Try rather using the 1.4 version available here: http://java.sun.com/j2ee/1.4/
    and use this dedicated forum: http://forum.java.sun.com/forum.jsp?forum=136
    -Alexis

  • URGENT: sp6 and JSP compiling/classpath problem?

    Hi,
              We installed sp6 on our production site a little over a week and started
              seeing this problem on our logs with regards to any JSP with an include tag,
              such as:
              <%@ include file="/inc/insideHeadTag.jsp" %>
              INTERMITTENTLY, we will get the following error in the page on the client
              side at runtime:
              < ! -- cannot include file '/inc/insideHeadTag.jsp', resource not
              found -- >
              I grepped this newsgroup and noticed a previous unanswered post of the same
              nature, "Static compiles do not seem to include JSP's". Except in our case,
              this problem also manifest for dynamic JSP compiles, happens sporatically,
              and only started with sp6.
              Bug???
              Gene Chuang
              Join Kiko.com!
              

              Just to clarify - I'm not from BEA, I'm from EA - short a letter.
              As far as I know, there is no synchronization between WL instances in a cluster regarding the
              the compiling of JSPs. So when you start up two WL instances that share the same workingDir,
              and each WL instances gets a hit on your shiny new index.jsp, they both need to compile it. So the first
              one compiles it and writes index.class, the second does the same, overwriting the first _index.class,
              possibly at the same time that the first instance is trying to load _index.class into memory. And you
              get a mysterious 'class not found' error. Not likely, but possible.
              "Gene Chuang" <[email protected]> wrote:
              >Hmm, interesting... I thought Weblogic strongly recommends clustered
              >servers sharing the same file system?
              >
              >So you're saying the system-wide, cluster and node specific directories can
              >reside on the shared drive, but workingDirs should reside on local drives?
              >
              >--
              >Gene Chuang
              >Join Kiko.com!
              >
              >"Mike Reiche" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> Make sure that your WLS instances are NOT sharing the workingDir. If two
              >instances
              >> try to compile the same JSP at the same time, bad things can happen.
              >>
              >> Mike
              >>
              >> "Gene Chuang" <[email protected]> wrote:
              >> >Hi Jong,
              >> >
              >> >Thanks for the reply; but I wish the solution is as simple as that.
              >Yes,
              >> >my .jsps are in the proper directory. They have been working properly
              >for
              >> >the past 6 months, since we were running WL 4.5.1. Only when I switched
              >to
              >> >WL 5.1 sp6 did this bug start showing up. Plus, like I said in my
              >original
              >> >post, this bug is sporatic. SOMETIMES the included jsp is found by
              >Weblogic
              >> >and the includer jsp compiles correctly; other times it isn't found and
              >the
              >> >includer jsp leaves a gap! What's going on?
              >> >
              >> >We are running clustered web servers in Solaris 2.7 with a shared file
              >> >system. This sporatic behavior may be because some nodes aren't working
              >> >properly???
              >> >
              >> >--
              >> >Gene Chuang
              >> >Join Kiko.com!
              >> >
              >> >"Jong Lee" <[email protected]> wrote in message
              >> >news:[email protected]...
              >> >>
              >> >> "Gene Chuang" <[email protected]> wrote:
              >> >> >Hi,
              >> >> >
              >> >> >We installed sp6 on our production site a little over a week and
              >started
              >> >> >seeing this problem on our logs with regards to any JSP with an
              >include
              >> >tag,
              >> >> >such as:
              >> >> I assumed insideHeadTag.jsp is in
              >> >> YOUR_DOCUMENT_ROOT/inc/insideHeadTag.jsp
              >> >>
              >> >> if you haven't read the spec of relative URI please do so:
              >> >> jsp spec 1.1 - section 2.5.2
              >> >>
              >> >> Jong
              >> >>
              >> >> >
              >> >> > <%@ include file="/inc/insideHeadTag.jsp" %>
              >> >> >
              >> >> >INTERMITTENTLY, we will get the following error in the page on the
              >client
              >> >> >side at runtime:
              >> >> >
              >> >> > < ! -- cannot include file '/inc/insideHeadTag.jsp', resource not
              >> >> >found -- >
              >> >> >
              >> >> >I grepped this newsgroup and noticed a previous unanswered post of the
              >> >same
              >> >> >nature, "Static compiles do not seem to include JSP's". Except in our
              >> >case,
              >> >> >this problem also manifest for dynamic JSP compiles, happens
              >> >sporatically,
              >> >> >and only started with sp6.
              >> >> >
              >> >> >Bug???
              >> >> >
              >> >> >Gene Chuang
              >> >> >Join Kiko.com!
              >> >> >
              >> >> >
              >> >> >
              >> >>
              >> >
              >> >
              >>
              >
              >
              

  • Weblogic 81 sp6 and siteminder authentication

    I am running into a puzzling issue after upgrding to weblogic8.1 sp6. I am not sure if any experienced this and how to remedy the problem.
    1- background : I had weblogic8.1 sp5 installed and I had a deployed web application on a managed server. There is a siteminder protection for the anything under the context root of this web application. The siteminder plugin is installed on Iplanet( SUN WEB Server 6.1sp3). When a user tries to access this webapplication though the webserver. Siteminder interrupt the request and authenticate the user. if the user is authorized to access the application, siteminder will change the headers and add other header variables and redirect it again to the application. All was working fine and no changes were needed.
    Once I upgraded to weblogic 8.1 sp6. User gets authenticated by sinteminder but the weblogic server tries to authenticate the user again using its own form. If siteminder is disabled, then the user can access the application fine without weblogic authentication. There are no configuration changes at all in this upgrade. I only reference the new JDK and new weblogic 8.1sp6 files to restart the servers.
    If you have any idea, please reply to this post.
    thank you.

    after opening a support ticket, it's been resolved for me.
    Patch CR287255 has been created and allow you to add a new parameter in the config.xml of your domain: EnforceValidBasicAuthCredentials = "False".
    Hope this helps.

  • WLS V6.1 SP6 and Oracle 10

    Does anyone know if WebLogic Server V6.1 Service Pack 6 can run ok with Oracle 10G using oracles thin driver?
    Regards,
    Terje Schjonneberg

    We are having no problems using WLS 6.1 SP7 and 10G on Solaris.

  • Using jdk1.3 compiler over network on NT SP6 and Windows 2000 is very slow.

    We recenlty shifted to jdk1.3 from jdk1.2.2. We compile java files that
    are on a mapped network drive. The compiler,source files and the class
    files are read from and written to a mapped network drive.
    We have noticed that our compilation times have increased 3 times since
    we started using jdk1.3. We compile around 4000 files which use to take
    4 hours when jdk1.2.2 was used and with jdk1.3 it is taking around 14
    hours. This is the case when we compile on Windows 2000 and Windows NT
    Service Pack 6 machines. But compiling on Windows NT ServicePack5 it
    would get compiled in 5 hours. This is really weird but that is the
    workaround we have now that is using a NT Sp5 machine for compilation.
    Wondering if anyone else has seen this problem. Please let me know.
    Thanks,
    VJA.

    Well the bottleneck in your build process is always going to be the network regardless of the compiler you use.
    Ok, the compiler may be slower but the I/O issues far outweigh the compiler performance.
    What affects the build process you have that you can compile on a particular machine but the files must remain on a central server?
    There is little difference in copying all the files to a local machine, compiling locally and copying the class files back to the server, and having the compiler read from and write back to a network driver apart from performance. Obviously there may be some issues however very few that cannot be resolved.

  • SP6 NTRealm problem

    Hi All,
    I posted the stuff below in the 'install' newsgroup as I thought it
    might be a problem with SP6. Apparently this isn't the case and I've
    been advised to post it here.
    For interest , we've always run WLS from the command line with NTRealm
    and it works fine (I tried it after seeing a comment to that effect
    somewhere in one of the newsgroups). The problem is that when I run it
    using SP2 it works fine, but I hit this problem with SP6 and the new
    wlntrealm.dll file.
    My NT priviliges haven't changed between SP2 and SP6.
    < Original post below:>
    I've just installed SP6 on WLS 5.1.0 (NT 4.0) and hit an NTRealm
    problem. I
    installed the new wlntrealm.dll file and removed the ntrealm.properties
    file
    as per the SP6 release notes. Note that I didn't install SP6 to fix any
    NTRealm problems but had to install the new wlntrealm.dll file as I'm
    using
    NTRealm. If I don't use the new wlntrealm.dll I get a
    java.lang.NoSuchFieldError when starting WLS. So, with the new
    wlntrealm.dll, when starting WLS, I hit the following:
    U n a b l e t o a d j u s t t o k e n p r i v i l e g e
    s
    java.lang.SecurityException: Unable to assert all required
    priviledges
    at weblogic.security.ntrealm.NTDelegate.initFields(Native
    Method)
    at
    weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:162)
    at
    weblogic.security.ntrealm.NTDelegate.<init>(NTDelegate.java:62)
    at weblogic.security.ntrealm.NTRealm.<init>(NTRealm.java:39)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.SecurityException: Unable to assert all required priviledges
    bad do
    main name
    at
    weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:168)
    at
    weblogic.security.ntrealm.NTDelegate.<init>(NTDelegate.java:62)
    at weblogic.security.ntrealm.NTRealm.<init>(NTRealm.java:39)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.IllegalAccessError:
    java.
    lang.SecurityException: Unable to assert all required priviledges -- bad
    domain
    name
    at weblogic.security.acl.Realm.getRealm(Realm.java:86)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.IllegalAccessError: java.lang.SecurityException: Unable to
    assert
    all
    required priviledges -- bad domain name
    at weblogic.security.acl.Realm.getRealm(Realm.java:86)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1
    Hit return to continue...>>>>>>>>>Regards, Garry Baird.

    Was this ever satisfactorily resolved? We're having a similar problem. NTRealm worked (in a limited way) on WLS 5.1 up through service pack 5. With service pack 6 installed, we cannot start WLS either as a service or from the command line. We always get the token privilege error, even though the privilege is explicitly assigned to the user starting the WLS Service.
    -Horst
    "Paul Patrick" <[email protected]> wrote:
    The message indicates that the account under which you are executing the
    NTRealm does not
    have the privilege to adjust a process token. This is a right that the
    account under which you
    execute the realm must be granted.
    Check the account's rights in the Windows NT UserManager.
    Paul Patrick
    "Garry Baird" <[email protected]> wrote in message
    news:[email protected]...
    Hi All,
    I posted the stuff below in the 'install' newsgroup as I thought it
    might be a problem with SP6. Apparently this isn't the case and I've
    been advised to post it here.
    For interest , we've always run WLS from the command line with NTRealm
    and it works fine (I tried it after seeing a comment to that effect
    somewhere in one of the newsgroups). The problem is that when I run it
    using SP2 it works fine, but I hit this problem with SP6 and the new
    wlntrealm.dll file.
    My NT priviliges haven't changed between SP2 and SP6.
    < Original post below:>
    I've just installed SP6 on WLS 5.1.0 (NT 4.0) and hit an NTRealm
    problem. I
    installed the new wlntrealm.dll file and removed the ntrealm.properties
    file
    as per the SP6 release notes. Note that I didn't install SP6 to fix any
    NTRealm problems but had to install the new wlntrealm.dll file as I'm
    using
    NTRealm. If I don't use the new wlntrealm.dll I get a
    java.lang.NoSuchFieldError when starting WLS. So, with the new
    wlntrealm.dll, when starting WLS, I hit the following:
    U n a b l e t o a d j u s t t o k e n p r i v i l e g e
    s
    java.lang.SecurityException: Unable to assert all required
    priviledges
    at weblogic.security.ntrealm.NTDelegate.initFields(Native
    Method)
    at
    weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:162)
    at
    weblogic.security.ntrealm.NTDelegate.<init>(NTDelegate.java:62)
    at weblogic.security.ntrealm.NTRealm.<init>(NTRealm.java:39)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.SecurityException: Unable to assert all required priviledges
    bad do
    main name
    at
    weblogic.security.ntrealm.NTDelegate.loadlib(NTDelegate.java:168)
    at
    weblogic.security.ntrealm.NTDelegate.<init>(NTDelegate.java:62)
    at weblogic.security.ntrealm.NTRealm.<init>(NTRealm.java:39)
    at java.lang.Class.newInstance0(Native Method)
    at java.lang.Class.newInstance(Class.java:241)
    at weblogic.security.acl.Realm.getRealm(Realm.java:79)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.IllegalAccessError:
    java.
    lang.SecurityException: Unable to assert all required priviledges -- bad
    domain
    name
    at weblogic.security.acl.Realm.getRealm(Realm.java:86)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    java.lang.IllegalAccessError: java.lang.SecurityException: Unable to
    assert
    all
    required priviledges -- bad domain name
    at weblogic.security.acl.Realm.getRealm(Realm.java:86)
    at weblogic.security.acl.Realm.getRealm(Realm.java:57)
    at weblogic.t3.srvr.T3Srvr.initializeSecurity(T3Srvr.java:1747)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:99)
    at weblogic.Server.main(Server.java:65)
    at weblogic.Server.main(Server.java:55)
    at weblogic.NTServiceHelper.run(NTServiceHelper.java:19)
    at java.lang.Thread.run(Thread.java:479)
    WebLogic Server terminated with an abnormal condition of 1
    Hit return to continue...>>>>>>>>>Regards, Garry Baird.

  • Webi displays null and wrong values after BW upgraded to SP6

    Hi,
    Webi report retrieves blank values after BW Backend upgraded to SP6.
    We were on SAP EHP 1 for SAP Net Weaver 7.0 and SP4. On the BO side we are on BO XI R/3 FP 2.1.
              Once we add new filters to a simple webi query the webi displays the null values for the characteristics which already exist in the report and more ever wrong values displayed for few columns. We have checked the MDX query in BW by using 'MDXTEST' and the results are good.
            It looks like that it is a rendering issue in Webi side and exactly no idea...
    Can anybody know how to fix the issue or any SAP notes exists for resolving this?
    Thank you,
    Regards,
    Satya

    Hi Ingo,
    We are also facing the same issue that satya is facing.
    We have developed the reports in BO XI 3.1 SP2 FP2.1 and SAP BW 7.01 EHP1 which was running correctly and showing the right result.
    But we upgraded the BW system to SAP BW 7.01 SP6 and check the WebI reports which was showing the unexpected results. ( instead of n rows it shows only 1 row for any query without dimension values)
    So we upgraded the BO sys to BO XI 3.1 SP2 FP 2.6 and checked the result but no luck with that also.
    The workaround i found is i must need to add the Node objects from the universe in the Query which are also used in the query filter of Web Intelligence. But this is not reliable as we need to change all the developed queries.
    We have also tried to perform the things shown in the notes but no MDX trace is enabling.
    Please let me know if there is any other solution.

  • "Load Report Failed" Error after upgrading to CR XI R2 and VS 2005

    Previously I had visual studio 2003 and crystal report XI and on my website project and I have this function where users can download their monthly statement. and it was working fine. here is my code of the function...
    Private Sub cmdStatement_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdStatement.Click
            Dim pReport As New ReportDocument
            pReport = New ReportDocument()
            Try
                'Dim pTable As Table
                pReport.Load(Server.MapPath(".") & "\reports\MonthlyStatement.rpt")
                pReport.SetDatabaseLogon(dbUser, dbPassword, dbServer, dbDatabase)
                pReport.RecordSelectionFormula = "{CCMSC.CID}='" & mCID & "'"
                Dim pArray() As String =
                DataAccess.SqlPublic.ExecuteDataset(cnString, "webDownloadEStatement", pArray)
                Response.ClearContent()
                Response.ClearHeaders()
                Response.ContentType = "application/pdf"
                pReport.ExportToHttpResponse(CrystalDecisions.[Shared].ExportFormatType.PortableDocFormat, Response, True, "DebtHelper_" & mCID & "_MonthlyStatement")
                pReport.Dispose()
            Catch ex As Exception
                divMessage.Visible = True
                lblMessage.Text = ex.Message
            Finally
                pReport.Dispose()
            End Try
        End Sub
    Now, recently I upgraded my crystal to CR XI Release 2 SP6 and also upgraded my web project to Visual Studio 2005 with .NET 2.0. and now it gives me "report load failed" error on the very first line pReport.Load(......)
    The project has updated the references related to crystal reports to the 11.5 version from 11.0. Not sure what am I missing here.
    I have also opened the report file in the new crystal and saved it. I also opened it in Visual Studio itself and saved it.
    I would appreciate any help possible.
    Thanks
    Raj

    Hi! Ludek,
    I have tried to hard code the path. I checked the win/temp folder and the aspnet account already has the read/write permissions.
    Below is the detailed error message:
    Error Message: Load report failed.
    Page Error Occurred: /MyDebthelper/reports.aspx
    ExceptionType: System.Exception
    Inner Exception: System.Runtime.InteropServices.COMException (0x800001F5): The Report Application Server failed at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
    Stack Trace: at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) at MyDebthelper.reports.cmdStatement_Click(Object sender, EventArgs e) in C:\Documents and Settings\RBhavsar\My Documents\Visual Studio 2005\Projects\MyDebtHelper\MyDebthelper\reports.aspx.vb:line 83 at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Thanks
    Raj
    Edited by: debthelper on Apr 30, 2010 5:21 PM

  • NT 4.0 SP6 Workstation; DCA failure on installation; Please help.

    Hi folks, I'm on NT 4.0 SP6 and I'm trying to install the Personal Edition of Oracle 9i with General Purpose database and the Database Configuration Assistant displays error "ORA-12571: TNS PACKET WRITER FAILURE".
    I've read a lot here in the installation forum; I've tried installing from the /install/win32/setup.exe, I've
    tried different database types, running the DCA standalone after the install, and I still get this error.
    Later I tried the unistall procedures and still can't get a successful installation with database. I've had a post out here for a week and I haven't gotten any response.
    I beleive my system specs are adequate, ie. disc space, memory, cpu, etc...;
    Also, in the beginning of the install it tells me that I should have MTS (Microsoft Transaction Server) installed. Is this true? Do I really need MTS for a 'personal edition', non-networked version of 9i?
    Can anyone help me solve this problem?
    Additionally:
    I saw someone respond that Personal Edition was only for
    Windows 98. I don't beleive that this is true. I know folks that have it installed on XP and 2000, as well as 98.
    There seem to be a lot of problems with DCA posted in the installation forum. Why doesn't Oracle fix it so it works right?
    Many thanks for this forum.
    - G. Redding

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the Oracle Technology Network (OTN) > Products > Database > Database - General forum.

  • Applying patches to PI 7.0 SP6

    Hi Experts
    I am totally new to this XI technical side so please help me out in a step by step way.
    Actually we are trying to install XI 7.0 and the initial installation like from the master installation DVD and the exports and all are complete.
    So the system is basically on PI 7.0 with basic SP6 and nothing like SAP basis content 7.0, PI AFC Core, PI adapter, PI adapter Framework etc whatever is needed has not been applied yet
    Please guide me how and what all patches and content like AFC core etc is to be aplied so that the PI system is ready to work.
    We have done the post installation configuration through template wizard .
    Any step by step help would be rewarded.
    Thanks

    Don't know if this helps but if I understood you correctly you can cd to the location where the patch was downloaded and do the following:
    cd patch_directory/
    opatch napply -id (ID_LIST) -skip_subset -skip_duplicate
    e.g.
    opatch napply -id 7155248,7155251,7155254,7375613,7609058,8309623,etc. -skip_subset -skip_duplicate
    If there are that many of them you can do an ls and use a text editor to edit the ID_LIST.

  • WLS 6.1 SP4- SP5/SP6

    Good morning,
    I tried re-running weblogic.ejbc on my ejb-jar files and it failed with the same
    error. I am using Javlin for a transactional cache with WebLogic and I don't think
    it knows anything about the getLoadUser and setLoadUser methods. I had the same
    problem when I went to WS 6.1 SP4 with the methods __WL_needsRemove and __WL_setNeedsRemove
    but I was able to implement those inside my bean code and everything worked. I
    figured I could just implement the __WL_getLoadUser and __WL_setLoadUser and I
    would be okay. I implemented them with an empty setLoadUser and tried various
    returns for getLoadUser. After implementing them, I am able to access from the
    database with no problem, but when I try to create beans, the program throws a
    NullPointerException. I have not seen any information on what these two methods
    are supposed to do but it seems they first show up in SP5.
    Thanks,
    Dan
    Rob Woollen <[email protected]> wrote:
    Does re-running weblogic.ejbc on your ejb-jar fix the problem?
    -- Rob
    Dan Shelton wrote:
    Hello All,
    I am trying to deploy some EJBs from a system with WS 6.1 SP4 ontoa system with
    SP5/SP6 and get an error stating that the bean has to be declared abstractbecause
    the methods __WL_getLoadUser() and __WL_setLoadUser(..) are not implemented.These
    two methods are listed in the WLEnterpriseBean interface in weblogic.ejb20.interfaces
    for SP5/SP6 but not in SP4. Anybody know what these methods are supposedto do?
    I have found no information at all on these. I have a case in but figuredsomeone
    might already know.
    Have a good one,
    Dan

    Keith,
    This message gives you exact reason. Double-check classpaths
    used the start weblogic and to run ejbc. There may be something
    left from previous installations.
    Regards,
    Slava Imeshev
    "Keith" <[email protected]> wrote in message news:3fb0337c$[email protected]..
    >
    Hi,
    We run version WLS 6.1 SP4 (I never noticed this when we were using
    WLS 6.1) on each of development, system test, and production machines.
    When I compile and deploy my web app to our devlopment machine
    everything is fine. It is always compiled on our devlopment machine.
    However when I deploy the same web app to our system test machine it
    gives the following error:
    ####<Nov 7, 2003 9:49:05 AM EST> <Warning> <EJB> <blah.com.au>
    <myserver> <main> <system> <> <010004
    <The EJB deployment named: blah_blah was compiled by a different version ofthe WebLogic Server.>
    This has always happened on our development machine but not on our
    production machine, so it has never really been a problem because it
    just recompiles it and everything is fine.
    But now I have added some EJBs to the web app and now when I
    recompiles it at startup it never compiles the new EJBs, and thus
    never deployes them.
    I have check the following on each machine to compare WLS versions.
    wlgenerated file in the app jar file
    java weblogic.ejbc -version
    java weblogic.version
    and java -version
    They all report to be the exactly the same version.
    Are there any suggestions to stop the WLS recompiling my app or to
    make it compile my new EJBs when the server starts up.
    Any suggestions would be very much appricited.
    Cheers
    Keith

  • BCS 604 SP6 - Change to Consolidation Group extra features

    Hi All,
    We've upgraded from SP0 to SP6 and noticed some new options for CCG config:
    IN UCWB we have rthe following new options:
    1. under Consolidation area -->  Settings --> Consolidation Functions used, we have:
    (checkbox) Separation of Goodwill from Investment (ERP 2005)
    2. Under Changes to Consolidation group we had:
    - Selected Items
    - Task
    - Document Type
    - System Utilization - NEW
    > (checkbox) Other Comprehensive Income in Total Divestiture
    Help on "1" reveals:
    If you select this checkbox, you enable the separation of goodwill from the investment relationship.
    Use
    If the Separation of Goodwill from Investment function is active, you can manually enter a goodwill entry on a separate consolidation unit for the Reclassification of Treasury Stock activity. The system does not post a minority interest to effects from valuation allowance or currency translation. The system suppresses the posting of minority interests on the assumption that no investment and equity data exist for a separate consolidation unit for which you have entered a manual goodwill entry. (However, the system does not check whether investment and equity data on the separate consolidation unit really do not exist.)
    Help on "2":
    Other Comprehensive Income in Total Divestiture
    If you select this checkbox, you enable the system to post the other comprehensive income in the Total Divestiture activity with an effect on net income.
    Use
    If the Other Comprehensive Income in Total Divestiture function is active, the system posts the group value of the other comprehensive income in total divestiture to the income statement.
    Dependencies
    You define the items for other comprehensive income as a subset of the equity items in Equity Data Customizing on the Other Comprehensive Income tab page. You specify there for each item for other comprehensive income the relevant posting item in the income statement.
    Anyone used either of these extra features,
    found them useful, any problems?

    I have not used the 1st "Separation of Goodwill".
    The second feature is needed when Cons of Investment (COI) is not used. I actually configured Cons Grp Chgs with this and subsequently implemented COI in the same system. What happened is that this feature disappeared from Cons Grp Chgs and reappeared in COI > Settings > Appropriation of Retained Earnings.
    I hope this helps.

  • Problems with ESS in Career and Jobs in Appraisal Document

    HI
    Iam Facing a problem in ESS career and job .
    in Appraisal documnets
    iam using BP ERP5 ESS1.41 sp6
    and updated Common parts
    My problem here is when i click the appraisal link  the page for appraisal is opening with some records.but when i click on that record the appraisal template must be displayed,but my link is displaying an error in that page as page is not found.
    i had done required OBN as of SAP NOTE 1416756  , 1408243.but my issue doesnt soleved
    iam just postinga  screen shot of that error
    http://img80.imageshack.us/img80/8157/uiapraisal2.jpg
    can u people help me in solving this issue.wat might be the problem and how to get trhe solution
    pls help me as iam in very emergency with this issue
    Bye
    Waiting 4 response

    sandeep, im still looking for you to provide the
    URL of both pages in your screenshot.
    Outside of a weird firewall issue or something, you have 1 of 2 issues.
    1.  Your OBN Target configuration you did in the notes is wrong.  which means the target URL is not pointing to the iview properly.
    2.  Your iview for the sap page called appraisal_document is not in accessible in the correct content area. 
    here is the location in the standard SAP portal area, not sure if you copied and already using a custom ESS tab....
    pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.14.bp_folder/com.sap.pct.erp.ess.14.iviews/com.sap.pct.erp.ess.14.career_job/com.sap.pct.erp.ess.appraisal_document_pmp
    also, on the previous post, it was wrong the wrong webdynpro's that were told you.  The POWL webdynpro's you already have access to, its when from that application you try to launch the document.  You want to launch this webdynrpo, which is configured in the appraisal_document iview:
    HAP_AC_PMP_MAIN - for predefined
    HAP_MAIN_DOCUMENT- for flexible.

  • Save printer to layout in crystal reports XI R2 and windows vista ,7 , 2008

    Hi ,
    I have a problem with the crystal report design , I use CRXI R2 SP6 and with windows vista , windows 7 and windows server 2008 .
    The problem is that when I built the report and I go to set page from file , in the page setup form I don't have the printer select button and so I can't save the printer in the report.
    With SO earlier it's all ok.
    Thanks
    Mauro

    Hi Enrico,
    Can you let us know what is the format of the image you are using.
    Thanks,
    Naveen.

Maybe you are looking for