Patching the dynpro components NW2004S

Hi ,
We having problem with portal , SAP recomend that we have to apply the 2 patch s
One is EP 7 SP 10 patch 4 for the UWLJWF component
  and
second one Patching the dynpro components on the system, we applied the UWLJWF component patch , but now I am confused about dynpro components patching .
Can any one let me know the latest patch details of dynpro components,
--Thanks & Regards
Jhonu

Since we have already applied several SP Stacks to these unused components, do you foresee any problems if we just discontinue these updates?
Thank you,
Jill

Similar Messages

  • Problem with breakpoints in Web Dynpro components

    Hello experts,
    I have problems with breakpoints in methods of Web Dynpro components. Sometimes everything works as expected and a new window with the debugger comes up. Sometimes the breakpoints are ignored, and debugging is impossible. It even happens that a colleague can debug and I can't or vice versa.
    I am setting breakpoints with button "Set/Delete External Breakpoint", and the message always is "Breakpoint is set for user xxx". But sometimes when I display a method there is a warning that external debugging is not active. What does that mean and what is the reason for that?
    As adviced in the SAP help document "Debugging Web Dynpro ABAP Applications" I have enabled the new Front-End Editor and the new debugger, but still the problem exists. Does anybody experience similar problems or have an explanation for this?
    A second question concerns the different types of break points. My Web Dynpro component has an assistance class, and if I want to set a breakpoint there, I can choose between a session breakpoint and an external breakpoint. What exactly is the difference between these types? And here in the forum I sometimes read about internal breakpoints. Is this even a third type, or the same as session breakpoints?
    Thanks, Karsten

    Hi Kartsen.
    External Breakpoint -> can be started from outside the SAP GUI (e.g. WebDynpro)
    Session breakpoints are used if you start a programm or something like that in SAP GUI.
    I have the same problem ... sometimes he does not recocnize a new break point ... so I just reload the page and the break point works.
    If external debugging is not active, you habve to activate it in SE80 Utilities->External Breakpoints.
    Also make sure that in your Settings the correct debugging user is set:
    Utilities->Abap_Editor->Debugging.
    Cheers,
    Sascha

  • Field length change in Web Dynpro Components iView

    Hi,
    We are using SAP MDM Web Dynpro Components - Configuration Manager (NW7.3) to develop the UI. One of the issue while disply field is, Though field maintained in MDM has only 2 charaters UI that displays a full-screen-width field.
    I would like to display actual field length maintained in reposiroy for each field. Is it possible??
    Cheers,
    Rc

    This is closed.
    By mistake Raised Twice....I guess I need break

  • Error while accessing application with the custom components

    Hi experts,
    I have an application (HAP_MAIN_DOCUMENT) of component FPM_OIF_COMPONENT which uses a Webdynpro component with the same name (HAP_MAIN_DOCUMENT). This Webdynpro component (HAP_MAIN_DOCUMENT) uses 2 other components (HAP_DOCUMENT_BODY and HAP_DOCUMENT_HEADER). For my client requirement, i need to create the custom components by copying from standard components as the UI layout changes are quiet huge and not manageable with the enhancements. To accomodate this i have changed the standard configurations by replacing the standard web dynpro components with the custom ones copied. Apart fomr this there are no changes to the standard.
    While trying to access the application, i am getting the error as Null object reference.
    the details of the error is as below. Please advice.
    Heading 1: h1. P:ortal Error
    The URL http://******************/sap/bc/webdynpro/sap/HAP_MAIN_DOCUMENT/ was not called due to an error.
    Note
    The following error text was processed in the system DSD : Access via 'NULL' object reference not possible.
    The error occurred on the application server ddrsap12_DSD_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: WDDOINIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT_CONTROLLER of program CL_WDR_INTERFACE_VIEW=========CP
    Heading 2: h2. ST22 - Dump Analysis
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
         caught in
        procedure "WDDOINIT" "(METHOD)", nor was it propagated by a RAISING clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        You attempted to use a 'NULL' object reference (points to 'nothing')
        access a component.
        An object reference must point to an object (an instance of a class)
        before it can be used to access components.
        Either the reference was never set or it was set to 'NULL' using the
        CLEAR statement.
    Information on where terminated
        Termination occurred in the ABAP program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP" -
         in "WDDOINIT".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 4640
        of the (Include) program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU".
        Termination occurred in a Web Dynpro application
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
        The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
        procedure "WDDOINIT" "(METHOD)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP "; its source
         code begins in line
        4619 of the (Include program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU ".
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
          Name
       33 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU       4640
          CL_VW_HEADER_MAIN_CTR=>WDDOINIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       32 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU         70
          CLF_VW_HEADER_MAIN_CTR=>IF_WDR_VIEW_DELEGATE~WD_DO_INIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       31 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM003     3
          CL_WDR_DELEGATING_VIEW=>DO_INIT
       30 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM00Q     3
          CL_WDR_CONTROLLER=>INIT_CONTROLLER
       29 METHOD       CL_WDR_VIEW===================CP    CL_WDR_VIEW===================CM00K     5
          CL_WDR_VIEW=>INIT_CONTROLLER
       28 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       27 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
       26 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM005    23
          CL_WDR_VIEW_MANAGER=>BIND_ROOT
       25 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM00B    17
          CL_WDR_VIEW_MANAGER=>INIT
       24 METHOD       CL_WDR_INTERFACE_VIEW=========CP    CL_WDR_INTERFACE_VIEW=========CM004    11
          CL_WDR_INTERFACE_VIEW=>INIT_CONTROLLER
       23 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       22 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
    Thanks In advance,
    Regards,
    Ravi.

    Hi, I'm closing this thread and opening the same in another as the content got pasted in reader un friendly format and i'm unable to change the format.
    Thanks,
    Ravi.

  • Deploying MDM Web Dynpro Components on NWCE 7.2 - /wdconfig not displayed

    Hi all -
    I'm trying to deploy the MDM Web Dynpro Components Framework  (the goal is to
    have NW CE connect to and 'see' the MDM repositories) and according to the URL
    http://help.sap.com/saphelpnwmdm71/helpdata/en/4a/8c20a0dc93203be10000000a42189b/frameset.htm,
    one of the steps is to run the MDM Web Dynpro Configuration Manager application
    (_http://<server>:<port>/mdm/wdconfig).  However, I get an error stating the page
    wasn't found (example: Error: Requested file /wdconfig does not exist).
    Looking further, I see that WD Framework needs to be configured as a pre-req.
    I'm in the JSPM and I see that MDM JAVA WD FRAMEWORK 7.1 7.11, MDM JAVA API Library
    and MDM Java Connector needs to be deployed (JAVA API and Connector are first).
    Under the 'Deployed Components' tab in JSPM, I see :
    >> sap.com/MDM_JAVA_API - 7.1
    sap.com/com.sap.mdm.tech.apireset
    sap.com/com.sap.mdm.tech.connector
    sap.com/com.sap.mdm.tech.mdm4j
    >> sap.com/MDM_JAVA_WD_FRAMEWORK - 710.711 (SP05)
    sap.com/tc/mdm/wdcomps/core/ear
    I deployed MDM_JAVA_API first and have restarted the NWCE system.
    I don't see any error in the logs and the URL for the /wdconfig still does not exist.
    Is there something that I have to deploy?  Can someone point me to a document other than
    the help.sap.com that talks about CE 7.2 and MDM 7.1 configurations?  I do have the master
    and install guide for both. 
    Please advise!
    Thanks!
    -s

    Update:
    Hi - thanks for the followup.
    I have the correct SCAs.  I have done the following:
    UNDEPLOY both components
    Restarted the services
    Deployed the JAVA_API first
    Restart services
    Deployed the Framework
    Restarted the services
    Yes, even though the docs said I can deploy them in order, I think there may have been
    a few hitches that the error logs didn't catch.
    Specifically, when I re-deployed the FRAMEWORK 7.1 7.11, there were now 19 components
    listed instead of one.
    I am able to go to ~mdm/wdconfig now.
    However, I get a new message:
    "You are not authorized to use MDM Web Dynpro Components Configuration Manager".
    Even though I'm the Administrator? 
    I did see in the docs that I need to create a Project first and that the userID that logs in
    should exist in UME and the MDM system.
    (_http://help.sap.com/saphelp_nwmdm71/helpdata/en/4a/41a40c343f2ab1e10000000a42189c/content.htm)
    I am looking into that now.  I think I will close this thread and start a new one
    specifically for that.
    Thanks!
    -s

  • Cannot make entry in used web dynpro components

    Hi,
    I have added public part in Used DCs
    But when i try to add the used Web Dynpro Component , i dont see the DC i have added when i click browse button
    what dependencies should be given while adding the public part in Used DCs ? i have given only default ie build time
    thanks.

    Hi,
    Follow this way, hope it will helps you
    1:Add Component of childDC to PublicPart and build it (RightClick on DC>DevelopmentComponent>Biuld)
    2: Expand parentDC>DC MetaData>DC Definition>RightClick on UsedDcs>Add used DC>Select childDC>Finish.
    Build parentDC as above (not Rebuild)
    3:Now expand ParentComponent>RightClick on Used Web Dynpro Components>Add UsedComponent> give name and choose browse >select childDC component> Ok>Finish
    Regards
    LN

  • Permission problem when trying to patch the kernel

    Hello, my name is Rodrigo and I have a VAIO laptop. The problem with it is that it has soo many privative components that are very hard to get to work under Linux. Fortunately, I found a project http://code.google.com/p/vaio-f11-linux/, which aims to provide full suport to VAIOs in Linux.
    In order to do this I had to patch the Kernel http://code.google.com/p/vaio-f11-linux … nelSupport
    So I started to follow the instructions.
    1) I downloaded from kernel.org the lastest stable release (2.6.39)
    2) I made cd /usr/src/linux and unpacked the tar contnents from the kernel file into this directory
    3) I made "sudo curl http://www.absence.it/vaio-acpi/source/ … 6.39.patch | patch p1" and I got this:
    patching file include/linux/sonypi.h
    patch: **** Can't rename file /tmp/poSN3DW6 to include/linux/sonypi.h : Permission denied
    I don't know if I'm the problem or if the patch is "bad".I already submitted the problem to the Issues page from the project, but maybe I made something wrong, any help would be apreciated
    Rodrigo

    I don't think sudo was meant for strange things like downloading a patch and then piping it into the patch command. If you want that to work, you should either run "su" to make sure you are root beforehand, or split up the commands like so:
    sudo curl http://www.absence.it/vaio-acpi/source/patches/vaio-2.6.39.patch >vaio-2.6.39.patch
    sudo patch p1 <vaio-2.6.39.patch
    The generic instructions for using this patch will probably work but it will be cleaner if you look at the wiki page for Arch's take on custom kernels.
    Last edited by ConnorBehan (2011-05-25 03:15:06)

  • ESS-where can I find FcLinks & FcNavigations Web Dynpro Components ?

    Hi,
    I am working on ESS BP.
    Can anyone, let me know where can I find the FcLinks & FcNavigations web dynpro components. I mean in whcih DCs in ESS package, I can find this.
    I could find these in used web dynpro components, in 'Release Working Time'  of 'Working Time'. But, couldn't able to locate them in which DC they are present.
    Thanks & Regards,
    Raj

    Hi ,
    It s a part of FPM framework. Its available in sap.com/pcui_gp~xssutils.
    Its a PCUI_GP component, and is not editable. In case you are looking to edit the links, you can configure them thru SPRO in the backend.
    Regards
    Bharathwaj

  • Download/Upload of Web Dynpro Components

    Hi everyone,
    Does anybody know if there is a way to dowload the web dynpro components from a SAP system and upload into a diferent one, like smartforms and dynpro screens do?
    Thanks in advance,
    Raphael Xavier

    Hi Raphael,
    This feature is not currently in the standard system. However there is a beta version of a plugin for exporting and importing Web Dynpro ABAP components.You would have to use the SAPLink program (ZSAPLINK) to export and import objects. Please go through this link to download the necessary stuff.
    [http://code.google.com/p/saplink/|http://code.google.com/p/saplink/]
    For any problems while uploading these nuggets into SAP you can post your queries [here|www.saplink.org].  Also refer to Thomas Jung's comments in [here|How to install the SAPlink plugins;.
    Regards,
    Uday

  • Can not find patches for XSS components..

    Hi guys,
    I try to implement the ESS BP and taking in account SAP Note No. 761266 I have to patch the SW. BUT, the path to download the patches: "Entry by Application Group -> SAP Application Components -> SAP ERP -> SAP ERP2004 -> SAP XSS (Self Services) -> SAP ESS 100; SAP MSS 100; SAP PCUI GP 100." doesn't exist! When I try to search for it, no results are found...
    Can anybody help?
    Thanx a lot!
    Peter

    Hi, I am attaching the site to assist you with your keyboard.  Hope this helps.
    http://h10025.www1.hp.com/ewfrf/wc/product?product=3454478&lc=en&cc=us&dlc=en&task=&lang=en&cc=us
    Was your question answered? Mark it as an Accepted Solution!
    If I was able to help...Give it a Kudos!
    Thank you

  • JavaDoc with Web Dynpro Components and SS9

    Hi All,
         Has anyone been able to get custom JavaDoc linkages to work correctly in NDS when working with components?
         I know I can get it to work if I manually attach the source and the JavaDoc location in the Properties -> Java Build Path for each of the .jar files (in each project that uses the Web Dynpro components in question), but I feel this should carry over automatically if I configure this information in the included project.
         The good news is that the configuration stays with a using project even when choosing the "Refresh from DC settings" option, but when adding a used DC the first time isn't there some way to have this information automatically added?  This information is already configured at the project level for the used components.
         Any suggestions, or should I just grit my teeth and say everyone has to add in these values manually?
         Thanks,
            --Greg

    Hi Naddy,
    Check the standard tables that are being used in the application for display/change/create of data. If these tables have a "Customer Include", your first step should be to define the Customer Include Structure and define your new custom components in it (the ones that you need to show on the statndard view.)
    Step 2: Create and enhancement of the standard component in which the view is present. In this enhancement, update the context so that the new fields that are present in the standard table (due to Customer Include) become available in the Context.
    Step 3: Create enhancement of the view on which the field has to be included. Firstlyupdate context of view from context of controller. Now ur fields will be available in context of view. Also create context attributes that will control visibility, read-only etc of UI elements. Now enhance the layout of the view, create your custom fields and bind value/visibilty/read-only etc to the respective context attributes that you have created.
    Also write a post exit method for domodify and check the mode of the standard application (create/change/display). Accordingly set values of the read-only, visibility etc.
    Regards,
    Reema.

  • What are the major components in class?

    1)     What is the purpose of ‘load-of-program’? When it will be trigger?
    2)     Write the code for displaying the three parameters in single line with the first parameter as mandatory in the selection screen?
    3)     Which event triggered whenever the user call the function BACK, EXIT, CANCEL?
    4)     What are the major components in class?
    5)     What is the functional module is used to get popup screen for ALV reports?
    6)     Which type of pool is used to get drop-down list?
    7)     What is the tcode for creating the variant truncations?
    8)     Is it possible to call LDB’s number of times in same report?
    9)     What are the conditions to use control break statements in our report program?
    10)     What is the use of range statement?
    11)     What is the difference between normal reports and alv reports? With comparing to normal report are there any disadvantages in alv reports?
    12)     What are the components used to suppress the fields in the selection-screen?
    13)     What is the standard program to transport selection screen variants?
    14)     What is the event keyword for defining event block for reporting events?
    15)     What is the specific statement use when writing a drill down report?
    16)     What are the different tools to report data in sap?
    17)     Write the menu path to create a selection text in reports?
    18)     How do we omit the leading zero s while formatting outputs in reports?
    19)     What are the report truncations?
    20)     How do we align selection input in single row?
    21)     How do we suppress the display of input fields on selection screen?

    this forum is not for answering your interview questions...if you stucked with any realtime problem then post...please try to respect forum terms and conditions.
    Thank you.

  • AE CS6 won't export MP4. "Some of the required components could not be found."

    After Effects CS6 (from Production Premium) running on 64-bit Windows 7 Enterprise SP1.
    Processor: Intel Core i7-3930K CPU @ 3.20GHz
    AMD Radeon HD 7900 Series video card
    64 Gb Corsair Ram (DDR3)
    Quicktime 7.7.4 Installed
    Currently attempting to export a short (2 second) video based on the predefined "H.264" preset with the only alterations being that I want the VBR 1 Pass to target 3.5Mbs (though I've changed this with no difference in outcome) and I want the video to multiplex as MP4. I immediatley get the error prompt: "Some of the required components could not be found."
    *Just tried using the 3GPP multiplexer and received the same error message. If I try to use the MPEG4 format I get an "unknown exception" error.*
    I've exported literally hundreds of items as H.264 with a MP4 multiplexer on this machine with current hardware and software. And now...no dice. After Effects boots correctly (or at least it seems that way) though I think it takes a little longer than it used to (not sure if the system cache just needs to be rebuilt).
    After Effects CS6 has all available Adobe updates. Quicktime 7.7.4 is also up-to-date. Video Card driver is up-to-date.
    What could be going on? I'd prefer to skip re-installing this program. I've had to do this numerous times already with this suite throughout the past 12 months; really getting sick of the down-time during reinstall. Worth noting that I have closed the program, closed all programs, restarted computer multiple times.
    I am currently going through my Adobe program files for After Effects. I am specifically looking through the 'Support Files' directory. A couple interesting things: 1. My 'MediaIO->Codecs' directory was last updated on 11/8/2013 (perhaps an AE update??) but each of the files within said directory have a last modified date of late September. Did something get wrongfully deleted in the hypothetical update? 2. In 'Media Core plugins->Common' I again have a last modified date of 11/8/2013, but again each of my files within the common directory were last modified late September. I have many expected .prm files but NO ImporterMPEG4.prm; should I have a MPEG4 specific importer file, or does the MPEG importer file do all of the work. Also, I have no ExporterMP4 (or anything of the MPEG, MPEG2, MPEG4 flavor). Should I have one of these?
    Don't know if this last paragraph helps at all but my fingers are crossed.

    Thanks Katrina for all your help.
    I talked to an Apple tech support person. Actually, my call had to be elevated to the next support level. Joy. You are correct, there are multiple listings of the files in the error report even though there is only one copy.
    The support person had me do a few things. Here is what eventually seems to fix things:
    1) For the mp3's that DID copy but were listed as not found... Some files were duplicated so deleting the duplicate with the "!" was an easy fix. I found one file that I could search by song name in iTunes but could not find it by song name search on the iPod. Looking at the iPod playlist I found the file listed by the filename (not song name) and the file played fine. Then in iTunes I double clicked on the song name ("!" showing) and selected locate. I then pointed to the location on the NAS. Resync and now the name of the song on the iPod changed from filename to song name. The file was no longer listed in the error report.
    2) For the m4a files that didn't sync... the problem songs appeared three times in a search in iTunes. Two of the listings showed the "!" next to the name. I deleted these two for each song that didn't sync and all transferred fine afterward.
    Perhaps there is an issue with ID3 tags since I use filenames more than tags in organization. Still, I would think that iTunes would not get so confused or be a little more friendly with its errors, especially considering how long its been around.
    Thanks again for your help. Looks like I have a manual way to correct this issue.

  • I get this error when I go to imovie, I have instalerat on via appstore, but it does not work. The QuickTime components necessary to view, edit, import and export various types of films are not installed. The components included in the iMovie installer. R

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

    I get this error when I go to imovie, I have instalerat on via appstore, but it does not work.
    The QuickTime components necessary to view, edit, import and export varioustypes of films are not installed. The components included in the iMovie installer.Reinstalling iMovie.

  • SharePoint 2013 Foundation Search - Change the admin components to the new WFE server

    Hi,
    We tried to move the Search Service Application from one server to another server which was newly joined in the Farm.
    In this case,the Search Service in my App server - which was working earlier also did not work. I tried almost all Powershell scripts to stop the service, and i could not make it.
    Please let me know, how to stop the search service in both servers and to run only in the new server that i have joined.
    Also, we need to move all Search Admin components to the new server, and from then Search Index should work only in the new server and not the old one.
    Kindly let me know the possibility how can this be achieved. 
    Thanks in Advance!

    Hi Karthikanandh,
    If you want to stop the Search service in both servers and only run in the new server, then you can stop the service in Central Administration in both the two servers and start the service in new server.
    Please go to Central Administration > System Settings > Manage service on server > change the server to the one that you need to stop the search service and then stop the search service.
    To move the search admin component to another server, then you need to clone the active Search topology and move that component, and then then activate the topology and move the remaining components.
    http://sharepoint.rackspace.com/sharepoint-2013-search-administration-tutorial
    http://blogs.technet.com/b/pfelatam/archive/2013/05/10/create-a-search-topology-in-sharepoint-2013.aspx
    http://technet.microsoft.com/en-us/library/jj862354.aspx#Search_Comp_Clone
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • 500GB DVR wouldn't stop resetting, now all recordings and scheduled series gone

    I saw similar threads on this topic, but not sure its the same or not. On 1/11, we were watching a recorded show and it started blinking out a few times, then reset itself. It came back on and then did it again a bit later. We rebooted by unplugging

  • Error message with servlet

    Hi everyone, I am trying to write a customized portlet that searches for only user objects. I am getting a Servlet.service () for servlet jsp threw exception and the Root Cause is java.lang.NullPointerException. Now, I am pretty sure I need to set up

  • Flash Player installs wrong version

    I'm running Windows 7, IE 9 on a 64 bit system. I have gone through all trouble shooting on Adobe web site. I have uninstalled and reinstalled, ver 11.3.300.271 and continues to flash and when searching for flash player using control panel, it reads

  • RDBMSRealm and system user

    Hello, I have adapted the RDBMSRealm in WLS 5.1 sp4. It seems to work well (in most cases) but I still have a couple of questions regarding de RDBMSRealm. Can someone enlight me? -Where should the system user be defined? When I place the system user

  • How to create App.

    Hello Apple, Im a beginner at the apps field and im going to create an app but there are some questions i don't the answer. If I could desing and finish my app what should i do to post my app at App Store.? How can save my rights for the app ( May be