I have created an azure website and a django app with visual studio 2012.
I have downloaded the publish credentials from the azure website and tried to publish my django app from visual studio. The problem is that I always get the following message:
The page cannot be displayed because an internal server error has occurred.
Unfortunately, I don't get further information (even though I have debug=TRUE in my settings
.
I've tried also deploying from git, but I get exactly the same error.
Any hint on this is kinldly welcome.
Related
I'm new to sitecore and have been trying to set up my 9.3 local instance and the 4.2.0 publishing service.
following company documentation regarding the publishing service ,i have tried these steps multiple times:
Downloaded and extracted the publishing files
Created the ISS site and added it to the hosts files
Added the connection strings files
Executed the schema upgrade command successfully
when checking the /api/publishing/operations/status url, I only get an server error code with no useful info, nor a log file.
If executed the publishing service runs properly on cmd, but it's not detected by sitecore cms when publishing.
anyone got any ideas?, thanks
I have just started using Amplify to build my web app, and set Web Preview by connecting with Github (followed here).
Even though Amplify App is integrated into my Github organization/repository, Web Preview does not get triggered and no pull requests are shown.
Could you tell me what causes this and how to solve the problem?
(e.g., Need to use Github Team/Enterprise plan?)
I've being trying to fix this problem for a week without luck. I am trying to access a sharepoint application hosted on azure that has the option "Log in with Azure Active Directory" enabled on azure .The app works perfect in sharepoint withouth that option in azure, what am I doing wrong?
Also, consider that my app uses the rights Web amd User Profiles as "read", stated on AppManifes.xml. Like I said, the app works well when the "Log in with Azure Active Directory" option is not enabled.
I'm trying to follow the wso2 retail banking sample, as outlined at http://docs.wso2.org/display/DVS310/Retail+Banking+Sample
I've got to the stage 'Deploy the Carbon Application Project into the WSO2 App Server' and I don't understand how to create a server.
When I follow the instructions then in Eclipse I get a 'New Server' form appear. If I enter the WSO2 App Server folder address into 'Carbon home' text box then a warning error appears at the top of the form:
Missing classpath entry C:\jlibs\wso2\wso2as-5.2.0\lib\api
Am I supposed to setup class path entries for each of the WSO2 server products? The 'next' and 'Finish' buttons are disabled.
Any suggestions?
You encounter this error when you select the incorrect Carbon Server family from the list of Servers in the Dev Studio servers view. If you are running App Server 5.2.0, you need to select either WSO2 Carbon 4.2 based Server (only available in Dev Studio 3.5.0) or WSO2 Carbon 4.0 based Server in older Dev Studio versions.
Please follow the instructions in 1 on how to add a Carbon Server to Developer Studio.
Also please find the webinar conducted on the same scenario from 2. It will help you to solve all the other issues you encounter.
1. http://docs.wso2.org/display/DVS320/Deploying+and+Debugging#DeployingandDebugging-DeployingaC-ApptoarunningserverinsideEclipse
2. http://wso2.com/library/webinars/2012/05/enterprise-use-case-application-development-using-wso2-developer-studio/
Thanks and Regards,
Harshana
I developed a Custom application that is able to consume the CRM Web services and perform Windows Live Id authentication, create, read and update operation in the CRM from the custom .NET page. It runs absolutely fine when I debug the application in Visual Studio 2010 but when I deploy the same application and try to authenticate it shows the following error:
Could not load file or assembly 'Microsoft.IdentityModel,
Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or
one of its dependencies. The system cannot find the file specified.
I am unable to understand where the issue has occured.
This is because the Microsoft.IdentityModel isn't installed on your instance. You'll need to install the assembly by using a startup task.
Follow this guide to install the WIF Runtime (contains Microsoft.IdentityModel): http://blogs.msdn.com/b/sriharsha/archive/2012/04/07/windows-azure-unable-to-find-assembly-microsoft-identitymodel.aspx