Odoo: Internal Server Error - server

I've installed Odoo 9.0 on Ubuntu 14.04, and I've activated the developer mode to install module from App Store. Every app I try to install that doesn't belong to the 31 apps offered by default without accessing developer mode, I get this error:
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
It looks like this happens only on the local installation. i tried to install the Barcode app in online trial, and I encoutered no problems.
If anyone may help me, I'll be eternaly grateful.

Anyway, I'm pretty sure that the app on the "App store" provided in Odoo (not the ones that is possible to download in zip and add to addons), are only for the enterprise version.
I tried in a lot of computers and different installation with no luck.

Still happenning as of today. I've been able to manually install the module I wanted:
Go to the app store web site: https://apps.openerp.com/apps/modules
Search for and download your module
unzip the archive in the addons directory of your odoo installation
Go in odoo, settings, update modules list
you can then look for it in Local Modules. You may need to remove all filters. I've done this in v8.

Related

Reverting to old Google Cloud SDK shell version

I am trying to deploy a Java project into Google App Engine from Eclipse and am blocked by JSPs.
Everything JSP makes my app not capable of deploying due to "'utf8' codec can't decode byte" error.
Not trying to insert any strange (not UTF-8) character, everything Eclipse is set to UTF-8.
Tried to send archives which were OK with the Google App Engine Tools for Eclipse (soon to be deprecated), won't deploy.
I've seen threads regarding reverting the Google Cloud Tools for Eclipse plugin to previous version (1.58 seemed to avoid a few problems) being a possible solution to these recent errors but I have a problem installing, the batch just tells me "Install will exit" ?!
Tried to uninstall previous (latest) versions before, made sure I was launching the bundled-python batch, still not capable of installing an old version of the Google Cloud SDK shell.
Would be glad if anybody had any suggestion at what makes my install fail.
Thanks in advance.
There are a few ways you can get older version of Google Cloud SDK.
Download versioned archive
(If you are on windows) Grab google-cloud-sdk-XXX.0.0-windows-x86_64-bundled-python.zip file.
Unzip it to some\dir
Add some\dir\google-cloud-sdk\bin directory to your system path
Restart your command prompt (or other apps which depend on gcloud) and run for example gcloud info, it should be fully functional installation, no need to run install.bat.
Alternatively, use existing SDK installation and gcloud component manager to go back to previous versions. For example
gcloud components update --version 158.0.0
target by version number using apt-get :
sudo apt-get install google-cloud-sdk=294.0.0-0

HP Intelligent provisioning (An error occurred while installing the system) Land is not defined

i'm trying to install OS through a network interface. also i'm launching console and mounting the shape. Then i'm doing all steps, but finally i see the message "ReferenceError:Land is not defined busy.htm:343"
Installation was tested on different images of systems.
Maybe somebody faced with the problem and can help?
Got same error. HP support says install directly from the ISO not using Intelligent Provisioning. The error may go away with multiple re-tries, or by updating the Intelligent Provisioning version.

Extension Manager is in offline mode. No TER connection available in TYPO3

I have installed TYPO3 Version 7.6.15 by using composer and also I am using the Xampp version 7.0.0. I have installed many extensions and activated them successfully at the backend of my TYPO3 page.
Now, I have installed the Ecodev/typo3-cms-speciality-distribution via composer. and i am trying to activate it from extension manager but it is giving me following error. Error
Now, I have no idea, what to do? at this link https://github.com/Ecodev/typo3-cms-speciality-distribution
it is written to deactivate EXT:fluid_styled_content, EXT:context_help, EXT:func, so i did, but still the same error. Any help will be grateful thanks.
Finally, i found the error, it is just because when we installed the speciality distribution package, we also need to install and activate all the other dependencies which are important for this package.
After installing them, this problem will resolved. As, i was using it via composer mode.
Thanks

Setup required to communicate with QuickBooks

Sorry if this is a dumb question but I have spent hours looking for a solution.
I want to connect to a QuickBooks Company file that is installed on a server from a workstation that is on the network.
I am running the AddCust.exe that is supplied with the QuickBooks SDK.
What do I need to install on the server to make this work.
I am running the executable on the workstation. Do I have to have QuickBooks installed on the workstation that I want to run this app? I have installed the ABXMLRP2Installer on the workstation.
I know this is old, but in case anyone is still searching....
This answer is based on Quickbooks SDK 11.0.
You need to install the SDK on the machine running Quickbooks.
Next, you will need two programs that are part of the SDK:
RDS6ServerInstaller.exe RDS6ClientInstaller.exe
You will find these somewhere in the SDK install location:
on my machine, they were in:
C:\Program Files\Intuit\IDN\QBSDK11.0\tools\Installers
Here is a good write up on how to get this going...
http://www.h2officesolutions.com/h2os_custguide/Customizing_the_RDS_server.htm
Use the sample program provided in the SDK called SDKTestPlus3 for testing.
Be prepared for some serious tinkering and time to get this going....
You don't need to install anything on the server if you install QuickBooks and the required SDK components on the workstation. It is also possible to use Remote Data Sharing (RDS) to access data on the server, but it is much simpler to install QuickBooks on the workstation as long as you don't mind using a license for that purpose.
SDK applications always require that SDK components be installed; SDK components do not come pre-installed with QuickBooks. In the case of the AddCust sample app, the QBXMLRP2 installer is what you need.

Marmalade App deployment to playbook ERROR

I'm using the Marmalade System Deployment Tool to (Package and Install) an App to my playbook. It's packaging properly but when it gets the deployment I get this error, (ERROR: error running blackberry-deploy) and this is the log error.
SUCCESS: EVALUATION USE ONLY package written to 'c:\Users\George\Documents\Marmalade\build_helloworld_vc10\deployments\default\playbook\release' [took 3.05s]. This package is not licensed for commercial use
--> deploying to device from: deployments\default\playbook\release
[execute] blackberry-deploy.bat
ERROR: error running blackberry-deploy
ERROR
Would anyone know how to fix this problem?
You don't have the standard License from marmalade. You need to buy either standard, indigo or basic license (I hope the names are correct).
You are currently using their 90 days free evaluation license, which does not support deploying on devices (Why should they support, if it's for free).
Try to compile a package but don't install, use this program for install applications, easy as piece of cake.
http://hatax.home.comcast.net/~hatax/bb/Playbook_Tools.zip
It's not the same download as mine 'cause I cant post numeric domains(IP) in this forums.
I almost turned crazy tryng to solving this. I hope it can solve your issue too.
Javi.