tracker issue : CF-3671365

select a category, or use search below
(searches all categories and all time range)
Title:

webservice gives java.lang.ClassNotFoundException in coldfusion/xml/rpc/SkeletonClassLoade after a period of inactivity

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): m d / m d (dreuxman)

Created: 11/19/2013

Components: Web Services, General

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final /

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 1

Problem Description: webservice gives java.lang.ClassNotFoundException in coldfusion/xml/rpc/SkeletonClassLoade after a period of inactivity

Steps to Reproduce: contruct a  webservice with a cfc object graph as return type load this once then leave idle for about 24 hours

Actual Result: exception as described occurs response has status 500

Expected Result: no exception

Any Workarounds: in the coldfusion administrator goto server settings/caching and press clear template cache after that goto wsdl location in the browser it will work again this even works when all  caching is disabled!!

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3671365

External Customer Info:
External Company:  
External Customer Name: dreuxman
External Customer Email:  
External Test Config: My Hardware and Environment details:

Attachments:

  1. November 19, 2013 00:00:00: 1_stacktrace_error.txt

Comments:

see attached stack trace from application
Comment by External U.
13951 | November 19, 2013 06:53:02 AM GMT
the webservice version is axis1
Comment by External U.
13952 | November 19, 2013 07:02:56 AM GMT
the object in the stacktrace does implement an interface in the corresponding cfc
Comment by External U.
13953 | November 19, 2013 08:40:46 AM GMT
We're using ColdFusion to provide a webservice API to our partners and this bug greatly impacts us because the webservice fails to work randomly. It's very high impact for us because it's the thing that prevents the webservice from running smoothly. This is the top of the error response that we're generating: <?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>coldfusion.xml.rpc.CFCInvocationException: [java.lang.ClassNotFoundException : yyy.result.supp.GetFacilityIDResponse][java.lang.NullPointerException : null]</faultstring> <detail> <ns1:stackTrace xmlns:ns1="http://xml.apache.org/axis/">coldfusion.xml.rpc.CFCInvocationException: [java.lang.ClassNotFoundException : yyy.result.supp.GetFacilityIDResponse][java.lang.NullPointerException : null] at coldfusion.xml.rpc.CFComponentSkeleton.__createCFCInvocationException(CFComponentSkeleton.java:738) at coldfusion.xml.rpc.CFComponentSkeleton.__convertOut(CFComponentSkeleton.java:364) at yyy.Supp.getFacilityID(C:\inetpub\wwwroot\xxxx\yyy\supp.cfc) ......
Vote by External U.
13957 | March 04, 2014 08:01:39 AM GMT
Please provide the test code to repro the case. The data provided is not sufficient, like what exactly is object graph, is it just generic CFC object?
Comment by Akhila K.
13954 | August 20, 2014 01:39:38 AM GMT
Please provide the information in the earliest. Thanks.
Comment by Akhila K.
13955 | September 12, 2014 12:06:35 AM GMT
This bug is inactive for a while now, hence closing the same. Incase if user is still facing the issue and wants it to be fixed, please let us know and provide required information. We will look into it.Thanks.
Comment by Akhila K.
13956 | December 03, 2014 02:14:23 AM GMT