Our workset is empty when open

Hi all: We have EP7 aix sp9.
We create a workset includes the employee information.
Sometime when user choose, the workset cannot be opened, And there is exceptions in log file
Processing HTTP request to servlet [dispatcher] finished with error. The error is: java.lang.NullPointerException
     at com.sap.tc.webdynpro.basesrvc.util.StringUtil.getXmlEscaped(StringUtil.java:646)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.getSessionParameterHTML(HtmlClient.java:1334)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillStaticTemplateContext(HtmlClient.java:601)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:1213)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:252)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRetrieveData(WindowPhaseModel.java:595)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:156)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(AccessController.java:215)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Processing HTTP request to servlet [dispatcher] finished with error.
The error is: java.lang.NullPointerException: null
Exception id: [001125C0839C005D0000014B000B3066000433E045063373]
An exception "java.lang.NullPointerException" has occured during application processing. During clean-up an additional exception "java.lang.IllegalStateException: The operation is not allowed. The HttpServletResponse is not associated with a client response." was thrown. The stacktraces has been written to the logfile!
[EXCEPTION]
java.lang.NullPointerException
     at com.sap.tc.webdynpro.basesrvc.util.StringUtil.getXmlEscaped(StringUtil.java:646)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.getSessionParameterHTML(HtmlClient.java:1334)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillStaticTemplateContext(HtmlClient.java:601)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:1213)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:252)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRetrieveData(WindowPhaseModel.java:595)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:156)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(AccessController.java:215)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)

Hello Angelo,
the thread starter was logged in last in 2010. I don't think he will see and answer your question. ;)
You should open a question yourself to get help with your problem. Don't forget to explain the problem in detail, also what you already tried and checked and include the version of your systems and the log entry if the error. That should get you started. :)
Regards,
Steffi.

Similar Messages

  • Mitigation control request is empty when opened in Search Request

    Issue: All fields in the Mitigation control request are empty when the raised request is opened in Search Request.
    Error message when opening the MC id request in  Search Request.
        Error 1 -  "Control CONTROL/L/50000XXX does not exist "
         Error message when opening the MC id by clicking on Administration in Search Request
        Error 2 - "Work item 000000065684 is not in the users work inbox"
    However, the approver has all the fields populated when attempting to approve the request.
    Please provide you inputs to ensure the issue is fixed.
    Regards,
    Arun

    Hi Madhu,
    We are on GRC 10 SP16.
    FYI below.
    Please provide inputs on the same.
    Regards,
    Arun

  • File is empty when opening in Windows CS2 after saving from Leopard CS3

    I have CS3 installed on my new Mac running Leopard. When I save a file and take it to my windows machine running CS2, I get a message that "the file was created by a newer version of Illustrator, and some data may be lost." Most times it just opens a empty file. Is there a way to prevent this from happening, without installing CS3 on my windows machine?

    In CS3 click SAVE AS and save as CS2 file. Then try opening on Windows machine.

  • Itunes empty when opened

    When I open Itunes it is empty, no files show up at all. Then after I import my Itune folder and plug in my ipod I get the message that my ipod is synced with another itunes and that I have to earse and sync my ipod.
    how can i sync my ipod and itunes so that i don't have to go through the process every multiple times (I've already erased and synced twice today alone)
    how can i open up itunes and be sure that my files show up in itunes.

    I'm going to assume that you have a windows pc since
    you didn't specify, also because usually pc users are
    the ones who have problems. It might be a good idea
    to list your specifications.
    See if Jeff's post here helps you out.
    http://discussions.apple.com/thread.jspa?messageID=230
    4093

  • I deleted the photos via Finder and empty trash long time ago. The thing is, that I want to recover one event or album.  The event appears in the iphoto but when open, it shows "!". Is it possible to recover the photos?

    I deleted the photos via Finder and empty trash long time ago. The thing is, that I want to recover one event or album.  The event appears in the iphoto but when open, it shows "!". Is it possible to recover the photos?

    No.  When you removed the photos via the finder you damage the library.  Photos should always be removed from the library using iPhoto, never with the Finder.
    If you have a Time Machine backup of the library from before you deleted the photos you can restore the library to the Desktop and export that album from it to import into your current library.
    It's been too long to be able to try one of the file recovery applications.  You sure to have overwritten those files with new files since them.
    OT

  • Opening our program after payment when account is active but the dialog box says free trial has expired

    opening our program after payment when account is active but the dialog box says free trial has expired

    Has it ever been shown as fully licensed on this computer? Or has it just been showing a free trial countdown, which you ignored and it has now run out?

  • I have my photos  iPhoto but my iPhoto library is empty. when clicked message reads could not be opened image capture cannot open files in the photo library format. How do I get my photos back into my library?

    I have my photos in  iPhoto but my iPhoto library is empty.When clicked message reads could not be opened image capture cannot open files in the photo library format. How do I get my photos back into my library?

    When what is clicked?
    There are 9 different versions of iPhoto and they run on 9 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

  • When I click a link only an empty page opens, now the link does not open anything at all

    when I click a link only an empty page opens, now the link does not open anything at all

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • TS3276 When I receive email attachments on my iMac saved as "docx", I can't open them, i.e. the file is empty when I open it.  On my iPad I can open them.  Why?

    When I receive email attachments on my iMac saved as "docx", I can't open them, i.e. the file is empty when I open it.  On my iPad I can open them.  Why?

    I can't open them without buying software when the same emails on my iPhone have the attachment as a PDF and open?  Thanks
    Acrobat PDF files open with Preview which is already installed on the Mac.

  • When opening a new tab, how can I specify a site or empty? My tabs open to a site I don't want to see.

    When opening a new tab, how can I specify a site, homepage or empty? My new tabs open to a site I don't want to see.

    A new tab opens by default as a blank tab (about:blank).
    If that isn't the case then an extension has changed that behavior.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    You can middle-click or hold down Ctrl and left-click the Home button on the Navigation toolbar to open the Home page in a new tab.
    You can look at this extension to set which page to open in a new tab:
    *NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/

  • Palettes are empty when I open files in CC

    I have a serious problem with Illustrator CC. The layers and colours palettes are empty when I open files. I have had to revert to version CS6 which works fine.
    MAcPro 1,1 2 x 3 GHz Dual Core Intel Xeon OS 10.7.5

    Tim,
    It seems that something is seriously wrong.  You may try the following (you may have tried/done some of them already) and see whether it helps (the following is a general list of things you may try when the issue is not in a specific file; 3) and 4) are specifically aimed at possibly corrupt preferences):
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • When opening IMovie, we discovered all of our files were gone.  Why did this happen and how do we recover them?

    When opening up our iMovie, we discovered that all of our events, projects, etc. were gone.  Why did this happen and how do we recover our files?

    Try browsing out to and opening these alternate iTunes library using the instructions in this document.
    How to open an alternate iTunes Library file or create a new one
    B-rock

  • When opening a new tab, there is a Yahoo search screen showing rather than an empty tab and I would like to shut it off, how do I do this? thanks

    somewhere on updating, I picked up a yahoo toolbar, which I did not like. One of the tasks it performed was to bring up a yahoo search and news box when opening a new tab every time. I have not been able to uninstall it or shut it off, Any ideas where to start. When opening the new tab, it starts at "click,w3i.com" and then goes to "search.yahoo.com" and has some trending searches and latest news, My network is slow enough with out waiting for all these things to pass. Any idea how to eliminate it or shut it off. It is not listed in tool bars or options or add-ons or plugins or anything. below are the two links the tab goes through, they are listed in reverse order. Thanks for the help. Have a great day.

    Yes it was an add on called net assistant by freeze.com and I have found that, disabled it and intend to uninstall it, it must of come in with something else, I did not down load it specifically. Thanks

  • In Design CS4 drops text when opening

    We have an issue involving opening pre existing ID files doesn’t matter which version they were created in,  and when they are opened and you are prompted to find fonts and you replace them with our fonts, which by the way are the Adobe OTF Master Collection, text drops randomly throughout the file. The actual text box is still there but it is empty. We have this issue with customer submitted files also. For example, if the file was created in ID CS2 and you open it in its native version it is fine, same thing with files created in CS3, but when you try it in CS4 you run the risk of losing text. Even after you replace the text that is missing, the next time you open that file if it happens to be on another machine you run the risk of dropping text again. Even when you open it on the original machine there is a chance of dropping text. PLEASE HELP!

    Well you are not the only, we have tried so many different things, I have
    Adobe looking into also and have not heard anything yet.
    In Design CS4 drops text when opening
    Peter Spier
    to:
    Steven Johnson
    09/29/10 03:51 PM
    Please respond to clearspace-723551180-808940-2-3172761
    I'm stumped.

  • When opening iTunes I continue to get the same messages, 'The program can't start because AVFoundationCF.dll is missing' and 'iTunes was not installed correctly. Error 7 (Windows error 126)' I've uninstalled, reinstalled many times - nothing! help please.

    When opening iTunes on my new Windows 7 PC I continue to get the same messages, 'The program can't start because AVFoundationCF.dll is missing' and 'iTunes was not installed correctly. Error 7 (Windows error 126)' I've uninstalled and reinstalled many times to no avail, even tried it on a different user account and still nothing. I recently installed Panda Internet Security 2012 (about 12 days ago), initially iTunes worked fine as usual but within the last few days I've been  unable to open it with the same messages appearing. I've read through some of these pages and tried everything that's been advised, uninstalling and reinstalling while internet and laptop security is swithched off, downloading tools to completely remove anything related to iTunes, tried it in Safe Mode, nothing has worked. I've also noticed that in the start menu when I click on iTunes, it says '(empty)' where it should have the logo and ability to start the program, does this mean it doesn't download + install properly each time I've tried? Any help would be enormously appreciated.

    Doublechecking. Have you also tried the following user tip?
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for