Initialization of the Advisor

Hello,
When I call the getResult method of an Advice object to obtain the classifications
of a user in a servlet, it returns nothing at first.
But once I call the <um:getProfile> and the <pz:div> tags in a jsp page, the same
servlet returns the classifications of the user.
Have I missed a initialization in my servlet which is made in the tags call that
makes the first call in the servlet not working?
Thanks a lot for any help.
Sabine.

When you called the getResult() method the engine probably didn't run as there
was no need to either classify users or get content. So in your servlet try calling
the equivalent EJB calls and you should be fine.
S
"Sabine Pham" <[email protected]> wrote:
>
Hello,
When I call the getResult method of an Advice object to obtain the classifications
of a user in a servlet, it returns nothing at first.
But once I call the <um:getProfile> and the <pz:div> tags in a jsp page,
the same
servlet returns the classifications of the user.
Have I missed a initialization in my servlet which is made in the tags
call that
makes the first call in the servlet not working?
Thanks a lot for any help.
Sabine.

Similar Messages

  • Adobe Print form error: Initialization of the font server module failed.

    Hi all,
    When trying to open a PDF preview the error below is displayed:
    "Initialization of the font server module failed."
    The problem occurs with SAP GUI 7.10 patch 15 and Adobe Reader 9
    With SAP GUI 7.10 patch 12 and 13 with Adobe Reader 9 the problem do not happen.
    Has anybody faced this kind of problem? Is it a SAP GUI patch release issue?
    Any help is welcome.
    Kind regards,
    Thiago Viaro

    Hi Thiago,
    We had exactly the same problem, but also with sp 12 and 13 for sapgui 710.
    After applying ECL 6.0 Patch 4, the problem was solved.
    Please have a look at sap note 1308147 and 1356854
    Cheers,
    Peter Albrecht

  • How to get access to all the advisories in mozilla?

    Mozilla Foundation Security Advisories (http://www.mozilla.org/security/announce/),
    when accessed provides information on many of the advisories, but for some it displays an error that you are not authorized to open.
    I tried to open bug #790879 & it showed following error:-
    (https://bugzilla.mozilla.org/show_bug.cgi?id=790879).
    Can anybody please tell me what needs to be done to get complete access of the advisories.

    i myself am no mozilla staff but just a contributing volunteer, so i cannot tell you for sure how it works in practise (the policy document is now nearly a decade old). however according to the document most bugs should get disclosed after a unspecified amount of time after they got fixed and then they are just readable like any other normal bug report at bugzilla.mozilla.org.
    in case you have a legitimate interest in reviewing a certain inaccessible bug-report (& have an account on bugzilla.mozilla.org) you could also try to write an email to the security@XXX mail address & explain the situation - maybe they can/will add you to the list of people who are authorized to view the details.

  • The current user username has not been granted the ADVISOR privilege despite having it !

    Hi,
    I'm trying to follow ML note 2499931.1 'Using Dbms_Advisor.Tune_Mview To Optimize Materialized Views For Fast Refresh' and am receiving an error suggesting the user4 does Not have the Advisor privilege
    despite the fact that it does. What am I missing ?
    Every note I've found so far suggests granting the privilege is the fix.
    I have and continue to receive the error.
    Version 11.2.0.3 on Redhat 5
    select * from dba_sys_privs where grantee = 'SOAUSER';
    GRANTEE                        PRIVILEGE                                ADM
    SOAUSER                        CREATE MATERIALIZED VIEW                 NO
    SOAUSER                        CREATE VIEW                              NO
    SOAUSER                        CREATE PUBLIC SYNONYM                    NO
    SOAUSER                        SELECT ANY DICTIONARY                    NO
    SOAUSER                        ON COMMIT REFRESH                        NO
    SOAUSER                        CREATE ANY DIRECTORY                     NO
    SOAUSER                        CREATE DATABASE LINK                     NO
    SOAUSER                        SELECT ANY TABLE                         NO
    SOAUSER                        ADVISOR                                  NO
    SOAUSER                        UNLIMITED TABLESPACE                     NO
    SOAUSER                        CREATE SESSION                           NO
    Error at line 2
    ORA-13616: The current user SOAUSER has not been granted the ADVISOR privilege.
    ORA-06512: at "SYS.PRVT_ADVISOR", line 4869
    ORA-06512: at "SYS.DBMS_ADVISOR", line 1969
    ORA-06512: at "SYS.PRVT_TUNE_MVIEW", line 490
    ORA-06512: at "SYS.PRVT_TUNE_MVIEW", line 970
    ORA-06512: at "SYS.DBMS_ADVISOR", line 739
    ORA-06512: at line 3
    Thanks in Advance
    Ken

    Sorry, but the code I was receiving the error message for is essentially   the same as the example in the note. Assumed people would have access to the note.
    The statement is:
    variable foo varchar2(20);
    declare foo varchar2(20) := 'ken_foo';
    begin
    dbms_advisor.tune_mview(:foo,
    'create materialized view ken_foo
    as
    select 
    papf.rowid R_papf,
    paaf.rowid R_paaf,
    gcc.rowid R_gcc,
    papf.employee_number,
    gcc.segment4 cost_center
    from hr.per_all_people_f@atc_pp_to_ebs_atcllc papf,
         hr.per_all_assignments_f@atc_pp_to_ebs_atcllc paaf,
         gl.gl_code_combinations@atc_pp_to_ebs_atcllc gcc
    where papf.person_id = paaf.person_id
    --and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
    --and trunc(sysdate) between paaf.effective_start_date and paaf.effective_end_date
    and paaf.default_code_comb_id = gcc.code_combination_id');
    end;
    Per another forum the answer appears to be that sys didn’t have the advisor privilege.
    Granted advisor to sys and ran the statement again as soauser and no error.
    Thanks
    Ken

  • An error occurred during the initialization of the view manager - Web IC

    We just upgraded our CRM Dev system from 4.0 to 5.0.  We've already done this once on our Sandbox.  However, in our Dev environment, I execute CRM_IC.  Select my profile and then get an exception.
    An error occurred during the initialization of the view manager
    An exception has occurred
    Exception Class CX_SY_REF_IS_INITIAL
    Text: Dereferencing of the NULL reference
    Program: CL_BSP_WD_VIEW_MANAGER========CP
    Include: CL_BSP_WD_VIEW_MANAGER========CM003
    Source Text Row: 86
    This is the line of code that the exception occurs.  I debugged through, but not sure what the problem is.    It seems like it should have something to do with the runtime profile, but I can't seem to find anything wrong.  This problem doesn't happen in the sandbox, but we are on a slightly higher support pack in our Development environment.
        get own initial rep view reference
          INITIAL_REP_VIEW = REPOSITORY->GET_INITIAL_VIEW( ).
    Any ideas?  I've already search OSS.
    Thanks, Cat

    Thirumala,
      Thank for your reply.  I already recompiled CRM_IC.  I'm trying to execute the standard Webclient and still getting the error.  I also reactivated CRM_IC_DT_REP and CRM_IC_RT_REP, but no luck.   I went to SICF and made sure all the services starting with CRM_IC were activated too.  Any other suggestions?
    Thanks,
    Cat

  • Initialize in the constructor is better or set the value thro' set method?

    Hi,
    For the normal helper classes for servelt or jsp or EJB,
    Which of the following one is the better ...?
    1.
    i.initialize all the fields in the constructor, then
    ii.use the set methods
    or
    2.
    i.do not use the contructor and
    ii.use the set methods to set the values
    Anybody can give the solution for this one...
    With regards
    vkm

    Your option 1 puzzles me, why would you need tyo use the setter methods if you already initialized in the constructor?

  • No successful initialization of the delta took place

    This morning I am suddenly getting this error in many of my process chains;
    "No successful initialization of the delta took place"
    I'm baffled as I can't think of anything I changed in the system since the last successful day which was Friday morning.  This message is not very useful; all of the 10+ infoproviders that have failed (with same message) have been working for a long time and have indeed had successful delta initialization requests so this makes no sense.
    Anybody experience this or now what I should look into to fix this?  I tried rerunning immediately in foreground and I get the same error.

    Thank you Roberto, the log definitely indicates somebody deleted the init requests!!!  It shows a consultant name though who hasn't been here for ages.  My boss says that many jobs will still appear under this consultants name because he is the one who last saved the objects or something like that.  So I'm not clear on who or how it happened.  Is there a way to fake the system into thinking the inits are there now by performing a 'simulated init request'?

  • Error in the Advisor

    I just found an error on the advisor reports.
    If I have a form page based on "TABLE1" and on that page I also have a tabular form based on "TABLE2" then the advisor thinks all my columns in the tabular form have an error in the category "Fetch, DML, MR* Processes are Valid (x)"
    this is what it returns:
    Compilation error - ORA-00904: "COLUMN1": invalid identifier Statement: SELECT "COLUMN1" FROM "SCHEMA"."TABLE1"
    The error from the advisors side is that it thinks the column should be in TABLE1, when it should actually be in TABLE2

    Hi there ,
    Thank you for visiting the HP Support Forums and Welcome! This is a great site to get answers and ask questions. I seen your post here on the HP Support Forums and I would be happy to help you. I see that you are having an issue with the power options. More specifically what closing the lid does. In System Settings you should see at the top where it says Change Settings that are currently unavailable. Please click that. Then you will see where it says Shutdown Settings. Make sure that Sleep - Show in power menu is checked.   Save changes at the bottom of the window. Restart your Notebook and see if you have the Sleep Option under When I close the lid. Have you tried to use the Power troubleshooter? Here is a link to a document called Managing Power Options (Windows 8). At the very bottom you will notice the last step is Using the Power troubleshooter to fix problems in Windows 8. Try this step, restart your Notebook and see if the sleep option reappears. If these steps do not help, you can try to Update the BIOS. Please follow these provided troubleshooting steps, re-post and let me know if anything worked, and if it did not, details on what you see. Have a great day!

  • When trying to launch a Java preferences get this message:  Cannot launch Java application A static initializer of the main class threw an exception: java.lang.NullPointerException"

    I have an IMac 10.5.8 and I am having problems with Java. I have tried todownload Java for Mac OS X 10.5 Update 4 and it looks as if it is doingsuccessfully, but I cannot see where it has put it and get this message when trying to launch Java preferences:
    Cannotlaunch Java application
    A static initializer of the main class threw an exception:java.lang.NullPointerException"
    Couldyou please help?

    Hmm, only way I know would be a relatively painless Archive & Install, which gives you a new/old OS, but can preserve all your files, pics, music, settings, etc., as long as you have plenty of free disk space and no Disk corruption, and is relatively quick & painless...
    http://docs.info.apple.com/article.html?artnum=107120
    Just be sure to select Preserve Users & Settings.

  • Photoshop elements 13 will not initialize after the program has been opened

    Photoshop Elements 13 will not initialize after the program has been opened once.  If I remove Elements processes from task manager, Organizer will open  I am using Windows 7 and Elements 12 is also installed on the same computer.

    the password and licensing agreement are needed for installation, not to run.
    check your install logs, Troubleshoot with install logs | CS5, CS5.5, CS6, CC

  • HT4623 I uploaded 6.0.1 on my iphone4 and the advisor in the shop said I shouldn't have done it. Why did he say it, the phone still goes ok and has more features.

    I was in a phone shop yesterday and the advisor said that I should not have uploaded 6.0.1 to my iphone4. .
    Why did he say it and as my friend was with me he will not upload the software on his new iphone4 because
    of what the advisor said? 

    that is exactly what I thought so I will my friend to make his own mind up           considering he has had the phone for four months and it has only worked the past 3 days because they kept configuring it wrong it is surprising he believes anything the chap said

  • Doc. for using 'Simulate the Initialization of the Delta Pro'

    Hello!
    I am trying to find documentation on using the 'Simulate the Initialization of the Delta Procedure' in the SBIW of the SAP R/3 system 3.1i. 
    If anyone can provide the documentation or a link to the correct source, I woul appreciate it greatly. 
    Thank you,
    Sharon Bomberger
    [email protected]

    Hello Sharon,
    jere is the documentation:
    Delta process initialization simulation
    Use
    If the delta process has not yet been initialized, but you want to test the delta upload, you have the option of simulating the initialization.
    This runs the help entries in all the required tables in BW and in the source system, without loading any data from the source system.
    In the monitor, you get a message telling you that a record has been loaded. The initialization-simulation request appears in all the data targets in which an update has taken place. However, this request contains only help entries. The simulation does not update any data in the data targets.
    Dependencies
    After you have tested the delta upload in this way, initialize the delta process.
    Note
    You are able to simulate the initialization of the delta process for extractors available as of PlugIn 99 (A), that is, BW-BCT 2.0.
    Kind reg.
    Michael

  • Initialization of the JSF runtime either failed or did not occurr

    Hi, i am newby to Jdev. While working the online tutorial i have the error below. I was about creating a JSF page this error occurs.
    Could someone help me please ?
    Thanks
    Oct 6, 2010 10:31:49 AM javax.faces.webapp
    SEVERE: Initialization of the JSF runtime either failed or did not occurr. Review the server''s log for details.
    java.lang.InstantiationException: org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:537)
         at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:386)
         at javax.faces.FactoryFinder.access$400(FactoryFinder.java:135)
         at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:717)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:239)
         at javax.faces.webapp.FacesServlet.init(FacesServlet.java:164)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo._init(DesignTimeServletInfo.java:304)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletInfo.init(DesignTimeServletInfo.java:193)
         at oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.initializeLoadOnStartupServlets(DesignTimeServletContainerContext.java:313)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._initializeLoadOnStartupServlets(DesignTimeWebApp.java:2661)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._initServletContainer(DesignTimeWebApp.java:804)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp.access$000(DesignTimeWebApp.java:106)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp$1.run(DesignTimeWebApp.java:712)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)

    The error show up at the time creating brand new jsf page.
    SEVERE: Initialization of the JSF runtime either failed or did not occurr. Review the server''s log for details.
    java.lang.InstantiationException: org.apache.myfaces.portlet.faces.context.FacesContextFactoryImpl
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
    oracle.jdevimpl.webapp.design.support.http.DesignTimeServletContainerContext.initializeLoadOnStartupServlets(DesignTimeServletContainerContext.java:313)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._initializeLoadOnStartupServlets(DesignTimeWebApp.java:2661)
         at oracle.jdevimpl.webapp.design.DesignTimeWebApp._initServletContainer(DesignTimeWebApp.java:804)

  • Exchange 2010 Initialization failed: The WinRM client received an HTTP server error status 500

    Good morning,
    I have major problems with exchange 2010 this morning.
    First off, exchange stopped sending and receiving any emails- whether internal or external. We are running a server 2008 R2 domain and exchange 2010 is installed on a Server 2008 virtual machine.
    I tried simply rebooting the server and then tried logging on and getting into the Exchange Management Console. I receive the following error in the exchange management console:
    Initialization failed
    The following error occurred while attempting to connect to the specified Exchange server 'exchangesvr.chs.internal';
    The attempt to connect to
    http://exchangesvr.chs.internal/Powershell using "Kerberos" authentication failed: Connecting to remote server failed with the following error message: The WinRM client received an HTTP server error status (500), but the remote service did not include any
    other information about the cause of the failure. For more information, see the about_Remote_Troubleshooting Help topic.
    I followed the steps listed here:
    http://technet.microsoft.com/en-us/library/ff607221(EXCHG.80).aspx
    but everything appeared to be correct. I did not have to make any changes because everything was set as it should be according to that information.
    Any help would be much appreciated.
    Best regards
    Katrina

    Hi,
    I had the same problem, and I spent a weekend looking a solution, fortunally, I have it:
    Please follow this steps:
    Install WinRM IIS Extension, adding this feature from Server Manager.
    Change  IPv4 over IPv6 lookup preference, because the FQDN fails to find the server on TCP/IPv6. 
    To verify this, on Command Prompt please make this test: ping yourserver.yourdomain.domain. 
    Maybe you obtain TCP/IPV6 address response.
    Probably the Internet Information Services (IIS) Manager dont have the binding for IPv6, only for IPv4.
    To change IPv4 over IPv6 lookup group prefence, follow this steps:
    Please open regedit, locate the skubkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\
    On DisabledComponents subkey, double click, change de value for
    0x20 (or 4120 Hexadecimal). this value make  the Windows OS to prefer IPv4 over IPv6.
    Repeat the test, on command prompt:
    ipconfig /flushdns (Enter) to flush DNS cache.
    ping yourserver.yourdomain.domain.
    At this moment you obtain TCP/IPv4 address response.
    To check Exchange Managment Console operation, you must restart the server.
    Please restart the server.
              Best Regards,

  • CMC initialization of the GroupWise domain database failed (d705)

    I am trying to run a newly installed Webaccess agent against a new
    domain. I have been following The Caledonia Guide to Moving GroupWise. I
    am running SLES 10 SP3 and GW 8.2 HP2. I created the domain, installed
    the MTA and I am running that in a GUI to test. Everything looks fine
    there. I install the GW Webaccess agents and configure them. Still
    everything looks fine. When I run ./gwinter --show @webac80al.waa &, I
    get the following error.
    "GWINTER: CMC initialization of the GroupWise domain database failed (d705)
    GWINTER: CMC is shutting down...
    GWINTER: CMC is shut down
    GWINTER: Terminating WeAccess Server"
    I am running it as root.
    Has anyone seen this before?
    Thanks,
    Dan

    On 2/18/2011 5:37 AM, Dan wrote:
    > I am trying to run a newly installed Webaccess agent against a new
    > domain. I have been following The Caledonia Guide to Moving GroupWise. I
    > am running SLES 10 SP3 and GW 8.2 HP2. I created the domain, installed
    > the MTA and I am running that in a GUI to test. Everything looks fine
    > there. I install the GW Webaccess agents and configure them. Still
    > everything looks fine. When I run ./gwinter --show @webac80al.waa &, I
    > get the following error.
    >
    > "GWINTER: CMC initialization of the GroupWise domain database failed (d705)
    > GWINTER: CMC is shutting down...
    > GWINTER: CMC is shut down
    > GWINTER: Terminating WeAccess Server"
    >
    > I am running it as root.
    >
    > Has anyone seen this before?
    >
    > Thanks,
    > Dan
    Usually IIRC it means gwinter does NOT have access to your domain.
    Provide more information - the domain is local to the webaccess, right?
    what does webac80a1.waa show?

Maybe you are looking for