Error while approving documents in KM

Hi All,
We have various approval processes set up for various folders.  The proper groups and steps are defined.  When the user creates a piece of content in the folder, they can click on the command menu or details and submit it for approval.  The super content administrator can submit it for approval or skip the approval. 
After some time, we are receiving a NullPointerException whenever we try to submit something for approval or skip the approval process.  It never gets to UWL.  When we look in the logs we see the error below.  When we restart the server, we are able to submit for approval and skip with approval without any issues.  After some time however, this issue arises again.
The log file shows the following -
#1.5#0014C26354620055000006DA00000B4000040A8ECD7C2BBE#1137508356007#com.sapportals.wcm.rendering.property.PropertyRendererFactory#sap.com/irj#com.sapportals.wcm.rendering.property.PropertyRendererFactory#bkumm24#7737##ptdwas00_EPD_4495551#bkumm24#97718e30876111da89f60014c2635462#SAPEngine_Application_Thread[impl:3]_8##0#0#Warning##Plain###Reloading all classes, because CRT Class Loader was modified.#\par
#1.5#0014C263546200540000088800000B4000040A8ECFDE6BB6#1137508396008#com.sapportals.wcm.rendering.uicommand.UIConfiguration#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UIConfiguration#bkumm24#7737##ptdwas00_EPD_4495551#bkumm24#97718e30876111da89f60014c2635462#SAPEngine_Application_Thread[impl:3]_24##0#0#Warning##Plain###Reloading all classes, because CRT Class Loader was modified.#\par
#1.5#0014C263546200400000090E00000B4000040A8ED190AEC1#1137508424461#com.sapportals.wcm.rendering.uicommand.UIMenuFactory#sap.com/irj#com.sapportals.wcm.rendering.uicommand.UIMenuFactory#bkumm24#7864##ptdwas00_EPD_4495551#bkumm24#7b541bc0876411da96bf0014c2635462#SAPEngine_Application_Thread[impl:3]_20##0#0#Warning##Plain### No group command found for rendering menu HoverMenu for resource ..........
Please help.
Thanks,
vivek
I promise to reward points for helpfull answers

Resubmitting .....
We have various approval processes set up for various
folders. The proper groups and steps are defined.
When the user creates a piece of content in the folder
they can click on the command menu or details and submit
it for approval. 
After some time, we are receiving a NullPointerException
whenever we try to submit something for approval or skip
the approval process.  It never gets to UWL.  When we
look in the logs we see the error below.  When we
restart the server, we are able to submit for approval
and skip with approval without any issues.  After some
time however, this issue arises again.
The log file shows the following -
#1.5#0014C26354620055000006DA00000B4000040A8ECD7C2BBE#113
7508356007#com.sapportals.wcm.rendering.property.Property
RendererFactory#sap.com/irj#com.sapportals.wcm.rendering.
property.PropertyRendererFactory#bkumm24#7737##ptdwas00_E
PD_4495551#bkumm24#97718e30876111da89f60014c2635462#SAPEn
gine_Application_Thread[impl:3]
_8##0#0#Warning##Plain###Reloading all classes, because
CRT Class Loader was modified.#\par
#1.5#0014C263546200540000088800000B4000040A8ECFDE6BB6#113
7508396008#com.sapportals.wcm.rendering.uicommand.UIConfi
guration#sap.com/irj#com.sapportals.wcm.rendering.uicomma
nd.UIConfiguration#bkumm24#7737##ptdwas00_EPD_4495551#bku
mm24#97718e30876111da89f60014c2635462#SAPEngine_Applicati
on_Thread[impl:3]_24##0#0#Warning##Plain###Reloading all
classes, because CRT Class Loader was modified.#\par
#1.5#0014C263546200400000090E00000B4000040A8ED190AEC1#113
7508424461#com.sapportals.wcm.rendering.uicommand.UIMenuF
actory#sap.com/irj#com.sapportals.wcm.rendering.uicommand
.UIMenuFactory#bkumm24#7864##ptdwas00_EPD_4495551#bkumm24
#7b541bc0876411da96bf0014c2635462#SAPEngine_Application_T
hread[impl:3]_20##0#0#Warning##Plain### No group command
found for rendering menu HoverMenu for resource ..........
Please help.
Thanks,
vivek
I promise to reward points for helpfull answers

Similar Messages

  • Error while approving file programmatically

    Hi All,
    I am getting the following error while approving the file(.aspx) programatically which is in the pages library of a subsite in a sitecollection.
    The file pages/abc.aspx has been modified by SHAREPOINT\\system on etc.,
    Please help me regarding this issue.
    Let me know if you have any queries?
    Regards,
    Kumar.

    Hi Hemendra,
    Thanks for your response.
    Plz check the below code and let me know if you need any clarifications?
                      SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite siteColl = new SPSite(strSiteChild)) // connectting to Sub site.
    using (SPWeb Childweb = siteColl.OpenWeb())
    SPList objList = Childweb.Lists["pages"];
    SPDocumentLibrary objLib = null;
    objLib = (SPDocumentLibrary)objList;
    SPFolder rFolder = objLib.RootFolder;
    SPFile objFile = null;
    byte[] byteArr = null;
    String fileName = System.IO.Path.GetFileName(strFile);
    FileStream fileStream = File.OpenRead(strFile);
    // Upload document ROW Research Teams
    SPFile file = objLib.RootFolder.Files[Path.GetFileName(strFile)];
    Childweb.AllowUnsafeUpdates = true;
    file.CheckOut();                                                 
    rFolder.Files.Add(fileName, fileStream, true);                                
    file.CheckIn("Checkin by coding");                                       
    file.Publish("Published");
    System.Threading.Thread.Sleep(1000 * 10);
    file.Approve("Approved");
    file.Update();
    objLib.Update();
    web.Update();
    Childweb.AllowUnsafeUpdates = false;
    Regards,
    Kumar.

  • Error while uploading document in Primavera portfolio management

    Dear All,
    I am getting error while uploading document with particular user in PPM
    Error occur when I upload document and click on save button.
    Error from log :
    &ltException&gt
    System.InvalidCastException: Specified cast is not valid.
       at ProSight.Portfolios.Infrastructure.Database.IpsDataRow.getInt(DataColumn iColumn)
       at ProSight.Portfolios.BusinessLogic.Infrastructure.Objects.psLinkObj.addNew(Int32 iUserID, Int32 iPortfolioID, Boolean isPortfolioLink, IpsDataTable iLinkRec)
       at ProSight.Portfolios.BusinessLogic.TS.TransactionalScenario.psTSTabset.update(Int32 iUserID, Int32 iFormsetID, Int32 iPortfolioID, Boolean iIsImmediate, psResultContainer iParam)
    &lt/Exception&gt
    </Trace>
    <Trace Type="Error" Time="1/31/2015 1:44:36.758" class="psTransactionalScenarioInterface" Method="handleException" Process="w3wp.exe (4236)" Client="">
    Error in psTSFormset.update
    &ltException&gt
    System.InvalidCastException: Specified cast is not valid.
       at ProSight.Portfolios.BusinessLogic.TS.TransactionalScenarioInterface.psTransactionalScenarioInterface.invokeTS(String className, String methodName, Object[] parameters, Int32 maxRetries, Int32 minRetryWait, psResultContainer containerToClean, Boolean iDisableTransaction)
    &lt/Exception&gt
    </Trace>
    <Trace Type="Error" Time="1/31/2015 1:44:36.758" class="Transaction" Method="handleException" Process="w3wp.exe (4236)" Client="">
    Unhandled Error GUID: a3640801-43cb-48d4-89b4-cede50780e47 \"File name: /Prosight/forms/saveForm.aspx\\nStack trace:    at ProSight.Portfolios.BusinessLogic.TS.TransactionalScenarioInterface.psTransactionalScenarioInterface.handleException(Exception iEx, String iAddionalMsg)\\r\\n   at ProSight.Portfolios.BusinessLogic.TS.TransactionalScenarioInterface.psTransactionalScenarioInterface.invokeTS(String className, String methodName, Object[] parameters, Int32 maxRetries, Int32 minRetryWait, psResultContainer containerToClean, Boolean iDisableTransaction)\\r\\n   at ProSight.Portfolios.BusinessLogic.TS.TransactionalScenarioInterface.psTransactionalScenarioInterface.invokeTS(String className, String methodName, Object[] parameters, Int32 maxRetries, Int32 minRetryWait, psResultContainer containerToClean)\\r\\n   at ProSight.Portfolios.BusinessLogic.TS.TransactionalScenarioInterface.psTSITabset.update(Int32 iUserID, Int32 iDashboardID, Int32 iPortfolioID, Boolean iIsImmediate, psResultContainer iParam)\\r\\n   at ProSight.Portfolios.Server.Presentation.Logic.Forms.psPLForms.update(psResultContainer iResultContainer)\\r\\n   at invoker137.Invoke(Object , Object[] )\\r\\n   at Microsoft.JScript.JSMethodInfo.Invoke(Object obj, BindingFlags options, Binder binder, Object[] parameters, CultureInfo culture)\\r\\n   at Microsoft.JScript.LateBinding.CallOneOfTheMembers(MemberInfo[] members, Object[] arguments, Boolean construct, Object thisob, Binder binder, CultureInfo culture, String[] namedParameters, VsaEngine engine, Boolean& memberCalled)\\r\\n   at Microsoft.JScript.LateBinding.Call(Binder binder, Object[] arguments, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParameters, Boolean construct, Boolean brackets, VsaEngine engine)\\r\\n   at Microsoft.JScript.LateBinding.Call(Object[] arguments, Boolean construct, Boolean brackets, VsaEngine engine)\\r\\n   at ASP.forms_saveform_aspx.main()\\nError code: -1\\nError Reason: Specified cast is not valid.\\n\\n\", \"/ProSight\"
    </Trace>
    <Trace Type="Error" Time="1/31/2015 1:44:47.584" class="psException" Method="printException" Process="w3wp.exe (4236)" Client="">
    Could not update form data
    USERID: 422
    DEADLOCK DETECTED: False
    Kindly help.

    Hi,
    chk ur authorizaion errors... su53 dump.
    Thx,
    waseem

  • Error while uploading document to service desk ticket

    Hi all,
    I get error while uploading document to ticket
    Message No: SKWF_SDOKERRS119 .
    If iam correct I have given all the required authorisation mentioned in security guide.
    what could be the reason for this kind of behaviour
    Best Regards,
    Alok

    hi
    what is your solman version? chk the sap note
    [ Note 1401196 - Work Centers: attachment not saved in Incident Management|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1401196]
    might be this helps,
    [Message No: SKWF_SDOKERRS119|Message No: SKWF_SDOKERRS119]
    jansi

  • Error while converting document to html

    "ORA-06502: PL/SQL: numeric or value error: invalid LOB locator specified: ORA-22275"
    I use the procedure to convert the documents if it is not already converted before using procedure as follows
    PROCEDURE "STARDOC"."HTMLOUTPUT" (
    "DOCID" IN NUMBER) IS
    mklob clob;
    doccount number;
    errorcode number;
    errormessage varchar2(200);
    BEGIN -- executable part starts here
    SELECT COUNT(document_id) INTO doccount FROM docviewhtml where document_id=docid;
    --dbms_output.put_line(doccount);
    if doccount=0 then
         dbms_output.put_line('Document Not Found: Converting '||docid);
         --If document is not found run document coversion routine
         ctx_doc.filter('idxdocuments',docid, mklob,FALSE);
         INSERT INTO docviewhtml(document_id, html) VALUES (docid, mklob);
         COMMIT;
    elsif doccount=1 then
         --return;
         dbms_output.put_line('Document Found');
         --if document id found then return the document content
         null;
    else
         --dbms_output.put_line('Error occured');
         --need to deal with duplicate documents
         null;
    end if;
    dbms_lob.freetemporary(mklob);
    EXCEPTION
    --rollback when an exception occurs
         WHEN OTHERS THEN
              errorcode:=SQLCODE;
              errormessage:=SQLERRM;     
              dbms_output.put_line(sqlcode || ':' ||sqlerrm);
              ROLLBACK;
              LOGERROR(errorcode,errormessage);
    END "HTMLOUTPUT";
    i get the error when i convert large documents
    "ORA-06502: PL/SQL: numeric or value error: invalid LOB locator specified: ORA-22275"
    Also if there are any converion errors while converting documents to html. how to find them is there a log o fany sort.
    what is wrong. please help!
    Message was edited by:
    connect2sandeep

    You free your temporary lob, but never create it.

  • Error while billing document releasing to accounting.

    Hi Experts,
    Please give me possible reasons for below error while billing document releasing to accounting.
    "Valuation with material cost estimate: error with product "500258045"
    Message no. KE350
    Diagnosis
    In Profitability Analysis (CO-PA), the system tried to valuate a line item using the current standard cost estimate.
    In order to determine the current plan period, the system needs to read the valuation segment of the material master.
    The system has found that the current plan period is not filled forproduct "BDE98561002" in plant "9856".
    Display material (View: Costing)
    The system looked for the material cost estimate using costing key "ZK1", as defined in the Customizing settings for CO-PA.
    System Response
    The document cannot be processed.
    Procedure
    Contact your system administrator".
    I have checked CKR1 transaction there were no cost estimates with KF costing status.
    NOTE: Material Ledger Activated.
    Please suggest the possible reasons and what to check?
    Regards
    Chandra.

    Check the cost estimate that is mentioned against the Costing key ZK1 whether it exists in the system and as you are saying there seems to be no cost estimate for the said material.
    Hence release the std cost estimate for the said materia using CK11n or CK40n

  • 'error while signing document'

    i got this error ('error while signing document') on my 1st attempt to use the service. simple 4 page PDF, no doc. security, same error both b4 & after i edited my user profile (i filled in the missing details & changed the default signature image).
    cheers,

    Hi,
    I am also getting this error while attempting  to sign a document. I have checked the first and name fields in my  default signature profile for any non-English characters but I am still  getting this error. I have also tested with a different signature  profile with same results. Please advise if there are
    other fields I need to check.
    Thanks.

  • Error while loading document when user executes IW32

    we have brand new laptops and desktops installed SAP GUI 6.40 patch level 27 and microsoft office 2003.when the user tries to execute IW32 and click on the long text button.when we try to change the editor it is giving ERROR WHILE LOADING DOCUMENT
    ERROR WHILE LOADING DOCUMENT
    message no .sofficeintegration142
    DIAGNOSIS
    An internal error occured in the SAP Document  Container Control while loading  a document
    PROCEDURE
    If the error recurs,enter a problem message.There are notes relating to how to create the log file using the report SAPROFFICEINTEGRATIONTRACE1

    Hi Rajanarenderreddy,
    Were you able to resolve your problem?
    If so how? We have a customer that is experiencing the same problem.
    Thank you for your feedback.
    Br,
    Tom.

  • Error  While Genrating Document  in ADOB Form

    Hello Everybody ,
    When  I used  SFP  tcode  for  Design  ADOB  Form  Layout   I am getting  Error   "   Error While Generating Document  "  .
    Plz Sugget me  how to resolved it   ...
    Regards,
    Sandeep Jadhav

    Hi,
    You need additional License to create SAP Interactive Forms by Adobe
    Check the SAP Note No.  750784
    If you already have got the License then please check the below link and see if it helps you.
    http://help.sap.com/saphelp_nw70/helpdata/en/37/504b8cbc2848a494facfdc09a359b1/frameset.htm
    Let us know if this information is useful to you.
    with regards,
    Parin Hariyani

  • Error while Posting Document in FBV0

    Hi Guys,
    Iam getting following error while Posting Document in FBV0 which is already parked and it is with tax code.
    Error: "No batch input data for screen SAPMF05A 0700"   
    Kindly suggest
    Thanx and Regards
    Munender

    Also have a look at the following notes:-
    =>  Note 26050 - FIPP:Posting not poss. (SAPMF05A,0700,batch input)
    =>  Note 800177 - FB01: No batch input data for SAPMF05A 0700
    thanks
    G. Lakshmipathi

  • Error while approving work item

    Hi All,
    I am getting error while approving a claim request; error is:
    error while inserting claim record xxxxxxx in cluster for employee xxxxxxxx
    This does not happen always, some time I am able to approve and sometime i got the error.
    I am using same set of user ids and same perspnal nos; does this thing matters and causing this issue or this should not cause this problem.
    Please advice!
    Thanks and Regards,
    Honey

    Hi Honey,
    Could you please check note number: 1374072 which is for the PY-IN-PS.  I don't think that this warning message that you are seeing is applicable to the UWL or generated from the UWL component.  Error messages like this are usually generated from the ABAP system and more specifically from the application area.  Another hint would be to check ST22 to see if there is a short dump occuring in the backend system.
    According to the note, this error will be thrown when:
    "Error on Approver Screen stating "Error while inserting claim
    record <Reference Number> in cluster for employee <Employee
    Number>". This happens only when the approver tries approving the
    request almost immediately after the employee has submitted the
    request."
    I hope that this information is helpful to you.
    Regards,
    Beth Maben
    EP - Senior Support Consultant
    AGS Primary Support, Business Suite & Technology
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Electronic signature while approving documents

    Dear experts,
    I have a client who is validating its SAP B1 implemented system in compliance with FDA 21 CFR part 11 (electronic records and electronic signatures).
    Can any one please describe how SAP business one treats electronic signature while approving documents? because in FDA 21 CFR part 11, it requires electronic signature on approval of certain documents which must contain 'the name of the signer, 'time and date stamp' and the 'meaning (such as approve, review, verify) associated with the signature' plus the traceable record of electronic signatures.
    Furthermore, it also require a 'password' or user id of the signer'  at the time of signing the document. In B1, it does not ask for user id / password at the time of approval and simply rely on login id / password. If user is already logged in, B1 simply allow the approver to approve a document and does not prompt for user id / password again.
    Can we fulfill the signing requirement in SAP Business one? and modify or customize B1 in such a way that it starts prompting for user id / password at the time of approving the document too?
    Any help is highly appreciated>
    Thanks in advance,
    Farhan

    Closing it

  • WS And Web Dynpro: Error while processing document security

    Hi all,
    We have a problem when use Web Services (stateless session bean) in Web Dynpro.
    When two users calls  the same web dynpro in the same time we have this error:
    Errore in: it.sap.mdm.pdcmodelcomponent.wdp.InternalLookUpModelController getLookUpTable: 
      Class___: com.sap.tc.webdynpro.model.webservice.api.WDWSModelExecuteException  Additional Info:
      Message_: Exception on execution of web service on destination 'FS_MDM_PDC' for operation 'getLookupTable' in interface 'ZMDM_FS_PDCVi_Document'
      Causa__:
    Error while processing document security. The error was class com.sap.engine.frame.core.configuration.ConfigurationException Configuration webservices/proxies/sap.com/ mapping is not valid - configuration is closed.. See trace entry [no trace for com.sap.security.core.client.ws.DeployableSecurityProtocol (severity above PATH)].; nested exception is: com.sap.engine.services.webservices.jaxrpc.wsdl2java.ClientProtocolException: Error while processing document security. The error was class com.sap.engine.frame.core.configuration.ConfigurationException Configuration webservices/proxies/sap.com/ mapping is not valid - configuration is closed.. See trace entry [no trace for com.sap.security.core.client.ws.DeployableSecurityProtocol (severity above PATH)].
    If I call the same web dynpro ,without other user, it's ok.
    Where is the problem?
    I have to congigure some parameter in J2ee???

    Hi
    Use this pdf to implement Mutual Exclusion
    http://java.sun.com/developer/Books/performance2/chap3.pdf
    http://navet.ics.hawaii.edu/~casanova/courses/ics432_fall08/slides/ics432_jmonitors.ppt#313,10,Synchronizing on Multiple Objects
    thanks

  • Error While Posting documents using F-28

    Dear Friends,
                            While posting Documents using 'F-28' after I passed posting key and account number I m getting the Error
    'Entry not Possible'. Can anyone tell what may be the problem how to clear this error.
    Regards
    Balamurugan N
    Moderator message: duplicate post locked, follow up on your previous one instead of opening a new thread for the identical problem.
    Edited by: Thomas Zloch on Apr 26, 2011 8:34 PM

    Hi,
    I Guess this error is occuring because of the posting key and account number (Account type) combination is not correct. For each account type a perticular posting is is defined for debit and credit entries.
    Check with your functional the correct posting key for account type and account number you are using.

  • Error while approving Leave request

    Hi,
    I am facing an issue while approving the attendance request of an employee via MSS. The error message comes for the leave request further in the queue.
    Error Message : No read authorization for infotype 2001/5006(Annual Leave) for employee number between 07.06.2010 and 07.06.2010
    Hoping for the early response.
    Thanks!

    I guess there is problem with the managers ID and the authorizations.
    Try to check in SU53 and speak to security team to run the trace and provide the necessary authorizations

Maybe you are looking for

  • Adobe Reader and Mac OS 10.5.6

    The Reader page says it is usable thru 10.5.5 but 10.5.6 is the current OS. Is the site not current or is Reader?

  • Problem in formatting date

    Hi, I am rendering the date that is got from the Database as <tr:outputText rendered="#{myBean.deliverDate != null}"                    value="#{myBean..deliverDate}"/>The date is being displayed as 20080329 which is correct as it is a stored in the

  • GIF support in Oracle forms 9i

    hey can anyone help im trying to get gifs working on a form is it possable? im a 1st year computing student so try not to confuse me too much :) chis

  • Playlist name sorting question

    First off, sorry if this has been discussed before, I couldn't find it anywhere. My question is, is there any way to sort my playlists via a "Sort Name" option or something so that a playlist starting with 'the' (for example, "The Letter Black") will

  • ClassNotFoundException error for Business Operation Exceptions

    I am using WLPI 2.0 with Weblogic 6.0. I have written a business operation that calls a method in a java class which throws an exception. When I perform the business operation and pass good data, it does what is expected. However, when I call the met