BIRT Exchange Forum: Does mashboard works really? - BIRT Exchange Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Does mashboard works really? Rate Topic: -----

#1 User is offline   arno 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 10-April 09

Posted 27 May 2009 - 08:51 AM

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.
0

#2 User is offline   bhanley 

  • Senior Member
  • View blog
  • Group: Members
  • Posts: 558
  • Joined: 26-October 07

Posted 27 May 2009 - 09:22 AM

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: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
0

#3 User is offline   arno 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 10-April 09

Posted 27 May 2009 - 09:31 AM

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
0

#4 User is offline   bhanley 

  • Senior Member
  • View blog
  • Group: Members
  • Posts: 558
  • Joined: 26-October 07

Posted 27 May 2009 - 10:39 AM

Can you attach your web.xml file to the thread so I can have a look?
0

#5 User is offline   arno 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 10-April 09

Posted 27 May 2009 - 10:49 AM

sure
please find here after my web.xml file
this web xml file is stored under :

C:\Program Files\Actuate10\iServer\servletcontainer\iportal\WEB-INF
0

#6 User is offline   arno 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 10-April 09

Posted 27 May 2009 - 10:54 AM

ok there was a problem in the attachment
rename the rptdesign file in xml or doc file
you will be able to read it

thanks in advance

Attached File(s)


0

#7 User is offline   bhanley 

  • Senior Member
  • View blog
  • Group: Members
  • Posts: 558
  • Joined: 26-October 07

Posted 27 May 2009 - 11:32 AM

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.
0

#8 User is offline   arno 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 10-April 09

Posted 27 May 2009 - 12:26 PM

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
0

#9 User is offline   bhanley 

  • Senior Member
  • View blog
  • Group: Members
  • Posts: 558
  • Joined: 26-October 07

Posted 27 May 2009 - 01:11 PM

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:
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!
0

#10 User is offline   arno 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 10-April 09

Posted 28 May 2009 - 12:15 AM

correcting the port numbers into the file you mentionned
correct the problem.

everything is fine now
i got a big sandbox now to build my castle :-))

thanks a lot for your help

best regards
0

#11 User is offline   arno 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 10-April 09

Posted 28 May 2009 - 09:20 AM

hi everybody:
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
0

#12 User is offline   bhanley 

  • Senior Member
  • View blog
  • Group: Members
  • Posts: 558
  • Joined: 26-October 07

Posted 28 May 2009 - 11:29 AM

Thanks so much for the helpful summary. This is great!

Glad your install is up-and-running.
0

#13 User is offline   Manitsy 

  • Junior Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 10-June 08

Posted 29 December 2009 - 11:04 AM

Hi Brian,

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:

DEFAULT_LOCALE
en_US

DEFAULT_TIMEZONE
EST Standard Time

SERVER_DEFAULT
http://DBLONWS28408:8000

DEFAULT_VOLUME
dblonws28408

Please let me know where i am doing wrong.

Thanks
Manish
0

#14 User is offline   Manitsy 

  • Junior Member
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 10-June 08

Posted 31 December 2009 - 03:36 AM

Now this is working....

Now I am able to install mashboard and it is running fine.

Thanks for the details step mention in this thread.

Manish
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users