US and Worldwide: +1 (866) 660-7555
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15

Thread: scheduler in admin console 2.0 erro

  1. #1

    Default scheduler in admin console 2.0 erro

    I am trying to create a new schedule in the admin console and I get the following error (version 2.0)

    Unable to get content of solution repository. The reference to entity "requestedMimeType" must end with the ';' delimiter

    Does anyone have any ideas?

  2. #2

    Default

    I also tried to create a schedule thru the pentaho user console. I get the following error quartzbackgroundexectionhelper.ERROR_041 - quartzbackgroundexecutionhelper was unable to submit the user job

  3. #3
    Join Date
    Oct 2008
    Posts
    12

    Default problem by scheduling of the job

    Feb 2, 2009 5:19:44 PM org.pentaho.pac.server.biplatformproxy.xmlserializ er.SolutionRepositoryXmlSerializer detectSubscriptionRepositoryErrorInXml
    SEVERE: The reference to entity "requestedMimeType" must end with the ';' delimiter.

  4. #4

    Default

    Does anyone have any ideas. I am still unable to schedule any of our reports in 2.0
    Unable to get content of solution repository The reference to entity "requestedMimeType" must end with the ';' delimiter.

  5. #5

    Default

    Hi,

    Change web.xml from IP address to localhost for creating schedule. Revert back to IP address for subscribing.

    -Mohammed Masiuddin

  6. #6

    Default

    Do you mean the 127.0.0.1 below....Its the only ip address i can see in web.xml?
    <filter>
    <filter-name>Proxy Trusting Filter</filter-name>
    <filter-class>org.pentaho.platform.web.http.filters.ProxyT rustingFilter</filter-class>
    <init-param>
    <param-name>TrustedIpAddrs</param-name>
    <param-value>127.0.0.1</param-value>
    <description>Comma separated list of IP addresses of a trusted hosts.</description>
    </init-param>
    </filter>

  7. #7

    Default

    if it helps, when I was setting up PAC I had some problems with scheduling(amongst other things) I added my external facing ip to that trusted ip tag and everything has been fine since
    This is a signature.... everyone gets it.

    Join the Unofficial Pentaho IRC channel on freenode.
    Server: chat.freenode.net Channel: ##pentaho

    Please try and make an effort and search the wiki and forums before posting!
    Checkout the PAT Analysis Tool, the future of Open Source Interactive OLAP(http://code.google.com/p/pentahoanalysistool/)


  8. #8
    Join Date
    Mar 2009
    Posts
    7

    Default

    I have the same problem and i don't understand. I change the ip adresse in the file web.xml but nothing changes. Does someone already solved this problem?

  9. #9

    Default

    I have the same error
    Does anyone have any solutions ?

  10. #10

    Default

    Hi! it works for me! THanks!!
    i just add in all that are involve in hosting, including the localhost ip just in case.

    Just to illustrate,
    For example,
    <param-name>TrustedIpAddrs</param-name>
    <param-value>x.x.x.x,y.y.y.y,127.0.0.1</param-value>

    where x.x.x.x and y.y.y.y are your ip addresses of the hosts

    Choon Boon

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts