Jump to content
We've recently updated our Privacy Statement, available here ×

maverick911

Members
  • Posts

    27
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Posts posted by maverick911

  1. Hello,

    I followed the instruction explained in the pdf doc file, but I can't manage to build jasper server 3.7.0 from it's source file.

    When I run the js-ant build-ce command, I get the following error... I'm stuck, please help me /tools/fckeditor/editor/images/smiley/msn/sad_smile.gif

     ========================

     Buildfile: C:jasperserver-ce-3.7.0-srcjasperserverbuildomaticbuild.xml

     

    init-source-paths:

         [echo]

         [echo] Property values (in dev.xml: init-source-paths):

         [echo]   js-path = C:jasperserver-ce-3.7.0-srcjasperserver

         [echo]   js-pro-path = ${js-pro-base-path}

         [echo]   repo-path = C:jasperserver-ce-3.7.0-srcjasperserver-repo

         [echo]

     

    set-ce-webapp-name:

         [copy] Copying 1 file to C:jasperserver-ce-3.7.0-srcjasperserverbuildoma

    ticbuild_confdefault

         [copy] Copying 1 file to C:jasperserver-ce-3.7.0-srcjasperserverbuildoma

    ticbuild_confdefaultwebappWEB-INF

     

    build-ce:

         [exec] [iNFO] Scanning for projects...

         [exec] Downloading: file://C:jasperserver-ce-3.7.0-srcjasperserver-repo/c

    om/jaspersoft/jasperserver/jasperserver-api/3.7.0/jasperserver-api-3.7.0.pom

         [exec]

         [exec] Downloading: file://C:jasperserver-ce-3.7.0-srcjasperserver-repo/c

    om/jaspersoft/jasperserver/jasperserver-api/3.7.0/jasperserver-api-3.7.0.pom

         [exec] [ERROR] The build could not read 2 projects -> [Help 1][ERROR]

         [exec] [ERROR]   The project com.jaspersoft.jasperserver.api.common.impl:ja

    sperserver-api-common-impl:3.7.0 (C:jasperserver-ce-3.7.0-srcjasperserverjasp

    erserver-api-implcommonpom.xml) has 1 error

         [exec] [ERROR]     Non-resolvable parent POM: Could not find artifact com.j

    aspersoft.jasperserver:jasperserver-api:pom:3.7.0 in js-repo-svn (file://C:jasp

    erserver-ce-3.7.0-srcjasperserver-repo) and 'parent.relativePath' points at wro

    ng local POM @ line 8, column 11 -> [Help 2]

         [exec] [ERROR]

         [exec] [ERROR]   The project com.jaspersoft.jasperserver.api.engine.impl:ja

    sperserver-api-engine-impl:3.7.0 (C:jasperserver-ce-3.7.0-srcjasperserverjasp

    erserver-api-implenginepom.xml) has 1 error

         [exec] [ERROR]     Non-resolvable parent POM: Could not find artifact com.j

    aspersoft.jasperserver:jasperserver-api:pom:3.7.0 in js-repo-svn (file://C:jasp

    erserver-ce-3.7.0-srcjasperserver-repo) and 'parent.relativePath' points at wro

    ng local POM @ line 8, column 11 -> [Help 2]

         [exec] [ERROR]

         [exec] [ERROR] To see the full stack trace of the errors, re-run Maven with

     the -e switch.

         [exec] [ERROR] Re-run Maven using the -X switch to enable full debug loggin

    g.

         [exec] [ERROR]

         [exec] [ERROR] For more information about the errors and possible solutions

    , please read the following articles:

         [exec] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/Pr

    ojectBuildingException

         [exec] [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/Un

    resolvableModelException

     

    BUILD FAILED

    C:jasperserver-ce-3.7.0-srcjasperserverbuildomaticdev.xml:262: The following

     error occurred while executing this line:

    C:jasperserver-ce-3.7.0-srcjasperserverbuildomaticdev.xml:44: exec returned:

     1

     

    Total time: 3 seconds

    www.maverick-zone.fr

  2. Hello,

    I'm using JasperServer CE 3.7.1.

    When I use the putUser method of the UsersAndRolesManagementService to insert or update a user, I get an exception saying that the email contains invalid characters.

    This happens when the email address contains scores (-).
    For example : john-smith.sales@company.com

    Edit is working when I use the Jasper Server web UI

    How can I change the email validation parameters ? Is there a config file or is it hardcoded ?

    Thank you very much

    www.maverick-zone.fr



    Post Edited by maverick911 at 01/06/2011 09:17
  3. Hello,

    I can't manage to create the reference for the permissions management service in my Visual Studio.

    When generating the proxy, I get the following error :

     Impossible d'importer WebService/Schéma. Impossible d'importer la liaison 'PermissionsManagementServiceSoapBinding' à partir de l'espace de noms 'http://www.jasperforge.org/jasperserver/ws'. Impossible d'importer l'opération 'getPermissionsForObject'. Passez en revue la déclaration de type 'WSObjectPermission' à partir de l'espace de noms 'http://www.jasperforge.org/jasperserver/ws': l'élément 'permissionRecipient' ne spécifie pas un type.

    What happens ?
    Thank you

    www.maverick-zone.fr

  4. Hello,

    I can't manage to create the reference for the permissions management service in my Visual Studio.

    When generating the proxy, I get the following error :

     Impossible d'importer WebService/Schéma. Impossible d'importer la liaison 'PermissionsManagementServiceSoapBinding' à partir de l'espace de noms 'http://www.jasperforge.org/jasperserver/ws'. Impossible d'importer l'opération 'getPermissionsForObject'. Passez en revue la déclaration de type 'WSObjectPermission' à partir de l'espace de noms 'http://www.jasperforge.org/jasperserver/ws': l'élément 'permissionRecipient' ne spécifie pas un type.

    What happens ?
    Thank you

    www.maverick-zone.fr

  5. Hello,

    During the last few days, I worked on JasperServer's web services integration with my ASP .NET client.
    I've encountered a lot of problems, but very few documentation and sample code.

    Anyway, work is now done, and I wrote an article where everything is explained.
    If you are in the same case and facing problems, move to : http://www.maverick-zone.fr/index.php?page=tuto&id=16

    Article is in french.

    NB to Jasper's staff : you can put this URL in the Wiki /tools/fckeditor/editor/images/smiley/msn/regular_smile.gif

    www.maverick-zone.fr

  6. I have solved this issue by adding tenant id to login, like this :

    NetworkCredential nc = new NetworkCredential("User|Tenant", "Pwd");[/code]

    Now I can perform my request, BUT I have an other problem...

    My request to runReport is the following :

    <request operationName='runReport' locale='fr'><argument name='RUN_OUTPUT_FORMAT'>HTML</argument><argument name='USE_DIME_ATTACHMENTS'></argument><resourceDescriptor name='' wsType='' uriString='/Rapports/MyReport' isNew='false'><label>null</label><parameter name='UserId'>7</parameter></resourceDescriptor></request>[/code]

    I get the following error :

    Le client a trouvé 'application/dime' comme type de contenu de la réponse, alors qu'il attendait 'text/xml'[/code]

    In english :

    The client expected content type 'text/xml' but found content type 'application/dime'

    Please help me on this one

     

  7. Hello,

    I'm consuming the repository WS with an ASP.NET C# web app to run a report.
    My C# code :

    ===========================JSRepositoryService.ManagementServiceService mss = new JSRepositoryService.ManagementServiceService();NetworkCredential nc = new NetworkCredential("MyLogin", "MyPwd");mss.Credentials = nc;mss.PreAuthenticate = true;// Generate request XMLmss.runReport(requestXML);=============================[/code]

    When I call the runReport method, I get the following error :
     

    La demande a échoué avec l'état HTTP 401 : Full authentication is required to access this resource[/code]

    The credentials I use belongs to a company, BUT when I use the folowing credentials :

    NetworkCredential nc = new NetworkCredential("superuser", "superuser");[/code]

    It works !

    Same conditions for the IReport plugin.

    Please tell me what I'm doing wrong /tools/fckeditor/editor/images/smiley/msn/regular_smile.gif

  8. Hello,

    I would like to retreive the user id (juser table's pk from jasperserver data base) from a User object in a report.
    I saw on this page : http://jasperforge.org/plugins/mwiki/index.php/Jasperserver/Cascading_input_controls that I can easily retreive the name, email and much more parameters from the user, but not the id.

    Is there a way to do this without performing an sql request ?

    Thank you

    www.maverick-zone.fr



    Post Edited by maverick911 at 04/07/2010 08:30
×
×
  • Create New...