You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
latest wrapper version produces incompatibility features issue
here is warning:
Launching a JVM...
WrapperManager: Initializing...
WrapperManager:
WrapperManager: WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
WrapperManager: The file is located on the path at the following location but
WrapperManager: could not be loaded:
WrapperManager: S:\red5\lib\wrapper.dll
WrapperManager: Please verify that the file is readable by the current user
WrapperManager: and that the file has not been corrupted in any way.
WrapperManager: One common cause of this problem is running a 32-bit version
WrapperManager: of the Wrapper with a 64-bit version of Java, or vica versa.
WrapperManager: This is a 64-bit JVM.
WrapperManager: Reported cause:
WrapperManager: S:\red5\lib\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
WrapperManager: System signals will not be handled correctly.
The text was updated successfully, but these errors were encountered:
Yes, its not available for "free" in a 64 bit version. We replaced tanuki's wrapper with Apache commons daemon for the 1.0.2 release, but we're having issues getting it working on windows. This portion of the project was also split off into https://github.com/Red5/red5-service
..and not available in 64bit for win:
http://wrapper.tanukisoftware.com/downloads/3.3.6/
latest wrapper version produces incompatibility features issue
here is warning:
The text was updated successfully, but these errors were encountered: