Servlet can't be found outside of weblogic/classes??

Hi there!
          I wrote a servlet that I've placed into a directory that's in my CLASSPATH
          (set inside startWebLogic.bat). It's clearly identified within the System
          java.class.path variable as well (when the logs scroll by).
          However, the Servlet (although it's been registered in Weblogic.properties)
          refuses to be found unless I finally move it into weblogic/classes.
          Does anybody know why??
          -joe
          

Joe,
          Servlets are loaded by the weblogic class loader. For that reason, the
          base directory for your servlets has to be in the weblogic.class.path.
          Since weblogic/classes is part of this class path, they were found by
          the WL class loader. Basically, add the base dir for your servlet
          package to the WL class path and you will be fine.
          If you're starting WL from the command line, see the
          /weblogic/startweblogic.??? scripts.
          Jason
          

Similar Messages

  • Weblogic 8.1 SP2 + Struts + Internal Servlet Session Process Error Found!

    Hi,
              I have developed a struts 1.1 based webapplication which runs fine on
              weblogic 7 (for one year in production), tomcat 4.1,5 and others but
              refuses to function in weblogic 8.1 sp2!
              This is the stacktrace I get when I try to call an action via the browser:
              java.lang.IllegalStateException: Internal Servlet Session Process Error
              Found!
                   at
                   weblogic.servlet.internal.session.SessionData.checkProcess(SessionData.java:1148)
                   at
                   weblogic.servlet.internal.session.SessionData.setAttribute(SessionData.java:501)
                   at
                   org.apache.struts.action.RequestProcessor.processLocale(RequestProcessor.java:638)
                   at
                   org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:230)
                   at
                   org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
                   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at
                   javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
                   weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
                   at
                   weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
                   at
                   weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
                   at
                   weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
                   at
                   weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
                   at
                   weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at
                   weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
                   at
                   weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) at
                   weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              Just out of curiosity I deployed the struts-examples webapplication from
              the apache jakarta struts distribution and it also fails to run with the
              same error!
              Can anybody help me out with this one? Does anybody experience the same
              thing?
              regards,
              oliver
              p.s. I will also post this message on the struts user list.
              

    Hi,
              I have developed a struts 1.1 based webapplication which runs fine on
              weblogic 7 (for one year in production), tomcat 4.1,5 and others but
              refuses to function in weblogic 8.1 sp2!
              This is the stacktrace I get when I try to call an action via the browser:
              java.lang.IllegalStateException: Internal Servlet Session Process Error
              Found!
                   at
                   weblogic.servlet.internal.session.SessionData.checkProcess(SessionData.java:1148)
                   at
                   weblogic.servlet.internal.session.SessionData.setAttribute(SessionData.java:501)
                   at
                   org.apache.struts.action.RequestProcessor.processLocale(RequestProcessor.java:638)
                   at
                   org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:230)
                   at
                   org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
                   at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
                   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at
                   javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
                   weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
                   at
                   weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
                   at
                   weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
                   at
                   weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
                   at
                   weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
                   at
                   weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at
                   weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
                   at
                   weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) at
                   weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              Just out of curiosity I deployed the struts-examples webapplication from
              the apache jakarta struts distribution and it also fails to run with the
              same error!
              Can anybody help me out with this one? Does anybody experience the same
              thing?
              regards,
              oliver
              p.s. I will also post this message on the struts user list.
              

  • IllegalStateException: Internal Servlet Session Process Error Found!

              I keep getting the annoying error as listed, and the server also keeps reporting
              that I can only connect from 0 unique ip addresses. Has anybody else seen these
              type of frustrations on 8.1 sp2, or can explain them.
              With as much detail omitted for simplicity;
              Frustration 1.
              I have a 8sp2 server running all ok, occasionally after a redeploy of an ear file
              I attempt to load a jsp file, and the error below is thrown.
              The JSP has a bean which is session based, and as from following the stack trace
              it is around some weblogic code which tests if my license allows access to the
              http session (on a developer license). I then have to start another server instance
              and do a deployment of a v.simple war, and access this, then deploy the same war
              to the broken server and access that, then the initial jsp works fine. no code
              changes just environment stops, starts and redeploys!
              Frustration 2
              Server runs ok, tray and connect from two machines (I have an ldap server that
              wants to 'broadcast' messages to my server), error of too many connections.
              The ip connection issues can in most cases be removed with a server restart.
              EXCEPTION TRACE
              java.lang.IllegalStateException: Internal Servlet Session Process Error Found!
              With the following stack trace:
              java.lang.IllegalStateException: Internal Servlet Session Process Error Found!
                   at weblogic.servlet.internal.session.SessionData.checkProcess(SessionData.java:1148)
                   at weblogic.servlet.internal.session.SessionData.setAttribute(SessionData.java:501)
                   at jsp_servlet._security.__changeprofile._jspService(__changeprofile.java:135)
                   at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
                   at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
                   at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
                   at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
                   at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
                   at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
                   at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
                   at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              

              I have the same problem. Could any one help us?
              "David" <[email protected]> wrote:
              >
              >I keep getting the annoying error as listed, and the server also keeps
              >reporting
              >that I can only connect from 0 unique ip addresses. Has anybody else
              >seen these
              >type of frustrations on 8.1 sp2, or can explain them.
              >
              >With as much detail omitted for simplicity;
              >
              >Frustration 1.
              >I have a 8sp2 server running all ok, occasionally after a redeploy of
              >an ear file
              >I attempt to load a jsp file, and the error below is thrown.
              >
              >The JSP has a bean which is session based, and as from following the
              >stack trace
              >it is around some weblogic code which tests if my license allows access
              >to the
              >http session (on a developer license). I then have to start another
              >server instance
              >and do a deployment of a v.simple war, and access this, then deploy the
              >same war
              >to the broken server and access that, then the initial jsp works fine.
              > no code
              >changes just environment stops, starts and redeploys!
              >
              >Frustration 2
              >Server runs ok, tray and connect from two machines (I have an ldap server
              >that
              >wants to 'broadcast' messages to my server), error of too many connections.
              >The ip connection issues can in most cases be removed with a server restart.
              >
              >
              >EXCEPTION TRACE
              >
              >java.lang.IllegalStateException: Internal Servlet Session Process Error
              >Found!
              >
              >With the following stack trace:
              >
              >java.lang.IllegalStateException: Internal Servlet Session Process Error
              >Found!
              >     at weblogic.servlet.internal.session.SessionData.checkProcess(SessionData.java:1148)
              >     at weblogic.servlet.internal.session.SessionData.setAttribute(SessionData.java:501)
              >     at jsp_servlet._security.__changeprofile._jspService(__changeprofile.java:135)
              >     at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
              >     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
              >     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
              >     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:446)
              >     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
              >     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
              >     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
              >     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
              >     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
              >     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
              >     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
              >     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >
              >
              

  • Import javax.servlet.* package not found

    hai i am pradeep i am using java 1.5 and tomcat 5.5 version when i just include import javax.servlet.* in simple hellow word program and compile it shows error
    import javax.servlet.* package not found
    i set my class path to as
    E:\set path="D:\Program Files\Java\jdk1.5.0_04\bin" and compile this it pops a message please help me i am using winxp os
    by
    pradeep sreedharan

    you are not setting the classpath but the path, and they should both be written in capitals, PATH and CLASSPATH.
    The classpath contains directories and jar files that contain the classes that need to be "visible" to your applications. The servlet classes are part of the file servlet-api.jar, which you can find in your tomcat directory, more specifically the common/lib sub directory.
    I would expect your classpath to look something like this:
    .;d:\program files\tomcat\common\lib\servlet-api.jar
    You may also want to add the directory in which you are storing your projects, I don't know how you are building your applications.
    You seem to be very new to this, so I would suggest you give this a read:
    http://java.sun.com/docs/books/tutorial/getStarted/cupojava/index.html

  • Classes on which ur servlet depends is not found in classpath

              i am trying to deploy a servlet in exploded form in weblogic 7.0.Its is deployed correctly but when i call the servlet from a html file i.e. index.html it throws an error http:<Error> <HTTP> <101250>
              stating that the classes on which my servlet class depends is not found in classpath.I have set classpath manually and also created a domain name "ApplicationDomain" and i have put my application "WebApp" in application's directory in the domain
              it throw the folowiing error with exceptions
              <May 28, 2003 12:09:54 PM IST> <Error> <HTTP> <101250> <[ServletContext(id=1642082,name=WebApp,context-path=)]: Servlet
              class myclasses.Gservlet for servlet Gservlet could not be loaded because a class on which it depends was not found in t
              he classpath D:\bea\user_projects\Applicationdomain\applications\WebApp;D:\bea\user_projects\Applicationdomain\applicati
              ons\WebApp\WEB-INF\classes.
              java.lang.NoClassDefFoundError: myclasses/Gservlet (wrong name: Gservlet)>
              <May 28, 2003 12:09:54 PM IST> <Error> <HTTP> <101018> <[ServletContext(id=1642082,name=WebApp,context-path=)] Servlet f
              ailed with ServletException
              javax.servlet.ServletException: [ServletContext(id=1642082,name=WebApp,context-path=)]: Servlet class myclasses.Gservlet
              for servlet Gservlet could not be loaded because a class on
              

    Configuration file bc4j.xcfg not found in the classpath.

  • Cannot find the servlet--can anyone pls help

    Hi,
    I am trying to run an example servlet the code is as follows:
    Example.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <Title>Example</Title>
    </HEAD>
    <BODY>
    <form action="\example\classes.ShowParameters" method="post">
    Name: <input type="textbox" size="10">
    Number:<input type="textbox" size="10">
    <input type="submit" value="submit">
    </form>
    </BODY>
    </HTML>
    ShowParameters.java
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    public class ShowParameters extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println( "<BODY BGCOLOR=\"#FDF5E6\">\n" +
    "<H1 ALIGN=CENTER>" + "</H1>\n" +
    "<TABLE BORDER=1 ALIGN=CENTER>\n" +
    "<TR BGCOLOR=\"#FFAD00\">\n" +
    "<TH>Parameter Name<TH>Parameter Value(s)");
    Enumeration paramNames = request.getParameterNames();
    while(paramNames.hasMoreElements()) {
    String paramName = (String)paramNames.nextElement();
    out.println("<TR><TD>" + paramName + "\n<TD>");
    String[] paramValues = request.getParameterValues(paramName);
    if (paramValues.length == 1) {
    String paramValue = paramValues[0];
    if (paramValue.length() == 0)
    out.print("<I>No Value</I>");
    else
    out.print(paramValue);
    } else {
    out.println("<UL>");
    for(int i=0; i<paramValues.length; i++) {
    out.println("><LI>" + paramValues);
    out.println("</UL>");
    out.println("</TABLE>\n</BODY></HTML>");
    public void doPost(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    doGet(request, response);
    example.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Welcome </display-name>
    <description>
    Welcome to Pc Tune Up
    </description>
    <servlet>
    <servlet-name>example.ShowParameters</servlet-name>
    <servlet-class>example.ShowParameters</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>example.ShowParameters</servlet-name>
    <url-pattern>/Example.html</url-pattern>
    </servlet-mapping>
    </web-app>
    and the servlet is sucessfully compiled..
    and i put the classes in the ROOT directory..
    The structure is as follows:
    C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\example\ShowParameters.class
    and also the java files in the same folder
    and i created the jar file and placed it in the lib folder of ROOT.
    but when i am trying to run the html file and submit the form it says HTTP:404 FILE NOT FOUND ERROR..
    Can anyone please help me where i am going wrong....
    Thanks & Regards
    Lavanya

    [<form action="\example\classes.ShowParameters" method="post">[
    this is wrong
    change it to
    <form action="/Example.html" method="post">
    beacause you have specified
    <url-pattern>/Example.html</url-pattern>
    this is how you map a request to a servlet
    its better if you chage it like this
    <form action="/Example." method="post">
    In web.xml
    <url-pattern>/Example</url-pattern>

  • I have files that say they are missing or offline. I have checked all my folders off of lightroom and they can not be found. I have used the ? mark settings to find and still not found. I can see the images on lightroom so they have to be in my system som

    I have files that say they are missing or offline. I have checked all my folders off of lightroom and they can not be found. I have used the ? mark settings to find and still not found. I can see the images on lightroom so they have to be in my system some how. How can I retrieve these images? Is there a re boot for lightroom? Need help ASAP!

    You have probably moved the files outside of Lightroom. The images you see in LR are previews that were made before you moved the files.
    Do a search for the files/folders using your computers operating system. (Explorer/Finder)
    Once you have found them, you can point LR to the right location.

  • Where You can create a support case for weblogic server?

    Hi all,
    I would like to know where I can create a support case for weblogic server?
    I logged me in metalink3 but I did not found a way to create a service request for WLS.
    Thanks in Advance.

    I believe you still need to use BEA's support resources at this point: http://www.oracle.com/bea/support.html

  • Employee example:... resource [employee/servlet/NewEmployee.jsp] not found

    Hi,
    i installed an erp system 6.0 on windows server 2008. then i installed the netweaver developer studio on my local computer. i tried the example from the book: java-programmierung  mit dem sap web application server (dont know the english title)
    well, i deployd the example and wanted to see the jsp with the url: http://<servername>:<port>/employee/view
    this does not work, i get the following error:
    The request cannot be processed.
      Details:      
      com.sap.engine.services.servlets_jsp.server.exceptions.ServletNotFoundException: Requested resource [employee/servlet/NewEmployee.jsp] not found.
    Then i tried the url: http://<server>:<port>/employee/NewEmployee.jsp,  got following error:
    Application error occurred during the request procession.
      Details:      
      com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:
      Error compiling [/NewEmployee.jsp] of alias [employee] of J2EE application [sap.com/EmployeeEar].
    so i think theres something wrong with my jsp. but i dont see it.
    here is my jsp:
    <%@ page language="java" %>
    <html>
    <body style="font-family:Arial;" bgcolor="D2D8E1">
    <%@ page import="javax.naming.*" %>
    <%@ page import="javax.ejb.*" %>
    <%@ page import="com.sap.demo.*" %>
    <%@ page import="java.util.*" %>
    <h2>
    Register New Employee
    </h2>
    <form action="NewEmployee.jsp" method="POST" name="NewEmployee">
    <table border=0 align=center>
    <tr>
    <td width="220">First name: <td>
    <input type="text" name="firstname" value="" size="20">
    <tr>
    <td width="220">Last name: <td>
    <input type="text" name="lastname" value="" size="20">
    <tr>
    <td width="220">Department: <td>
         <select name="department">
         <option value="DEVELOPMENT">Development</option>
         <option value="TRAINING">Training</option>
         <option value="MANAGEMENT">Management</option>
         <option value="ARCHITECTURE">Architecture</option>
         </select>
    <tr>
    <td><td><br><input type="submit" value="Create" name="create">
    </table>
    <br>
    </form>
    <%
    String lName = request.getParameter("lastname");
    String fName = request.getParameter("firstname");
    String eDepartment = request.getParameter("department");
    if(lName == null || fName == null || lName.length() == 0 || fName.length() == 0)
    return;
    try{
    Context jndiContext = new InitialContext();
    Object ref = jndiContext.lookup("java:comp/env/ejb/EmployeeService");
    javax.rmi.PortableRemoteObject.narrow(ref, EmployeeServicesHome.class);
    EmployeeServicesHome empHome = (EmployeeServicesHome) ref;
    EmployeeServices empSession = empHome.create();
    long empId = empSession.registerEmployee(fName, lName, eDepartment);
    if(empId == 0)
    out.println("<H3> Failed! </H3>");
    else
    out.println("<H3> Success! </H3>");
    catch (Exception e) {
         out.println("<H3>"e.toString()"</H3>");
         e.printStrackTrace(System.out);
         return;
    %>
    </body>
    </html>
    if you see the reason or if you have andy idea why it doesnt work, please help me
    thank you

    Is it exactly how you have written ?
    out.println("
    "e.toString()"
    You can read it as:
    out.println(""e.toString()"");
    I do not think it is correct
    replace it either with
    out.println(""e.toString()"");
    OR
    out.println(e.toString());

  • I recently tried to burn some photos to a disc.  It did not work, but then I ended up with a .fpbf folder on my desktop.  Can't trash it, and when trying to burn again, I get this "... can't be burned because the original items can't be found". Help???

    I recently tried to burn some photos on a CD. For some reason, It did not work.  Now I have a .fpbf folder on my desktop. I can't seem to get rid of it.  I tried dragging it to the trash, but then I get a box asking my to type my password it, so Finder can make the changes.  Doing so, does nothing at all.  And when I try to burn another CD from the same .fpbf file, I get a the following message: "There are 35 items that can’t be burned because the original items can’t be found. Skip the items and continue burning?".   When I skip and continue burning, nothing shows up on the CD.  In the meantime, the .fpbf folder is still in my desktop.  I tried changing the aliases on each pic, but it still doesn't work.  Any ideas of how I can remove this folder from my desktop?
    Thank you.

    Beavis2084,
    Thank you for your detailed explanation but something is seriously wrong with my computer. Although the method you have described is very similar to the one I tried in step 2 from my second post, I have since "done things" which may have complicated matters—or suggests that my computer has a more serious problem.
    Here's what I did:
    1). Installed Onyx and discovered that I had a .plist file (com.apple.iphotomosaic.plist) that was causing a Syntax error: "Conversion of data failed. The file is not UTF-8, or in the encoding specified in XML header, if XML." After doing some research online, I was given the understanding that downloading the iLife update 9.0.3 (I installed the more recent version, 9.0.4) would solve this problem because it would also fix some system issues. So, I downloaded it...and when it didn't solve the problem, I decided to just deleted that .plist file.
    2). I read your knew post and decided to follow your directions, even though I realized they were basically the same steps I followed in the 2nd method I mentioned earlier. I say "basically" because, for some reason, after inserting a blank disc, my computer does not open the disc in the Finder. Instead, it places the blank disc's image on the Desktop, even though the Finder's Preferences and the System's Preferences are set to have it open in the Finder—nothing should be on my Desktop! (Note: When transferring the items (all folders) I want to burn to the blank disc, I did not use the Option-Click-Drag method as before, I used the Click-Drag method, which created the curved arrow in the lower left corner of each item.)
    Now, for the result of "method 2," the method we basically have in common, the computer goes through the burn stage but, in the verify stage, tells me that it is unable to verify the disk, suggests that my DVD may be unreliable and that I should try another disc, and then tells me about some "fork" (?) error (-43).
    I don't know what to do anymore...

  • The operation can't be completed because one or more required items can't be found. (Error code -43)

    When I attempt to add files to...or copy to the desktop of my mac, my icloud (idisk ..the blue icon on my desktop) is giving this error:
    The operation can’t be completed because one or more required items can’t be found.
    (Error code -43)
    I've been searching for info on that error code, but I'm not find anything on (many different error codes, but not -43).

    I get an error -36.
    I did the dot_clean in the terminal.
    Did not fix it.

  • IPhone: Required Disc Can't be Found

    Now it can't sync music because the "required disc can't be found" Is this part of the new itunes version? It always synced ok before. Where can I find the required disc??

    Just to complete the thread... I had the iPhone connected to a USB hub and apparently iTunes and the iPhone were not making the connection. I moved the USB plug to the computer and everythings back to normal... The 'required disc' must have been the iPhone searching for the hard drive on the G5.

  • SharePoint 2013 "Help Menu" not working (Sorry, the page you're looking for can't be found)

    The Built in SharePoint 2013 Help Menu (?) on our Enterprise Farm for both the sites and Central
    Admin does not work.
    On Central Admin help the error comes back as: "Sorry, the page you're looking for can't be found".
    The site collections Help menu gets the error :
    "Unfortunately, help seems to be broken...
    There aren't any help collections in the current language for the site you're using."
    We have installed on all servers in the farm:
    December 9, 2014 Cumulative Update for SharePoint Server 2013 package (build 15.0.4675.1000)
    as well as the latest SharePoint update KB2768001 1/15/2013.
    I have checked:
    Get-SPHelpCollection
    Title                                                                                              
    Name
    SharePoint Help                                                                                    
    WSSEndUser.1033.15
    SharePoint Foundation 2010                                                                         
    WSSEndUser.1033.12
    Central Administration Help                                                                        
    WSSCentralAdmin.1033.15
    SharePoint Server 2010                                                                             
    OSSEndUser.1033.12
    SharePoint Help                                                                                    
    OSSEndUser.1033.15
    SharePoint Foundation 2010 Central Administration                                                  
    WSSCentralAdmin.1033.12
    Teacher Help                                                                                       
    EDUTEACHER.1033.15
    Central Administration Help                                                                        
    OSSCentralAdmin.1033.15
    Student Help                                                                                       
    EDUSTUDENT.1033.15
    SharePoint Server 2010 Central Administration                                                      
    OSSCentralAdmin.1033.12
    PerformancePoint Dashboard Designer 2010 Help and How-to                                           
    DashboardDesigner.1033.12
    The URL for the site collections is https://servername...../_layouts/15/help.aspx?Lcid=1033&Key=HelpHome&ShowNav=true
    We are only using Default English (US) language packs.
    In the directory of
    Directory of C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\HCCab\1033
    there are cab files.
    There are no pending upgrades on any SharePoint or SQL server, all other SharePoint components are working
    normally.
    Any ideas or suggestions?
    Thanks.
    John
        

    I'm interested in getting the local help to work while this is offline, I saw the following in an article, did you do this and it still does not work for you?
    "However the help won’t show up in
    SharePoint 2013 sites. You need to change the Help Collection item property SharePoint
    Version to15 to
    make it work."

  • The operation can't be completed because the original item ".." can't be found.  Need a fix!

    Ok.  This is my first and hopefully only discussion ever!  Thanks in advance for all the help.
    I had set up my network and this was all working fine for months.  Time Machine did proper back ups and I could store files on the drive as well over the network.  Not sure how, or exactly when this error began.  It may have had something to do with the upgrade to Mavericks.
    But I can see the drive when I open Finder (which I have named Airport) can then access the directories but will not load any of the files.  If the Finder window is closed and I try to access the external drive again via the network, I am prompted with.."The operation can't be completed because the original item ".(Airport)." can't be found. Also of note...there is no "eject" option beside the name of the drive.
    I have found only one solution that was dated in 2008 where someone was deleting volumes from their machine and the instructions were not quite clear, so I'm hoping for some new insight on this issue.  Honestly, I just didn't understand how to do what he said...several have asked him to elaborate but no further explanations and all other links are now dead.  It seems this is a common issue.  I'm aware many people will read this and want to say..."i Have this problem too, when im doing something with windows and other computers..."  There are many solutions for these situations that I have found....but no recent ones for those with ONLY one drive and an airport extreme running only Apple computers.  So guys, lets try to keep this thread for one topic only.  Hopefully a quick and helpful thread with a few replies and some step by step directions to solve everyones toubles.
    I even had my router replaced and still the same issue.  Also, the hard drive works perfectly when hardwired to my computer.  So the issue must lay within the settings of my MacBook Pro, OS X 10.9.1.  If you feel I should provide any other information I would be happy to do so!

    Lexvo,
    Thanks for the input.  I had to look up what SMB stood for, server message block?  So I'm assuming this is not something I'm using.
    Also, this is not a "sometimes" problem.  This is a consistent and reproducible issue. 
    As far as an update...I dont see an OS update fixing my issue unless something is overwritten, but maybe not. 
    I think a good point to consider and open to discussion is why does logging in as a root user solve the issue?  What can be done or manipulated to allow functionality with my regular login info versus a root user?

  • The operation can't be completed because the original item for " your drive name here " can't be found

    Hey all,
        I hope someone can help.  I am running 10.7.5 OSX currently on my Mac Book Pro.  I recently got a new Windows 8 desktop.  A ceap one running Windows 8.  I currently have 5 drives shared over my home network.  3 are working just fine (the 3 I just put on the network today).  The other 2, however, were previously on my old Windows Vista computer also shared over my network.  My Mac Book Pro had access just fine (I set up sharing on my vista comp) and everything ran smooth.  Today when I hooked up my new Windows 8 computer and put the 5 drives on and shared them via my network, same way as I done before, 3 are working fine but the two original drives give me an error when I try and access them from my Mac over my home network.  They both show up with the correct names but when I try and access them it tells me:
    The operation can’t be completed because the original item for “M&V” can’t be found.
    M&V is the name of one of the drives.  Here is the trouble shooting I have done:
    - Renamed the drives multiple times
    - Tripple checked my permissions
    - Checked for updates and installed both on my PC and Mac
    - Restarted my PC and Mac
    - Tried Both of my dual frequencies on my netowork
    - Tried hooking up with ethernet cable
    - Changed the user name and password for my shared access on my PC multiple times and put in the correct info on my Mac
    - Tried taking away all passwords (unsecured)
    - My other Windows PS's can access all drives just fine
    But still I get the above error.  I have isolated it to an issue with my Mac. I was thinking maybe if there is a way to have my Mac forget the shared drives and I can re-add them and put in my password, I am not sure if that is even possible. I am at al loss on what to do.  Any help you can give would be greatly appreciated. 

    I am having the same exact issue and I've been busting my testi-balls to figure it out. I've got 15 years experience in the computer game and still can't figure it out. I see a lot of people having similiar issues, but no one seems to have an answer for MY issue, which is virtually the same as the OP.
    Brand new Macbook Retina.
    Windows 7 x64 Machine.
    ALL drives shared with ALL permissions of ALL accounts manually inserted on the Windows 7 side.
    ALL other PC's in the house can access the drives on the Windows 7 machine without issue.
    Only the Macbook Retina has the problem connecting. Every Windows drive I shared is visible under "network" in finder, but when I click on any of them it gives the quoted error message the OP stated.
    PLEASE, if anyone finds a fix for this, let us know!

Maybe you are looking for

  • Create PDF crashes webapplication

    Hi, We have a website that creates PDF-reports using SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit) SP1. The site runs on Windows 2003 R2 x64. The site (w3wp.exe) crashes every now and then when a report is generated in PDF. We cann

  • How can i open a shared calendar in mac calendar from outlook?

    My boss uses Outlook and I have everything set up on my Mac with Mail and Calendar. His assistant just sent me a shared calendar invitation and I can't open it. Does anyone know how to make this work?

  • How to change the font and size in the fillable field of an encrypted PDF file?

    hi! I'd like to change the font and size in the fillable field of an encrypted PDF file I-485 from www.uscis.gov/files/form/i-485.pdf I'm using Adobe Acrobat Pro 9 in Windows XP. I firstly tried Adobe LiveCycle Designer, but the I-485 file requires p

  • Factory unlocked?

    How is it possible to tell if an iphone is *factory unlocked* by Apple. I'm not talking about 'unlocked' jailbreaking illegal stuff..I'm talking about a legitimate unlocked phone by Apple. I want to make sure it's a legally (and therefore factory unl

  • Is Apple working on wireless charging?

    since i have little hand use, when i'm in dire need of unplugging a device i use my mouth. i have bent pins and broken apple cords as a result. i'd like to know if Apple is working on Wireless Charging? i do believe there's already Wireless Syncing.