Does mashboard works really?
#1
Posted 27 May 2009 - 08:51 AM
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.
#2
Posted 27 May 2009 - 09:22 AM
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:890...ject=QuickStart
Is this the link that is not loading correctly for you?
What loads if you point to the following URL?
Information Console Home
#3
Posted 27 May 2009 - 09:31 AM
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
#4
Posted 27 May 2009 - 10:39 AM
#6
Posted 27 May 2009 - 10:54 AM
rename the rptdesign file in xml or doc file
you will be able to read it
thanks in advance
Attached File(s)
-
web.rptdesign (43.11K)
Number of downloads: 10 -
web.rptdesign (43.11K)
Number of downloads: 11
#7
Posted 27 May 2009 - 11:32 AM
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.
#8
Posted 27 May 2009 - 12:26 PM
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
#9
Posted 27 May 2009 - 01:11 PM
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:
var url = "http://localhost:8700/iportal";
That points to a full iServer installation. Change yours to point to the iServer Express install:
var url = "http://localhost:8900/iportal";
Save the file and re-load the tab (you do not have to log out of the Mashboard).
Let me know if that does the trick.
Good Luck!
#11
Posted 28 May 2009 - 09:20 AM
please find here under how i did install the mashbooard on iserver express 10
it is on windows xp sp3.
Installing over a standard, non-customized version of Actuate Information Console 10:
Before installation we assume that your iserver installation folder is the
c:\program files\Actuate10\ (it will called later \\)
the following was tested on a iserver express 10 on windows XP SP3
Stop the Information Console service.
Backup your existing web.xml file.
(this file is stored under:
C:\Program Files\Actuate10\iServer\servletcontainer\iportal\WEB-INF)
download the needed files under :
Mashboard - Other Resources - BIRT Exchange
extract the downloaded package.
the extracted package got this structure:
--- mashboard
--- iportal
--- iportal
--- mashboard
--- portlet
--- WEB-INF
--- lib
--- src-mashboard.jar
--- volume
Copy this package’s iportal into your installed Information Console’s folder.
In fact merge all the folders the following way:
/*********************************************/
copy the full content of --- mashboard
--- iportal
into: C:\Program Files\Actuate10\iServer\servletcontainer\iportal
/*********************************************/
copy the full content of --- mashboard
--- iportal
--- iportal
into: C:\Program Files\Actuate10\iServer\servletcontainer\iportal\iportal
(so the trwo folders mashboard and portlet are directly visible into this folder)
/*********************************************/
copy the full content of --- mashboard
--- iportal
--- WEB-INF
into C:\Program Files\Actuate10\iServer\servletcontainer\iportal\WEB-INF
(this is where you copy your new web.xml file)
/*********************************************/
in the folder C:\Program Files\Actuate10\iServer\servletcontainer\iportal\WEB-INF\lib
rename the file "activation-1.0.2.jar" in activation-1.0.2.jar_file or delete it.
copy the full content of --- mashboard
--- WEB-INF
--- lib
into the C:\Program Files\Actuate10\iServer\servletcontainer\iportal\WEB-INF\lib
/*********************************************/
Edit your backup copy of web.xml,
take note of the values for the DEFAULT_LOCALE,
DEFAULT_TIMEZONE, SERVER_DEFAULT,
and DEFAULT_VOLUME parameters,
and then apply them to your newly copied web.xml.
Take care about the DEFAULT_LOCALE value!!
if your DEFAULT_LOCALE value is different from en_EN
or en_US the following section is for you:
go into C:\Program Files\Actuate10\iServer\servletcontainer\iportal\iportal\mashboard\QuickStart\content
Create a folder with the name of the DEFAULT_LOCALE value
copy the full content of an existing folder (like en_GB) into this new folder.
copy the "locale_en_GB.properties" and paste it near the original one.
rename this new file in "locale_DEFAULT_LOCALE.properties"
do not forget to do the following: (for the jsapi tab)
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";
That points to a full iServer installation. Change yours to point to the iServer Express install:
Code:
var url = "http://localhost:8900/iportal";
Save the file and re-load the tab (you do not have to log out of the Mashboard).
this was given by Brian previoulsly in this thread
but do not forget that if you use the iserver express 10 the port number is the 8900 and not the 8700.
Start the Information Console service.
enjoy!!!
hoping this will help people to use this application
regards
#12
Posted 28 May 2009 - 11:29 AM
Glad your install is up-and-running.
#13
Posted 29 December 2009 - 11:04 AM
I have the same issue,
I am getting error as follow:
HTTP Status 404 - Invalid path /mashboard was requested
--------------------------------------------------------------------------------
type Status report
message Invalid path /mashboard was requested
description The requested resource (Invalid path /mashboard was requested) is not available.
----
Under following folder i modified the web.xml file:
C:\program files\Actuate10\iServer\servletcontainer\iportal\WEB-INF
And following are the value which I changed:
Please let me know where i am doing wrong.
Thanks
Manish




MultiQuote
