Mantis, the new Openbravo bug tracking system enters into the beta process
If you have been participating on the Openbravo ERP or POS Acceptance Test you have noticed that we have started to use the Mantis issue tracker system at Openbravo. Mantis provides many benefits over SourceForge Tracker, the system that we have been traditionally using. Among them: better reporting, advanced query features, custom fields, tags and many others; all of this, coupled with a better system performance and an open source license.
We are still in the testing phase for the new issue tracker and we are tacking advantage of the ERP 2.40 alpha cycle to, at the same time, test our Mantis deployment. During a period of time of approximately two weeks, we will be using simultaneously Mantis -for issues on the 2.40 alpha release- and Source Forget Tracker -for issues on the production releases. After that period, Mantis will be fully in production and it would be the only system.
You can access the new tracker at issues.openbravo.com. We invite you to test it at any time. If you are testing 2.40 alpha, we would also prefer if you logged issues there while if you are using any other release, we would ask you to continue use SourceForge (but do not worry, we will attend to your request no matter where you log them). If you have any feedback, you can post it in the Openbravo Open Discussion forum. You can also log defects and feature requests on our Mantis implementation directly in Mantis by logging an issue in the Mantis@OB project.
When Mantis enters finally into production, we will blog about it and we will update the bug guidelines and other documents in the wiki.
Hi, I’m a java programmer, Camelia Boban.
I start to use OpenbravoERP with iReport (someone said me that it’s necessary iReport 2.0.4 not 2.0.5)and I have some problems.
Opening RptC_Invoice.jrxml on iReport 2.0.4, I include 2 dinamic text fields, one with the espression editor $P{BASE_WEB}+”/images/CompanyLogo_small.gif” (I want change the default logo with my own), second with the espression editor $F{dateinvoiced} (with the espression class “java.util.Timestamp”, I also tried “java.util.Date”).
I save the file RptC_Invoice.jrxml, I compile having a new file RptC_Invoice.jasper. I ovveride the 2 files on C:\OpenbravoERP\AppsOpenbravo\src\org\openbravo\erpReports, I made on DOS C:\OpenbravoERP\AppsOpenbravo>ant compile, then ant war, I saved my new war on C:\xampp\tomcat\webapps.
I start Tomcat, I went on Explorer on http://localhost:8080/openbravo. I click Print invoice but doesn’t work, my changes are not visible.
Openbravo said “Error evaluating expression : Source text : $F{dateinvoiced}”, Tomcat said:
6-giu-2008 13.58.23 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in produ
ction environments was not found on the java.library.path: C:\Sun\SDK\jdk\bin;.;
C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WI
NDOWS;C:\WINDOWS\System32\Wbem;C:\Programmi\Intel\DMIX;C:\Programmi\Java\jre1.5.
0_15\bin;C:\Programmi\ant\bin;C:\Sun\SDK\bin
6-giu-2008 13.58.23 org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
6-giu-2008 13.58.23 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 764 ms
6-giu-2008 13.58.23 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
6-giu-2008 13.58.23 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
6-giu-2008 13.58.23 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
6-giu-2008 13.58.23 org.apache.catalina.startup.HostConfig deployDescriptor
AVVERTENZA: A docBase C:\xampp\tomcat\webapps\balancer inside the host appBase h
as been specified, and will be ignored
6-giu-2008 13.58.24 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive openbravo.war
6-giu-2008 13.58.24 org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(c:\xampp\tomcat\webapps\openbravo\WEB-INF\lib\servlet-api.
jar) – jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: jav
ax/servlet/Servlet.class
6-giu-2008 13.58.26 org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(c:\xampp\tomcat\webapps\openbravo.old\WEB-INF\lib\servlet-
api.jar) – jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class:
javax/servlet/Servlet.class
6-giu-2008 13.58.28 org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
6-giu-2008 13.58.29 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
6-giu-2008 13.58.29 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/32 config=null
6-giu-2008 13.58.29 org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
6-giu-2008 13.58.29 org.apache.catalina.startup.Catalina start
INFO: Server startup in 6643 ms
javax.servlet.ServletException: Error evaluating expression :
Source text : $F{dateinvoiced}
at org.openbravo.base.secureApp.HttpSecureAppServlet.renderJR(Unknown So
urce)
at org.openbravo.erpReports.RptC_Invoice.printPagePDF(Unknown Source)
at org.openbravo.erpReports.RptC_Invoice.doPost(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at org.openbravo.base.HttpBaseServlet.service(Unknown Source)
at org.openbravo.base.secureApp.HttpSecureAppServlet.service(Unknown Sou
rce)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.openbravo.utils.CharsetFilter.doFilter(Unknown Source)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
lowerWorkerThread.java:80)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:684)
at java.lang.Thread.run(Thread.java:619)
What can I do?
Thank you in advance, Camelia.
camelia
June 6, 2008 at 14:28
Camelia, this is not the right place for resolving Openbravo ERP errors. Please post your errors in Openbravo forums:
http://sourceforge.net/forum/forum.php?forum_id=615117.
xeraf
June 6, 2008 at 15:22