Question

I'm trying to get WSO2 DSS installed on a 64-bit server and am getting the following error:

/opt/wso2dss/bin/daemon.sh: /opt/wso2dss/./bin/native/wrapper-linux-x86-32: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Any ideas?

Was it helpful?

Solution

I ended up changing:

$DSS_HOME/bin/native/wrapper-linux-x86-32 

to:

$DSS_HOME/bin/native/wrapper-linux-x86-32.bak

Then I was able to start it up using the daemon as normal. It looks like it was defaulting to the wrapper-linux-x86-32 for some reason even though I'm on x64.

OTHER TIPS

What is the operating system that you are using. Looks like some thing related to wrapper. In case you are on linux env, you may use nohup instead of the wrapper.

nohup wso2server.sh start &

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top