[Bug 847505] New: tomcat-dbcp is missing from tomcat rpm
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c0 Summary: tomcat-dbcp is missing from tomcat rpm Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Java AssignedTo: bnc-team-java@forge.provo.novell.com ReportedBy: erik@apption.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0 tomcat-dbcp.jar is missing from the tomcat rpm. That file is included in the official tomcat distribution. Oddly enough, this bug happened already in the past https://bugzilla.novell.com/show_bug.cgi?id=352928. Any application that relies on jdbc could potentially break. Reproducible: Always Steps to Reproduce: 1. install 11.3 RC 2. install tomcat Expected Results: /usr/share/tomcat/lib/ contains tomcat-dbcp.jar -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c1 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED AssignedTo|bnc-team-java@forge.provo.n |mvyskocil@suse.com |ovell.com | --- Comment #1 from Michal Vyskocil <mvyskocil@suse.com> 2013-10-29 13:34:05 UTC --- That's different issue - we don't have commons-dbcp-tomcat package in 12.2 - need to readd it in cycle-free fashion. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c2 --- Comment #2 from Erik Putrycz <erik@apption.com> 2013-10-29 16:07:09 UTC --- Btw, I am referring to OpenSuse 13.1 RC, also why isn't timcat-dbcp.jar part of the tomcat-lib rpm? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c3 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |erik@apption.com --- Comment #3 from Michal Vyskocil <mvyskocil@suse.com> 2013-10-31 09:48:13 UTC --- Hi, I found a way how to add tomcat-dbcp.jar into tomcat package in a way, which will be accepted. However I am hesitant if such change is really needed. My understanding of tomcat documentation is that jdbc-pool (org.apache.tomcat.jdbc.pool.DataSourceFactory) is better replacement of tomcat-dbcp (or commons-dbcp) and that was the reason old tomcat-dbcp.jar was skipped. http://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html I can understood that for some compatibility reasons (one would like to have an application running on different tomcat versions) there might be a reason to use old tomcat-dbcp. So I would like to clarify: 1.) Do you really need tomcat-dbcp.jar? 2.) If so, would you agree with having it in extra rpm, which won't be installed by default? tomcat-dbcp sounds like nice name for that. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c4 --- Comment #4 from Erik Putrycz <erik@apption.com> 2013-11-01 17:45:33 UTC --- My understand is that tomcat needs org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory which is only present in tomcat-dbcp.jar. I was wondering the same, i.e if the commons package was a replacement. However, it seems that by default tomcat looks for that org.apache.tomcat.xxxx classes, I am not sure where that is configured (maybe hardcoded?). I couldn't find any references in the configurations files. Also another possible problem is that legacy applications rely on that class in the configuration. Finally, since the tomcat-dbcp.jar has a difference namespace than the commons one, is there a risk in leaving it there? Using the commons is probably a better idea, and it might only require some extra configuration by default -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c5 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|erik@apption.com | --- Comment #5 from Michal Vyskocil <mvyskocil@suse.com> 2013-11-04 13:43:16 UTC --- (In reply to comment #4)
My understand is that tomcat needs org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory which is only present in tomcat-dbcp.jar. I was wondering the same, i.e if the commons package was a replacement. However, it seems that by default tomcat looks for that org.apache.tomcat.xxxx classes, I am not sure where that is configured (maybe hardcoded?). I couldn't find any references in the configurations files.
This is configured in javax.sql.DataSource.Factory, see documentation http://tomcat.apache.org/tomcat-7.0-doc/config/systemprops.html#Other http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html But it seems that default is not changed and I don't see a reason to diverge from upstream, so I am going to add tomcat-dbcp.jar into tomcat-lib package, so it'll be installed by default. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c6 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |erik@apption.com --- Comment #6 from Michal Vyskocil <mvyskocil@suse.com> 2013-11-04 14:51:56 UTC --- BTW: tomcat (7.0.47 with enabled websockets) with readded tomcat-dbcp.jar can be installed from there http://download.opensuse.org/repositories/Java:/packages/openSUSE_Factory/no... Please let me know if that does work well for you, thanks -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c7 --- Comment #7 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-11-26 16:00:11 CET --- This is an autogenerated message for OBS integration: This bug (847505) was mentioned in https://build.opensuse.org/request/show/208534 Factory / jakarta-commons-dbcp -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-12-02 14:00:19 CET --- This is an autogenerated message for OBS integration: This bug (847505) was mentioned in https://build.opensuse.org/request/show/209150 Factory / jakarta-commons-dbcp -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c9 Darin Perusich <darin@darins.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |darin@darins.net --- Comment #9 from Darin Perusich <darin@darins.net> 2013-12-03 21:39:06 UTC --- Is this going to makes it's way into OpenSUSE 13.1? I have 40+ tomcat servers I was planning to update to 13.1 and this going to cause problems on all of them. To work around this, when defining a Resource in context.xml you need to explicitly define factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" or tomcat will default to factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory". Example from /etc/tomcat/context.xml: <Context> <WatchedResource>WEB-INF/web.xml</WatchedResource> <Resource name="jdbc/something" auth="Container" type="javax.sql.DataSource" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" driverClassName="org.postgresql.Driver" url="jdbc:postgresql://pg.somthing.com:5432/db" username="dbuser" password="dbpass" initialsize="20" maxActive="20" maxIdle="20" minIdle="10" maxWait="-1" /> </Context> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c10 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|erik@apption.com |darin@darins.net --- Comment #10 from Michal Vyskocil <mvyskocil@suse.com> 2013-12-11 14:39:06 UTC --- (In reply to comment #9)
Is this going to makes it's way into OpenSUSE 13.1? I have 40+ tomcat servers I was planning to update to 13.1 and this going to cause problems on all of them.
Hi, sorry, I've lost it from my radar as I got no reponse. Can you please test tomcat packages from http://download.opensuse.org/repositories/Java:/packages/openSUSE_Factory/no... to check if problem has been really fixed? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c11 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |archie@dellroad.org --- Comment #11 from Michal Vyskocil <mvyskocil@suse.com> 2013-12-11 14:40:12 UTC --- *** Bug 852402 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=852402 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c12 --- Comment #12 from Darin Perusich <darin@darins.net> 2013-12-11 19:42:25 UTC --- Added http://download.opensuse.org/repositories/Java:/packages/openSUSE_Factory to a fresh 13.1 system and installed tomcat. The errors mentioned in Bug 852402 no longer occur, the output is below, and the links for commons-collections.jar, commons-dbcp.jar, and commons-pool.jar are setup correctly (25/27) Installing: log4j-1.2.15-232.1 .....................[done] (26/27) Installing: tomcat-lib-7.0.47-48.1 .................[done] (27/27) Installing: tomcat-7.0.47-48.1 .....................[done] # ls -l /usr/share/java/tomcat total 4192 -rw-r--r-- 1 root root 16159 Nov 4 10:06 annotations-api.jar -rw-r--r-- 1 root root 54092 Nov 4 10:05 catalina-ant.jar -rw-r--r-- 1 root root 134842 Nov 4 10:06 catalina-ha.jar -rw-r--r-- 1 root root 258029 Nov 4 10:06 catalina-tribes.jar -rw-r--r-- 1 root root 1584960 Nov 4 10:06 catalina.jar lrwxrwxrwx 1 root root 26 Dec 11 14:29 commons-collections.jar -> ./commons-collections.jar lrwxrwxrwx 1 root root 19 Dec 11 14:29 commons-dbcp.jar -> ./commons-dbcp.jar lrwxrwxrwx 1 root root 19 Dec 11 14:29 commons-pool.jar -> ./commons-pool.jar -rw-r--r-- 1 root root 123637 Nov 4 10:06 jasper-el.jar lrwxrwxrwx 1 root root 10 Dec 11 14:29 jasper-jdt.jar -> ../ecj.jar -rw-r--r-- 1 root root 600391 Nov 4 10:06 jasper.jar lrwxrwxrwx 1 root root 12 Dec 11 14:29 log4j.jar -> ../log4j.jar -rw-r--r-- 1 root root 7423 Nov 4 10:06 tomcat-api.jar -rw-r--r-- 1 root root 832975 Nov 4 10:06 tomcat-coyote.jar -rw-r--r-- 1 root root 124381 Nov 4 10:04 tomcat-dbcp.jar lrwxrwxrwx 1 root root 24 Dec 11 14:29 tomcat-el-2.2-api.jar -> ./tomcat-el-2.2-api.jar -rw-r--r-- 1 root root 77069 Nov 4 10:05 tomcat-i18n-es.jar -rw-r--r-- 1 root root 48502 Nov 4 10:05 tomcat-i18n-fr.jar -rw-r--r-- 1 root root 51539 Nov 4 10:05 tomcat-i18n-ja.jar -rw-r--r-- 1 root root 125437 Nov 4 10:05 tomcat-jdbc.jar lrwxrwxrwx 1 root root 25 Dec 11 14:29 tomcat-jsp-2.2-api.jar -> ./tomcat-jsp-2.2-api.jar lrwxrwxrwx 1 root root 32 Dec 11 14:29 tomcat-juli.jar -> ./../tomcat/bin/tomcat-juli.jar lrwxrwxrwx 1 root root 29 Dec 11 14:29 tomcat-servlet-3.0-api.jar -> ./tomcat-servlet-3.0-api.jar -rw-r--r-- 1 root root 24782 Nov 4 10:06 tomcat-util.jar -rw-r--r-- 1 root root 165985 Nov 4 10:05 tomcat7-websocket.jar -rw-r--r-- 1 root root 36553 Nov 4 10:05 websocket-api.jar -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c13 --- Comment #13 from Darin Perusich <darin@darins.net> 2013-12-11 20:34:17 UTC --- This is not fixed. Tomcat is throwing the error java.lang.NoClassDefFoundError: org/apache/tomcat/dbcp/pool/impl/GenericObjectPool which is caused by the wrong commons-pool.jar being link to /usr/share/java/tomcat/commons-pool.jar. It's links to commons-pool.jar from package jakarta-commons-pool and not commons-pool-tomcat5.jar from package jakarta-commons-pool-tomcat5 which contains the class org/apache/tomcat/dbcp/pool/impl/GenericObjectPool. SEVERE: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/ehour]] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:663) at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1642) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) Caused by: java.lang.NoClassDefFoundError: org/apache/tomcat/dbcp/pool/impl/GenericObjectPool at org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory.createDataSource(BasicDataSourceFactory.java:156) at org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory.getObjectInstance(BasicDataSourceFactory.java:145) at org.apache.naming.factory.ResourceFactory.getObjectInstance(ResourceFactory.java:143) at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:321) at org.apache.naming.NamingContext.lookup(NamingContext.java:843) at org.apache.naming.NamingContext.lookup(NamingContext.java:154) at org.apache.naming.NamingContext.lookup(NamingContext.java:831) at org.apache.naming.NamingContext.lookup(NamingContext.java:168) at org.apache.catalina.core.NamingContextListener.addResource(NamingContextListener.java:1093) at org.apache.catalina.core.NamingContextListener.createNamingContext(NamingContextListener.java:672) at org.apache.catalina.core.NamingContextListener.lifecycleEvent(NamingContextListener.java:271) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5322) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) ... 10 more Caused by: java.lang.ClassNotFoundException: org.apache.tomcat.dbcp.pool.impl.GenericObjectPool at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:425) at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ... 25 more -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c14 --- Comment #14 from Darin Perusich <darin@darins.net> 2013-12-11 21:05:46 UTC --- Also, creating a link to /usr/share/java/commons-pool-tomcat5.jar in /usr/share/java/tomcat does fix this issue. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c15 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- InfoProvider|darin@darins.net |maintenance@opensuse.org --- Comment #15 from Michal Vyskocil <mvyskocil@suse.com> 2013-12-12 10:17:56 UTC --- Thanks for the testing - dammed I've missed this link. Fixed in rev 40 https://build.opensuse.org/package/rdiff/Java:packages/tomcat?linkrev=base&rev=40 @maintenance: please open an incident for 12.3 and 13.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c16 --- Comment #16 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-12-12 12:00:16 CET --- This is an autogenerated message for OBS integration: This bug (847505) was mentioned in https://build.opensuse.org/request/show/210647 Factory / tomcat -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c17 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED CC| |meissner@suse.com InfoProvider|maintenance@opensuse.org | --- Comment #17 from Marcus Meissner <meissner@suse.com> 2013-12-16 11:54:26 UTC --- michal, please just submit -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c18 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #18 from Michal Vyskocil <mvyskocil@suse.com> 2013-12-17 10:11:34 UTC --- sent by 211172 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c19 --- Comment #19 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-12-17 12:00:13 CET --- This is an autogenerated message for OBS integration: This bug (847505) was mentioned in https://build.opensuse.org/request/show/211172 13.1+12.3 / tomcat+jakarta-commons-dbcp-src+jakarta-commons-dbcp -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c20 --- Comment #20 from Darin Perusich <darin@darins.net> 2013-12-18 14:01:21 UTC --- (In reply to comment #19)
This is an autogenerated message for OBS integration: This bug (847505) was mentioned in https://build.opensuse.org/request/show/211172 13.1+12.3 / tomcat+jakarta-commons-dbcp-src+jakarta-commons-dbcp
This MR has been declined for both openSUSE 12.3 and 13.1, details below. openSUSE 12.3: [ 89s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' --define 'disturl obs://build.opensuse.org/home:mvyskocil:branches:OBS_Maintained:tomcat/openSUSE_12.3_Update/be58fb676dd02b7f7f2f4182057bdbc2-jakarta-commons-dbcp.openSUSE_12.3_Update' /home/abuild/rpmbuild/SOURCES/jakarta-commons-dbcp.spec [ 89s] error: line 251: Package does not exist: %files tomcat openSUSE 13.1: The upstream repository, Java:packages/tomcat, is disabled for this version. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c21 --- Comment #21 from Archie Cobbs <archie@dellroad.org> 2013-12-18 14:05:36 UTC --- Process question: should this bug have been marked RESOLVED prior to the acceptance of the SR (which in fact was not accepted?). If not, someone please re-open it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c22 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #22 from Marcus Meissner <meissner@suse.com> 2013-12-18 14:06:36 UTC --- marking it resolved is ok. but reopen as it was buggy -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c23 Michal Vyskocil <mvyskocil@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #23 from Michal Vyskocil <mvyskocil@suse.com> 2013-12-20 13:18:23 UTC --- fixed failing packages and sent as 211867, sorry for the delay -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847505 https://bugzilla.novell.com/show_bug.cgi?id=847505#c24 --- Comment #24 from Swamp Workflow Management <swamp@suse.de> 2014-01-21 10:04:56 UTC --- openSUSE-RU-2014:0109-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 847505 CVE References: Sources used: openSUSE 13.1 (src): jakarta-commons-dbcp-1.2.2-108.4.10, jakarta-commons-dbcp-src-1.2.2-105.4.1, jakarta-commons-dbcp-src-1.2.2-108.4.1, tomcat-7.0.42-4.4.6 openSUSE 12.3 (src): jakarta-commons-dbcp-1.2.2-105.4.7, jakarta-commons-dbcp-src-1.2.2-105.4.1, tomcat-7.0.35-2.37.4 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com