Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): BUFFET Sébastien / BUFFET Sébastien (seb.lechinois)
Created: 08/29/2012
Components: Installation/Config
Versions: 9.0.1
Failure Type: Crash
Found In Build/Fixed In Build: 9.0.1 /
Priority/Frequency: Critical / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description: We have created a cfxtag for sending fax. This tag works with the coldfusion 9.0.1 monoserver installation and not with the multiserver installation (cfusion instance).
Steps to Reproduce:
We just installed coldfusion 9.0 in mono or multi server installation and patched it (9.0.1).
We added the .class file in "C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\classes\SamFax.class"
We added cfx tag :
* Java CFX
* Tag Name : cfx_SamFax
* Class Name : SamFax
When we launch the test.cfm file with on the multiserver installation (cfusion instance), we obtain in the exception.log file the message below.
With the monoserver installation, there is no error and the fax is sent.
NB :
- You must change the attribute 'm_FaxAttachment' in the test.cfm file with the path of your pdf file.
- You can change the fax number in the test.cfm file if you want to test the good reception.
Actual Result:
"Error","jrpp-2","08/23/12","19:36:02",,"org.apache.axis.description.TypeDesc.<init>(Ljava/lang/Class;Z)V The specific sequence of files included or processed is: E:\www\fax\testFile.cfm, line: 16 "
java.lang.NoSuchMethodError: org.apache.axis.description.TypeDesc.<init>(Ljava/lang/Class;Z)V
at com.esker.soap.submission.WSFile.<clinit>(WSFile.java:203)
at SamFax.processRequest(SamFax.java:60)
at coldfusion.tagext.CfxTag.doStartTag(CfxTag.java:102)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
at cftestFile2ecfm1747820292.runPage(E:\www\fax\testFile.cfm:16)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:200)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Expected Result: sent a fax with no errors!
Any Workarounds:
- CF9 patched or not, it's the same
- We have compared all jars, some loaded jars are different, some loaded several times (w/no same version)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3320503
External Customer Info:
External Company:
External Customer Name: seb.lechinois
External Customer Email:
External Test Config: My Hardware and Environment details: Windows 2008 R2 STD SP1
Attachments:
- August 29, 2012 00:00:00: 1_fax.zip
Comments: