Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

.NET Integration error after 9.0.1 upgrade

New Here ,
Nov 08, 2010 Nov 08, 2010

Hi all,

After successfully running the 9.0.1 update, we find that calls to the System.Globalization.CultureInfo class return the following error:

-------

Either there are no methods with the specified method name and argument  types or the GetCultureInfo method is overloaded with argument types that  ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the  provided arguments. If this is a Java object and you verified that the method  exists, use the javacast function to reduce ambiguity.


The GetCultureInfo method was not found.

--------

The calling code is as follows:

<cfobject type=".NET" name="cultureInfo" class="System.Globalization.CultureInfo">

<cfset objCI = cultureInfo.GetCultureInfo(arguments.locale)>

--------

Server info is:

CF Version:   CF9.0.1 (32-bit)

OS:               Windows Server 2008

Hotfix level:    9,0,1,274733

Websever:     IIS 7 (using IIS 6 metabase compatibility)

-----

EDIT: I isolated and attempted to dump just the CultureInfo object and the following error was generated:

Ensure that the DotNet agent is running and you have provided the correct  host and port information

DotNet Side does not seem to be running.

The .NET Integration Service is indeed showing as started in Services.

Message was edited by: billybob476

2.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Nov 24, 2010 Nov 24, 2010

You need to uninstall the .NET integration services and re-install using the CF9.01 .NET Integration Service, which can be downloaded from: http://www.adobe.com/support/coldfusion/downloads.html

Andy

Translate
New Here ,
Nov 15, 2010 Nov 15, 2010

Did you get to the bottom of this? I'm having exactly the same problem but on my development environment - It was working fine - I then rebooted my machine & I suddenly started getting the same error

Ensure that the DotNet agent is running and you have provided the correct  host and port information

DotNet Side does not seem to be running.

I have taken CF9 off this machine, rebooted & re-installed it clean against IIS and then upgraded it to 9.0.1 - Yet still all I'm getting is the error above

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 15, 2010 Nov 15, 2010

I haven't been able to find a solution aside from rolling the install back to 9.0 (which is not a solution). I've rolled a down and dirty java counterpart to the .NET functionality we were leveraging.

No ideas or possible solutions from the community? Anyone?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 15, 2010 Nov 15, 2010

Unfortunately I can't roll back to 9.0.1 nor can I leverage Java which is my language of choice due to the particularly funky web service I'm trying to connect to - so any clue would be a massive help

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 24, 2010 Nov 24, 2010

You need to uninstall the .NET integration services and re-install using the CF9.01 .NET Integration Service, which can be downloaded from: http://www.adobe.com/support/coldfusion/downloads.html

Andy

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 25, 2010 Nov 25, 2010
LATEST

That did it. I didn't see the heading for the 9.0.1-specific installers.I kept re-installing the 9.0 version. Thanks!

To others: Don't use the link at the top of the page for "Additional ColdFusion 9 Server Installers" It jumps you to the old installers. "Additional ColdFusion 9.0.1 Server Installers" is much higher up the page.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources