|
|||
|
Hello everybody
after 4 installation of iserver express on windows XP3 and the same number of times trying to install the mashboard files in order to see something. i give up !!! no real help no real explanations everything was done regarding the given explanations the lone thing i have got now is a HTTP 500 error. not even able to see the welcome page. |
|
|||
|
I am sorry you are having trouble installing the Mashboard framework. I can assure you the framework functions well. I have not seen any posts from you on the forum, we could have helped you get things working quicker.
You have deployed the Framework on the embedded Information Console underneath iServer Express on Windows. That would make your link to the QuickStart application: http://localhost:8900/iportal/mashbo...ect=QuickStart Is this the link that is not loading correctly for you? What loads if you point to the following URL? Information Console Home |
|
|||
|
what i got clicking on this URL
is the welcome page (the one seen on youtube) but once i try to login i have got the HTTP500 error. that is all perharps you could help me make this frame work run correctly? i did all what was mentionned into the mashboard install guide given within the zip file. all the files are loaded under the path you asked for. all the rights set up were ALL got all rights (even on all files). the mashboard and the portlets folder are on the same level than the activeportal or jsapi folders. web.xml file was modified regarding what was said. i really do not understand what i have missed |
|
|||
|
Can you attach your web.xml file to the thread so I can have a look?
|
|
|||
|
The issue is likely your default locale. it is currently set to French (fr_FR). The Mashboard does not install a localized version of the QuickStart application. As a result it is having trouble loading the correct files.
The localized versions of the application are stored under: mashboard\QuickStart\content You have two options to test this this and determine concretely iof that is the issue. Copy the en_US directory under mashboard\QuickStart\content and paste it in the same directory, re-naming it to "fr_FR". Also copy locale_en_US.properties, pastwe it in the same directory and re-name the new copy to "locale_fr_FR.properties". This will give you the correct files needed for your default locale. -- OR -- Change your default locale in web.xml to read en_US. Re-start the iServer and try to log in. You can try either option to confirm this is the issue blocking your log in. Let me know how your testing goes. |
|
|||
|
i have choosen the first version of your possibilities.
and it works!!!!! well done man that application is really great everything run great but not the jsapi tab may you please explain more about this tab and what it is supposed to do? one additionnal note: the second posibility (the easiest for me ) did not work so creating the folder and creating the properties file is mandatory. once again well done |
|
|||
|
I think the second option did not work because of the locale set on the iServer over-rides the locale on the Information Console. I am glad you got it working using the copy method. That was the better option as now you have a sandbox where you can experiment with localizing your deployment.
The JSAPI page has an environment-specific line inside the HTML that you should check. Open up mashboard/QuickStart/content/fr_FR/mashup.html and check line number 41. The default installation reads: Code:
var url = "http://localhost:8700/iportal"; Code:
var url = "http://localhost:8900/iportal"; Let me know if that does the trick. Good Luck! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|