Iws 6.0 problems server web-app

It seems that the "send-file" function is attempting to handle the
servlet request, looking
in the application's root and not finding the resource - It returns a
404.
The servlet classes live under the directory {application
root}/WEB-INF/classes...
and they are not "legacy" servlets.
     Any tips appreciated.

I've not seen this crash before but I am interested to know more about it..
Does it always crash in ldap_x_free function? Do you have a stack trace for this crash? Is this instance configured to use any 3rd party plugins? Which ldap server are you using?
Thanks
Manish

Similar Messages

  • Problem on web app using root context in weblogic 7.0.2

    I got problem on servlet which running on root context "/" in weblogic 7.0.2. I have remove the default web app (which use the root context) before the web app. The web application was deployed without any error. However, when the servlet run to the line calling HttpSession.setAttribute, the following exception occurs. The weblogic server is running on Solaris 8. anyone can help?
              java.lang.IllegalStateException: Internal Servlet Session Process Error Found!
              at weblogic.servlet.internal.session.SessionData.checkProcess(SessionData.java:1045)
              at weblogic.servlet.internal.session.SessionData.setAttribute(SessionData.java:477)
              at com.chase.infra.appcontrol.servlet.LoginServlet.doPostHK(Unknown Source)
              at com.chase.infra.appcontrol.servlet.LoginServlet.doPost(Unknown Source)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1058)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:401)
              at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:20)
              at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:27)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5451)
              at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:780)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3105)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2588)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
              The weblogic.xml is
              <?xml version="1.0" encoding="UTF-8"?>
              <!DOCTYPE weblogic-web-app
              PUBLIC "-//BEA Systems, Inc.//DTD Web Application 7.0//EN"
              "http://www.bea.com/servers/wls700/dtd/weblogic700-web-jar.dtd" >
              <weblogic-web-app>
              <context-root>/</context-root>
              </weblogic-web-app>

    Hie,
              We are facing the same problem; i.e. we are getting the same error message when we are trying to run our struts application on Weblogic 7.0.5 using JDK 1.3.1. This problem occured particularly when we tried to do a load testing using approx 20 concurrent users (a lesser load was supported though). Can you please let us know how this problem was sorted out on your end?
              thanks,
              Debanjan

  • Re: Problem loading web app on 6.0

    Charlie,
              Thanks for your advice; however, my problem still persists, and is baffling as ever. I've
              completely blown away my /kiko directory and copied config.xml.FROM_INSTALLER to config.xml in
              hopes of reverting back to a clean install; however like I originally stated, if I try to start my
              server with this supposedly "virgin" server, I still get the following error:
              Jan 18, 2001 2:54:31 PM PST> <Error> <HTTP> <[HTTP myserver] Error parsing descriptor in Web
              appplication "./config/mydomain/applications/DefaultWebApp_myserver"
              org.xml.sax.SAXParseException: File "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              found.
              at weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              at
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.ja
              va:512)
              at weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304)
              at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              What's going on???? /DefaultWebApp_myserver existed from installation, and I did NOT touch, but now
              is made inoperable as well? I've blown away the suspect directory, /kiko, and yet... Anything short
              of re-installing, how do I get Weblogic to work again?
              Gene Chuang
              Join Kiko.com!
              "Charlie Crook" <[email protected]> wrote in message news:[email protected]...
              > Are your web.xml & weblogic.xml files within the applications's WEB-INF
              > directory? The WEB-INF must be directly below the application's
              > irectory - kiko\WEB-INF in your case - and not kiko\html\WEB-INF.
              >
              >
              >
              > "Gene Chuang" <[email protected]> wrote in message
              > news:[email protected]...
              > > I did a clean install of 6.0 and was able to run startWeblogic.sh and get
              > /console.
              > >
              > > I became bold and tried copying my web app into /applications directory;
              > This web app is an
              > > expanded directory, and looks like the following:
              > >
              > > applications/kiko/
              > > applications/kiko/html/
              > > applications/kiko/html/WEB-INF/web.xml, weblogic.xml
              > > applications/kiko/html/bunch of .jsps and subdirs with .jsps
              > >
              > > So when I made the kiko symlink onto /applications, I noticed in the
              > weblogic log that this web app
              > > has been detected; when I try to hit /html/index.jsp, I get a bunch of
              > class cast exception (which
              > > I expected because I did not modify startWeblogic.sh's CLASSPATH to
              > include my stuff yet...)
              > >
              > > The problem starts when I kill the server and restart again; here's what
              > I get from the log:
              > >
              > > ####<Jan 18, 2001 12:12:03 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101053> <[HTTP myserver] Loadin
              > > g web app: html>
              > > ####<Jan 18, 2001 12:12:03 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101060> <[HTTP myserver] Loadin
              > > g html from directory: ./config/mydomain/applications/kiko/html>
              > > ####<Jan 18, 2001 12:12:03 PM PST> <Error> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101063> <[HTTP myserver] Error
              > > parsing descriptor in Web appplication
              > "./config/mydomain/applications/kiko/html">
              > > org.xml.sax.SAXParseException: File
              > "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > > found.
              > > at
              > weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > > at
              > >
              > weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
              > (DefaultEntityHandler.ja
              > > va:512)
              > > at
              > weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304
              > )
              > > at
              > weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              > > at
              > weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              > va:123)
              > > at
              > javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:171)
              > >
              > > I have no idea why WL is trying to find web.xml in WL_HOME; but I figured
              > since this only started
              > > when I tried installing my web app, I'll get rid of it. I deleted the
              > /applications/kiko/ symlink
              > > and tried restarting WL. Now I get this:
              > >
              > > ####<Jan 18, 2001 12:19:52 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101053> <[HTTP myserver] Loadin
              > > g web app: DefaultWebApp_myserver>
              > > ####<Jan 18, 2001 12:19:52 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101060> <[HTTP myserver] Loadin
              > > g DefaultWebApp_myserver from directory:
              > ./config/mydomain/applications/DefaultWebApp_myserver>
              > > ####<Jan 18, 2001 12:19:52 PM PST> <Error> <HTTP> <fortran.kikolb.com>
              > <myserver> <main> <system> <>
              > > <101063> <[HTTP myserver] Error
              > > parsing descriptor in Web appplication
              > "./config/mydomain/applications/DefaultWebApp_myserver">
              > > org.xml.sax.SAXParseException: File
              > "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > > found.
              > > at
              > weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > > at
              > >
              > weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
              > (DefaultEntityHandler.ja
              > > va:512)
              > > at
              > weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304
              > )
              > > at
              > weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              > > at
              > weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              > va:123)
              > > at
              > javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:171)
              > >
              > > What's going on? Did my install of a web app permanently kill my Weblogic
              > install? I can't get it
              > > to start anymore!
              > >
              > > --
              > > Gene Chuang
              > > Join Kiko.com!
              > >
              > >
              >
              >
              

    the symlink, /applications/kiko, is gone; I blew it away... so now the /applications directory
              looks like this:
              /applications/DefaultWebApp_myserver/
              /applications/certificate.war
              /applications/console.war
              Gene Chuang
              Join Kiko.com!
              "Dimitri Rakitine" <[email protected]> wrote in message news:[email protected]...
              > Can it be that something was (and still is) wrong with the links you created?
              >
              > In weblogic.developer.interest.servlet Gene Chuang <[email protected]> wrote:
              > > Charlie,
              >
              > > Thanks for your advice; however, my problem still persists, and is baffling as ever. I've
              > > completely blown away my /kiko directory and copied config.xml.FROM_INSTALLER to config.xml in
              > > hopes of reverting back to a clean install; however like I originally stated, if I try to start
              my
              > > server with this supposedly "virgin" server, I still get the following error:
              >
              > > Jan 18, 2001 2:54:31 PM PST> <Error> <HTTP> <[HTTP myserver] Error parsing descriptor in Web
              > > appplication "./config/mydomain/applications/DefaultWebApp_myserver"
              > > org.xml.sax.SAXParseException: File "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > > found.
              > > at weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > > at
              > >
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.ja
              > > va:512)
              > > at weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304)
              > > at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              >
              > > What's going on???? /DefaultWebApp_myserver existed from installation, and I did NOT touch, but
              now
              > > is made inoperable as well? I've blown away the suspect directory, /kiko, and yet... Anything
              short
              > > of re-installing, how do I get Weblogic to work again?
              >
              > > --
              > > Gene Chuang
              > > Join Kiko.com!
              >
              > > "Charlie Crook" <[email protected]> wrote in message news:[email protected]...
              > >> Are your web.xml & weblogic.xml files within the applications's WEB-INF
              > >> directory? The WEB-INF must be directly below the application's
              > >> irectory - kiko\WEB-INF in your case - and not kiko\html\WEB-INF.
              > >>
              > >>
              > >>
              > >> "Gene Chuang" <[email protected]> wrote in message
              > >> news:[email protected]...
              > >> > I did a clean install of 6.0 and was able to run startWeblogic.sh and get
              > >> /console.
              > >> >
              > >> > I became bold and tried copying my web app into /applications directory;
              > >> This web app is an
              > >> > expanded directory, and looks like the following:
              > >> >
              > >> > applications/kiko/
              > >> > applications/kiko/html/
              > >> > applications/kiko/html/WEB-INF/web.xml, weblogic.xml
              > >> > applications/kiko/html/bunch of .jsps and subdirs with .jsps
              > >> >
              > >> > So when I made the kiko symlink onto /applications, I noticed in the
              > >> weblogic log that this web app
              > >> > has been detected; when I try to hit /html/index.jsp, I get a bunch of
              > >> class cast exception (which
              > >> > I expected because I did not modify startWeblogic.sh's CLASSPATH to
              > >> include my stuff yet...)
              > >> >
              > >> > The problem starts when I kill the server and restart again; here's what
              > >> I get from the log:
              > >> >
              > >> > ####<Jan 18, 2001 12:12:03 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101053> <[HTTP myserver] Loadin
              > >> > g web app: html>
              > >> > ####<Jan 18, 2001 12:12:03 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101060> <[HTTP myserver] Loadin
              > >> > g html from directory: ./config/mydomain/applications/kiko/html>
              > >> > ####<Jan 18, 2001 12:12:03 PM PST> <Error> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101063> <[HTTP myserver] Error
              > >> > parsing descriptor in Web appplication
              > >> "./config/mydomain/applications/kiko/html">
              > >> > org.xml.sax.SAXParseException: File
              > >> "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > >> > found.
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > >> > at
              > >> >
              > >> weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
              > >> (DefaultEntityHandler.ja
              > >> > va:512)
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304
              > >> )
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              > >> > at
              > >> weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              > >> va:123)
              > >> > at
              > >> javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:171)
              > >> >
              > >> > I have no idea why WL is trying to find web.xml in WL_HOME; but I figured
              > >> since this only started
              > >> > when I tried installing my web app, I'll get rid of it. I deleted the
              > >> /applications/kiko/ symlink
              > >> > and tried restarting WL. Now I get this:
              > >> >
              > >> > ####<Jan 18, 2001 12:19:52 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101053> <[HTTP myserver] Loadin
              > >> > g web app: DefaultWebApp_myserver>
              > >> > ####<Jan 18, 2001 12:19:52 PM PST> <Info> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101060> <[HTTP myserver] Loadin
              > >> > g DefaultWebApp_myserver from directory:
              > >> ./config/mydomain/applications/DefaultWebApp_myserver>
              > >> > ####<Jan 18, 2001 12:19:52 PM PST> <Error> <HTTP> <fortran.kikolb.com>
              > >> <myserver> <main> <system> <>
              > >> > <101063> <[HTTP myserver] Error
              > >> > parsing descriptor in Web appplication
              > >> "./config/mydomain/applications/DefaultWebApp_myserver">
              > >> > org.xml.sax.SAXParseException: File
              > >> "file:///MTI/home/gchuang/weblogic/wlserver6.0/web.xml" not
              > >> > found.
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
              > >> > at
              > >> >
              > >> weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument
              > >> (DefaultEntityHandler.ja
              > >> > va:512)
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304
              > >> )
              > >> > at
              > >> weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
              > >> > at
              > >> weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              > >> va:123)
              > >> > at
              > >> javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:171)
              > >> >
              > >> > What's going on? Did my install of a web app permanently kill my Weblogic
              > >> install? I can't get it
              > >> > to start anymore!
              > >> >
              > >> > --
              > >> > Gene Chuang
              > >> > Join Kiko.com!
              > >> >
              > >> >
              > >>
              > >>
              >
              >
              >
              > --
              > Dimitri
              

  • ?Problem of :: "web-app" must match, help me?

    hi,Experts,
    Please do me a big favor, Does anybody know what is the exatly problem with my web.xml.
    My tomcat version is Apache Tomcat/4.1.18.
    here is the web.xml:
    <!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>newGUI</display-name>
    <description>The Database</description>
    <!--Filter Definitions-->
    <filter>
    <filter-name>theFilter</filter-name>
    <filter-class>org.gui.myFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>theFilter</filter-name>
    <url-pattern>/fetch.jsp</url-pattern>
    </filter-mapping>
    <filter>
    <filter-name>theFilter</filter-name>
    <filter-class>org.gui.myFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>theFilter</filter-name>
    <url-pattern>/query.jsp</url-pattern>
    </filter-mapping>
    <!-- Taglib Definitions-->
    <taglib>
    <taglib-uri>
    http://jsptags.com/tags/navigation/pager
    </taglib-uri>
    <taglib-location>
    /WEB-INF/jsp/pager-taglib.tld
    </taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/jstl-c</taglib-uri>
    <taglib-location>/WEB-INF/c.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/jstl-x</taglib-uri>
    <taglib-location>/WEB-INF/x.tld</taglib-location>
    </taglib>
    </web-app>
    The error message is :
    SEVERE: Parse Error at line 66 column 11: The content of element type "web-app" must match "(icon?,display-name?,description?,distributable?,context-param*,filter*,filter-mapping*,listener*,
    servlet*,servlet-mapping*,session-config?,mime-mapping*,welcome-file-list?,error-page*,taglib*,
    resource-env-ref*,resource-ref*,security-constraint*,login-config?,security-role*,env-entry*,ejb-ref*,
    ejb-local-ref*)".

    It is telling you either you have elements out of order, or elements that do not belong.
    Try to do:
    <filter>
      <filter-name>theFilter</filter-name>
      <filter-class>org.gui.myFilter</filter-class>
    </filter>
    <filter>
      <filter-name>theFilter</filter-name>
      <filter-class>org.gui.myFilter</filter-class>
    </filter>
    <filter-mapping>
      <filter-name>theFilter</filter-name>
      <url-pattern>/fetch.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
      <filter-name>theFilter</filter-name>
      <url-pattern>/query.jsp</url-pattern>
    </filter-mapping>Then double check spelling and such.

  • Ssl and web app server: there's content which is not secure

    Hello,
    We have  implemented ssl in our intranet site ( web front server, Web app server, sql server - everything ) .
    Yet, In Https (and I.E) and document library , when I press the "..." , I get an warning: "only secure content is displayed" and the file preview doesn't show anything. If I select "show all content", the file preview shows
    the file.
    If I press "View in browser", I get the same message. If I press "show all content" I see the file, otherwise the file doesn't show.
    Looking at the fiddler, it looks like some connections with the (sharepoint)  application server aren't secured.
    Sample unsecured http gets are:
    http://ApplicationServer.mysite.gr/wv/ResReader.ashx?n=p1.img&WOPIsrc=http%3A%2F%Intranet%2Fsites%2FDNY%2F_vti_bin%2Fwopi.ashx%2Ffiles%2F42da77c08cd94b67a1c413ae39a71c58&access_token=eyJ0eBIgBigToken
    http://ApplicationServer.mysite.com/wv/ResReader.ashx?n=p1.img&v=00000000-0000-0000-0000-000000000602&usid=5fae4f7f-d4d6-4a21-a465-2fe24ded9519&WOPIsrc=http%3A%2F%2FIntranetSite%2Fsites%2FDNY%2F_vti_bin%2Fwopi.ashx%2Ffiles%2F42da77c08cd94b67a1c413ae39a71c58&access_token=BIgBigToken
    - this one is an image of the file.
    Having these unsecure gets, I have problems accepting that the site is totally secured.
    is the (sharepoint) application server the source of the problem?
    Thank you
    Christos

    Hi,
    According to your post, my understanding is that you wanted to show all content after you implemented ssl in intranet site.
    Please make sure you configure SSL correctly. You can refer to:
    Configure SSL for SharePoint 2013
    IE does provide an option which can be configured to automatically display all content, both secure and non-secure content, on web pages that come with mixed content.
    You can display all mixed contents in IE to suppress and disable any warning message on secure and/or non-secure content.
    More information:
    How to Disable Only Secure Content is Displayed in IE (Always Show All Mixed Content)
    Stop the "page contains secure and nonsecure items" warning
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to expose Web App data to search engines

    Hi Guys - Need direction please
    My website contains a business directory (web app)
    The web app items are in a secure zone (the client only want registered/paid members to create their business profiles) = customer submitted web app
    It is also required that the directory is indexed by "elgooG".
    When searching for a type of business on "elgooG", they want the listed business information found, with a link to the actual detail
    e.g.: website.com\directory\Joe-blogs-plumbing
    First problem, the web app item sits behind a login (secured)
    How would you configure this so that we have the Web App item secured (paid), but also visible to search engines and general public?
    Much appreciated

    There is no reason for the whole web app to be under a securezone.
    Once you assign the owner of the item they can only edit it when they login.
    All you need to do is have a listing directory on your site that shows these. IF you do not want that and it only under a securezone of course it will never get indexed by google.
    If you want the public listing of these you just need a page and put in the web app module that outputs the list. Things like the edit link wont show unless your logged in.

  • Unable to open the Project web app Instnace , giving STS error

    I am unable to open the Project server web app instance from CA- Proejctserver application service -- Manage , it is giving error and I am unable to open the instance as well http://intranet.cmpy.com/pwa also giving error . LOg is showing as below
    An operation failed because the following certificate has validation errors:  Subject Name: CN=SharePoint Security Token Service, OU=SharePoint, O=Microsoft, C=US Issuer Name: CN=SharePoint Root Authority, OU=SharePoint, O=Microsoft, C=US Thumbprint:
    I have tried all the ways to fix STS error , is there any option to reprovision with out loosing the data and projects and subsites
    Srini

    By Creating the root certificate solved my issue
    Srini

  • Office Web Apps Server 2013 - Word Web App - Problem with Tab space

    Hello We have Office Web Apps Server 2013 running with SharePoint 2013.  Users Editing a Word document with Office Web Apps, can't use "Tabs", any Word document with Tabs; the tabs are replaced with a single space.
    Has anyone noticed this?  Is this a bug?
    -thanks
    thomas
    -Tom

    Yes, currently the Word Web App does not support
    Tab Keyboard shortcut for editing document content .
    For more information, you can have a look at
    the article:
    http://office.microsoft.com/en-us/office-online-help/keyboard-shortcuts-in-word-online-HA010378332.aspx?CTT=5&origin=HA010380212
    http://social.technet.microsoft.com/Forums/en-US/3f5978d3-67a1-4c8c-981f-32493d72610b/office-web-apps-server-2013-word-web-app-problem-with-tab-space?forum=sharepointgeneral

  • Problem: Deploy a web app from a managed server - Can someone answer:  Is this a bug?!

    We're running 6.0sp2 on both AIX and RedHat. Deploying or redeploying
    a web app to the managed server fails, works fine on the Admin server.
    War's work fine in the 'applications' dir. The browser fails with a
    404 on the managed server, with the following error in the log:
    ####<Aug 9, 2001 4:58:45 PM GMT> <Error> <J2EE> <szuinet5> <ect2>
    <ExecuteThread: '11'
    for queue: 'default'> <system> <> <160001> <Error deploying application
    DefaultWebApp
    ect2: Cannot deploy WebAppServletContext(4320491,DefaultWebAppect2) on
    ect2 because
    WebAppServletContext(2930053,DefaultWebApp_ect2) is already registered
    for path >
    Are we missing the point here? Or, is this a known bug? Also, we are
    not in a position to jump onto v6.1 at this time.
    Thanks in advance.

    Hi,
    Yes..it's a bug. I had the same problem and it has been reported to support
    but no indication if it's fixed.
    Rgds,
    E-Wan
    ppower wrote:
    We're running 6.0sp2 on both AIX and RedHat. Deploying or redeploying
    a web app to the managed server fails, works fine on the Admin server.
    War's work fine in the 'applications' dir. The browser fails with a
    404 on the managed server, with the following error in the log:
    ####<Aug 9, 2001 4:58:45 PM GMT> <Error> <J2EE> <szuinet5> <ect2>
    <ExecuteThread: '11'
    for queue: 'default'> <system> <> <160001> <Error deploying application
    DefaultWebApp
    ect2: Cannot deploy WebAppServletContext(4320491,DefaultWebAppect2) on
    ect2 because
    WebAppServletContext(2930053,DefaultWebApp_ect2) is already registered
    for path >
    Are we missing the point here? Or, is this a known bug? Also, we are
    not in a position to jump onto v6.1 at this time.
    Thanks in advance.

  • How to Upload Web App images to different server?

    Hello,
    is it possible to configure web app item submission so images are uploaded to a different server (not BC)?
    Customers are uploading lots of images with their web app items and I'm really getting short on server storage. Buying extra space in BC servers is a bit expensive, especially when I need loads of it. Smart thing would be to AUTO resize images to take much less space in the server but this is not possible with BC as no back end is allowed (maybe this could good improvement in next releases? "Auto resizing images to the value indicated"). Some customers are uploading images of up to 9 MB size X 20. I could limit upload size (i guess), but thats a big hit to UX, they should then bother resizing their images on some software before uploading.
    So far my solution is to simply download images from the server, resize them manually with PS and then upload them back again. Maybe someone knows better solution than photoshop to automate the resizing process? I actually can automate the process with PS but image names changes and this is another problem. So a program to auto resize loads of images and keep their original names?
    Another solution could be manually storing images to another server and retyping the links in web app items, but its a bit too crazy
    Thanks

    Hi Ray,
    Indeed, this is not possible as an 'out of the box' feature and looks like a long-shot if attempting to use a separate server for storage.

  • Installing Office Web Apps Server 2013 fails with app-crash during install.

    Hi Folks,
    I am trying to install Office Web Apps Server 2013 with SP1 on Server 2012 R2.  The installation gets half way through then crashes (it just says a problem has occurred).
    The Event log only contains the message:-
     MsiExec.exe version .5.09....
    Faulting module name: Kernelbase.dll
    Exception Code 0x306d7363, Faulting process id: 0x774.
    Does anyone know how to install this product on Server 2012 R2?

    Hi,
    I’m afraid that this case is off-topic in this forum, About installation of Office Web Apps Server 2013, I suggest you posting your case to
    SharePoint 2013 - Setup, Upgrade, Administration and Operations .
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Office web apps "Server error in '/wv' Application"

    Hi, I successfully installed office web app for sharepoint 2013. However, when I tried to open documents, it shows the preview but once view/edit in browser, I got this error. What seems to be the problem?
    Server error in '/wv' Application.
    Unable to determine zone from request

    Hi  ,
    According to your description, my understanding is that you encountered the error “Server error in '/wv' Application. Unable to determine zone from request” when you open document using Office Web Apps.
    Are you using  https:// to access the Office Web Apps server? Is the default zone of your web application in Alternate Access Mappings using http:// ?
    If so, you can change the default zone 
    of your web application in Alternate Access Mappings to use https:// .
    Or  set AllowOAuthOverHttp to true:
    $config = (Get-SPSecurityTokenServiceConfig)
    $config.AllowOAuthOverHttp = $true
    $config.Update()
    Reference:
    http://social.technet.microsoft.com/Forums/office/en-US/de49617c-4b0a-4aa9-9877-8f085f48abc2/sharepoint-2013-sp1-and-office-web-apps-sp1-not-working-using-http?forum=sharepointadmin
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f7be5f88-8c98-464e-8596-60956b5e98fd/sharepoint-2013-office-web-apps-problem-unable-to-openviewedit?forum=sharepointgeneral
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Office Web Apps Server to One Webapplication

    having a farm with 2 WebApplications -> WebApp1 and WebApp2 
    I would like to have only WebApp2 to utilize the Office Web App server and not the WebApp1 ..
    Is this possible? 

    Office Web apps gets registered to the whole farm, but you can modify the settings on all the site collections in Wb App 2 so they don't open in browser by default.  With that setting documents will open on the desktop client and not in Office Web Apps.
     Here's an article that discusses how to change the setting.
    http://technet.microsoft.com/en-us/library/ee837425(v=office.15).aspx
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Office Web Apps Server , Excel Web Apps , Error , Event ID 5226

    There is an environment of install Office Web Apps 2013 for SharePoint 2013 – with PDF Preview.
    Having been able to use it without any problems.
    One day, a preview of the Excel does not work properly.
    Error or do not know the contents of the following, a solution to solve this issue anyone?
    ERROR,
    2014/XX/XX XX:55:30,
    Excel Web App,5226,
    Unable to create or access workbook cache at
    C:\ProgramData\Microsoft\OfficeWebApps\Working\waccache\XXXX\Images.
    Excel Services Application is unable to function without a workbook cache.

    If you have not followed instructions according to the following article. You need to reconfigure office web apps for sharepoint
    http://technet.microsoft.com/en-us/library/jj966220(v=office.15).aspx 
    "Applying Office Web Apps Server updates by using the automatic updates process isn’t supported with Office Web Apps Server. This is because updates to an Office Web Apps Server must be applied in a specific way, as described in this article"

  • Office Web Apps server / Lync server 2013

    Hi I have installed a Lync 2013 Server and Office Web Apps Server. Configured Lync topology, Office Web Apps farm and certificates.
    However when i start the services i get this error message in the log saying Office Web Apps discovery failed.
    Event ID:      41033
    Description:
    Office Web Apps Server (WAC) discovery failed, PowerPoint content is disabled.
    Attempted Office Web Apps Server discovery Url:
    Received error message: Invalid Uri syntax for WAC configuration
    The number of retries: 1,
    Cause: Office Web Apps Server may be unavailable or network connectivity may have been compromised.
    Resolution:
    Check HTTPS connectivity from this box to the Office Web Apps Server deployment using the discovery Url.
    I can access the OWAS server Url from Lync Server
    Connecting to the HTTPS discovery URL is working fine, and brings up the XML-page (after i click "show all content").
    The two servers are located on the same internal network, DNS resolves fine both ways, and no firewall rules blocks any connections between the two. Can anyone please help me figure this out?
    Only identical problem found online is here (Invalid Uri syntax for WAC configuration):
    http://blogs.technet.com/b/dodeitte/archive/2012/09/10/office-web-apps-server-amp-lync-server-2013.aspx
    He resolved the problem by assigning a new OAuthTokenIssuer certificate. This however did not fix the problem in my case.
    Regards
    Sverre A. Veel

    Hi,
    In addition, please make sure you have restarted front end and office web apps server after reissuing the certificate.
    Kent Huang
    TechNet Community Support

Maybe you are looking for