After upgrading to CF8 getting a JRun error

Hello,
After having installed CF8, we're getting the following JRun
error. Any idea as to what could be causing this?

jenn wrote:
> After having installed CF8, we're getting the following
JRun error. Any idea
> as to what could be causing this?
> java.lang.IncompatibleClassChangeError: Expecting
non-static method
>
coldfusion.runtime.CfJspPage._arraySetAt(Ljava/lang/Object;[Ljava/lang/Object;Lj
> ava/lang/Object;)V
> at
>
cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE
> \administrator\Application.cfm:106)
Blackstone was CF 6.x. You are running a CF 6 CFIDE against a
CF 8
installation. Find the right CFIDE and try again.
Jochem
Jochem van Dieten
Adobe Community Expert for ColdFusion

Similar Messages

  • Bad performance on CF9 after upgrade from CF8

    Hello and happy new year for everybody 
    I'm stuck with a problem after upgrade from CF8 entreprise to CF9 entreprise.
    We are using IIS6 on WIN2003R2 (SP2).
    There are a lot of  "503 Server Error" with no content. (about 0.05% of request). This can be occured on big or small CFM, graphic ressources, etc...
    For each error I can see the following error on the connector logs (jrun_iis6_wildcardYYMMDD.log).
    2011-01-02 19:00:05 jrISAPI[1456:3940]  returning error page for JRun too busy or out of memory
    I've never seen this message in previous CF connector version.
    And on the jrun log (coldfusion-outXXX.log), I read the following errors:
    02/01 20:53:31 error unexpected end of part
    java.io.IOException: unexpected end of part
        at com.oreilly.servlet.multipart.PartInputStream.fill(PartInputStream.java:96)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:191)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:152)
        at com.oreilly.servlet.multipart.FilePart.write(FilePart.java:257)
        at com.oreilly.servlet.multipart.FilePart.writeTo(FilePart.java:215)
        at coldfusion.filter.FormScope.fillForm(FormScope.java:252)
        at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:376)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
        at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
        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$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    02/01 20:53:31 error (JRun Service: ProxyService [jrun.servlet.jrpp.JRunProxyService@4006ca]) JRunPRoxyServer.invokeRunnable:
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Connector settings (jrun_iis6_wildcard.ini) :
    verbose=false
    Buffer=true (I've tried with false)
    serverstore=C:/ColdFusion9/runtime/lib/wsconfig/1/jrunserver.store
    bootstrap=127.0.0.1:51800
    apialloc=false
    maxworkerthreads=100 (I've tried to increase/decrease this value)
    JRUN settings:
    Threads number: 150
    Max queued jrun threads: 150
    Is anyone have experience the same issue ? How can I try to solve this ?
    Big thanks!

    @Charlie:
    in the cf\runtime\logs there is only that kind of information:
    05/01 10:28:44 error unexpected end of part
    java.io.IOException: unexpected end of part
        at com.oreilly.servlet.multipart.PartInputStream.fill(PartInputStream.java:96)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:191)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:152)
        at com.oreilly.servlet.multipart.FilePart.write(FilePart.java:257)
        at com.oreilly.servlet.multipart.FilePart.writeTo(FilePart.java:215)
        at coldfusion.filter.FormScope.fillForm(FormScope.java:252)
        at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:376)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
        at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
        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$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    05/01 10:28:44 error (JRun Service: ProxyService [jrun.servlet.jrpp.JRunProxyService@16c00e2]) JRunPRoxyServer.invokeRunnable:
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    There is no line about a memory issue!
    These errors happening on random request not ALL!! (arround 0.05%), and there is no real link between load and this... Our applications handle a lot of POST download, but like I've described before, error can occured on classic cfm page and static ressource...
    What I mean with upgrade CF8 to CF9, is with our 10 other servers running on CF8, I've never see that 503 issue outside a real jrun problem (like a memory crash, restart, etc...)
    @Carl:
    Server is running on WIN2003R2SP2 32 bits OS (dual Xeon E5506, 4Go RAM). Here is the jvm.config arguments:
    # Arguments to VM
    java.args=-server  -Xms1024m -Xmx1024m -Dsun.io.useCanonCaches=false -XX:PermSize=256m -XX:MaxPermSize=512m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Do you know if it should be possible to try old JRun connector used by CF8 ?

  • I can't buy elements 13 upgrade. I get this message "Error in Your order"

    I can't buy elements 13 upgrade. I get this message "Error in Your order"

    Hi Attila74,
    Please chat with our Customer Service to receive the upgrade. http://bit.ly/E12_PAU
    Ragards,
    Sandeep

  • I am having an issue burning DVDs on Final Cut Pro X. After 15 minutes, I get a QuickTime Error:0. Anybody have a solution to this?

    I am having an issue burning DVDs on Final Cut Pro X. After 15 minutes, I get a QuickTime Error:0. Anybody have a solution to this?

    I'm sure the pros will be along to ask what your settings are.  Although this may not be exactly helpful, I did find compressor to be much more robust for burning DVDs.  This could partially be because it includes a template to convert you movie into correct DVD format.  I was quite pleased with the outcome after multiple failed attempts using FCPX alone.

  • I had an iMac with Snow Leopard 10.6.8, I  downloaded and installed Lion, did not make me any questions. After the reboot I get this fatal error: Panic(cpu 0 ......) Kernel trap ......

    I had an iMac with Snow Leopard 10.6.8, I  downloaded and installed Lion, did not make me any questions. After the reboot I get this fatal error: Panic(cpu 0 ......) Kernel trap ......

    Please post the Kernel Panic report. You will find it at /Library/Logs/DiagnosticReports  per
    http://support.apple.com/kb/ht2546
    When we look at the KP report we may find some clues why it is occuring.

  • After upgrading iTunes, I get the error, missing msvcr80.dll, How do I resolve this issue?

    I am using Vista 32 bit on an older dell laptop and have been using iTunes for a long time, downloading songs, syncing with my iPhone, and etc, with no problems.  After upgrading to the newest version of iTunes 11, I received an error message of "missing MSVCR80.dll, please reinstall the software" when trying to start the iTunes application.  I removed the iTunes software and associated apps from my laptop and reinstalled the iTunes software.  While the software was installing it indicated that I did not have permission to install the application.  Although I started the installation with the option of "Run as Admistrator".  Since I could not reinstall the iTunes software, I choose a restore point where my iTunes was working before, and changed to that point.  I am still getting "MSVCR80.dll missing".  Does anyone know how I can restore the missing MSVCR80.dll?  I have found articles on the web of how to do this, but none seem to work.
    Thanks

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • After upgrading, I am getting the dreaded "iTunes has stopped working" message.  I've followed all of the troubleshooting tips on the forum without success.  Fortunately, it works on my other computers.  Running Win7 pro.

    After upgrading iTunes, I'm getting the dreaded "iTunes has stopped working" message after launch.  I've tried the troubleshooting tips on the Forum without success (though most are pretty old...).  Fortunately, iTunes works on my other computers, but I have iPad backups on this one that I'd like to keep.  Anybody else with this issue??

    My inclination is that it is something in the projects or in the manuals being linked that is the culprit because that is where the consistency lies - projects were created identically and manuals all follow identical formats. The problem typically only occurs after the project has been successfully created and the manual is subsequently updated and I am syncing the manual in RH so I can generate a new AIR file. This is the first time the project has consistently corrupted every time I try to generate the Word document after linking it in RH. This makes little sense to me since it generated fine a couple weeks ago and I did nothing special when I updated it in Word yet when I tried to update it in RH, that is when it originally corrupted. The bottom line is that I cannot 100% trust that any project I run will work the next time. I end up just crossing my fingers and hoping for the best.
    My problems seemed to start once I went to RH9 (from RH8) because we had upgraded from MS Office 2003 to the 2010 version and I needed 9 for the docx extension. Like I said, it is not all the time - I can be beating my head against the wall getting one of the projects to work, then create 3 more projects that have no problems and then the next one leaves me wanting to throw my PC through a window....
    Deleting the CPD does not corrupt the project, it just removes my default linked document that allows me to circumvent linking the styles individually for that project. Once I have a manual linked and I remove the CPD, it just creates a new one. What I am saying is that if I delete the CPD file, it does not prevent the project from corrupting nor does it make the corrupted project viable again.
    thanks!
    Kathi

  • Upgraded to Lion, getting Java runtime error.

    I recently upgraded to Lion. Since then I am getting "Java runtime error" and says I need to downoad java, but that I am not connected to the interned. Clearly I am connected to the internet as I am writing this now. Of course Apple wont let me download java myself from the java website.
    So heeeeeelp?
    thanks!
    Braden

    Hi Braden,
    you cannot d/l Java from http://support.apple.com/kb/DL1421 ?
    Have you tried another browser -- maybe that would work?
    Otherwise. the easiest way is of course downloading it on another machine, copying it to a thumb drive and plugging that into your Lion Mac then...
    Hope that helps,
    Thomas

  • After upgrade OneNote folders cannot sync, show error code: 0xE402005F

    I've found many threads discussing OneNote Sync errors, though none of them so far have addressed this error code or specific behavior related to a Sharepoint upgrade.  There also doesn't seem to be a fix discussed for this particular problem.
    After upgrading from Sharepoint 2010 to 2013, all upgraded OneNote folders fail to sync with the following error message:
    "We're sorry, something went wrong during sync. We'll try again later. (Error code: 0xE402005F)"
    Very inspecific error, very little information on how to investigate the problem.  And no references to this error code can be found.
    After the upgrade our URLs are the same, so the notebook path information should be intact.  These were mostly folders created by OneNote 2010.  I've used the suggestion to run "onenote.exe /safemode" and reset cache files and settings
    to no effect.  Right now my only solution is to access the folders from our old farm, export the contents and then import each page into a newly created notebook.  But, this is just a workaround and not a solution.
    Does anyone have advice on what to try next?
    Thanks

    Hi Brad,
    Find a very similar case internaly, it provides the the following approach, which is similar to what you have done.
    SharePoint 2010 is migrated to 2013, the Notebooks references are broken, for each notebook we had to fix the references.
    1.Downloaded Notebooks to local machine.
    2.Then create a new notebook on local machine.
    3.Transfer all sections into new notebook.
    4.Copy all references folder and files from SharePoint library to desktop
    5.For each section built the reference to the folder
    6.Close the notebooks and re-launch the onenote.
    Thanks
    Daniel Yang
    TechNet Community Support

  • JRUN error after upgrading to CF8

    I'm getting the same message as jenn did in another thread
    that was already closed.
    ROOT CAUSE:
    java.lang.IncompatibleClassChangeError: Expecting non-static
    method
    coldfusion.runtime.CfJspPage._arraySetAt(Ljava/lang/Object;[Ljava/lang/Object;Ljava/lang/ Object;)V
    at
    cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administ rator\Application.cfm:106)
    The problem is especially puzzling since this is a Solaris
    box where we're upgrading from 7.02 that was installed fresh about
    6 months ago. Why would the Solaris installation reference the C
    drive?
    Any help would be greatly appreciated. The previous solution
    recommended getting the "right" CFIDE since the blackstone one was
    for CF6x - where would I find the current one if it didn't come in
    the coldfusion-8-sol.bin?
    Thanks

    This was likely caused by your having multiple /CFIDE
    directories on your machine. Or you overwrote the 702 CFIDE with
    CF8 so now you have a mix of files. You could start by viewing the
    coldfusion8/lib/neo-runtime.xml file (firefox works great) and
    finding what dir CFIDE is mapped to. If it is what you expect, get
    a clean CF8 CFIDE to replace your messed up one with. If CFIDE is
    somehow pointing to the wrong dir, like under your CFMX7
    installation, update the file with the correct path. Another issue
    on UNIX, is that sometimes CFIDE is just a link pointing to
    cf_root/wwwroot/CFIDE.
    The window's pathing in your error is just because the cfml
    was compiled on a windows machine. Since it is not platform
    specific that is done only once. But error messages can be a bit
    confusing.

  • Database Error after upgrading to CF8

    Hello,
    I have some applications which are running under CF MX 6.1
    and MySQL 4.0. For the Database connection I use the J-Connector of
    MySQL.
    Now I upgraded one server to CF8 and MySQL 5.0. For the
    database connection I use the intern connector for MySQL-Databases
    in the CF-Administrator.
    Now I get an error in some cases: "Incorrect decimal value:
    '' for column 'feld' at row 1 ".
    This error appears when I try to insert a value of "" in a
    decimal field. On my old server this works fine and MySQL
    automatically insert "0" in the field. Now I first thought that
    this is a problem of MySQL, but when I use a SQL-Tool like
    MySQL-Front and use the exact same query, it works. One example:
    INSERT INTO tabelle(id,feld)
    VALUES ("1","")
    The field "feld" is a decimal field. When I use a SQL-Tool
    the line is inserted and the value of feld in the db is "0". When I
    use this query in CF8 the error "Incorrect decimal value" appears.
    What can I do that CF8 is running like CF6 in this case, because I
    don't want to change all my applications.
    Thanks a lot,
    Julia

    from mysql 5 manual:
    As of MySQL 5.0.3, DECIMALand NUMERICvalues are stored in
    binary format.
    Previously, they were stored as strings.
    you now have to always provide a value to be inserted into
    the field.
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com/

  • After upgrading  jdeveloper version getting following errors

    Hi,
    I created my application using jdeveloper11.1.1.3 and now i upgraded my jdeveloper version to 11.1.2.1. And while using my application in this I am getting following errors.
    1. ArrayIndexOutOfBoundException:
    TestCase:
    I am having modeldriven dropdown searchfield(Combo) in my search form. while selecting the value from it and clicking search button the following errors occurs. It occurs only for combobox field.
    2. ADF: Adding the following JSF error message: Missing IN or OUT parameter at index:: 1 java.sql.SQLException: Missing IN or OUT parameter at index:: 1
    TestCase:
    In my Timesheet form when entering the data and saving it. this error occurs.
    please help.....
    Edited by: Rebecca on Nov 30, 2011 10:48 PM

    hi user,
    ArrayIndexOutOfBoundException: check the code gone under some looping. that is in recursion
    Missing IN or OUT parameter at index : usual mistake using some bind param. but not defining that bind param variable.
    but your subject of your thread is different from your content of your thread. why?

  • After recent upgrade I keep getting the HDCP error

    This error pops up 5-10 times a day now since the most recent update.  If I play the same movies through Netflix on the following there are no errors:
    - iMac - fine
    - iPad - fine
    - iPhone - fine
    - Playing through apple tv - constant errors.
    Spoke to apple and they were clueless.  Kept stating "we are not aware of this error and it's a Netflix issue".  Checked all cables/connections and there are no problems with them.
    If it was Netflix, then how is it that I can play the same movies on every other device in my home?  And why is it happening only after the recent update?

    Sometimes CUDA causes problems. Try checking for an update and/or un-installing it. Un-install using the developer’s instructions to make sure you remove all parts of the application.
    Activity Monitor - Mavericks  also Yosemite
    Activity Monitor in Mavericks has significant changes
    Performance Guide
    Why is my computer slow
    Why your Mac runs slower than it should
    Slow Mac After Mavericks
    Things you can do to resolve slowdowns  see post by Kappy

  • Problem with Webservice after upgrading to cf8

    I have a webservice created in ColdFusion 6.1 that worked just fine when being called from MS Access. I upgraded coldfusion to v8, and now the webservice isn't working. Nothing else was changed. The strange thing is I can call the webservice from a flex program, I have used SoapUI, and that worked, I can type the webservice name into IE and get the correct return, but not from MSAccess or Excel.
    Anybody know why this would be? Is there some setting that I forgot to check in the upgrade that would cause this sort of problem.
    One thing I noticed when looking at the packets that were sent back and forth is that when connecting to the webservice from MSAccess, it looks like ColdFusion is trying to log into the web service definition. By that I mean, in the packet that is returned, I can see the HTML of the page in ColdFusion where you log in to view the webservice definition.
    Matt

    We are running windows 2000 server (I know, I know, old as mold, but we're a government agency, what do you expect?) 32 bit. Antoher piece of the pie...
    After looking at the response closer, it looks like and extra line is being placed in there. For example, here is the response I am getting currently:
    <?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>
      <ns1:GetProp8Response soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://xxxx.xxxx.xxx">
       <GetProp8Return xsi:type="xsd:string">22923</GetProp8Return>
      </ns1:GetProp8Response>
    </soapenv:Body>
    </soapenv:Envelope>
    previously, it was similar to this:
    <?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>
      <ns1:GetProp8Response soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://xxxxxx.xxxxx.xxx">22923</ns1:GetProp8Response>
    </soapenv:Body>
    </soapenv:Envelope>
    Thanks for taking a look...
    Matt

  • 10g stopped working after 11g installed. Getting ORA-12514: error

    I had Oracle 10g installed in win2000 sp2. with port 1521.
    I have installed Oracle 11g on the same system. with port 1522.
    I am able to start both the instances and tnslistener but I am not able to connect to Oracle10g database. Getting following error.
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    I have done the following check.
    c:\> tnsping tek10g
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 14-MAR-2
    008 13:04:26
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    C:\app\mmurugai\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = PC456)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = tek10g) (SRVR = DE
    DICATED)))
    OK (50 msec)
    2) Checked lsnrctl services
    LSNRCTL> services
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=PC456.SYNTELORG.COM)(PO
    T=1522)))
    Services Summary...
    Service "orcl11g" has 1 instance(s).
    Instance "orcl11g", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:3 refused:0 state:ready
    LOCAL SERVER
    Service "orcl11gXDB" has 1 instance(s).
    Instance "orcl11g", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: PC456, pid: 284>
    (ADDRESS=(PROTOCOL=tcp)(HOST=PC456.SYNTELORG.COM)(PORT=2963))
    Service "orcl11g_XPT" has 1 instance(s).
    Instance "orcl11g", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:3 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    LSNRCTL>
    I am not able to see my tek10g 10g database details.
    I also checked my tnsnames.ora file which has the entries properly.
    Sqlnet.ora file has
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    How to solve this issue? Is that possible to run oracle 10g and oracle 11g in same host?
    Thanks in Advance...
    regards,
    Manikandan

    The approach I would take, in general is:
    1) pick a listener, and only one. Get that working.
    2) Make sure all the databases register to that listener
    3) Fix the TNSNAMES.ORA files appropriately.
    To fix the listener
    1) Verify the listener address matches the current environment
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oracle\app\oracle\product\10.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oracle\app\oracle\product\10.2.0\server)     << - MUST point to correct HOME
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
          (ADDRESS = (PROTOCOL = TCP)(HOST = myHOST)(PORT = myPORT))
      )where
    myHOST is this host's resolvable name or IP address
    myPORT is the port (default 1521) that the listener should monitor
    The HOST is often a problem if the machine uses DHCP.
    2) Register the databases
    On startup, database will auto-register to the listener defined in the init parameter 'LOCAL_LISTENER', which defaults to 'HOST={current_host}, PORT=1521'
    After startup, if the listener is taken down, you can register each database manually using the DBA command
    ALTER SYSTEM REGISTER;
    Either way, it should show up in the output of 'lsnrctl status'
    While you are accessing the database, you might want to find out which services the database supports. That can be done in SQLPlus using the command
    SHOW PARAMETER SERVICE_NAMES
    Note that the database name is the default service name.
    3) Fix [all] the TNSNAMES.ORA file[s].
    Each SERVICE_NAME from the previous list that you want to access from this client, yu should find an entry that looks like
    myTEST =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = myHOST)(PORT = myPORT))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = mySERVICE)
    myTEST is the alias I want to look up by using it as the connect target string.
    myHOST should match the HOST= entry in the LISTENER.ORA
    myPORT MUST match the PORT= entry in the LISTENER.ORA
    mySERVICE is the Service to which I am asking the listener to connect me, as found in the lsnrctl status output

Maybe you are looking for