genouest / biomaj-watcher

Web interface for Biomaj management
1 stars 4 forks source link

Release Properties window doesn't display the correct information #5

Closed markiskander closed 9 years ago

markiskander commented 9 years ago

Hey guys,

I managed to get BioMAJ and BioMAJ Watcher up and running and I created a new databank, named it alu, and used all the same settings as inside the alu.properties file. It generated a properties file in the right place and everything seemed to be working:

1

Clicking on alu opens the bank properties as expected:

2

Now clicking on the little eye next to Release: 2003-11-26 gets me to this page:

screenshot_2015-09-03_14-14-07

Where it seems none of the strings are showing up properly. The back button also doesn't work. Clicking on show format files also gives me similar results:

screenshot_2015-09-03_14-14-15

So, any ideas on how to fix?

Thanks!

osallou commented 9 years ago

There is an error on server or info received from server. Did you notice any error message on console on server?

Else, you should open the developer console tool of your browser and check Javascript console, for any error, as well as the network tab to find the network http messages exchanged. You may find here an Http error. I would need the details (query/answer) of the messages.

You will need to reload the page.

If interface is reachable from internet, i can have a look.

markiskander commented 9 years ago

Hey,

So the console doesn't display any errors. The Javascript console does display these errors when I press on the eye: screenshot_2015-09-04_08-37-35

The interface is local, and also it doesn't give any HTTP errors, just Javascript.

Thanks!

osallou commented 9 years ago

ok, it seems we introduced an error in release template. It was fixed locally but not in repo.... :-(

I will commit in some minutes, in master branch, the fix,. You can simply pull the code (git pull) and restart your server. If you installed code with "python setup.py develop" as per our previous conversation, there is no need to run this command again. With develop, all local code modiciations are taken into account.

markiskander commented 9 years ago

Just to confirm: doing a git pull inside the biomaj-watcher directory and then running the python setup.py develop (I ran it again anyway just to make sure) should be enough to update the files, right? I restarted the server and currently getting the same error

osallou commented 9 years ago

Git pull on master branch, no need of setup.py develop again. It is exactly the same error? Can force the refresh of browser to avoid cache?

Le ven. 4 sept. 2015 16:17, markiskander notifications@github.com a écrit :

Just to confirm: doing a git pull inside the biomaj-watcher directory and then running the python setup.py develop (I ran it again anyway just to make sure) should be enough to update the files, right? I restarted the server and currently getting the same error

— Reply to this email directly or view it on GitHub https://github.com/genouest/biomaj-watcher/issues/5#issuecomment-137748225 .

markiskander commented 9 years ago

Yeah, it was definitely the cache. Sorry about that.

It works perfectly now. Thanks!

osallou commented 9 years ago

Thanks for reporting the bug :-)

Le ven. 4 sept. 2015 16:21, markiskander notifications@github.com a écrit :

Yeah, it was definitely the cache. Sorry about that.

It works perfectly now. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/genouest/biomaj-watcher/issues/5#issuecomment-137748999 .