Error in defaulttrace log from Guided Procedures

After implementing Guided Procedures for test purposes, it was decided that it was not needed. The configuration was removed. However every few minutes an error message is produced.
#1.# 00144F482363002300000712000005BE00045789876BB369#1222148100961 #com.sap.workflow#sap.com/irj#com.
sap.workflow#Guest#0##n/a## 896cb70087fa11dda66900144f482363 #ThreadThreadPool.Worker10,5,SAPEngine_A
pplication_Threadimpl:3_Group##0#0#Error#1#/Applications/Workflow/Engine#Plain###WFMS.processEven
t#
#1.# 00144F482363002300000713000005BE00045789876BBC03#1222148100963 #com.sap.workflow#sap.com/irj#com.
sap.workflow.#Guest#0##n/a## 896cb70087fa11dda66900144f482363 #Thread"["ThreadPool.Worker10,5,SAPEngine_
Application_Threadimpl:3_Group##0#0#Error##Plain###com.sap.workflow.eventsender.WFEventException:
USER_AUTH_FAILED: User account for logonid "user_id" not found!
        at com.sap.workflow.engine.WorkflowRuntime.continueExecution(WorkflowRuntime.java:220)
        at com.sap.workflow.engine.WFMS.processEventEx(WFMS.java:827)
        at com.sap.workflow.engine.WFMS.processEvent(WFMS.java:703)
        at com.sap.workflow.engine.WFMS.processEvent(WFMS.java:692)
        at com.sap.workflow.engine.BPRuntime.continueExecution(BPRuntime.java:22)
        at com.sap.workflow.engine.BPMS.processBPEvent(BPMS.java:98)
        at com.sap.workflow.engine.ejb.EWorkflowDirectBean.processEvent(EWorkflowDirectBean.java:39)
        at com.sap.workflow.engine.ejb._EWorkflowDirectBean__EJBProxy.processEvent(_EWorkflowDirectB
ean__EJBProxy.java:212)
        at com.sap.workflow.eventsender.WFDirectEventSender.sendWFEvent(WFDirectEventSender.java:24)
        at com.sap.workflow.es.scheduler.TaskSchedulerDeadline.run(TaskSchedulerDeadline.java:91)
        at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:174)
        at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:108)
        at java.lang.Thread.run(Thread.java:534)
All information (we think has been removed from the portal), we have also looked in the SAP backend and cannot see in the logs were this error is coming from.
Does anyone know where this error is coming from and how it can be stopped?
Thanks

Hi there,
we have the same Problem... but here we have a named user, that can´t authenticate...
but we don´t know, where we can find these setting...
com.sap.workflow.eventsender.WFEventException: USER_AUTH_FAILED: User account for logonid "F.Schrader" not found!
     at com.sap.workflow.engine.WorkflowRuntime.continueExecution(WorkflowRuntime.java:220)
     at com.sap.workflow.engine.WFMS.processEventEx(WFMS.java:827)
     at com.sap.workflow.engine.WFMS.processEvent(WFMS.java:703)
     at com.sap.workflow.engine.WFMS.processEvent(WFMS.java:692)
     at com.sap.workflow.engine.BPRuntime.continueExecution(BPRuntime.java:22)
     at com.sap.workflow.engine.BPMS.processBPEvent(BPMS.java:98)
     at com.sap.workflow.engine.ejb.EWorkflowDirectBean.processEvent(EWorkflowDirectBean.java:39)
     at com.sap.workflow.engine.ejb._EWorkflowDirectBean__EJBProxy.processEvent(_EWorkflowDirectBean__EJBProxy.java:212)
     at com.sap.workflow.eventsender.WFDirectEventSender.sendWFEvent(WFDirectEventSender.java:24)
     at com.sap.workflow.es.scheduler.TaskSchedulerDeadline.run(TaskSchedulerDeadline.java:91)
     at com.sapportals.wcm.service.scheduler.SchedulerEntry.run(SchedulerEntry.java:174)
     at com.sapportals.wcm.service.scheduler.crt.PoolWorker.run(PoolWorker.java:108)
     at java.lang.Thread.run(Thread.java:770)

Similar Messages

  • Deleting running processes from Guided Procedure runtime

    Dear all,
    Does anybody know how to delete running process i.e. incomplete process from Guided Procedure runtime dashboards.  The administration workset contains archiving & deleting sections but they can only delete if a process is completed or Erronous or Terminated. 
    In need to delete a running process or incomplete process as some process instances are kicked off and left alone.
    Thanks
    -Bharath

    Hi Ramien,
    I suppose you have acces to the executionContext of GP...
    You can use the following method to get the process Id:
    String processId = executionContext.getProcessId();
    Regards
    Sundeep

  • Retrieving attachments from guided procedure

    I have a problem with the GP API in webdynpro to retrieve attachments from a guided procedure.
    According to the documentation on help.sap.com this should be easy:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f7/d3c2fd5081446a844575e5af <http://help.sap.com/saphelp_nw2004s/helpdata/en/f7/d3c2fd5081446a844575e5af484722/frameset.htm> 484722/frameset.htm
    But when implementing the code the IGPRuntimeManager class doesn't have a function getAttachmentList()
    I checked it in multiple service packs. I tested it on 2004S SP10 and 2004S SP 16 and in both the function isn't there. I also tested it on the Composition Environment and there it does work.
    When looking at the SAP Note 924776
    it says that there are changes in the public API of SAP Netweaver 7.0 SP10 and SP7.
    Does know how this API works after SP10 ?
    I can't find any SAP documentation about how it works after the change.

    Well, Not sure which you are using. I will talk about 10134. I got the count of attachments using Human Task's global variable. count(bpws:getVariableData('MyHumanTask_1_globalVariable','payload','/task:task/task:attachment')).
    I have used hwf:getTaskAttachmentContents() to read the contents of the file and I have assigned that to base64binary type variable.

  • How to get app.processId from Guided Procedures? Please I need You help

    Hi everyone, I need your help, I need to recover the processId once time the Procees was started in Guided Procedures
    I found this link from maintenance process in Guided Porcedures administration
    http://host:port/webdynpro/dispatcher/sap.com/cafeugpui~rt/Runtime?app.processId=IDnumber
    the parameter I need is IDnumber, I dont know if it is possible with web dynpros or with web services please I need you help
    How Can I do this?
    Thank you very much my friends
    Regards from Mexico
    Atte Israel

    Hi,
    I am not sure about the version. But you can follow the steps below.
    1. Create a Web Dynpro Poroject (Ideally create a DC , but if you don't have NWDI setup a project will do).
    2. Add reference to com.sap.security.api.jar and sap.comcafeugpapi.jar
    3. Under WebDynpro References -> Library References add sap.com/cafeugp~api
    4. Put following code in wdDoInit()
    public void wdDoInit()
        //@@begin wdDoInit()
         IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
         IWDMessageManager msgMgr= wdComponentAPI.getMessageManager();
         try{
         IWDClientUser wdUser = WDClientUser.getCurrentUser();
         IUser user = wdUser.getSAPUser();
         IGPUserContext userContext = GPContextFactory.getContextManager().createUserContext(user);
         Date startDate = new Date(110,1,1); // Start date as 01-Jan-2010
         Date endDate= new Date(111,12,31); // End date as 31-Dec-2011
         IGPProcessInstanceInfo[] array = rtm.getRunningInstances(GPSearchRole.SEARCH_ROLE_OWNER, startDate, endDate, userContext);
         for (int i=0; i<array.length; i++){
         String instanceId = array<i>.getProcessInstanceID();
    //        Write logic to pass the instance ID to the RFC
    msgMgr.reportSuccess("Instance id =" + instanceId);
         catch(Exception ex)
         msgMgr.reportException(ex.getLocalizedMessage(),false);     
        //@@end
    Let me know if you face any issues.
    Thanks
    Prashant

  • 5+ gigs of errors in asl.log from mdimportserver

    So, after screwing up my MB Pro beyond repair trying to fix wireless in the 10.4.10 update, I wound up doing a fresh re-install of OSX for the first time ever. Even a virgin install with the latest updates hasn't completely solved that problem, but that's another story in another thread...
    So on this virgin system, I notice a lot of disk grinding on startup and a high CPU load. Eventually I track this down to spotlight indexing all the files on my hard disk. It seems that spotlight calls webkit to peekinside files, but webkit is generating several metric <edited by host> tonnes of error messages -- to the tune of some 5.4 gigabytes in /var/log/asl.log!!!
    Here's some details:
    lolita:/var/log peter$ ls -l asl.log
    -rw-r--r-- 1 root wheel 5747500349 Aug 4 12:17 asl.log
    lolita:/var/log peter$ du -sh asl.log
    5.4G asl.log
    lolita:/var/log peter$ wc asl.log
    22341643 647896185 5747500349 asl.log
    And some of the much-repeated contents:
    [Time 2007.08.02 10:07:04 UTC] [Facility user] [Sender mdimportserver] [PID 1406] [Message WebKit Threading Violation - -[DOMNode dealloc\] called from secondary thread] [Level 3] [UID -2] [GID -2] [Host lolita]
    The details at the end change, but they are contain:
    [Facility user] [Sender mdimportserver] [PID 1406] [Message WebKit Threading Violation
    BTW, all of these messages are repeated in system log, but at least they are compresed there:
    lolita:/var/log peter$ du -sh sys*
    4.0K system.log
    8.0K system.log.0.gz
    20M system.log.1.gz
    12K system.log.2.gz
    Fortunately, this seems like a one-time deal, but there are two issues:
    - Does Apple know about this? How does one submit a bug report for stuff like this?
    - What is the proper method for rotating/clearing out asl.log? I'd really like to re-claim the 5+ gigs of hard disk space it's eating up.
    Many thanks in advance...
    -p.

    I just had the same issue on my early 2006 MBP, although it is not on a virgin system. After sending an email message from Mail.app, I noticed the CPU usage go up to the max on both processor cores. It was being used up by a process called "syslogd" so I used console to watch system.log being filled up with mdimportserver/WebKit messages. I quit all open applications, starting with Mail and Safari, and the CPU usage eventually went down.
    I found this thread and rotated my logs to compress system.log, but asl.log remains uncompressed at 73 MB. It was created today at 3:47 a.m., which was when my last daily cron script ran according to daily.out, and was last modified at 12:38 p.m., which was when I noticed the CPU usage drop. I don't know what to do about this. I hope it doesn't happen again. I'm just glad it stopped before it took up 5 GB on my machine.
    Here are some samples from system.log. It was the same three messages over and over, in no particular order, several hundred times per second. The messages are identical in console.log.
    mdimportserver\[2733\]: WebKit Threading Violation - -\[DOMCSSValue dealloc\] called from secondary thread
    mdimportserver\[2733\]: WebKit Threading Violation - -\[DOMCSSStyleDeclaration dealloc\] called from secondary thread
    mdimportserver\[2733\]: WebKit Threading Violation - -\[DOMNode dealloc\] called from secondary thread
    Here are the corresponding messages from asl.log. I've replaced my computer name with Frankenstein.
    \[Facility user\] \[Sender mdimportserver\] \[PID 2733\] \[Message WebKit Threading Violation - -\[DOMCSSValue dealloc\] called from secondary thread\] \[Level 3\] \[UID -2\] \[GID -2\] \[Host Frankenstein\]
    \[Facility user\] \[Sender mdimportserver\] \[PID 2733\] \[Message WebKit Threading Violation - -\[DOMCSSStyleDeclaration dealloc\] called from secondary thread\] \[Level 3\] \[UID -2\] \[GID -2\] \[Host Frankenstein\]
    \[Facility user\] \[Sender mdimportserver\] \[PID 2733\] \[Message WebKit Threading Violation - -\[DOMNode dealloc\] called from secondary thread\] \[Level 3\] \[UID -2\] \[GID -2\] \[Host Frankenstein\]
    Message was edited by Sensei_V to escape bracket characters.

  • Error in massages log from GWHA

    GroupWise 2014 sp1
    Running on OES 11Sp2
    Getting error in the /var/log/messages repeating over and over. the error is gwha: pam_listfile(groupwise:auth): Refused user for service groupwise
    I have check my config and it looks good and GWHA works if I or a agent stops it starts it back. Has anyone seen this error and know what I need to fix it?

    data5248,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • Getting error in ASA logs from CSM - after adding device to inventory

    I've supplied the correct credentials for the ASA in the inventory section of the CSM. I get a success but, I also get a failure. The failure in the logs does not show a username is only shows "" and the protocol as https
    Any ideas on why this happening, or suggestions?

    I've supplied the correct credentials for the ASA in the inventory section of the CSM. I get a success but, I also get a failure. The failure in the logs does not show a username is only shows "" and the protocol as https
    Any ideas on why this happening, or suggestions?

  • Cannot launch SAP Transaction from Guided Procedures

    I created a Callable Object that is linked to a SAP Transaction.
    When I test it by Execute-ing, I got a browser prompt to Save or Cancel the "xxxxxxx.sapssd" file.
    How can I get it to launch the SAP Transaction?
    TIA.

    Hi,
    Kinldy ensure that you used the following process to create the Callable Object
    - Select the Parent Folder to Create Callable Object in GP Design Time
    - Click on 'Create Callable Object' in the Action Items for Gallery
    - In the Create Callable Object Step, choose 'SAP Transaction' option under 'User Interface'
    - Provide the Basic Data in Basic Data Section
    - In 'Define Object' step, provide the SAP System name as created in the SLD. Mostly the Alias name is displayed in the list. Also provide the default Transaction you wanted to execute.
    - In the 'Define Input' Section, you can optionally provide the input parameters. Leave it blank to make it simple.
    - In the 'Set Configuration' section, check the 'Execute Immediately'
    - Finally Finish and Open the Callable Object for testing.
    Following the above process should help you launch the SAP Transaction in a separate browser window.
    After verifying the above steps, should you still have a problem, then it would be helpful if you can provide the steps you followed in order to replicate the problem.
    Thanks
    Siva

  • Sending email from guided procedure (Outgoing Email)

    Hi all, i have a technical question over here.
    In visual administrator,
    I go to the server->services->caf/eu/gp/model to configure my
    SMTP.SERVER and SMTP.SERVICE_USER_MAIL atttribute.
    for the smtp server, i am using a gmail server,  smtp.gmail.com.
    However, the problem is when i do testing in my interactive form callable object. I encounter problem stating i need to issue a STARTLS.
    I am wondering if i need to enable SSL in visual administrator to use gmail's smtp server? If so, can some one advise me how can i do it.
    many tks..

    Colin,
    Have a look at section "Setting up Mail templates & Creating an Approval Callable object" in this [help|http://help.sap.com/saphelp_nw04s/helpdata/en/4a/d78041a17e060de10000000a1550b0/frameset.htm]
    Not sure if this [document |https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bba346-cb84-2910-2aa9-ba1f8a1c8617] would help you but have a look.
    Chintan

  • Error in UWL --Guided Procedure initiated by Webdynpro

    Hi All,
    I have initiated a guided procedure process from webdynpro for java code. This is creating a item in UWL inbox. When I am clicking on this item it is showing following error:
    Could not retrieve process instance: contact your system administrator
    Same initated process can be opend from guided procedure runtime.
    Please help.
    Thanks
    Raktim

    hi ,
    the following blog explains how to  do the customization of UWL for guided procedures
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/904ca240-63bc-2a10-1c98-de81b6a045bf
    have you done all these?
    Thanks and Regards
    shanto aloor

  • Using FLEX Visual Composer iViews in Guided Procedures and the UWL

    Hello Experts,
    I am trying to display a GP workitem and I am getting this error
    "The portal page builder required to execute this callable object is not available."
    I have a GP Process and it haves FLEX Visual Composer iView, it runs fine un the Runtime workbench from Guided procedures Role, but when I configure de GP UWL Connector and try to open a GP workitem with a VC FLEX iView i got the error "The portal page builder required to execute this callable object is not available."  Guided procedures with webdynpro iView works fine.
    I have a NW 7.0 SP10
    Could you please help me undertand what configuration I am missing??
    Regards.

    Hi Daniel
    Please go through the following link(looks like a helpful one):-
    Link Between Visual Composer and Guided Procedure
    Regards
    Navneet

  • Configuring visual administrator to send outgoing email from guided procedu

    Dear all,
    i am trying to configure my visual administrator to send email from guided procedure.
    i have configure the smtp.server and smtp.service_user_mail in
    caf/eu/gp/model.
    hwever i still encounter error while testing my callable object to send email. can someone pls help me in this area.
    may i knw what other configuration is needed to be done to allow sending of email?
    If any one have successfully send email using guided procedure, mind shariing with me the step u have performed?
                                                                            tks a million.

    the smtp server i am using is "smtp.gmail.com"
    I am wondering if i need to configure anything in the gp administrator workset to allow sending of email from gp?
    somebody pls advice me in this area. I

  • Guided Procedures & Call Transaction

    Hi all,
    One question: Can I call a R/3 transaction from Guided Procedures?
    Thx!
    Miguel.

    hi
    good
    yes both of them retrun,
    CALL TRANSACTION->
    On the face of it, you would think that the Call Transaction has succeeded if "Sy-Subrc = 0" after the call. In an ALE environment this is only half the story, because when the import parameter Input_Method takes on the value "A" or "E", the inbound function module must call the transaction using mode = "A" or "E" ("show all screens" or "show the screens starting with the one where the error occurred"). In this case, the user sees the screens and can cancel the transaction using OK-code "/n"’, which also leads to "Sy-Subrc = 0" after the call! Hence the only reliable way to tell whether the Call Transaction succeeded or not is to check the message ID (Sy-Msgid) and number (Sy-Msgno). Beware that some transactions have more than one "success" message.
    thanks
    mrutyun^

  • Error when printing reports from forms in Linux

    Im having an error when printing a report from a form. The problem is, only with certain forms. when printing a report (to PDF) from other forms, it prints with no problems. The oracle is 10g AS and operating system is Redhat AS 3.
    The error, in the log from the reports server is:
    [2004/9/7 7:14:59:599] Exception 62204 (): Internal error writing the image BandCombine: a row of the matrix does not have the correct number o
    f entries, should be OpImage.getExpandedNumBands(source0.getSampleModel(), source0.getColorModel()) + 1..
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=62204,
    java.lang.String errorString="Internal error writing the image BandCombine: a row of the matrix does not have the correct number of entries, sh
    ould be OpImage.getExpandedNumBands(source0.getSampleModel(), source0.getColorModel()) + 1..",
    java.lang.String moduleName="REP"
    at oracle.reports.utility.Utility.newRWException(Utility.java:604)
    at oracle.reports.toolkit.image.writer.JPEGImageWriter.writeImage(JPEGImageWriter.java:130)
    at oracle.reports.toolkit.image.ImageManager.writeJPEGImage(ImageManager.java:524)
    at oracle.reports.engine.EngineImpl.CRunReport(Native Method)
    at oracle.reports.engine.EngineImpl.run(EngineImpl.java:353)
    at oracle.reports.engine.EngineClassPOATie.run(EngineClassPOATie.java:84)
    at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:117)
    at oracle.reports.engine.EngineClassPOA._invoke(EngineClassPOA.java:62)
    at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
    at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
    at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProtocolAdapter.java:653)
    at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
    at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    [2004/9/7 7:14:59:599] Error 50103 (C Engine): 19:14:59 ERR REP-0069: Internal error
    REP-62204: Internal error writing the image BandCombine: a row of the matrix does not have the correct number of entries, should be OpImage.get
    ExpandedNumBands(source0.getSampleModel(), source0.getColorModel()) + 1..
    [2004/9/7 7:14:59:600] Error 50103 (C Engine): Error Writing Image, ID 2
    [2004/9/7 7:14:59:601] Error 50103 (rwtic:rwticga): Look up for image attributes for image 2
    [2004/9/7 7:14:59:602] Error 50103 (rwtic:rwticgi): Looking up for Image, ID 2 in the cache
    [2004/9/7 7:14:59:603] Error 50103 (rwtic:rwticgi): Loading the Image into the cache
    [2004/9/7 7:14:59:603] Debug 50103 (ImageManager:getImageSource): Retrieving the Image object for ID : 2
    [2004/9/7 7:14:59:603] Error 50103 (rwtic:rwticgi): Image successfully loaded into the cache
    [2004/9/7 7:14:59:604] Debug 50103 (ImageSource:getImageHeight ): Start Height : 155
    [2004/9/7 7:14:59:604] Debug 50103 (ImageSource:getImageWidth ): Start : width : 138
    [2004/9/7 7:14:59:604] Debug 50103 (ImageSource:getImageColorSpace ): Start
    [2004/9/7 7:14:59:608] Exception 50125 (): Caught exception: java.lang.NullPointerException
    exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=50125,
    If anyone could help me, is important !
    Thx in advance
    Bruno Santos                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Raise a TAR I reckon

  • WebDynpro ABAP & Guided Procedures

    Can WebDynpro ABAP components be included as callable objects in a Guided Procedure within a portal?

    Hi Ryan,
    Yes, it is possible starting from NW2004s.
    When I go to Guided procedures -> Design Time, I see an option for ABAP webdynpro application under th menu Type.
    Another option would be to put the ABAP webdynpro inside an iview and use that iview from guided procedures.
    Regards,
    Srini.

Maybe you are looking for