Spring+quartz+tomcat 8+ubuntu - spring-mvc

I done one application in spring mvc. In that for automatic mail i m using quartz integration. Everything is OK when i am running in tomcat 8 in windows OS system. "But When i am running in tomcat 8 Ubuntu system it shows blank page and it is not show any error in tomcat console to find out.."
So Can you please help for this problem
Thank you :)
..........................................................................................................................................................

Related

Microsoft Visual Studio 2015 Community - Unable to connect to the configured development Web server' error when trying to build website

I know it's a re-post but I've tried so many different solutions and so far nothing fixed my problem.
I'm having an annoying issue with my Microsoft Visual Studio 2015:
Every time I build my project, I get an alert message saying "Unable to connect to the configured development Web server".
I had an issue when I tried to install MVS 2015 at first but fixed it by disabling the HTTP driver in device manager. After that everything worked great for a week or so, I only had to able/disable the HTTP driver depending on what I wanted to work on. Since today, disabling HTTP doesn't change anything and I always get the same alert message.
My set-up:
HP EliteBook 8560w
Windows 7 professional with Service Pack 1
Intel Core i7-2630QM # 2.00GHz
8.00 GB of RAM
64-bit Operating System
What I've done:
Disabled/Enabled HTTP driver
Install every windows update (windows 7 pro)
Install every MSV 2015 update
Uninstall/Install IIS Express
Delete the automatically generated IIS Express Folder
Inserting this command in Command Shell
netsh http add urlacl url=http://{ip_addr}:{port}/ user=everyone
Opening MVS in administrator
Look if SSL was enabled (it wasn't)
Closing skype or any apps using IIS Express
Close Chrome
And probably more since I got to page 4 of google's results when I searched for this error message.
So yeah, I'm pretty clueless about what to try next, I've read somewhere that installing windows 10 could fix it but I have my doubts about that.
If anyone has any solutions or anything to help me troubleshoot the problem it would be SUPER appreciated!
Thanks,
C.
Update: I should of done a while ago but I forgot, managed to make it work by installing Windows 10.

Asp.Net Sample Program For Linux

I have set up .Netcore on my Linux VPS running Ubuntu 14.04. It would be great if I could get a sample web app to test it out. I have tried the one on Microsoft's website but it only works locally (localhost:5000) and I couldn't figure out how to change that. If you guys can tell me how to do it that would be really great.(https://docs.asp.net/en/latest/getting-started.html)

Updating the Project to .Net Framework 4 and building it doesnot work on windows server 2003

We updated the project from 3.5 to dot net framework 4.0 ,build and deploy it on windows server 2003,the default page was loaded but when we access any other pages it shows error:
404 File Not Found
The page that you are looking for might have been removed,had its name changed, or is temporarily unavailable.
Again when I build the same project on the server the error goes off and the pages redirects as usual.But when I build on My Machine which has windows 7 and upload the dll ,the same problem occurs.Is there any thing to do with the dll with windows.
What could be the problem of this.We are tired searching of the solution.We would be grateful you provide us the actual cause of the problem.
I think the problems occur for os change. It does't support in Windows 7

Can't install IIS7 and ASP.NET 3.5 on Win7 64-bit

Using Win7 32-bit for 3 months and didn't have problem with developing any .NET-based applications including ASP.NET apps.
Just upgraded my laptop's RAM 3 days ago and switched to 64-bit version of Win7.
When I'm working on installing IIS7 and .NET Framework 3.5 SP1, there's an error about not all features were installed for some unknown reason.
When I try to register ASP.NET using aspnet_regiis -ir in c:\Windows\Microsft.NET\Framework64\v2.0.50727\, a dialog box shows with this error message:
"Operation failed with 0x80070643" and after I close the dialog box, another error message on the console command shows with this message: "An error has occurred: 0x80004005 Unspecified error".
I had the same problem and I did everything found on the internet but nothing was useful
eventually I was able to solve it by using the following:
note: do it on your own risk
Add the following to you registry only if the doesn't exist (in my case they didn't exist):
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_2.0.50727]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_2.0.50727\Names]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_2.0.50727\Performance]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_64]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_64\Names]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_64\Performance]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_64_2.0.50727]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_64_2.0.50727\Names]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\ASP.NET_64_2.0.50727\Performance]
try installing asp.net 64 bit after that
Configure IIS to run in 32 bit mode (assuming your apps are 32 bit mode, since that's what you originally developed on).
http://learn.iis.net/page.aspx/201/32-bit-mode-worker-processes/
Try running aspnet_regiis after that is done. Use the 32 bit version of aspnet_regiis.
I know this is a fairly old post, but I thought I'd share what I did to solve this problem on my machine running Windows 7 64-bit.
While IIS was installed on my computer, the ASP.NET features were not enabled.
To enable ASP.NET do the following:
Navigate to the Turn Windows features on or off dialog. It's located under
Control Panel --> Programs and Features.
Note: Typing 'features' in the Start Menu search will also get you there.
When the Turn Windows features on or off dialog appears, navigate to World Wide Web Services --> Application Development Features
and make sure ASP.NET is checked.
Once this was done the aspnet_regiis -ir command worked perfectly and I could run and debug ASP.NET apps on my machine.
Hope this helps.
set IIS to run in 32 bit mode
http://learn.iis.net/page.aspx/201/32-bit-mode-worker-processes/
Try running aspnet_regiis after that is done. Use the 32 bit version of aspnet_regiis.
بریده جراید

Problem with debugging ASP.Net application on IIS 7 on Windows 7

Few weeks ago I started using VS 2008 (Professional) with Windows 7 (Enterprise).
When working with ASP.Net web applications I repeatedly stumble over the following error:
After opening a solution with a web project the first compilation and debug go perfectly fine. The second time I try to debug the solution I get the "Unable to start debugging on the web server. System call failed" error and solution does not start at all. When I try to debug it again it always shows the same error but sometimes the app actually starts but does not break on the server code at all.
Any ideas why this could happen?
Thanks a lot for any suggestions.
(I use local IIS and run VS as Administrator)
Have you installed SP1 for VS 2008? I am using Win7 as well, and alot of the issues get magically resolved with a service pack. HTH.

Resources