coldfusion

tech2024-04-21  10

coldfusion

Here is a link to a newly posted technote about overcoming the firewall in XP (which is turned on by default) when you install XP Service Pack 2.

这是指向新发布的技术说明的链接 ,该技术说明有关在安装XP Service Pack 2时克服XP中的防火墙(默认情况下处于打开状态)的信息。

Looks like there are a few things to “allow” and they give really good step by step instructions.

看起来有些事情需要“允许”,并且它们给出了非常好的逐步说明。

There is also a note about the cfhttp tag:

还有关于cfhttp标记的注释:

If you use the CFHTTP tag with the attributes Action=”Close” and StopOnError=”yes” you will get the following error:

如果将CFHTTP标记与Action =” Close”和StopOnError =” yes”属性一起使用,则会出现以下错误:

java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:168) at java.io.BufferedInputStream.read1(BufferedInputStream.java:220) at java.io.BufferedInputStream.read(BufferedInputStream.java:277) at java.io.BufferedInputStream.fill(BufferedInputStream.java:183) at java.io.BufferedInputStream.read(BufferedInputStream.java:201) at coldfusion.oroinc.net.telnet.TelnetInputStream.__read(TelnetInputStream.java:93) at coldfusion.oroinc.net.telnet.TelnetInputStream.run(TelnetInputStream.java:330) at java.lang.Thread.run(Thread.java:534) To work-around this, change the StopOnError attribute to “No”

java.net.SocketException:在java.io.BufferedInputStream.read(BufferedInputStream.java:220)在java.io.BufferedInputStream.read(BufferedInputStream.java(220)重置了java.net.SocketInputStream.read(SocketInputStream.java:168) :277)在java.io.BufferedInputStream.fill(BufferedInputStream.java:183)在java.io.BufferedInputStream.read(BufferedInputStream.java:201)在coldfusion.oroinc.net.telnet.TelnetInputStream .__ read(TelnetInputStream.java: 93)在coldfusion.oroinc.net.telnet.TelnetInputStream.run(TelnetInputStream.java:330)在java.lang.Thread.run(Thread.java:534)要解决此问题,请将StopOnError属性更改为“ No”

Anyways if you have SP2 on your XP box and are now having problems getting to it or working with CF check it out.

无论如何,如果您的XP机器上装有SP2,但现在在使用它或使用CF时遇到问题,请检查一下。

翻译自: https://www.sitepoint.com/coldfusion-and-ms-xp-sp-2/

coldfusion

相关资源:jdk-8u281-windows-x64.exe
最新回复(0)