GetRequestDispatcher:  probably basic problem

This is probably one of the "basics", but neither the course I took on servlets and JSPs at Sun nor either of the books I have on servlets and JSPs really tell me what I need to know, and I can't find an answer through Google either, so please be patient with what is probably basic.
I'm trying to dispatch a JSP from my FrontController servlet. My ap0plication is pretty straightforward, so I'm not tyring to do anything tricky, just basic servlet programming. I'm getting an error from the web server (Tomcat) when it tries to find the resource. I get a 404. Now I know that means normally that the page cnanot be found.
Here's the error:
The requested resource (/display_contract.jsp) is not available.
Here's the code:
if(request.getParameter("thePage").equalsIgnoreCase("index"))
                        RequestDispatcher rd =getServletContext().
                            getRequestDispatcher("/display_contract.jsp");
                        rd.forward(request, response);
                    }The display_contract.jsp is located in the WEB-INF directory (not a subdirectory below it). What am I doing wrong? Equally important, where is the exact requirement for what to specify in terms of both contents and format desribed? I'd prefer a book to a spec, because I find specs, even when I was a Sun employee, to be less than helpful at times on these sorts of technical details. Must this start with a "/"? Does anyone explain that? All the examples I've been able to find assume you've set up your web app structure the way the example does, so there's no explanation of what needs to be in the resource name, e.g., absolute path vs. relative path, wild cards, etc., so I can't begin to see what I'm doing wrong. I'm not unwilling to read. I just can't find any book or article to date that explains this at the level of detail I need to resolve my own problem. Thanks.
Ken

I think the problem is that /display_contract.jsp will be translated to http://www.yourdomain.com/yourapplication/display_contract.jsp, but the file is hidden in your WEB-INF.
Either move the jsp up one directory or add an entry to your web.xml to make the jsp available.

Similar Messages

  • Why do we run into stupid basic problems with firefox?

    I have jre1.6_u31 installed on a Windows 7 and the brilliant
    firefox keep tell me that I've to install the jre_1.6_u29 missing plugin when I try to run an applet...a simple applet!! The plugin doesn't appear on add-ons manager then i use "check your plugins" and the stupid response is: "For your safety, Firefox has disabled your outdated version of Java. Please upgrade to the latest version."
    Running an applet is basic! Why are u making new versions when older ones are better? I' m sick of running into this stupid problems with firefox! Everything works on ie, chrome and safari but not on Firefox!
    I' m sick of trying to solve firefox basic problems!
    We have a site that has one thousand ore more visits per day...and we only have troubles with firefox! What do I tell the costumers? I' m not going to give them solutions difficult and confusing as usually your solutions are! They are common people not developers as me...they just want the things to work! I gave up and the solution that I give to them now is to stop using firefox and uninstall it. And people ask I chrome is becoming the second most used browser...here is your answer...
    I' m a developer and I've to develop I don't have the time patiente to trying solving basic firefox problems. If you don't know how to solve the problems then stop developing this and save us the headaches.

    Have you updated Java lately? You say you have jre1.6_u31 installed, but "Java(TM) Platform SE 6 U31" is not showing in the Plugins submitted with your question (click "More system details" to the right of your original question post). To enable, Add-ons > Plugins, and enable the item.
    If your OS is 64-bit and you have 32-bit browsers (Firefox) and 64-bit browsers installed, then you need to install both the 32-bit and 64-bit versions of Java.
    *See --> https://www.java.com/en/download/faq/java_win64bit.xml
    '''Older versions of Java blocked in Firefox''' --> https://addons.mozilla.org/en-US/firefox/blocked/p80 <br />
    '''Using/Updating Java''' --> [https://support.mozilla.org/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox] <br />
    '''Unblocking Java''' --> https://support.mozilla.org/en-US/kb/unblocking-java-plugin
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • JScrollPanel basic problem

    Hi,
    would be grateful if someone could help out with this basic problem:
    I'm using a JTextArea that displays additional text added using the append() method in a java2 1.4 program, but I need it to automatically scroll down to show the latest line of text added whereas the panel by default requires the user to scroll down.
    Thanks,
    Allan.

    try looking at setCaretPosition(int position).

  • Strange but probably easy problem

    Strange but probably easy problem...
    I have made two pages recently. One for a company and one for
    a game I'm making during my spare time. I have made them both in
    the same way with an html page for every side.
    The problem is that when it changes sides... On the first
    page I made it looks like it leaves the back ground graphic and
    just reload the text that has changed... this is how I want it to
    be. But on the second it loads the backgrounds's every time...
    These are the links... I hope someone understands what I mean
    1st page www.ardent.se
    2:nd page www.indylc2.com

    cjh81 wrote:
    > Strange but probably easy problem...
    >
    > I have made two pages recently. One for a company and
    one for a game I'm
    > making during my spare time. I have made them both in
    the same way with an html
    > page for every side.
    >
    > The problem is that when it changes sides... On the
    first page I made it looks
    > like it leaves the back ground graphic and just reload
    the text that has
    > changed... this is how I want it to be. But on the
    second it loads the
    > backgrounds's every time... These are the links... I
    hope someone understands
    > what I mean
    >
    >
    > 1st page www.ardent.se
    > 2:nd page www.indylc2.com
    >
    it's the same, but the first page loads faster than the
    second.
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    Downloads: Slide Show, Directory Browser, Mailing List

  • A sample project with basic problems to solve. Lets make it as a tutorial!

    The project is attached it's supposed to end up being a simple file manager, so you can browse the files and folders using the list component.
    I've done some part which is the attached one. Now I meet some problems since it's my first project and I need some help so I can solve them. I will try to make this project available to everyone because I think in it's end it will really cover the basics you need to know to get started making more complex stuff.
    So I zipped the php folder with just 1 file that currently has script for browsing the current directory. At this stage of the development I would only like to be able to make the files and folders that the php returns to be displayed correctly in the list, the files no icon and the folders with the folder.png icon. To have a nice padding so they look good in the list and have a nice hover.
    Problems:
    1) warning: unable to bind to property 'name' on class 'Array' (class is not an IEventDispatcher)
    Note: that's the first problem you will see when you setup the project, change the php server urls and run it.
    http://flexponential.com/2009/11/11/binding-warnings-when-using-object-in-a-list -dataprovider/ - this post has some info on the problem but the example is with static mxml data and I am not sure how to fix this when the data comes from the php.
    2) what's the proper way to make some customizations on the data received, so to speak I need to check if the type of the file is "dir", that would mean it's a folder and should display the folder icon and if it's not not to display any image infront of the file. I am really not sure how to do that so any solutions are welcome.
    3) What's the most convinient way to adjust the padding between each line in the list and padding for the icon and label inside the line.
    I think solving these 3 problems will be a huge step forward to finish and have a complete structure which could help more people understand how things work.
    Everyones help will be greatly appreciated

    Anamorphicizer didn't work.
    I can use Quicktime Pro cause I currently have Quicktime X on my computer (snow leopard) which doesn't have a Pro upgrade.
    Any myDVDedit is really confusing to use do I have to export the DVD into a VIDEO_TS file to fix it? I'm still puzzled

  • Basic Problems with Attributes and Data Loading

    Hi Specialists,
    I have a basic understanding Problem. I will explain it with a simple Example. I have to load Employee-Data from a file. For each Employee we have
    EmployeeNo
    EmployeeName
    EmployeeLanguage
    My Modelling:
    1 InfoObject Employee, with EmployeeNo as Key and EmployeeName as Text. For the EmployeeLanguage I create an additional InfoObject, in order to have an Attribute EmployeeLanguage at the InfoObject Employee. So far so good (I think).
    What kind of DataSources have I to create?? It is necessary to load the possible Languages first?? If yes, what kind of DS I have to choose, for loading only "English", "German", "Dutch". Attribute? Text?
    If not, the loading process is not possible, because one language exists more than one time in my flat file.
    Hope you can help me to see it clear.
    Thanks.
    Denise

    Hi Denise,
    I don't think you have to load all possible languages first. This is only necessary if you also want to load texts for EmployeeLanguage (example language german with texts "german", "deutsch", ...).
    Specify Employee as data target (in tab Master Data / Texts) and assign your InfoArea. There you will find your targets for texts and attributes, now create InfoSource for your file and assign update rules for both texts and attributes.
    Best regards,
    Björn

  • IWeb basic problems? Issue with galleries

    Hi,
    A while ago I posted a question about a photo gallery I was trying to display, which went something like:
    "Hello,
    Just finished putting together a website for my brother but having issues with the gallery. I have a portfolio page for his photos. When I'm in iweb the photo album covers scroll nicely between images and link straight to the photo gallery page. But when I put it online I click and nothing happens, as you can see here:
    http://www.guycollier.com/guycollier/EdmundCollier_Theatre_Photography_My_Portfolio/Edmund_Collier_Theatre_Photography_MyPortfolio.html
    Does anyone know why? This is driving me crazy. I have deleated and uploaded the sight several times from iWeb and also Filezilla and Cyberduck but have the same issues. Please help!
    ps. also if anyone knows how to set the title of the page in the browser then that would be great too!"
    I have finally got the time to get back to it and have been trying various options suggested by users, including deleating and rebuilding the gallery, but it still doesn't work either online or on a local hosting. It was suggested that I might have some basic iWeb problems. Any idea what these maybe and how they might be resolved?
    Thanks
    Guy

    Thanks for the suggestion. I rebuilt it and without making any changes to the layout it seemed to work ok. However, when I have made some minor changes (putting a frame around the images, changing the layout slightly, removing the navigation menus) it no longer works. Any idea? Might I be deleting something by accident?
    Guy

  • Jdev10.1.3.3/jdev 11 : very basic problem with h:commandButton

    Hello,
    I'm writing a manual training about standard JSF. I'm using Reference Implementation (RI) from Oracle and Jdev.
    I'm writing this very basic code for a binding method on the action property of a Command button (standard h:commandButton) :
    public String commandButton1_action() {
    System.out.println("commandButton1_action()");
    return null;
    The weird thing is that this code never executes...
    If I use an af:commandButton instead of h:commandButton, the same code works.
    Why the standard h:commandButton doesn't work ? (same thing with actionListener)
    If I replace the Oracle's JSF library by Sun implementation, obviously the standard h:commandButton and its binding action works...
    Have you got an explanation ?
    Thanks,
    Christophe,

    Frank,
    Thanks you very much. Your use case is excellent !
    Writing a JSF standard training manual is sometimes a bit boring but trying your wonderful Oracle components is so exciting !
    I guess that my problem comes that for my playtime I use Oracle parameters and components but I'm not always reading the documentation !
    I'm impatient to finish this training manual for having the time to read the full Oracle documentation when I try something !
    Bye!
    Christophe

  • Probably basic.. but has me stumped.. empty report only col headings. desperate!

    Post Author: hpd71
    CA Forum: Data Connectivity and SQL
    Hi,
    I have a crystal report that I designed against a SQL server databas. I am now using sqlexpress so have to use a dataset as the source of the reports data as in sql express i am attaching the database at run time.
    So I have followed the guides, and have a dataset added to my vb.net2008 solution. When I go into the dataset designer I can preview the data no problem (its a basic select sql statment with no params)
    I have then added the fields to my report, but when I run the report I get the column headins, but no data displayed?
    What have I missed her?
    Dim report As New test 'basic report
    Dim Adapter As SqlDataAdapter = New SqlDataAdapter("select * from rpt_compare", dbConnection) 'Passing the query in the connection
    Dim DataSet As DataSet = New DataSet() 'DataSet
    Adapter.Fill(DataSet)
    Dim DataTable As DataTable = New DataTable 'DataTable
    DataTable = DataSet.Tables(0) 'filling the datatable here
    Report.SetDataSource(DataTable)
    CrystalReportViewer1.ReportSource = Report

    The last thing we did so far is to create a new partition and do a completly new install. I then installed ONLY aperture (no other third party software-nothin') and then proceeded to import into the computer a project that was on my laptop. Because I did not want to use Drobo, I started my macbook pro laptop holding 'T' to put into HD mode connecting thunderbolt to thunderbolt (sounds like a party).
    The result is was recorded (on my iphone of course) and on this youtube link. http://youtu.be/J5FqpmXhVF
    Still bad.
    I honestly feel there is not much more to be done and if I am the only person with this issue then the only logical answer to this is
    A- I am lieing about all of this and just want the attention.
    B- I am an agent of Adobe freelancing for Sony.
    C- Because Apple was quick to send the first batch off there was a few qwerks in the first couple macpros (which happens sometimes), but Apple doesn't want to admit this and waiting to see if I either
              1. solve the problem myself,
              2. quit my career as a photographer  or
              3. mysteriously disapear.

  • Basic problem displaying components

    I downloaded Creator today to see if I could make the basic JSF code and then fill in the parts that Creator would not know about. I"ve used similar tools before, like VIsual Basic, as well as the component palette in a Java IDE or two. I'm haivng a problem. WHen I try to add a textfield to a page in JSC, the list at the left says it is thre and I can set the properties, but I cannot see it on the screen, no matter whati do. I've never had this kind of tool do that. What might I need to do? Thanks.
    Ken

    Hi,
    Possibly, you unchecked the rendered property.
    In the Application Outline pane, expand the html - body - form nodes
    then select the textfield.
    Next look in the Properties pane, make sure the rendered property
    checkbox is checked.
    John

  • New to J2EE Pls Help in some basic Problems

    Hello Friends! This is Anand. I had started working in J2EE recentelly. In start we r using J2EE server. but later we deployed same java beans on iPplanet server. it gives some problems. So can anybuddy told me answers of my following questions-
    1) What is basic difference in J2EE server and iPlanet.
    2) Is iPlanet is reliable server or suggest some reliable server(shoule i use Oracle 9i)
    3) Sometimes i come accross an error - Marshal Error or UnMarshal error. i cant understand what actually
    i have to change in my EJB.
    so pls guide me.
    - Thanks in advance

    Hello Friends.
    Thanks for quick replay.
    I am using J2EE server means which comes with J2EE 1.3
    Now I am using MySql and iPlanet Server. In that i always face a problem with database and i have to restart database server-
    Too many connection
    I am using a helper class for database connection. So if there is any better way to connect to database pls suggest
    (We are not using CMP Entity Beans)
    The class is as follows
    public class help
         public String server="localhost";
         public static String database="system";
         public String driver="org.gjt.mm.mysql.Driver";
         public String user="root";
         public String dns="jdbc:mysql://"+server+":3306/"+database+"?user=root&password=";
         String passward="";
         String password="";
         public help(){
    public class help10 extends help
    public Connection c = null;
    public Statement st = null;
    public ResultSet rs = null;
         public help10()
         public void connect()
              try
                   Class.forName(driver);
                   c=DriverManager.getConnection(dns,user,passward);
                   st=c.createStatement();
              }catch(Exception ex){e.printStackTrace();}
    public void disconnect()
              try
                   if(c!=null)
                        c.close();
              }catch(Exception ex){e.printStackTrace();}
              c = null;
    }

  • Some basic problems with multicast, IGMP & NLB

    Hi out there
    We have two DC's with 10G interconnection in  between - these connections are run as L2 links - put into a set of  nexus 5000 (the old nx5020) - acting access-switches - and uplinked to a  set of nexus 7009 which act as L3 switch for us.
    We  have a cluster of vmware boxes in each site and are running MS windows  2008 machines with MS NLB for TerminalServices - in IGMP multicast mode -  in VLAN 21.
    Now I looked in the log of the nexus 7000 and found that the PIM DR is "flapping" between the two sites from time to time:
    2013  Nov 25 22:50:58 ve-coresw-01 %PIM-5-DR_CHANGE:  pim [26128]  DR change  from 172.21.159.253 to 172.21.144.3 on interface Vlan21
    2013 Nov  25 22:51:54 ve-coresw-01 %PIM-5-DR_CHANGE:  pim [26128]  DR change from  172.21.144.3 to 172.21.159.253 on interface Vlan21
    2013 Nov 25  23:26:07 ve-coresw-01 %PIM-5-DR_CHANGE:  pim [26128]  DR change from  172.21.159.253 to 172.21.144.3 on interface Vlan21
    2013 Nov 25  23:26:10 ve-coresw-01 %PIM-5-DR_CHANGE:  pim [26128]  DR change from  172.21.144.3 to 172.21.159.253 on interface Vlan21
    I am not that familiar with multicast but the basic concepts are there - in the vrf I have defined
    ip pim ssm range 232.0.0.0/8
    the vlan is defined as:
    vlan configuration 21
      layer-2 multicast lookup mac
    vlan 2001
    under the SVI interface vlan 21 I have also defined - and there is a sample showning the nlb
    interface Vlan21
      vrf member DMZ_21
      no ip redirects
      ip address 172.21.144.3/20
      ip pim sparse-mode
      ip arp 172.21.149.19 0100.5E7F.9513
    these flapping should only occur if the keep-alives between the two sites are missed 3 times
    The uplinks to the nexus 5000 are defined as mrouters
    vlan 21
      ip igmp snooping mrouter interface port-channel5
      ip igmp snooping mrouter interface port-channel16
    SW5020-01# sh ip igmp snooping vl 21
    IGMP Snooping information for vlan 21
      IGMP snooping enabled
      IGMP querier present, address: 172.21.144.3, version: 2, interface port-channel5  -> the DR on the nx7k
      Switch-querier disabled
      IGMPv3 Explicit tracking enabled
      IGMPv2 Fast leave disabled
      IGMPv1/v2 Report suppression enabled
      IGMPv3 Report suppression disabled
      Link Local Groups suppression enabled
      Router port detection using PIM Hellos, IGMP Queries
      Number of router-ports: 3
      Number of groups: 3
      VLAN vPC function enabled
      Active ports:
        Po10        Po15    Eth1/3  Eth1/11
        Eth1/12     Eth1/13 Eth1/14 Eth1/15
        Eth1/16     Eth1/17 Eth1/18 Eth1/19
        Eth1/20     Eth1/25 Eth1/26 Eth1/27
        Eth1/28     Eth1/29 Eth1/30 Eth1/31
        Eth1/32     Po16    Po5
    The  link between the two sites - and boxes - is running error-free. As far  as I can see there hasn't been any problems in that vlan since ??
    If I look at f.ex spanning-tree the topology hast changed for long time in that vlan (2 weeks).
    Could I harden the igmp multicast setup?
    What is happening when a DR is changing? Will the multicast stop work or what happens?
    As  far as I understood the DR is the service which forwards the multicast  traffic to the groups so if suddenly some re-negotiation occurs I would  expect that the active traffic will be interrupted.
    here the actual MS NLB clusters adresses:
    SW5020-01# sh ip igmp snooping groups vl 21
    Type: S - Static, D - Dynamic, R - Router port
    Vlan  Group Address      Ver  Type  Port list
    21  */*                -    R     Po10 Po16 Po5
    21  239.255.149.19     v1   D     Eth1/14 Eth1/19 Eth1/32
    21  239.255.149.24     v1   D     Eth1/12 Eth1/15 Eth1/16
                                        Eth1/26 Eth1/31
    21  239.255.255.250    v2   D     Po15 Eth1/11 Eth1/28
                                        Eth1/29
    SW5020-01#
    Any suggeestions?

    What Is OneClickStarter.exe?
    OneClickStarter.exe is a type of EXE file associated with TuneUp Utilities 2013 developed by AVG Technologies for the Windows Operating System. The latest known version of OneClickStarter.exe is 13.0.4000.189, which was produced for Windows.
    This EXE file carries a popularity rating of 1 stars and a security rating of "UNKNOWN".
    Sounds like you have some misbehaving software on your system.  I would suggest a clean install to see if you still have all the problems you are reporting.

  • Code alteration - Basic problem or XML-RPC?

    I'm trying to alter the following client/server code to create an XML-RPC such that when the client offers an argument eg ?John? then the result of the method call returned to the client would be ?John*John? rather than the result of the equation currently shown.
    I'm not sure if it's just my lack of knowledge or something in the basic data types in XML-RPC
    Any help much appreciated.
    Client
    [ code ]
    import java.util.*;
    import org.apache.xmlrpc.*;
    //simple XML-RPC client that makes an XML-RPC request to a Server
    public class XMLRPCClient {
    public static void main(String args[]) {
    try {
    // Specify the server
    XmlRpcClient server = new XmlRpcClient("http://localhost/RPC2");
    // Create request
    Vector params = new Vector();
    params.addElement(new Integer(17));
    params.addElement(new Integer(13));
    // Make a request and print the result
    Object result = server.execute("sample.sum", params);
    int sum = ((Integer ) result).intValue();
    System.out.println("Response from server: " + sum);
    } catch (Exception exception) {
    System.err.println("JavaClient: " + exception);
    [ /code ]
    Server
    [ code ]
    import org.apache.xmlrpc.*;
    //XMLRPCServer is a simple XML-RPC server
    public class XMLRPCServer {
    //Start up the XMLRPC server and register a handler.
    public Integer sum(int x, int y) {
    return new Integer(x+y);
    public static void main (String [] args) {
    try {
    System.out.println("Attempting to start XML-RPC Server...");
    WebServer server = new WebServer(80);
    server.addHandler("sample", new XMLRPCServer());
    server.start();
    System.out.println("Started successfully.");
    System.out.println("Accepting requests. (Halt program to stop.)");
    } catch (Exception exception) {
    System.err.println("JavaServer: " + exception);
    [ /code ]

    cause of the error:
    After some extensive research on the web, it is found that that you are using an UTF-8 encoded file with byte-order mark (BOM). Java doesn't handle BOMs on UTF-8 files properly, making the three header bytes appear as being part of the document. UTF-8 files with BOMs are commonly generated by tools such as Window's Notepad. This is a known bug in Java, but it still needs fixing after almost 8 years...
    There are some hexadecimal character at the begining of the file, which is giving error"content not allowed in prolog". No solution is provided for this till now.
    Example: suppose your file start with <?xml version="1.0" encoding="utf-8"?>. you will see this in a editor. But if you open this file with any hexadecimal editor you will find some junk character in the start of the file.that is causing the problem
    solution:
    1) convert your file into a string and then read the file from the forst character that in my case the first character will be "<".so the junk character will not be there in the string and then again convert it into a file.
    2) some people are able to solve this problem by changing the "utf-8" to "utf-16". remember only in some case. some times this problem also exits in "utf-16" file.
    3) some are able to solve this problem by changing the LANG to US.en.
    4) If the first three bytes of the file have hexadecimal values EF BB BF then the file contains a BOM.so you can also handle by your own.
    5)Download a hexadecimal editor and remove the BOM.
    6) In case you are not able to think furthe then please to more research in internet may be you find some other solution to this problem. But These solution are some type of hack not exactly a solution.

  • DBMS_XMLSAVE.updatexml basic problem - bug?

    I want to update a column that is also the key. i.e. \
    update salary_tab set salary=15000 where salary=10000
    how can I accomplish this using DBMS_XMLSAVE.UPDATEXML?
    Trying to figure out for 6 hours no solution :( help!
    Thanks in advance!

    Hi Pavan,
    Thanks for looking into it. However, this does not work - all the examples I found on the net dealt with different key and update columns. My case is when the key and update columns lists are overlapping.
    Thus,
    Key Column List = SALARY
    Update Column List = SALARY
    the problem is that I dont know how to specify the rowset xml now.
    <ROWSET>
    <ROW>
    <SALARY>10000</SALARY>
    <ROW>
    </ROWSET>
    how can I specify 2 nodes for salary - one to find which row to update and one to specify the new upated value.
    Is this a missing functionality in DBMS_XMLSAVE??

  • Basic problems with Windows 10 TP 9926

    I am going to list some problems that I notice in this build:
    1: The system seems to think I have a battery, but I am on a custom desktop. This is noticed when I am in the User log on screen and there is a symbol in the bottom left informing me that my nonexistent battery is low. 
    2: When I put the computer to sleep, it wakes up on its own. I even tried disconnecting peripherals (keyboard, mouse, etc) in order to keep the computer in Sleep Mode, but regardless of what I try, it stays asleep for approximately 10-15 seconds and wakes
    up again. 
    3: Since I cannot put the computer into sleep mode, I have been shutting it off for the night. After powering on the computer again, it does not recognize the drivers for my wireless card (Intel Dual-Band Wireless-AC 7620). In order to get it to recognize
    the drivers, I actually have to restart the computer. So far, it has recognized the wireless driver after every restart, but not after every Power Off/Power On cycle. 
    4: Frequently, a window titled Oneclickstarter appears to warn me about running my programs in compatibility mode. I have not set up any of my regular programs to run in compatibility mode, so I am unsure as to why this box appears. I would correct the problem
    on a program by program basis, but it seems to happen with almost every program I run. 
    5: This one is possibly more of a point of feedback, but when I type something into the Cortana search bar, it usually only brings up one program and mostly shows items from web searches. I personally would much rather several programs appear and very few
    web search items to appear. 
    I will add to my list if I find anything else. I would like to make a point to say that I love the new layout. I am not so sure I love Cortana yet, but we will see. 
    Please let me know if there are any fixes to these problems. I'm sure that they will disappear in future updates. 
    ~ozozznozzy
    EDIT: I am now aware that the battery icon is a known issue.

    What Is OneClickStarter.exe?
    OneClickStarter.exe is a type of EXE file associated with TuneUp Utilities 2013 developed by AVG Technologies for the Windows Operating System. The latest known version of OneClickStarter.exe is 13.0.4000.189, which was produced for Windows.
    This EXE file carries a popularity rating of 1 stars and a security rating of "UNKNOWN".
    Sounds like you have some misbehaving software on your system.  I would suggest a clean install to see if you still have all the problems you are reporting.

Maybe you are looking for