Hi I have installed Opennebula 4.0.1 and Oneapps 3.9.80 (I don't see a 4.0 or 4.0.1 version of this). I have installed the appmarket as per the instructions. The appmarket service and mongo is up and running. I can see the market database files (same size as the test database).
Clicking on the refresh button on the Opennebula Appmarket page gives an entry in the appmarket-server.error log: 127.0.0.1 - - [06/Jun/2013 15:01:30] "GET /appliance HTTP/1.1" 200 42 0.0099 Clicking on the Import button does nothing. I have defined AppMarket to run under a reverse ssh Apache2 proxy. The Sunstone part works but I am not sure if I can do it as follows? <VirtualHost _default_:443> ... <Location /> RequestHeader set SSL_CLIENT_S_DN "%{SSL_CLIENT_S_DN}s" RequestHeader set SSL_CLIENT_I_DN "%{SSL_CLIENT_I_DN}s" RequestHeader set SSL_SERVER_S_DN_OU "%{SSL_SERVER_S_DN_OU}s" RequestHeader set SSL_CLIENT_VERIFY "%{SSL_CLIENT_VERIFY}s" RequestHeader set SSL_CLIENT_CERT "%{SSL_CLIENT_CERT}s" ProxyPass http://localhost:9869/ ProxyPassReverse http://localhost:9869/ </Location> <Location /market/> ProxyPass http://localhost:6242/ ProxyPassReverse http://localhost:6242/ </Location> </VirtualHost>
_______________________________________________ Users mailing list Users@lists.opennebula.org http://lists.opennebula.org/listinfo.cgi/users-opennebula.org