Hyperic HQ does not start on RHEL 5.4

I finally installed Hyperic HQ successfully on a RHEL 5.4 Server x 64, but when I run AC - .sh I get a bunch of Java exceptions in server.out and the server does not start.  Recommendations on how to solve this problem?

12:06:46, 208 INFO [Server] start JBoss (MX MicroKernel)...
12:06:46, 210 INFO [Server] release ID: [Trinity] JBoss 4.2.3.GA (build: SVNTag = JBoss_4_2_3_GA date = 200807181417)
12:06:46, 211 Dir home INFO [Server]: /opt/hyperic/server-4.2.0-EE/hq-engine
12:06:46, 212 INFO [Server] home URL: file:/opt/hyperic/server-4.2.0-EE/hq-engine/
12:06:46, 213 INFO [Server] Patch URL: null
12:06:46, 213 INFO [Server] server name: by default
12:06:46, 213 INFO [Server] Server Home Dir: /opt/hyperic/server-4.2.0-EE/hq-engine/server/default
12:06:46, 213 INFO [Server] Server Home URL: file:/opt/hyperic/server-4.2.0-EE/hq-engine/server/default/
12:06:46, 214 INFO [Server] Server Log Dir: /opt/hyperic/server-4.2.0-EE/hq-engine/server/default/log
12:06:46, 214 INFO [Server] Server Temp Dir: /opt/hyperic/server-4.2.0-EE/hq-engine/server/default/tmp
12:06:46, 214 INFO [Server] root deployment Filename: jboss - service.xml
12:06:46, 727 INFO [ServerInfo] Java version: 1.6.0_17, Sun Microsystems Inc.
12:06:46, 727 INFO [ServerInfo] Java VM: Java hotspot Server VM 14, 3 - b01 64, Sun Microsystems Inc.
12:06:46, 727 [ServerInfo] OS-system INFO: Linux 2.6.18 - 164.6.1.el5, amd64
12:06:47, 181 INFO [Server] initialized Core system
12:06:49, 916 WARN [BasicMBeanRegistry] javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName = 'jboss.remoting:service is NetworkRegistry', Class = org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@6a5eb489)]
12:06:49, 943 ERROR [MainDeployer] could not create deployment: file:/opt/hyperic/server-4.2.0-EE/hq-engine/server/default/conf/jboss-service.xml
org.jboss.deployment.DeploymentException:-nested throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
to $Proxy4.install (Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:251)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
to $Proxy5.deploy (Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
to org.jboss.Main$ 1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
... 36 more
Caused by: javax.management.MBeanException
at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
to org.jboss.mx.server.MBeanServerImpl$ 3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged (Native Method)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
... more than 41
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName = 'jboss.remoting:service is NetworkRegistry', Class = org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@6a5eb489)]
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
... more than 51
Caused by: java.lang.RuntimeException: Exception creating identity: oss-xen-sand chi: chi-oss-xen-sand
at org.jboss.remoting.ident.Identity.get(Identity.java:211)
at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... more than 56
Failed to start JBoss:
org.jboss.deployment.DeploymentException:-nested throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
at org.jboss.system.ServiceController.install(ServiceController.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
to $Proxy4.install (Unknown Source)
at org.jboss.deployment.SARDeployer.create(SARDeployer.java:251)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
to $Proxy5.deploy (Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
to org.jboss.Main$ 1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.reflect.InvocationTargetException
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1451)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
at org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:451)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:171)
... 36 more
Caused by: javax.management.MBeanException
at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:180)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
to org.jboss.mx.server.MBeanServerImpl$ 3.run(MBeanServerImpl.java:1422)
at java.security.AccessController.doPrivileged (Native Method)
at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
... more than 41
Caused by: javax.management.MBeanRegistrationException: preRegister() failed: [ObjectName = 'jboss.remoting:service is NetworkRegistry', Class = org.jboss.remoting.network.NetworkRegistry (org.jboss.remoting.network.NetworkRegistry@6a5eb489)]
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:713)
at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
... more than 51
Caused by: java.lang.RuntimeException: Exception creating identity: oss-xen-sand chi: chi-oss-xen-sand
at org.jboss.remoting.ident.Identity.get(Identity.java:211)
at org.jboss.remoting.network.NetworkRegistry.preRegister(NetworkRegistry.java:268)
at org.jboss.mx.server.AbstractMBeanInvoker.invokePreRegister(AbstractMBeanInvoker.java:966)
at org.jboss.mx.modelmbean.ModelMBeanInvoker.invokePreRegister(ModelMBeanInvoker.java:489)
at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:654)
at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
... more than 56
12:06:49, 955 hook stop at INFO [Server] DURATION called, forceHalt: true
12:06:49, 955 INFO [Server] JBoss SHUTDOWN: cancellation of the deployment of all packages
12:06:49, 964 INFO [Server] full stop
Full stop
Stop the virtual machine

In general we see it when there is a mismatch of/etc/hosts:

http://communities.VMware.com/message/1938186#1938186

Tags: VMware

Similar Questions

  • listener does not start after upgrading clusterware

    Hello. RHEL 5, updated the clusterware 10.2.0.5 RAC to version 11.2.0.4 grid (database version is always 10). After the reboot, a node is OK, but on another auditor does not start. If trying to run manually, it starts with the error "the listener supports no services". After comparing with another node, it seems that 'bad' node uses old file listener.ora, which is now 0 bytes (probably was allowed during the upgrade):

    $lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.5.0 - Production on 12 March 2014 09:37:16
    From /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...
    ...
    System settings file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listen on: (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp) (HOST = rac - 2)(PORT=1521)))
    ...
    The listener supports no services ".

    where/u01/app... - is my home, the home grid is in / U02 oracle. On another node, listener starting grid House. I checked the Setup log and found no errors on the listener. What can I do to fix this?

    You need to check first, which is not running and why (. / crsctl res stat - you), a lot of resources are dependent on network net1. Start by watching clusterware alertlog and check the config network of the second node. If the basic config is very good, you can try with netca or command line (oifcfg, iflist,...).

  • Siri does not start under macOS Sierra

    I've recently updated to macOS Sierra (public version) and everything seems fine, except for allowing to Siri. I tried to enable the system preferences as well as execution of the Siri application in the application. I even tried to 'facilitation' by selecting in the menu bar.

    In any case it does not start. Upon activation in system preferences, I get "There was an error in the preferences of Siri." and it takes back me to the main view of system preferences.

    Y at - he of the log files that I should be reviewed to determine the cause of this problem?

    Thank you

    Steve

    Same thing here on a MacBook Pro (13 inch, late 2011)

  • Black MacBook does not start

    I have a 10 year old black Macbook, which does not start when a battery is installed.  If it is connected without battery installed, it lights up, but if there is a battery in it, even if it is plugged in, it will get the startup sound and the screen of the Apple gray, then turn off.  I got a new battery and charge it where the charger turned green, but the results are the same.

    Any suggestions?

    It is difficult to say what is happening with this machine, since the time and wear are considerations. I don't know what version of the operating system that you use, but there is a sequence of things you should do - in order of severity.

    http://www.howtogeek.com/217158/what-to-do-when-your-Mac-won ' t-start-up.

  • iPhone hot 5s fees and does not start

    phone is connected to the load.  After a while I checked it and it was very hot.  I unplugged it and now it does not start.

    Have you ever tried to force reboot the phone by holding down the button sleep and home for 10 seconds, until the Apple logo comes back again? You won't lose data.

    More troubleshooting can be found in this article:

    If your iPhone, iPad, doesn't respond or won't turn on - Apple Support

  • iMac does not start after the last security update

    Hello

    After the last update my iMac (late 2009, El Capitan) does not start.

    The iMac starts he accepts my user and password entry, the loading bar stops at 80% and then nothing happens... after I turn off the iMac. Repeating this procedure change nothing.

    Does anyone have any advice for me?

    THX

    INTELLECTUAL PROPERTY

    a solution that helped me:

    Re: security update causes damaged Apps

  • iMac does not start after 10.11.6

    Since the 10.11.6 patch my IMac does not start with my hub plugged.

    Everyone

    I assume you mean a USB hub? What does do when it's plugged in? It starts successfully when the hub is not plugged? If so, I would say that something is wrong with the hub or there is a problem with the port it is plugged or something plugged into the hub.

    Try to plug it into a different USB port on your Mac.

  • MacBook Pro does not start

    I have tried several things but the laptop won't start do not. Power cable showing green light as if the laptop is fully charged. It's like the death does not start.

    Try resetting the SMC

    Reset the management system (SCM) controller on your Mac - Apple Support

    You said "It's like death does not start."

    Does this mean that he shows no signs of life? Indicator light power?

    Hear the carillon?

    Hear the fans?

  • The FireFox 42.0.1 application does not start.

    The FireFox 42.0.1 application does not start. I can uninstall and reload FireFox 37.0.2 and that worked, but now when I load 37.0.1 it installs really 42.0.1 that no longer works.
    I had to use IE 10 to contact Mozilla.
    Year annual should be ashamed of this...
    Can you tell me why Mozilla FireFox 42.0.1 installs but won't work?
    In addition, why FireFox 42.0.1 install when I try to install 37.0.2?

    It is possible that your firewall or other security software blocks or limit Firefox or plugin-container process without informing you, possibly after the detection of changes (update) for the Firefox program.

    Delete all rules for Firefox and the plugin-container in the permissions list in the firewall and allow your firewall to ask permission to get access full and unrestricted, again to install for Firefox and the plugin-container and the update process.

    See:

  • Firefox does not start, the Profile Manager is not available

    Firefox worked, then update it does not start. I tried all the fixes; However, the Profile Manager is not accessible or even present in the execution file. I unintalled and reinstalled several times, but I still can't get it to work. There is no Windows or Norton firewall block so I do not understand. What can I do? I want to use Firefox because it's the best browser; but now I'm forced to use Oscar. It's not terrible, but I prefer the features I've had with Firefox

    I had upgraded to the latest version; but the thought of demotion to the version which worked perfectly. In the end, I had to defrag, do a registry clean and optimization of performance of PC, but for the upgrade launched. So, I'm happy to say that I reply to this post with my Firefox browser. Thank you very much for your help. If all goes well, I won't have problems.
    DoubleD52

  • My MacBook does not start and fires after the Apple logo. I received this error via FirstAid detail in disk utility.

    Hi Apple/community,

    I need a help.

    What it means? Operation failed! My MacBook Pro does not start. It cuts after the loading screen. What will happen?

    Any help will be greatly appreciated. Thank you!

    Well, it seems that your MacBook Pro hard drive has failed and cannot be repaired by disk utility.

    Try to reboot into single user mode: How to start your Mac in single user mode or verbose--Apple Support

    If it works, try to repair the disk with this command:

    fsck -fy

    (http://osxdaily.com/2013/08/07/how-to-repair-a-mac-disk-with-fsck-from-single-us UH-mode /)

  • Firefox does not start - claims that it is already open

    Firefox does not start. He claims to be already running, but that doesn't seem to be the case.

    I tried to create a new user profile, but when I try to open Firefox now, the menu "choose user profile". I tried the new profile and they old, and both give the same error message. "Firefox is unable to use the"Default user"profile because it is in use. To continue, close the Runspace of Firefox or choose a different profile. »

    There is an entry for firefox.exe in the menu of "details" to my task manager and nowhere else. When I try to put an end to this task, I get the following error: "the operation could not be performed - access denied."

    Due to some troubleshooting research, I tried to delete the parent.lock my profile folder, but I get this error: "the action cannot be completed because the file is opened in Firefox."

    I tried to transfer my bookmarks and preferences from Firefox to Chrome, but I had a similar error suggesting that Firefox was already open and I have to close first.

    I also turned off my computer and uninstalled and reinstalled Firefox several times.

    I'd really rather not lose all my bookmarks Firefox, modules, and preferences. I also prefer to use Firefox for Chrome, so if anyone can help me I would really appreciate it. I don't know what else to try.

    My PC runs Windows 10, incidentally.

    Try to delete the parent.lock file in the Firefox profile folder.

    See:

    What security software do you have?

    Try to create a new shortcut on the desktop Firefox and maybe to reinstall Firefox via a clean reinstall (i.e. remove the Firefox program folder).

    If you cannot remove the Firefox program folder and then try to rename this file to "Mozilla Firefox.old".

    • (Windows 64 bit) "C:\Program Files (x 86) \Mozilla.
    • (32-bit Windows) "C:\Program Files\Mozilla Firefox\"

    Start the computer in Mode safe mode with network support Windows (on the startup screen, press F8) to see if that helps.

  • FF does not start yesterday; running Linux Mint 14 in VirtualBox; updated to 39.03

    Since yesterday, Firefox does not start when I click the icon. There seems to be some activity, but the window never opens.

    I use the version of Linux Mint 14 in Virtual Box.

    In the terminal, I tried firefox-safe-mode

    I get:
    "Error: platform version ' 39.0.3 ' is not compatible with
    minVersion > = 39.0
    maxVersion < = 39.0

    I would appreciate help with this.

    PS Since I can't start Firefox data below is not the version I have the problem with.

    This is the latest information that I could find on the version of hotfix for your version of Linux:

    I understand that Firefox will not start, please also see these troubleshooting steps:

  • From itunes last update itunes does not start without the permission

    iTunes does not start after the upgrade. "The"itunes"folder resides on a locked disk or you do not write to this folder permissions.  I am the administrator. Windows 7 Professional.

    See the empty/corrupted after upgrade/crash iTunes library. This particular issue is addressed towards the end.

    TT2

  • every night does not start after update

    Win 7 x 64
    42.0A1 every night
    Does not start in normal or safe mode after update. Tried - safe-mode and shift method.

    Last crash Crash ID ID: bp-2bd17147-3a07-458b-9c89-4a37e2150718 doesn't mean anything to me.

    I can't put up with these accidents more. I worked on it for over 2 hours today.

    Please, someone help quickly.

    Hi rob86, every night is an early pre-release version where instabilities are expected. If you want to have a more stable environment, please use another channel: https://www.mozilla.org/firefox/channel/#firefox

Maybe you are looking for