displaying top 100 results
Tracker Comment Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by Paul N.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by Paul N.
Portal Topic Axis-2 and Axis-1 compatibility issues in ColdFusion
Axis-2 and Axis-1 compatibility issues in ColdFusion
Tracker Comment Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by Dattanand M.
Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by Dattanand M.
Tracker Comment Comment on WSDL auto-generation seems in-correct by Paul N.
2609553 CF-3832635 Paul N. The endpoint URL is not correct when HTTPS is configured in the axis2.xml. The port was coming correct. But the protocol was wrong. It was always coming as "http". Fixed the issue by using the correct protocol that is configured in axis2.xml.
Comment on Axis2 web services can cache unexpectedly. by Akhila K.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
Any reason CF does not preconfigure support of https for axis2 web services?
Tracker Comment Comment on Nationwide: Web Services default to Axis 2 methods even if set to Axis 1 in CF Admin by Milan C.
Comment on Nationwide: Web Services default to Axis 2 methods even if set to Axis 1 in CF Admin by Milan C.
Tracker Comment Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by Poonam J.
Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by Poonam J.
Tracker Comment Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by External U.
Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by External U.
Tracker Comment Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by Poonam J.
Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by Poonam J.
Tracker Comment Comment on WSDL auto-generation seems in-correct by External U.
2609553 CF-3832635 External U. @Paul - Can you elaborate on what you changed in the axis2.xml file?
Thanks!
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
Tracker Comment Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Tracker Comment Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Tracker Comment Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Tracker Comment Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Charlie A.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Charlie A.
Tracker Comment Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Tracker Comment Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Poonam J.
Tracker Comment Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Charlie A.
Comment on Any reason CF does not preconfigure support of https for axis2 web services? by Charlie A.
Tracker Comment Comment on problems with xml returned when invoking a web service with CF11 by Paul N.
2608584 CF-4058416 Paul N. This is a bug with Axis 2.
In this case, the response sent by Axis 2 is not within a namespace.
john
Tracker Comment Comment on Some web services with data structure as argument values could not execute by Paul N.
2612559 CF-3498968 Paul N. When Axis 2 generates stub for the Indesign Server WSDL,
public int endSession(com.adobe.ns.indesign.soap.SessionID sessionID,com.adobe.ns.indesign.soap.SessionIDE sessionID)
throws java.rmi.RemoteException;
Both the arguments names are session
[ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2").
Tracker Issue Bug 85060:Upgrade the web services engine to Axis2
Bug 85060:Upgrade the web services engine to Axis2
Tracker Comment Comment on Web service based on CFC and wsdlfile fails to return string; produces error instead by CFwatson U.
is: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0] at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:124) at org.apache.axis2
Tracker Comment Comment on wsdl2 does not show extended functions by Akhila K.
2613630 CF-3197933 Akhila K. ColdFusion internally uses Axis Web service framework.
Not showing extended functions is an issue with Axis 2 .This will get fixed when ColdFusion is upgraded to later version of Axis. Thanks.
Tracker Comment Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by External U.
Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by External U.
Tracker Comment Comment on Axis2 web services can cache unexpectedly. by Paul N.
Comment on Axis2 web services can cache unexpectedly. by Paul N.
Comment on Axis2 web services can cache unexpectedly. by External U.
Tracker Comment Comment on CF10 Axis2 WSDL creation by External U.
Comment on CF10 Axis2 WSDL creation by External U.
Tracker Comment Comment on CF10 Axis2 WSDL creation by Akhila K.
Comment on CF10 Axis2 WSDL creation by Akhila K.
Tracker Comment Comment on Web services will not be served over https, if wsdl version 2 is being used. by External U.
2613132 CF-3344353 External U. We are working on implementation of a web service that needs to use Axis2 and we are not able to use the https protocol. There is no workaround to this.
3920091 CF-4200898 Poonam J. Please use the following code.
ws = createobject('webservice','https://webservices.netsuite.com/wsdl/v2017_2_0/netsuite.wsdl',\{refreshwsdl=true,wsversion=1});
writeDump(ws);
With Axis2 the code generated by AXIS2 library is crossing the Java limit to compile
2613799 CF-3162070 Web Services : Axis 2 ext-user wsdl2 doesn't work if WAS7 is installed in a folder with spaces in foldername Problem:
If you are installing ColdFusion with WAS7 and WAS7 is installed in some folder which has some spaces in its name(like "Program Files"), then WebServices Axis2
Tracker Issue Axis2 web services can cache unexpectedly.
Axis2 web services can cache unexpectedly.
Tracker Comment Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Tracker Comment Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by Akhila K.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by Akhila K.
Tracker Comment Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Tracker Issue WSDL service name inconsistent case
4890814 CF-4203357 Web Services : Axis 2 WSDL service name inconsistent case Problem Description:
we have dev,staging,production environments. on production, one of our CFC wsdl's generates service name as camelcase
on dev and staging environments, the wsdl generates as lowercase
all
Tracker Issue Adding consumer setting level at admin
2608321 CF-4127419 Web Services : General ext-user Adding consumer setting level at admin Problem: Adding consumer setting level at admin
Method: consuming webservice from axis 1
Result: it takles axis 2 and displays a error
Expected: Should take webvervise as mentioned
Workaround
Tracker Comment Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by External U.
Comment on Empty queries on Axis 2 comes back as a QueryBean object instead of empty query by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
Comment on Axis2 web services can cache unexpectedly. by External U.
Tracker Comment Comment on CF10 Axis2 WSDL creation by Akhila K.
Comment on CF10 Axis2 WSDL creation by Akhila K.
Tracker Comment Comment on Some web services with data structure as argument values could not execute by Paul N.
2612559 CF-3498968 Paul N. For now, you can use a workaround to using Axis 1 engine to do the client side stub.
You can change the code like,
I have just added a wsversion="1" in the tag.
Will fix this issue with Axis 2 framework also.
Thanks
Tracker Comment Comment on Web services will not be served over https, if wsdl version 2 is being used. by External U.
2613132 CF-3344353 External U. Unverified since October last year? That's ridiculous. And yes I am having the same problem. Reverting back to Axis 1 seems to solve the problem but then what's the point of even having the Axis 2 option? There is none.
Tracker Issue org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream.
org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream.
Tracker Comment Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Tracker Comment Comment on [ANeff] Bug for: cfsharepoint, cfobject and createObject send Basic Auth when authtype="ntlm" and NTLM disabled by Mayur J.
2673439 CF-4126548 Mayur J. We were able to reproduce the scenario where Axis2 POST is not falling back to BASIC.
We are working on hardening the authentication mechanism where in first place the stub creation should not happen using GET, because that also is falling back to BASIC.
Secondly we
2609004 CF-3948955 Web Services : Axis 2 Kevin Benore Empty Query Improperly Displaying in WebServices in CF 11 Problem Description: Empty queries on Axis 2 for BOTH CF 10/CF 11 comes back as a QueryBean object instead of empty query (as it does with Axis 1). Queries with results come back
Tracker Issue Invoking a wsdl ithat is mporting another wsdl does not work in CF 10. It was working in CF8
2613513 CF-3301310 Web Services : Axis 2 ext-user Invoking a wsdl ithat is mporting another wsdl does not work in CF 10. It was working in CF8 Duplicate ID: CF-3321512
Invoking a wsdl ithat is mporting another wsdl does not work in CF 10. It was working in CF8
Tracker Comment Comment on XML Webservices not working on CF 10 by Milan C.
2609154 CF-3919057 Milan C. The service is still working in axis1, probably it has to do something with the compatibility between axis1 and axis2
As a workaround, user can pass wsversion=1 in arguments while creating webservice object.
obj = createObject("webservice", "accessiblewsdl", {wsversion
Comment on Axis2 web services can cache unexpectedly. by External U.
Tracker Issue CF10 Axis2 WSDL creation
CF10 Axis2 WSDL creation
Tracker Comment Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Comment on org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxIOException: Attempted read on closed stream. by External U.
Tracker Comment Comment on Thread count must be > 0 in scheduler.log due to missing quartz.properties file by External U.
2608456 CF-4090406 External U. I also found the following deficiencies in the EAR file created by ColdFusion Administrator:
- Missing WEB-INF/cfusion/lib/axis2/* resulting in axis related errors in the application server logs during startup.
- Absolute path in WEB
Nationwide: Web Services default to Axis 2 methods even if set to Axis 1 in CF Admin
Empty queries on Axis 2 comes back as a QueryBean object instead of empty query
Tracker Issue CF Admin errors regarding 0KB log file
2614123 CF-3131222 Administrator : Administrator Console Aaron Neff CF Admin errors regarding 0KB log file I see this CF Admin error when I try to view an empty (0KB) axis2.log:
"There is an error accessing the log file. This could be caused by an incorrect log file name, or the log file does
Tracker Comment Comment on New instances log folder is set to cfusion\logs instead of [instancename]\logs by Tyler C.
3497725 CF-4199666 Tyler C. There's not really a log file showing this, so much as it creates the follwing three files in "C:\ColdFusion2016\instance\logs", "axis2.log", "coldfusion-error.log", and "coldfusion-out.log".
However these files are empty and continue to be empty until I change
Tracker Comment Comment on Axis2 web services can cache unexpectedly. by Paul N.
Comment on Axis2 web services can cache unexpectedly. by Paul N.
uses Axis 1 and is missing the wsversion="1|2" attribute required for switching to Axis 2.
Suggestion: add wsversion="1|2" attribute to cfsharepoint
* - If NTLM disabled at remote server, then:
--------------------------------------------
Actual Result:
1) authtype="ntlm"+wsversion="1" initially
Tracker Comment Comment on [ANeff] Bug for: cfsharepoint, cfobject and createObject send Basic Auth when authtype="ntlm" and NTLM disabled by CFwatson U.
) cfsharepoint does not support wsversion="1|2". It always uses Axis 1.
2) cfinvoke/cfobject/createobject all support wsversion="1|2"
3) Axis 1 falls back to Basic Auth, but Axis 2 does not.
New suggestions:
1) Only support authtype="ntlm" when wsversion="2". If authtype="ntlm" and wsversion="1", then throw
Tracker Issue WSDL auto-generation seems in-correct
2609553 CF-3832635 Web Services Eric Harris WSDL auto-generation seems in-correct Problem Description: New install of Coldfusion 11.
Modified axis2.xml file to allow for SSL Web Service calls.
80
443
Added Internal Root certificate
Tracker Comment Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by External U.
Comment on [ANeff] Doc Bug for: Docs should say NTLM only supported for Axis 2 (wsversion="2"). by External U.
includes just one function. The CFC has attribute wsdlfile, whose value is a relative URL. I experiment interchangeably with values of 1 and 2 for the wsversion attribute. The function has no argument, and has string returntype.
With wsversion=1, I get the error: "org.apache.axis2.AxisFault: com
Tracker Issue Unable to register web services in ColdFusin 10.
. Already tried with both Axis1 and Axis2.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3579176
External Customer Info:
External Company: WA ADMIN OFFICE OF THE COURTS
External Customer Name: Adam Peterson
External Customer Email: Adam.Peterson@courts.wa.gov
Tracker Issue Web Services not listed in CF Admin - cannot delete
2608722 CF-4017604 Web Services : Axis 2 Abram Adams Web Services not listed in CF Admin - cannot delete Problem Description:
When using createObject("webservice"...) to connect to a wsdl and consume the web service the CF Admin used to list these urls in the "Data & Services > Web Services
Tracker Issue Some log files not in teh correct location
2608779 CF-3999775 Logging Dik Klop Some log files not in teh correct location Problem Description:
In the ColdFusion Admin you can specify the location of the log files. However there are three log files that will not appear in the right location.
1. axis2.log always appears relative
Tracker Issue [ANeff] Doc Bug for: Log file descriptions undocumented
://wikidocs.adobe.com/wiki/display/coldfusionen/Using+the+ColdFusion+Administrator#UsingtheColdFusionAdministrator-LogFilespage:
audit.log
axis2.log
coldfusion-error.log
coldfusion-out.log
derby.log
esapiconfig.log
feed.log
ftp.log
hibernatesql.log
http.log
monitor.log
portlet.log
probes.log
security.log
update.log
webservice.log
websocket.log
(perhaps any others I've missed)
Regarding exception.log vs coldfusion
Tracker Issue Error acess the WEBSERVICE
2609753 CF-3784419 Web Services Jose Eduardo Castilho Error acess the WEBSERVICE Error acess the WEBSERVICE:
Cannot generate stub objects for web service invocation. Name: http://192.168.1.81:8787/ws/WFEEL_GERA_PRODUCAO.apw?WSDL. WSDL: http://192.168.1.81:8787/ws/WFEEL_GERA_PRODUCAO.apw?WSDL. org.apache.axis
data (or attachments) in a webservice (binary file+xml)? I think that there is no real "standard" yet but MTOM (http://ws.apache.org/axis2/1_0/mtom-guide.html) is a good start :-)
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID
2609298 CF-3861184 Krishna R. audit.log - administartor's login/logout tracking and update actions are recorded
axis2.log - web service call's tracking
coldfusion-error.log ColdFusion Server eroor log.All exceptions thrown within a ColdFusion application are logged to exception.log
coldfusion
Comment on Axis2 web services can cache unexpectedly. by External U.
Tracker Comment Comment on Web services will not be served over https, if wsdl version 2 is being used. by Charlie A.
Receiver" for "https" in axis2.xml file. Here's more info:
http://www.shavedmonkeys.com/index.cfm/coldfusion-blog/deploy-ssl-https-webservice-in-coldfusion/
To be clear, what this bog report was complaining about (in the CF10 timeframe, in 2012) was that (until its update 12) even THAT did not work, in that one had
Tracker Comment Comment on Missing "width" attribute in CFCHART attributes in new features guide by Aaron N.
representation"
[....]
title = "title of chart"
tooltip = "JSON string representation"
url = "onClick destination page"
xAxis = "JSON string representation"
xAxis2 = "JSON string representation"
[....]
-----------
See? The "width" attribute is directly after "height" but should be directly after "url".
I won
interchangeably with values of 1 and 2 for the wsversion attribute. The function has no argument, and has string returntype.
With wsversion=1, I get the error: "org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxEOFException".
With wsversion=2, I get the error: "coldfusion
Tracker Issue Empty Query Improperly Displaying in WebServices
2609005 CF-3948954 Web Services Kevin Benore Empty Query Improperly Displaying in WebServices Duplicate ID: CF-3948955
I Problem Description: Empty queries on Axis 2 for BOTH CF 10/CF 11 comes back as a QueryBean object instead of empty query (as it does with Axis 1). Queries with results come
:blank page or tomcat error depending on the server.
Expected Result:endpoints http://server/whatever.cfc and https://server/whatever.cfc
Any Workarounds:You can edit axis2.xml to add an https transportReceiver, but the endpoint urls that are generated are http://server:80/whatever.cfc and http://server:443
Tracker Comment Comment on [ANeff] Bug for: extends path is cached, even w/ all caching options off by External U.
2609259 CF-3863748 External U. Adobe's dictation of when caching should/shouldn't be done is a repeat issue. Examples:
CF-3916906 - THIS.datasources changes ignored until CF restart
CF-3787631 - Axis2 web services can cache unexpectedly
CF-3915081 - CF caches S3 metadata
CF-3923429 - Queries stay
) {
return "(#xAxis#,#yAxis#,#ARGUMENTS.zAxis#)"
}
}
get3D=set2D(xAxis=1, yAxis=2)
get3D(xAxis=3)//typo: 'x' should be 'z'
{code}
-----------
*Issue 1:* _If innocent user makes a typo and calls `get3D(xAxis=3)`, instead of `get3D(zAxis=3)`, there is silent corruption._
*Example 2* (where is
Tracker Issue InDesign Web Service Stub creation fails with variable sessionID is already defined in method error
started IDS.
Check the error log
Same result for Axis 1 and Axis 2.
Actual Result:
You get this in the error log.
coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: /Applications/ColdFusion11/cfusion/stubs/aaa_2/src/localhost/service_wsdl/Service.java:31 : error: variable
Tracker Issue Deadlock resulting POST calls to web service CFC
4676566 CF-4203250 Web Services : Axis 2 Deadlock resulting POST calls to web service CFC Problem Description:
We migrated some weeks ago from ColdFusion 11 to ColdFusion 2016. In one of our applications, we publish web services by means of POST calls to CFCs.
The web services had been running
Tracker Comment Comment on cfhtmltopdf outputs special characters as question marks (?) by External U.
.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/flex/jars,{application.home}/wwwroot/WEB-INF/cfform/jars -javaagent
Tracker Comment Comment on cfhtmltopdf outputs special characters as question marks (?) by External U.
.security.policy={application.home}/lib/coldfusion.policy -Djava.security.auth.policy={application.home}/lib/neo_jaas.policy -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application
Tracker Issue gvInterval JVM args no longer work
.security.auth.policy={application.home}/lib/neo_jaas.policy -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/cfform/jars,{application.home}/wwwroot/WEB-INF/flex/jars,{application.home}/lib/oosdk
6907581 CF-4207558 Web Services : Axis 2 cfinvoke fails when calling service with returnType of “any” Dear Sirs,
We are working on upgrading our ColdFusion servers, testing the applications migrated from our current CF10 servers to CF2018. We have an issue with cfinvoke calling webservices made
.home}/webapps/ROOT/WEB-INF/-", "read";
permission java.io.FilePermission "${catalina.home}/webapps/ROOT/WEB-INF/cfusion/lib/logging.properties", "read";
permission java.io.FilePermission "${catalina.home}/webapps/ROOT/WEB-INF/server-config.wsdd", "write";
permission java.io.FilePermission "${catalina.home}/work/Catalina/localhost/ROOT/_axis