Web App HTML error

If you go to here- http://www.phillylite.com/message-board.html
It has an error with some of thee code there, but when my friend looked at the actual modules code, he said it was fine.
I couldn't get the CSS to work in the site global CSS so I put it in here
This is the module code now-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
    <head>
        <style type="text/css">
            .boat-list{
            margin:0 0 10px;
            overflow:hidden;
            width:798px;
            .boat-list.boat-backup{
            width:389px;
            .boat-list h2{
            background:#333;
            color:#b84155;
            font-family:Georgia, "Times New Roman", Times, serif;
            font-size:30px;
            padding: 10px 0 10px 10px;
            .boat-list h2.boat-title{
            color:#3065cd;
            .boat-detail{
            border-bottom:1px solid #333;
            height:192px;
            overflow:hidden;
            .boat-img{
            float:left;
            width:389px;
            .boat-desc{
            float:right;
            padding: 5px 20px;
            width:369px;
            a.sociallite:link {color:#cc3333; text-decoration:none;}
            a.sociallite:visited {color:#cc3333;  text-decoration:none;}
            a.sociallite:hover {color:#cc3333;  text-decoration:none;}
            a.sociallite:active {color:#cc3333;  text-decoration:none;}
            a.video:link {color:#9933ff; text-decoration:none;}
            a.video:visited {color:#9933ff;  text-decoration:none;}
            a.video:hover {color:#9933ff;  text-decoration:none;}
            a.video:active {color:#9933ff;  text-decoration:none;}
            a.nightlite:link {color:#3366cc; text-decoration:none;}
            a.nightlite:visited {color:#3366cc;  text-decoration:none;}
            a.nightlite:hover {color:#3366cc;  text-decoration:none;}
            a.nightlite:active {color:#3366cc;  text-decoration:none;}
            a.streetlite:link {color:#339933; text-decoration:none;}
            a.streetlite:visited {color:#339933;  text-decoration:none;}
            a.streetlite:hover {color:#339933;  text-decoration:none;}
            a.streetlite:active {color:#339933;  text-decoration:none;}
            a.ladiesoflite:link: {color:#ff3399; text-decoration:none;}
            a.ladiesoflite:visited {color:#ff3399;  text-decoration:none;}
            a.ladiesoflite:hover {color:#ff3399;  text-decoration:none;}
            a.ladiesoflite:active {color:#ff3399;  text-decoration:none;}
        </style>
        <title></title>
    </head>
    <body>
        <div class="boat-list">
        <h2><a class="sociallite" href="{tag_photoAlbumLink}">{tag_name_nolink}</a></h2>
        <div class="boat-detail">
        <div class="boat-img"><a href="{tag_photoAlbumLink}">{tag_photo left_nolink}</a></div>
        <div class="boat-desc">{tag_description}</div>
        </div>
        </div>
    </body>
</html>
This module worked before and then I deleted all the posts and added these new ones.
But if you use Firebug on my page you see that its adding something else. I don't know where its coming from our what to change because there is no global.
I only have one of the {tag_photoAlbumLink} used and thats in the first item.
Where is this issue stemming from, how can I go in and fix the code whereever the error is occuring. My friend says he recognizes the issue in HTML on the site page through Firefox but there is no global HTML for the site that I know of and we couldn't figure out what part of BC was generating this error.
ALSO
does anyone know how to transform my HTML so that instead of the color changing by the class for of the {tag_name}, it would change based of the post items classification?

Hey there,
Do you mean the links?
Looks like you made a custom field which is a text (hyperlink) and then tried to put that in a href of your own link. You can not do this. The link custom field will render in full the html of a link <a href="".... etc.
So you just need to have that tag and not put it in an A element around it.
If you want to form your own anchor html you need to use the custom field text option and copy and paste links into there.
On the main landing page of the business catalyst forums you can see on the right the quick reference links for modules and tags, these show what is availible and what options they have, if any. Really handy.

Similar Messages

  • 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 2013 Error 500

    Below I configured Office Web Apps 2013, on 2 servers,
    SharePoint 2013 SP1 Enterprise Edition August 2014 CU on Microsoft Windows Server 2013 R1
    SP2013ServerWFE-AppServer
    Office Web Apps 2013 August 2014 CU on Microsoft Windows Server 2013 R1
    OFFICEWEBAPP2013SERVER
    After my install, I can see that the preview displayes for the site I am on I am NOT logged on as the System Account or Site Collection Admin, just a user.
    I then try to display the file below it and this is where I get the error 500
    This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented  the webpage from displaying.
    The website cannot display the page
    These are the steps that I have just taken to try to enable this process.
    I went to SP2013ServerWFE-AppServer – SharePoint 2013 Server
    SharePoint 2013 Management Shell as Admin
    Remove-SPWOPIBinding –All:$true
    Went to OFFICEWEBAPP2013SERVER – Office Web Apps 2013 server.
    PowerShell, as Admin.
    New-OfficeWebAppsFarm –Verbose –InternalUrl "http://SP2013ServerWFE-AppServer" -ExternalUrl "http://SP2013ServerWFE-AppServer" -AllowHTTP –EditingEnabled
    –ClipartEnabled -AllowCEIP
    On the OFFICEWEBAPP2013SERVER server, open up IE
    NETBIOS
    http://OFFICEWEBAPP2013SERVER/hosting/discovery
    FQDN
    http://OFFICEWEBAPP2013SERVER.COMPANY.DOMAIN.local/hosting/discovery
    Both worked!
    Go to SP2013ServerWFE-AppServer – SharePoint 2013 Server
    New-SPWOPIBinding -ServerName OFFICEWEBAPP2013SERVER –AllowHTTP
    Worked, ran:
    Get-SPWOPIZone
    Set already but if needed to, could have changed, kept it as was below.
    Set-SPWOPIZone -zone "Internal-http"
     Now I get the error.  Am I missing something? 

    Get-OfficeWebAppsMachine
    MasterMachineName             MachineName                   Roles                                         
    HealthStatus
    2013OWAOFFWA01                 2013OWAOFFWA01                 {All}                                            
    Unhealthy
    It shows unhealthy, thanks to your having me check.
    I just went and did Remove-OfficeWebAppsMachine and
    Remove-SPWOPIBinding –All:$true and then tried what I have in my original post.  Not sure why it is saying unhealthy!
    Excel Calculation Services is running, I know that that will cause an issue with Excel Services and Excel Web Apps.  Testing with Word Documents, and or putting in SharePoint to get to the main page, to see an image rendition in search.
    I went to open a word document as search gave me an error message, so I thought I'd try, but I didn't see it in office web apps ULS but on SharePoint 2013
    10/20/2014 14:59:37.41 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://sharepoint2013:80/site/subsite/_layouts/15/WopiFrame2.aspx?sourcedoc=/site/subsite/Shared%20Documents/ADP%20Portal%20Registration%20Instructions%20Contractor%20Rev%20061212.docx&action=default) aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.42 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=0#.w|DOMAIN\mcarter, ClaimsCount=70 aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.42 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.44 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Authentication Authorization aib35 Medium SPShareByLinkHandler.Initialize : Not a ShareByLink request - missing access token aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.46 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Claims Authentication amcbl Medium Trusted provider is missing. Provider: '00000003-0000-0ff1-ce00-000000000000' aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.46 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Topology e5mc Medium WcfSendRequest: RemoteAddress: 'net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc' Channel: 'Microsoft.SharePoint.IdentityServices.IApplicationSecurityTokenServiceContract'
    Action: 'http://schemas.microsoft.com/sharepoint/2011/05/securitytokenservice/IApplicationSecurityTokenServiceContract/Issue' MessageId: 'urn:uuid:5244ce59-b4fd-4d2b-83fd-c07c58a79061' aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.50 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Application Authentication aiv3c Exception System.ServiceModel.ServiceActivationException: The requested service, 'net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc'
    could not be activated. See the server's diagnostic trace logs for more information.    Server stack trace:      at System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder decoder,
    IConnection connection, Uri via, String contentType, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper&
    timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection connection, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan
    timeout)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan
    timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)    
    at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan
    timeout)     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)   
    Exception rethrown at [0]:      at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type)     at Microsoft.SharePoint.IdentityServices.IApplicationSecurityTokenServiceContract.Issue(RequestApplicationSecurityToken request)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.<>c__DisplayClass2.<RequestSelfIssuedToken>b__0()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.RequestSelfIssuedToken(RequestApplicationSecurityToken rst)
    StackTrace:  at onetnative.dll: (sig=8299e000-0f80-4b71-8567-479075c2110d|2|onetnative.pdb, offset=28B42) at onetnative.dll: (offset=152A9) aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.50 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Unified Logging Service c91s Monitorable Watson bucket parameters: Microsoft SharePoint Foundation 4, ULSException14, 269cd32d "sharepoint foundation",
    0f0011db "15.0.4571.0", c180aef3 "mscorlib", 0400766f "4.0.30319.0", 528fdae1 "fri nov 22 17:29:53 2013", 00005387 "00005387", 00000051 "00000051", b742a024 "serviceactivationexception",
    00215742 "aiv3c" aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.50 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Unified Logging Service b6ig Medium Data collection is not enabled for tag 'aiv3c' in the configuration or configuration file not available. Not reporting
    to Watson aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.52 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Application Authentication agmxo Exception System.ServiceModel.ServiceActivationException: The requested service, 'net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc'
    could not be activated. See the server's diagnostic trace logs for more information.    Server stack trace:      at System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder decoder,
    IConnection connection, Uri via, String contentType, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper&
    timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection connection, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan
    timeout)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan
    timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)    
    at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan
    timeout)     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)   
    Exception rethrown at [0]:      at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type)     at Microsoft.SharePoint.IdentityServices.IApplicationSecurityTokenServiceContract.Issue(RequestApplicationSecurityToken request)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.<>c__DisplayClass2.<RequestSelfIssuedToken>b__0()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.RequestSelfIssuedToken(RequestApplicationSecurityToken rst)    
    at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.RequestRawLoopbackToken(OAuth2EndpointIdentity endpointIdentity, JsonWebSecurityToken onBehalfOf, String applicationContext)     at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri
    endpointAddress, SPIdentityContext identityContext, String applicationContext, DateTime& validTo) StackTrace:  at onetnative.dll: (sig=8299e000-0f80-4b71-8567-479075c2110d|2|onetnative.pdb, offset=28B42) at onetnative.dll: (offset=152A9) aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.52 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Unified Logging Service c91s Monitorable Watson bucket parameters: Microsoft SharePoint Foundation 4, ULSException14, 269cd32d "sharepoint foundation",
    0f0011db "15.0.4571.0", c180aef3 "mscorlib", 0400766f "4.0.30319.0", 528fdae1 "fri nov 22 17:29:53 2013", 00005387 "00005387", 00000051 "00000051", b742a024 "serviceactivationexception",
    0018c5ce "agmxo" aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.52 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Unified Logging Service b6ig Medium Data collection is not enabled for tag 'agmxo' in the configuration or configuration file not available. Not reporting
    to Watson aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.52 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation WOPI ajc39 Unexpected WOPIFrame - Unhandled exception: System.ServiceModel.ServiceActivationException: The requested service, 'net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc'
    could not be activated. See the server's diagnostic trace logs for more information.    Server stack trace:      at System.ServiceModel.Channels.ConnectionUpgradeHelper.DecodeFramingFault(ClientFramingDecoder decoder,
    IConnection connection, Uri via, String contentType, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.SendPreamble(IConnection connection, ArraySegment`1 preamble, TimeoutHelper&
    timeoutHelper)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.DuplexConnectionPoolHelper.AcceptPooledConnection(IConnection connection, TimeoutHelper& timeoutHelper)     at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan
    timeout)     at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan
    timeout)     at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)    
    at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)     at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan
    timeout)     at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)     at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)   
    Exception rethrown at [0]:      at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)     at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type)     at Microsoft.SharePoint.IdentityServices.IApplicationSecurityTokenServiceContract.Issue(RequestApplicationSecurityToken request)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.<>c__DisplayClass2.<RequestSelfIssuedToken>b__0()    
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode)     at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.RequestSelfIssuedToken(RequestApplicationSecurityToken rst)    
    at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.RequestRawLoopbackToken(OAuth2EndpointIdentity endpointIdentity, JsonWebSecurityToken onBehalfOf, String applicationContext)     at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri
    endpointAddress, SPIdentityContext identityContext, String applicationContext, DateTime& validTo)     at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri endpointAddress, SPUser user,
    String applicationContext, DateTime& validTo)     at Microsoft.SharePoint.Utilities.SPWOPIHost.GetAccessToken(SPWeb web, Guid uniqueId, String proofKeyId, SPUrlZone zone, SPBasePermissions perms, Boolean hasEditLicense, Int64& ttl)    
    at Microsoft.SharePoint.Utilities.SPWOPIHost.GetAccessToken(SPFile file, String proofKeyId, SPUrlZone zone, Int64& ttl)     at Microsoft.SharePoint.Utilities.SPWOPIHost.GetWOPITargetInternal(HttpContext httpContext, SPWeb web, Object&
    spPrimeObject, SPWOPIAction& requestedAction, SPRegionalSettings spSettings, String& wopiAppUrl, String& wopiFavIconUrl, String& wopiAccessToken, Int64& wopiAccessTokenTtl, String& errorMessageToDisplay, String& redirectUrl)    
    at Microsoft.SharePoint.ApplicationPages.WOPIFrameHelper.OnLoadHelper(WOPIFrame frame)     at Microsoft.SharePoint.ApplicationPages.WOPIFrameHelper.OnLoad(WOPIFrame frame) aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.52 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation General aat87 Monitorable An error has occurred on the server. aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.52 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Micro Trace uls4 Medium Micro Trace Tags: 0 nasq,8 agb9s,16 aib35,11 amcbl,0 e5mc,62 ajc39,1 aat87 aa11c49c-5974-a070-b2c8-1829a3b17e45
    10/20/2014 14:59:37.52 w3wp.exe (0x0CF0) 0x15D0 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://sharepoint2013:80/site/subsite/_layouts/15/WopiFrame2.aspx?sourcedoc=/site/subsite/Shared%20Documents/ADP%20Portal%20Registration%20Instructions%20Contractor%20Rev%20061212.docx&action=default)).
    Execution Time=108.9893 aa11c49c-5974-a070-b2c8-1829a3b17e45

  • Office Web Apps 2013 Error

    Hi all,
    Currently we are facing a problem in our Sharepoint 2013 environment with Office Web Apps Server.
    Initially we connected the Office Web Apps farm to the Sharepoint farm and it worked well, but suddenly, we are not able to see the previews of the documents in the hover pannel or openning the documents in a new window or same window (doesn´t matter). We
    receive the following error message:
    Sorry, something went wrong
    An error has occurred on the server.
    This with a correlation error code, if we search this error code in Sharepoint we find the following information:
    WOPIFrame - Unhandled exception: System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Configuration.ConfigurationChannelFactory`1[Microsoft.SharePoint.IdentityServices.IApplicationSecurityTokenServiceContract], cannot be used for communication because it is in the Faulted state. at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposed() at System.ServiceModel.ChannelFactory.EnsureOpened() at System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via) at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.GetInternalAppStsChannel() at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.<>c__DisplayClass2.<RequestSelfIssuedToken>b__0()
    at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated secureCode) at Microsoft.SharePoint.IdentityServices.SPApplicationSecurityTokenServiceClient.RequestSelfIssuedToken(RequestApplicationSecurityToken rst) at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.RequestRawLoopbackToken(OAuth2EndpointIdentity endpointIdentity, JsonWebSecurityToken onBehalfOf, String applicationContext) at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri endpointAddress, SPIdentityContext identityContext, String applicationContext, DateTime& validTo) at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri endpointAddress, SPUser user, String applic...
    ationContext, DateTime& validTo) at Microsoft.SharePoint.Utilities.SPWOPIHost.GetAccessToken(SPWeb web, Guid uniqueId, String proofKeyId, SPUrlZone zone, SPBasePermissions perms, Boolean hasEditLicense, Int64& ttl) at Microsoft.SharePoint.Utilities.SPWOPIHost.GetAccessToken(SPFile file, String proofKeyId, SPUrlZone zone, Int64& ttl) at Microsoft.SharePoint.Utilities.SPWOPIHost.GetWOPITargetInternal(HttpContext httpContext, SPWeb web, Object& spPrimeObject, SPWOPIAction& requestedAction, SPRegionalSettings spSettings, String& wopiAppUrl, String& wopiFavIconUrl, String& wopiAccessToken, Int64& wopiAccessTokenTtl, String& errorMessageToDisplay, String& redirectUrl) at Microsoft.SharePoint.ApplicationPages.WOPIFrameHelper.OnLoadHelper(WOPIFrame frame) at Microsoft.SharePoin...
    t.ApplicationPages.WOPIFrameHelper.OnLoad(WOPIFrame frame)
    anyone has faced a problem like that?
    Thanks in advance

    Stephan,
    1.  with the Get-OfficeWebAppsMachine command I can see that Health Status report as Unhealthy, but the reason for that is the certificate, it does not include the fqdn of the office web apps machine (Yes, I know that this is not the optimal configuration)
    2. If we try to navigate trought the URL
    https://..../hosting/discovery it shows the xml file of the owa server, no problem here
    3. Get-spwopibinding shows all the bindings configured as default, we haven't done changes here
    4. get-spwopizone = external-https the sharepoint platform is published as extranet trought a TMG, office documents can be accessed externally by WOPI server
    5. I have tried both methods, with true and false with the same result, I have tried to reboot several times the WOPI server.
    And for the final question, yes I have checked the event logs, but shows nothing, I think that is more a problem of Sharepoint previews than other problems

  • Deploying a web app with errors

    Good day,
    We are migrating an older application into a WebLogic Portal 10.2 environment. We have Ant scripts to do the deployment from the command line but we want to use the Workspace Studio capabilities to deploy JSP changes to the application. The problem is that the application was architected to dynamically include JSP fragments into other JSPs. These fragments have objects defined in other JSPs and therefore show up with errors in the problems tab in Eclipse.
    Is there a way to force an application to deploy even in this case or do we have to keep deploying/redeploying from the command line? This takes much longer than pushing the single files so this is why we are trying to figure out how to do it within the tool.
    Thanks,
    Sean

    I have created a web application and have a jsp host.
    I have 2 questions:
    1-How do I deploy to the host. please explain. is this host a 3rd party? if so, ask them.
    if the host is tomcat running on a machine that you have control of, create a WAR file and put it in the /webapps directory.
    >
    2-I also want to add a tomcat realm and have been
    told to edit the server.xml file and web.xml file you should not edit the server.xml. just put a WAR file in the /webapps directory. no need to edit server.xml.
    web.xml is part of the standard web app deployment. your app should have one, and it needs to be in the WEB-INF directory.
    are these found on the host??
    please offer a confused guy some helpYou should read "My First Web App" on the Tomcat page.
    %

  • Outlook Web App login errors and VZ in-Home-Ag​ent says primary acct is invalid

    Here is some problems Im having with my email
    1st the good things:
    I can access and have full use of my primary/sub accounts via Verizon web site and Outlook.
    2nd the bad things:
    Outlook Web App gives me login in errors on primary and sub accounts
    VZ-In-House Agent troubleshooting reports my primary email as "invalid" and won't test, but reports my sub account is good and checks okay.
    Have anyone experienced any issues like this?

    Hello
    I've downloaded the zip file about 6 times and I'm getting always the same error. I dont even know in which package or part of the script I get this error.
    Regards
    Erwin

  • MS Access 2013 Web App script error when viewing datasheet view

    Hi--in MS Access 2013 on my PC (Win 7 64), whenever I hit VIEW+DATASHEET, I get a script error. I have tried multiple solutions, including one posted here to delete all of the files in the DatabaseCache folder. Here's a screenshot of the error I get:
    This forum won't let me attach a screenshot, so here's what the error says:
    =============================================
    An error has occured in the script on this page
    Line: 5
    Char; 1
    Error: Syntax Error
    Code: 0
    URL: https://rainbowcityband-fc0dbfcf70da72.sharepoint.com/_layouts/15/Menu.htc
    Do you want to continue running scripts on this page?
    =============================================
    The data shows fine once in my browser, but has never appeared for any table on my PC. 
    Thanks!

    Hi Ginger Rowe,
    Is the issue occured on the specific view?
    Based on my understanding, the issue seems relative to script. Please check whether there are 'OnLoad' and 'On Current' action for the view and ensure it is correct.
    We can check it from Access like figure below:
    Regards & Fei
    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 App error in extended web application

    I have a web application that has been extended in intranet zone. While all feature works in the application in the default zone of office web app, creating new document from site it self does not work in intranet zone. Error I am getting is sorry, there
    was a problem and we can't open this document. If this happens again, try opening document in microsoft word. I was not able to find anything regarding this.
    My extended web application is using FBA and default zone uses windows. 
    Thanks,
    Errors in ULS logs
    WOPI ProcessRequest - Unhandled Exception in WOPI app layer  [e: System.InvalidOperationException: Operation is not valid due to the current state of the object.    
     at Microsoft.SharePoint.SPUserToken.GetClaimsUserLoginName()    
     at Microsoft.SharePoint.IdentityModel.SPIdentityContext.Create(SPUserToken token, Boolean isShareByLinkGuestUser)    
     at Microsoft.SharePoint.IdentityModel.SPIdentityContext.Create(SPUser user)    
     at Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuth2SecurityTokenManager.IssueLoopbackTokenString(Uri endpointAddress, SPUser user, String applicationContext, DateTime& validTo)    
     at Microsoft.SharePoint.Utilities.SPWOPIHost.GetAccessToken(SPWeb web, Guid uniqueId, String proofKeyId, SPUrlZone zone, SPBasePermissions perms, Boolean hasEditLicense, Int64& ttl)    
     at Microsoft.SharePoint.Utilities.SPWOPIHost.GetAccessToken(SPFile file, WopiTokenContext tokenContext, Int64& ttl)    
     at Microsoft.SharePoint.SoapServer.Wopi.RunCobalt(HttpContext context, CommonRequestData requestData, CommonResponseData responseData)    
     at Microsoft.SharePoint.SoapServer.Wopi.ProcessRequestCore(HttpContext context, CommonRequestData requestData, CommonResponseData responseData)]
    WOPI - CopyRequestBodyToStream throw exception [exception System.ObjectDisposedException: Cannot access a disposed object.  Object name: 'Microsoft.SharePoint.CoordinatedStreamBuffer.SPCoordinatedMemoryStream'.    
     at Microsoft.SharePoint.Utilities.SPChunkedStream.get_Length()    
     at Microsoft.SharePoint.SoapServer.Wopi.CopyRequestBodyToStream(HttpContext context)]
    WOPI cobalt - Failed to read entire request body, url
    sachin

    Hi sachin,
    According to your description, my understanding is that you got an error when you created a new document using OWA in the extended zone with FBA.
    The issue stems from SharePoint and is due to an error in the access token generation when a user tries to load a document in the Office Web Apps.
    The current workaround is to configure FBA authentication in the Default zone of the effected web application.
    More information, please refer to the link:
    http://blogs.technet.com/b/office_web_apps_server_2013_support_blog/archive/2014/03/20/office-web-apps-2013-errors-previewing-viewing-editing-documents-when-using-fba-in-the-extended-zone-but-not-the-default-zone.aspx
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • 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
              

  • Office Web Apps and Forms Based Authentication

    Is it possible to use Office Web Apps Server 2013 to give external SharePoint Foundation 2013 clients access to Office documents in a View only capacity?
    Does FBA work with Office Web Apps or would external users have to at least have a Windows CAL in AD if we are just using SharePoint Foundation?

    Hi,
    It may be possible.
    Here are some links for your situation:
    http://technet.microsoft.com/en-us/library/ff431682(v=office.15).aspx
    http://blogs.technet.com/b/office_web_apps_server_2013_support_blog/archive/2014/03/20/office-web-apps-2013-errors-previewing-viewing-editing-documents-when-using-fba-in-the-extended-zone-but-not-the-default-zone.aspx
    http://technet.microsoft.com/en-us/library/ee806890(v=office.15).aspx
    Office Web Apps can be used only by SharePoint 2013 web applications that use claims-based authentication.
    There is a known issue when using Office Web App in the extended zone with FBA, but not the default zone. Please configure FBA authentication in the Default zone in case of that.
    Hope it helps.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • ?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.

  • Office Web Apps Error

    hi -
    I have Office Web Apps 2013 installed and configured on my dev server.  It's set to allow HTTP.
    When I try to preview a Word document, the frame displays the following message:
    This content cannot be displayed in a frame. 
    To help protect the security of information you enter into this website, the publisher of this content does not allow it to be displayed in a frame.
    According to this
    link, low memory conditions can cause this error in the preview.  I have checked that and we are OK with memory.
    For Excel documents, I get the following error in preview:
    The website cannot display the page
    Most likely causes:
    •The website is under maintenance.
    •The website has a programming error.

    HI,Seems to be issue with the connection between sharepoint and office webapp.Check the below URL to get the connection successed and work succesfully.
    http://expertsharepoint.blogspot.de/2013/12/microsoft-office-web-apps-server-2013_19.html
    Anil Avula[MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • Error 404--Not Found while accessing web app through Weblogic 6.1

    Hi everybody,
              I am new to Weblogic and recently installed Weblogic6.1
              on my machine and I am trying to access my application using weblogic
              and it gives
              Error 404--Not Found
              From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              10.4.5 404 Not Found
              I have uploaded the WAR file of my application using the Admin
              console. The WAR file is place under
              \bea\wlserver6.1\config\mydomain\applications\screen.war.
              What am I doing wrong ?
              Thanks is advance.
              PS: I am also including my web.xml file
              <?xml version="1.0" encoding="ISO-8859-1"?>
              <!DOCTYPE web-app
              PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
              "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              <web-app>
              <session-config>
              <session-timeout>-1</session-timeout>
              </session-config>
              <!-- Action Servlet Configuration -->
              <servlet>
              <servlet-name>action</servlet-name>
              <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
              <init-param>
              <param-name>application</param-name>
              <param-value>resources.nmr.ApplicationResources</param-value>
              </init-param>
              <init-param>
              <param-name>config</param-name>
              <param-value>/WEB-INF/struts-config.xml</param-value>
              </init-param>
              <init-param>
              <param-name>debug</param-name>
              <param-value>2</param-value>
              </init-param>
              <init-param>
              <param-name>detail</param-name>
              <param-value>2</param-value>
              </init-param>
              <init-param>
              <param-name>validate</param-name>
              <param-value>true</param-value>
              </init-param>
              <load-on-startup>2</load-on-startup>
              </servlet>
              <!-- Action Servlet Mapping -->
              <servlet-mapping>
              <servlet-name>action</servlet-name>
              <url-pattern>*.do</url-pattern>
              </servlet-mapping>
              <!-- PDF servlet configuration -->
              <servlet>
              <servlet-name>pdf</servlet-name>
              <servlet-class>com.abbott.gprd.servlets.PdfServlet</servlet-class>
              </servlet>
              <!-- PDF servlet Mapping -->
              <servlet-mapping>
              <servlet-name>pdf</servlet-name>
              <url-pattern>/pdf</url-pattern>
              </servlet-mapping>
              <!-- MIME Mapping -->
              <mime-mapping>
              <extension>mol</extension>
              <mime-type>chemical/x-mdl-molfile</mime-type>
              </mime-mapping>
              <!-- The Welcome File List -->
              <welcome-file-list>
              <welcome-file>index.jsp</welcome-file>
              </welcome-file-list>
              <!-- Application Tag Library Descriptor -->
              <taglib>
              <taglib-uri>/WEB-INF/app.tld</taglib-uri>
              <taglib-location>/WEB-INF/app.tld</taglib-location>
              </taglib>
              <!-- Struts Tag Library Descriptors -->
              <taglib>
              <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
              <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
              </taglib>
              <taglib>
              <taglib-uri>/WEB-INF/nmr.tld</taglib-uri>
              <taglib-location>/WEB-INF/nmr.tld</taglib-location>
              </taglib>
              </web-app>
              

    hmm
              it all looks ok to me
              what happens if you try to access an image or something in your war (ie
              something not java related)
              also - i have seen on some machines that localhost doesnt work but 127.0.0.1
              does work
              your app should be trying to access index.jsp which should be in the root
              directory of your war
              does index.jsp exist and is it in the root directory of your war?
              lastly - i noticed you have a startup servlet. Put a system.out in the init
              method of the servlet. If the servlet is being deployed OK then you should
              see some output in the console
              "Ravi" <[email protected]> wrote in message
              news:[email protected]...
              > I am specifying the same http://localhost:7001/screen and it still
              > gives the same error.
              >
              > Following is part of my cofig.xml where myapp is specified.
              >
              > <CustomRealm
              >
              ConfigurationData="user.filter=(&(cn=%u)(objectclass=person));user.dn=ou
              =people,
              > o=example.com;server.principal=cn=admin,
              >
              o=example.com;membership.filter=(&(member=%M)(objectclass=groupofuniquen
              ames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.ho
              st=ldapserver.example.com;server.ssl=true;group.dn=ou=groups,
              > o=example.com"
              > Name="defaultLDAPRealmForNovellDirectoryServices"
              > Notes="This is provided as an example. Before enabling this
              > Realm, you must edit the configuration parameters as appropriate for
              > your environment."
              > Password="{3DES}/4XkW5rmVvBHzFtI9SRK/g=="
              > RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              > <Server ListenPort="7001" Name="myserver" NativeIOEnabled="true"
              > TransactionLogFilePrefix="config/mydomain/logs/">
              > <Log FileName="config/mydomain/logs/weblogic.log"
              > Name="myserver"/>
              > <SSL Enabled="true" ListenPort="7002" Name="myserver"
              > ServerCertificateChainFileName="config/mydomain/ca.pem"
              > ServerCertificateFileName="config/mydomain/democert.pem"
              > ServerKeyFileName="config/mydomain/demokey.pem"/>
              > <WebServer DefaultWebApp="DefaultWebApp"
              > LogFileName="./config/mydomain/logs/access.log"
              > LoggingEnabled="true" Name="myserver"/>
              > <ServerDebug Name="myserver"/>
              > <ExecuteQueue Name="default"/>
              > <KernelDebug Name="myserver"/>
              > <ServerStart Name="myserver"/>
              > </Server>
              > <Application Deployed="true" Name="screen"
              > Path=".\config\mydomain\applications">
              > <WebAppComponent Name="screen" Targets="myserver"
              > URI="screen.war"/>
              > </Application>
              > <SNMPAgent Name="mydomain"/>
              > <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
              > <ApplicationManager Name="mydomain"/>
              > <JTA Name="mydomain"/>
              >
              > Thanks in advance.
              > Ravi.
              >
              >
              > "Matt Krevs" <[email protected]> wrote in message
              news:<[email protected]>...
              > > what url are you specifying?
              > >
              > > i would guess that http://localhost/screen-web would work. Hard to say
              > > without also seeing your config.xml
              > >
              > > The critical item in config.xml is the value of URI in the
              webappcomponent
              > > element for your application
              > >
              > > eg if it was
              > >
              > > <WebAppComponent Name="myapp-web" Targets="myerver" URI="myapp-web"/>
              > >
              > > then the url you would call is http://localhost/myapp-web
              > >
              > > "Ravi" <[email protected]> wrote in message
              > > news:[email protected]...
              > > > Hi everybody,
              > > > I am new to Weblogic and recently installed Weblogic6.1
              > > > on my machine and I am trying to access my application using weblogic
              > > > and it gives
              > > >
              > > > Error 404--Not Found
              > > > From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              > > > 10.4.5 404 Not Found
              > > >
              > > > I have uploaded the WAR file of my application using the Admin
              > > > console. The WAR file is place under
              > > > \bea\wlserver6.1\config\mydomain\applications\screen.war.
              > > >
              > > > What am I doing wrong ?
              > > >
              > > > Thanks is advance.
              > > >
              > > > PS: I am also including my web.xml file
              > > >
              > > > <?xml version="1.0" encoding="ISO-8859-1"?>
              > > >
              > > > <!DOCTYPE web-app
              > > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
              > > > "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              > > >
              > > > <web-app>
              > > >
              > > > <session-config>
              > > > <session-timeout>-1</session-timeout>
              > > > </session-config>
              > > >
              > > > <!-- Action Servlet Configuration -->
              > > > <servlet>
              > > > <servlet-name>action</servlet-name>
              > > >
              <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
              > > > <init-param>
              > > > <param-name>application</param-name>
              > > > <param-value>resources.nmr.ApplicationResources</param-value>
              > > > </init-param>
              > > > <init-param>
              > > > <param-name>config</param-name>
              > > > <param-value>/WEB-INF/struts-config.xml</param-value>
              > > > </init-param>
              > > > <init-param>
              > > > <param-name>debug</param-name>
              > > > <param-value>2</param-value>
              > > > </init-param>
              > > > <init-param>
              > > > <param-name>detail</param-name>
              > > > <param-value>2</param-value>
              > > > </init-param>
              > > > <init-param>
              > > > <param-name>validate</param-name>
              > > > <param-value>true</param-value>
              > > > </init-param>
              > > > <load-on-startup>2</load-on-startup>
              > > >
              > > > </servlet>
              > > >
              > > > <!-- Action Servlet Mapping -->
              > > > <servlet-mapping>
              > > > <servlet-name>action</servlet-name>
              > > > <url-pattern>*.do</url-pattern>
              > > > </servlet-mapping>
              > > >
              > > > <!-- PDF servlet configuration -->
              > > > <servlet>
              > > > <servlet-name>pdf</servlet-name>
              > > >
              <servlet-class>com.abbott.gprd.servlets.PdfServlet</servlet-class>
              > > > </servlet>
              > > >
              > > >
              > > > <!-- PDF servlet Mapping -->
              > > > <servlet-mapping>
              > > > <servlet-name>pdf</servlet-name>
              > > > <url-pattern>/pdf</url-pattern>
              > > > </servlet-mapping>
              > > >
              > > > <!-- MIME Mapping -->
              > > > <mime-mapping>
              > > > <extension>mol</extension>
              > > > <mime-type>chemical/x-mdl-molfile</mime-type>
              > > > </mime-mapping>
              > > >
              > > >
              > > > <!-- The Welcome File List -->
              > > > <welcome-file-list>
              > > > <welcome-file>index.jsp</welcome-file>
              > > > </welcome-file-list>
              > > >
              > > > <!-- Application Tag Library Descriptor -->
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/app.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/app.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > <!-- Struts Tag Library Descriptors -->
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > <taglib>
              > > > <taglib-uri>/WEB-INF/nmr.tld</taglib-uri>
              > > > <taglib-location>/WEB-INF/nmr.tld</taglib-location>
              > > > </taglib>
              > > >
              > > > </web-app>
              

  • Exchange Office Web Apps Preview Does not work in OWA. An error occurred while the document preview was being created

    Hi,
    I have managed to configure intergration between Office Web App server 2013 and Exchange 2013 OWA.
    I have created a test users Test1 and Test 2. I have given full access on Test2 mailbox to user test 1.
    When I login to owa for user test1 and preview the attachment it works fine.
    However when I use "Open another mailbox" in OWA and open test2 mailbox and try to preview the attachments in test2 inbox it errors as
    " An error occurred while the document preview was being created. Please try again later " as follows
    I am new to office web apps server 2013 and implemented it first time. Can anyone suggest resolutions or troubleshooting ?

    Hi,
    To narrow down the cause, I’d like to recommend the following troubleshooting:
    1. Does the error appear when you directly access test 2 mailbox through OWA?
    2. Check if there is 141 error in your event log.
    3. Check whether Office web app server connects with Exchange server when the issue happens.
    Access the URL: https://hostname/hosting/discovery
    4. Grant full access permission again and check the result.
    For more information about Office web app integration with Exchange, please refer to the following article:
    http://www.msexchange.org/articles-tutorials/exchange-server-2013/management-administration/exchange-2013-office-web-apps-server-integration.html
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Office Web App error - unable to open PDF after multiple trials

    Hi, we are using Office Web App server 2013 on win server 2012 (NO Sharepoint installed) to preview files (doc, docx, pdf, xls, xlsx, ppt, pptx), OWA is set as http, wopihost
    is http as well under different from HTTP80, HTTP809 application pool
    File conversion if fine for small files and large files to some point - we can process same large pdf (100MB) 30-50 times, but after that there is a message
    "Sorry, Word Web App ran into
    a problem opening this document. To view this document please open it in Microsoft Word."
    Server has plenty of free space, PerfMon
    does not show spikes, no memory spikes in Process Manager. ULS logs do not provide any good info either...
    No errors in event log under Applications,
    System, or Microsoft Office Web Apps sections.
    That error will be shown if we process
    the same file. if try to process different file it works fine (again - few dozen times), but if after that I try to process first file - it shows error again.
    Documents
    are located on the same server as OWA installed, same machine has wopi site in non owa application pool (from Microsoft demo
    - C#)
    The only resolution i found is to reset
    WAC server from PowerShell or restart IIS - after that it starts to process original file...
    If I just recycle OWA application pools
    - HTTP80, HTTP809 it does not help. (tried to change Recycling condition in IIS for those pools - it slightly improves situation but does not resolve).
    I can reproduce such pattern with different file types, it just matter of number of hits.
    Same error present if we use OWA and wopi on machine as https with certificate.
    We use VerboseEx option for logging - no errors in ULS log files, but multiple Sync exiting
    early records similar to 
    Sync exiting early: LastSyncTime = 09/16/2014 14:52:07    
     at Microsoft.Office.Web.Apps.Environment.WacServer.ACacheableFarmStateObject.Sync(Boolean force)  
     at Microsoft.Office.Web.Apps.Environment.WacServer.AFarmSettings.TryGetSettingValue[T](String settingName,
    T& value, Boolean shouldProcessValue)    
     at Microsoft.Office.Web.Apps.Environment.WacServer.WSConfigAdapter.TryGetValue[T](String settingName,
    T& value)    
     at Microsoft.Office.Web.Apps.Environment.WacServer.WSServiceInstanceFinderAdapter.GetAgentUri(WebAgentProperties
    agentProperties, String machineName, String fqdn)    
     at Microsoft.Office.Web.Apps.Environment.WacServer.WSServiceInstanceFinderAdapter.UpdateServiceList()
     at Microsoft.Office.Web.Apps.Environment.WacServer.WSServiceInstanceFinderAdapter.FindAllServiceInstances()
     at Microsoft.Office.Web.Common.ServiceInstanceFinder.RefreshList(Object state)    
     at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback
    callback, Object state, Boolean preserveSyncCtx)    
     at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback,
    Object state, Boolean preserveSyncCtx)    
     at System.Threading.TimerQueueTimer.CallCallback()    
     at System.Threading.TimerQueueTimer.Fire()    
     at System.Threading.TimerQueue.FireNextTimers()  
    ---------------------------------There are some paired records
    Cached service list has 39 service instances before the update
    Cached service lists has 39 service instances after the update
    So it goes as follows: OWA processing all formats fine, after trying same 100mb pdf file 50 times (it is possible to get same error with docx, just bigger number of trials) it does not process that pdf file, but processes others.
    After IIS reset it works as usual again. After trying another 100mb pdf file 50-60 times OWA stops to process that another file... We are expecting large number of hits and resetting IIS every 30min is not a good solution...
    Any help will be appreciated.
    Thank you

    Hi ,
    Thank you for your post.
    Whether the issue occurs with different file types or only the PDF.
    Based on your description, when you reset WAC server from PowerShell or restart IIS, the issue is solved temporarily.
    I recommend that you check the application account, re-enter the account, then reset the IIS.
    whether the issue occurs with different file types or only the PDF.
    In addition, please check if the link is useful:
    http://stevemannspath.blogspot.jp/2013/04/sharepoint-2013-pdf-support-and.html
    Best Regards,  
    Lisa Chen

Maybe you are looking for

  • Query throwing Exception as 'Query too large'

    HI, AM working on BI Content 7. I have created a query and the query name is TEST_RA_0064. when i am executing this query in the Analyser it is throwing the below mentioned errors. 1. Query TEST_RA_0064 is too large. 2. Program error in class SAPMSSY

  • Can't access songs on external hard drive

    I've transferred itunes from one PC to an external hard drive and connected to the new PC and selected the iTunes folder but I can't see the music, apps etc.  Can anyone help??

  • Different exchange rate type for PO

    Hi, I have a requirement, where I need to take a different exchange rate type for one particular PO document type. I have already maintained exchange rate type Z in Tcurr table. I should enable system to pick this exchange rate for PO wich are create

  • Output varies for group by  & where Clause

    Below are the two statements which i am comapring . 1) for this i get a output as it displays 0 because there are no rows matched to this criteria . select count(No) from T1 where No = 3" 1 0 1 record(s) selected. 2) Same way i am looking to get outp

  • Crashing when opening images...

    from our server. Okay, so here's the deal...I recently got this 2 GHz Intel Core Duo Mac...I am on OS X 10.4.4. Everything has been hunky-dory for the most part and then last week I started having these crashing episodes. I will be working in Quark 6