Failed to start openfire 3.10.0 with JDK1.8 and Mac Yosemite 10.10.3

I am installing openfire 3.10.0 (latest version).

And my Mac version is 10.10.3, my JDK is 1.8.

I don't know why I don't always start openfire.

fail to start openfire

And I have the contents of the log as shown below:

enter image description here

+3


source to share


1 answer


@Zil Mike I liked problem solving at first, but then I still have too many problems. After trying, I find a new solution.

    step 1:remove jdk
    in Terminal
    sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
    rm -rf /Library/PreferencePanes/JavaControlPanel.prefPane
    rm -rf /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
    rm -rf /Library/Java

    step 2:remove openfire
    in Terminal
    sudo rm -rf /usr/local/openfire
    sudo rm -rf /Library/PreferencePanes/Openfire.prefPane
    sudo rm -rf /Library/LaunchDaemons/org.jivesoftware.openfire.plist
    sudo rm -rf /private/var/db/dslocal/nodes/Default/users/openfire.plist
    sudo rm -rf /Library/Receipts/Openfire.pkg

    step 3:reinstall jdk
    step 4:reinstall openfire

      



enter image description here

+10


source







All Articles