login button

NEWBIE QUESTION: problems on Ubuntu

Forums :

Hi there!

I've got some problems with the Mashup Server 1.0 on Ubuntu.

On startup everything seems to be okay, but when I try to create a new mashup and after I've entered the name, it stops at "Contacting backend services for validation. Please wait...". So, I cannot create a mashup.

Someone can help me? Thanks!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Do you see any errors on the server console?

Hi,

Most of the developers use Ubuntu hence its not an issue of the Mashup Server on Ubuntu. It may be due to another issue, lets try to figure out whats going on.

Do you see any errors on the server console?

Thanks,
Keith.
http://www.keith-chapman.org

Server not running

Well, I think I've found that error.
Here it is:

Method not called: Cannot invoke getter or setter (setServerRunning) as operation unless jmx.invoke.getters property is set

Maybe the error is this...

Please let me know, thanks!

Alberto

That's just information

Hi Alberto,

The 'Method not called' message is just informational; the method it's talking about needs to be called only when the mashup server is running as a windows service, and is monitored using a taskbar icon. It will not prevent service creation, which is what seems to be happening to you.

Can you try a small test? Go into your scripts directory (scripts/yourname) and create a hello.js file with the following content:

function hello()
{
return "Hi, my name is hello";
}

Once you have saved this, it should get deployed, and you should see a message 'Deploying Web service: hello.js' in your console. This will confirm that the server is running and deploying services correctly. After that, find the 'hello' service listed in the management interface and use 'try it' to call the hello operation - you should get the return message.

If you face problems when going through these steps, please let us know, it'll help us figure out what's causing your problem.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.