Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java 64bit : Unable to load the Wrapper's native library 'wrapper.dll' #4

Closed
davorgit opened this issue Mar 25, 2014 · 2 comments
Closed
Assignees

Comments

@davorgit
Copy link

..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:

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.
@mondain
Copy link
Member

mondain commented Apr 11, 2014

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

@mondain mondain self-assigned this Apr 11, 2014
@mondain
Copy link
Member

mondain commented Apr 18, 2014

We're done with Tanuki's wrapper; feel free to help us debug our Apache Daemon implementation.

@mondain mondain closed this as completed Apr 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants