Windows could not start the odoo-server-15.0 service on local computer - server-error

I downloaded and installed odoo and it was running fine on my server, then I added a custom module it was uploaded successfully but it wasn't reading the model files and other view files I created, so I restarted the server and then I was receiving the following error. My database is connected and there is no such issue I even tried to start it manually but it did not work, so what's the solution to this problem?
Error details

Related

BAM Server is unavailable

I am trying to access BAM server but the following error is thrown:
"The BAM Server is unavailable.
The server may have been started or restarted recently.
Try logging in again after the startup completes.
If the problem persists, contact your System Administrator. "
I checked the BAM Web Properties in Enterprise Manager and it is pointing to correct Application URL and Server name.
I also checked the Application Console and it shows that the BAM server is up and running (with OK Health status).
On checking the logs found that the BAM Active Data Cache was not starting properly.
Any pointers on what could be the reason for ADC not starting correctly?
I've faced this problem and one restart solved my problem, sometimes BAM doesn't start properly.

IIS cannot connect to machine

I use a Windows Server 2008 R2. When I try to open the IIS Manager, I get the following error:
It says that the file containing the connections and settings is corrupted and it restores the original one.
When I try to connect to the website, I get this:
It says that there was an error when tried to connect and if I like to enter my authorization data again. Also, it cannot load the System.Web file or one of its dependencies.
I reinstalled IIS and checked if the GAC contains the mentioned assembly. It is there and when I tried to remove it, it said programs needed it so cannot remove.
I copied the applicationHost config file from history to system32\inetsrv\config but it still shows the errors.
What could cause this and what else should I do to repair IIS?

Deploying website, error points to file on local pc, using Visual Studio 2012

I've created a website in Visual Studio 2012, now when I upload my files to the web server I receive an error whereby the system cannot find the file specified.
It seems to only happen on files which fetch data from a database.
I've tested my connection string and that seems to be working as I've close the connection as well as deleted the local db I was using. My site works fine when run locally, but the second I try access it online I get the same error.
Link to error image:- http://imgur.com/wkXV8fe
I've highlighted the error that puzzles me in the image. It keeps trying to find the file on my local pc it seems. I've searched through my code and can't seem to find anything that is hard coded.
Your help is much appreciated, hopefully someone has encountered and solved this problem.
The possible reason are,
The folder which containing specified file is may be read only or admin access or hidden in server machine. If possible, check the folder properties.
Make sure the file containing folder has uploaded or not on server.
It won't find your local pc if you hosted on other IP(server). The same root folder may be present on server side, so don't get confuse with server and local machine.
The "file not found" error is actually misleading, the error you need to deal with is the SqlException error and indicates the connection string is wrong - you need to update the connection string to access the SQL Server externally.
Are you also deploying the database to another server or are you attempting to access the same database as when testing locally? If you are accessing the same database locally, make sure the web server you are using to host the website can actually access the SQL Server on your local machine - check all firewalls and other things, and make sure that the SQL Server accepts TCP connections.

sqlite database file unreadable on EC2 instance

I have a sqlite database that i pulled off of my iphone and I was able to read it on my local machine running ubuntu (and also in windows with a sqlite program). However, when i upload it to an EC2 instance (running amazon linux AMI) and tried to open it using sqlite3 there but keep getting database errors saying
unable to open database file is encrypted or is not a database.
I'm not sure what would be causing this. My local sqlite3 is 3.7.9 while the amazon one is 3.6.20, but i'm also having the same issue opening the file from a rails server running on the EC2, while the same exact code (and same version of the sqlite gem) opens the file fine locally.
I thought something could have encrypted it accidentally when submitting the form on the website, but I also just downloaded the exact same file via curl from a different server and got the same database error when trying to open it.

Deploy flex app to MAMP server

I created a Flex app in a Windows XP environment using Flex Builder 3.
From the menubar, I selected "Project->Export Build Release" and moved the files from /bin-release onto my local server (WAMP).
I have a PHP file that connects to a db and delivers some data via XML
Everything works right on my computer. Then I tried to move the app to a mac.
I installed MAMP with the default settings (localhost:8888)
I can connect to the PHP file and get the XML by hitting the appropriate URL on # http://localhost:8888/...
Likewise, I can connect to the html template and the swf executes, but it doesn't seem to be getting the data back, and I don't get any debug info popping up.
Any ideas? Are there security settings enabled by default in Mac OS that would not allow a flex app to request data from a remote resource (i.e. http://localhost:8888/ in this case)?
what is the error that you get?
1. try to catch the FaultEvent
2. do you install any of flash debugger?
The trouble was with the MAMP installation. I reinstalled it, and the app worked.

Resources