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

jsmetz_juneau

Members
  • Posts

    5
  • Joined

  • Last visited

jsmetz_juneau's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I have read the jasperserver.log file. The most recent message is about 50 lines long. The first few lines are these: 13:37:11,937 ERROR ContextLoader,ContainerBackgroundProcessor[standardEngine[Catalina]]:205 - Context initialization failed org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 380 in XML document from ServletContext resource [/WEB-INF/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.3: Element 'bean' cannot have character [children], because the type's content type is element-only. Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.3: Element 'bean' cannot have character [children], because the type's content type is element-only. at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
  2. I'm running Tomcat 5.5.20; WinXP sp2; java jdk1.5.0_10. I'm shooting for a "bare-bones" (standalone tomcat; no MySql) startup with http://localhost:8080/jasperserver/jasperserver <E> I get an HTTP 404 message back, and this has been added into the URL: .../flow.html?_flowId=repositoryFlow I did lucian's fix to the applicationContext.xml, but the error message didn't change. Any help?
  3. I am struggling with using a URL to call a parent report containing a subreport. I have a servlet engine on a tomcat server which will send a .jasper file to a browser. The URL calls the .jasper subreport with no error, but when calling the parent report I get a can't find the (subreport name) file error. I've tried various path combinations, and I've tried your "repo:reportName" (see image below), but none have worked. Do you have any guidance you can give me on how to get the parent report to properly call the subreport from a tomcat server?
  4. This is a really good (ie., really helpful) article. My only problem is the connect string. The compiler is telling me it cannot find the connect string. I can't find it among my JDev config files either. This statement on the article's first page - "The JDBC connection 'OracleDBConnection' is available as a JNDI resource 'jdbc/OracleDBConnectionDS.' This will be used to retrieve data from the database to generate the JasperReports report." - doesn't make any sense to me because I don't know JNDI. If I could figure out how to use my usual jdbc connect string to my Oracle DB I think I would have it all figured out. Any suggestions?
×
×
  • Create New...