Orocrm is not installed - centos7

I want to install the Orocrm application on a Centos 7 server and I followed all of the following instructions step by step https://doc.oroinc.com/backend/setup/dev-environment/manual-installation/commerce-ce/#step-3-oro-app-name-application-installation.
I put my Centos IP address as a domain name. But when I try to open the homepage with my IP address it gives me this current problem
So what should I do?

This message is shown when the installed parameter is not set in the config/parameters.yml file. This happens automatically at the end of the installation process when everything is ok.
Most likely, you had some errors during the installation. Please check the log file in var/logs and the installation command log to find out what is the error cause.

Related

Having issues in getting pgAdmin4 working on Amazon EC2

I am trying to install pgadmin 4 on an RHEL 7.5 EC2 instance and get it working. I refered to following link for installation step -
https://askubuntu.com/a/831263
in config.py I have changed the DEFAULT_SERVER= my-instance-ip
After executing the pgAdmin4.py script, it shows a message that tells me to navigate to http://my-instance-ip:5050
However when I try to open the page it says 'This site can’t be reached'
I have checked the security group, checked if the port 5050 is opened in the instance. Still it doesn't work.
Am I doing something wrong?
Thanks in advance.

Appcelerator Titanium build error about log-server-port masks the real error

This is relatively minor, and I wasn't able to find any other record of this issue, but it cost me several stressful hours. I'm considering opening an Appcelerator Jira ticket about this bug, so any feed back is welcome before I do so. Questions: Are there any other workarounds besides what I wrote below? What are some better ways to log the actual error?
Environment
Titanium SDK: 7.0.2.GA
Javascript Engine: V8
Platform & version: iOS 11.2
Device Details: iOS simulator (iPhone 7+)
Host Operating System: OS X 10.13 64 bit
Node Version: 7.10.0
Titanium CLI: 5.0.14
Npm Version: 4.2.0
Description
When building an iOS app and there is an issue connecting to the iOS log-server, it always output "Another process is currently bound to port xxxxx" even if there is another server connection issue such as the port not existing.
Workaround
Figure out the real issue by logging the actual error within the sdk itself (at ~/Library/Application Support/Titanium/mobilesdk/osx/7.0.2.GA/iphone/cli/commands/_build.js in the determineLogServerPort function).
Steps to Reproduce
Create a different type of error with the server. For example, my /etc/hosts file did not have an entry for 127.0.0.1 localhost, so the actual node error was 'ENOTFOUND'.
Create a new titanium app with appc ti new.
Build with appc ti build -p ios
Actual Result
Build errors out with following text:
[ERROR] Another process is currently bound to port 27973
[ERROR] Set a unique <log-server-port> between 1024 and 65535 in the <ios> section of the tiapp.xml
Expected Result
More detailed error. I.E. Something like:
Failed to create/connect to log server port with error "[error given by node net package]".
Followed by suggested solution. For example if the node error was EADDRINUSE, then you could still use the existing error message. But if it's another error, log accordingly so the user has the best information for solving the issue.
Close current emulator running and try again
when emulator was opened by xcode, I got such issue
Please make sure you are executing the app with same App name and ID.
If there is a change, please delete the app from device and retake the build.
I opened the ticket with appcelerator here: https://jira.appcelerator.org/browse/TIMOB-25872
They have just marked it as closed so it will hopefully be included in the next sdk version.
The solution for me was what was mentioned as a solution in the JIRA ticket on appcelerator https://jira.appcelerator.org/browse/TIMOB-25872.
I had recently moved to a new Mac and migrated everything, it created a copy of my host file renaming it but didn't update main one so it had no reference to the localhost in there. Once this was fixed it was building no problem again.
Below is what is in the host file.
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
Hope that helps someone, didn't see the answer on JIRA at first glance.

how do i install centos 7 in virtualbox on a windows 10 host without error

I have a new laptop running windows 10. I installed oracle virtual box, then created a virtual drive and tried installing centos 7 on virtual drive, after installation is completed i got the following error upon reboot:
The instruction at 0x00000000535AC145 referenced memory at 0x0000000003F35A78. The memory could not be read.
Press ok to terminate the program.
Of course after I hit ok the program terminates. Then I have to run the install again and I get the same error. Very aggravating!
Please any help would be greatly appreciated.
You can try to download all your installers again. Preferably from the actual Virtualbox and Centos websites. Maybe the files got corrupted or not completely downloaded.
Also, you could try to check the logs?
From here: https://www.virtualbox.org/manual/ch12.html
For problem determination, it is often important to collect debugging
information which can be analyzed by VirtualBox support. This section
contains information about what kind of information can be obtained.
Every time VirtualBox starts up a VM, a so-called "release log file"
is created containing lots of information about the VM configuration
and runtime events. The log file is called VBox.log and resides in the
VM log file folder. Typically this will be a directory like this:
$HOME/VirtualBox VMs/{machinename}/Logs

How to verify if geoupdate is installed properly or not

I have installed geoupate using this link.How can i check if it is installed properly or not. I ran "geoipupdate" command , it is not showing any output just giving the prompt back.
My instance is running on aws , In the documentation they have asked to open port for dns and https , Which is the source ip i should mention in rules.
thanks.
You can run geoipupdate -v to get verbose output. You can also check that the databases are being downloaded into the expected directory.

Unable to start ws02 application server on Windows - error "The system cannot find the batch label specified - commandLifecycle"

I downloaded wso2 application server 5.0.0. I placed it on my windows server and attempted to execute wso2server.bat --run. When I do that, I receive this error:
The system cannot find the batch label specified - commandLifecycle
If I look in the wso2server.bat file, I see that the commandLifecycle label doesn't exist.
Has anyone else run into this same issue?
Edit: I just tried running 4.1.2 and I did not have the same problem.
I just run the shell: wso2server.bat without the parameter [--run] and it start ok.