Hello,
Guys i have installed OpenEMM 2013 on Windows 2012 Server. Every Thing works fine as per installation guide but when i was trying to start the OpenEMM using start.bat i was facing some problem.
It says's -
Starting up .. home is C:\OpenEMM .. found codebase .. warning: no MySQL found using reg.key SOFTWARE\MySQL AB, continue anyway found database.
Running, press return for termination:
Also i found the log file in the /var/log/openemm_stderr.log
Dec 16, 2013 8:12:53 AM org.apache.catalina.startup.Catalina stopServer
SEVERE: Could not contact localhost:8005. Tomcat may not be running.
Dec 16, 2013 8:12:53 AM org.apache.catalina.startup.Catalina stopServer
SEVERE: Catalina.stop:
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:208)
at org.apache.catalina.startup.Catalina.stopServer(Catalina.java:500)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.catalina.startup.Bootstrap.stopServer(Bootstrap.java:371)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:458)
I have Open the port - 8005,8009,8443,8080 in my Firewall. But I can not Still Start openemm service.
OpenEMM Installation Problem In Windows 2012
Moderator: moderator
-
- Posts: 2
- Joined: Tue Dec 24, 2013 7:01 am
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: OpenEMM Installation Problem In Windows 2012
Looks like you did not install MySQL. At least, OpenEMM can not find an entry in the Windows registry.
OpenEMM Maintainer
-
- Posts: 2
- Joined: Tue Dec 24, 2013 7:01 am
Re: OpenEMM Installation Problem In Windows 2012
Hello,
Thanks for your reply. I have already installed MySQL.
Windows PowerShell
Copyright (C) 2012 Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> mysql -u root -p
Enter password: ********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2503
Server version: 5.5.29 MySQL Community Server (GPL)
Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| kfm |
| mysql |
| openemm |
| openemm_cms |
| performance_schema |
| zadmin_hesk |
| zpanel_core |
| zpanel_hmail |
| zpanel_roundcube |
| zpanel_xbilling |
+--------------------+
11 rows in set (0.07 sec)
"OpenEMM can not find an entry in the Windows registry."
Can you tell me how to this???
Thanks for your reply. I have already installed MySQL.
Windows PowerShell
Copyright (C) 2012 Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> mysql -u root -p
Enter password: ********
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2503
Server version: 5.5.29 MySQL Community Server (GPL)
Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| kfm |
| mysql |
| openemm |
| openemm_cms |
| performance_schema |
| zadmin_hesk |
| zpanel_core |
| zpanel_hmail |
| zpanel_roundcube |
| zpanel_xbilling |
+--------------------+
11 rows in set (0.07 sec)
"OpenEMM can not find an entry in the Windows registry."
Can you tell me how to this???
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: OpenEMM Installation Problem In Windows 2012
Sorry, I don't know any Windows version beyond XP.
OpenEMM Maintainer