ColdFusion MX7 with Sunone Webserver 7.0

Hi All,
I have an issue configuring my webserver with CF MX7.
The problem is the CF admin page opens when the Sun webserver
is not configured and CF uses its own internal webserver.
Once i configure Sun's webserver i get an error not opening
the admin page. It tries to open the admin page with notepad.
I am not sure whether CF MX7 is compatible with Sunone
webserver 7.0 or not?
Or all this is a totally different aspect of looking at it.
Anyone has any idea how to deal with this issue, kindly help
me out.
Thanks,
Vamsee.

It looks like we have never tested ColdFusion 7 with Sunone
7. Check out this Support matrix. It shows that only Sunone 6.x
versions are supported. Have you tried versions 6?
http://www.adobe.com/products/coldfusion/productinfo/systemreqs/fp_frameset.html

Similar Messages

  • Compatibility of ColdFusion MX7 with Vista OS

    Hi all,
    We are using Cold Fusion MX7 and are planning to make an
    Operating System move from Windows XP to Vista OS and IE7. This
    move is only for the client machines. There are no changes to the
    servers. Can anyone please let me know how compatible Cold Fusion
    MX7 is with the Vista OS and any facts that need to be remebered
    while making the move? Any help regarding this would be greatly
    appreciated.
    Thanks

    as long as you are not trying to install cf7 on a vista box
    you should
    have no problems :)
    as you said yourself, you are not changing anything on the
    server, so
    you should be ok. cf is a server technology, and does not
    care which
    os/browser (=client side) request the .cfm pages it
    processes.
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Problem in integrating sunone webserver with websphere app server

    Hello all
    I am trying to integrate sunone6.0 webserver with websphere5.0 app server. I did the following changes in sunone6.0 config files
    1) Added one directive to the obj.conf file after "<Object name=default>":
    Service fn="as_handler"
    2) Added two directives to the end of the magus.conf file:
    Init fn="load-modules" funcs="as_init,as_handler,as_term" shlib="/opt/WebSphere/AppServer/bin/libns41_http.so"
    Init fn="as_init" bootstrap.properties="/opt/WebSphere/AppServer/config/cells/plugin-cfg.xml"
    Can any one of u tell me how to check whether sunone webserver is redirecting request to webshere app server?
    i tried this url https://sunonewebserver:80/webapps/examples but i was not getting any result of that url.

    You might want to check here http://developers.sun.com/prodtech/webserver/
    and here http://developers.sun.com/
    These have forums and articles devoted to specific Sun products

  • Coldfusion MX7 error with file upload

    Hi all,         I am using coldfusion mx7 server. While upload an excel file with(97-2003) format, I am getting the following error:  Unable to construct record instance, the following exception occured: null
    I am getting this error when I enters some data and save in my  desktop with the format(97-2003) and after using a cfx tag to dump the  uploaded data, I am getting this error. But if I just upload the  template only without entering any data it will shows/dump the column  names in template..
    Is there any way to upload the same excel file with MX7?
    Thanks in advance

    To answer your final question: yes of course it's possible to upload any file type with any version of CF.  One has no dependency on the other.
    As for the rest of it: without seeing some code, it's impossible to really:
    a) understand what you're asking;
    b) work out what might be causing the problem.
    Adam

  • How to redirect on htttp to https with www redirect of coldfusion mx7?

    Hi any one help me  - How to redirect on htttp to https with www redirect of coldfusion mx7?

    I used below code. its working perfectly. thanks a lot. 
    <cfif (CGI.SERVER_NAME EQ "site.com") and (CGI.https NEQ "on")>
    <cfheader statuscode="301" statustext="Moved permanently">
    <cfheader name="Location" value="https://www.site.com#CGI.SCRIPT_NAME#">
    </cfif>
    <cfif (CGI.SERVER_NAME EQ "www.site.com") and (CGI.https NEQ "on")>
    <cfheader statuscode="301" statustext="Moved permanently">
    <cfheader name="Location" value="https://www.site.com#CGI.SCRIPT_NAME#">
    </cfif>
    <cfif CGI.SERVER_NAME EQ "site.com">
    <cfheader statuscode="301" statustext="Moved permanently">
    <cfheader name="Location" value="http://www.site.com#CGI.SCRIPT_NAME#">
    </cfif>

  • Issue with WebPass for Sunone webserver.

    Hi,
    I installed sunone web server 6.1 and OAM WebPass for Sunone webserver. When i installed sunone webserver and started the same it worked fine but after installing webpass for sunone webserver and when i try to start webserver i am getting the following error:
    Server Start Up
    Status:
    [https-aldggni.dummy.com.]: start failed. (0: Error 0)
    [https-aldggni.dummy.com.]: Sun ONE Web Server 6.1SP10 (64-Bit) B09/04/2008 12:11
    [https-aldggni.dummy.com.]: failure: CORE3170: Configuration initialization failed: Error running init function load-modules: dlopen of /exaccess08/home/oracle/OAM/Webcomponent/identity/oblix/lib/libgcc_s.so.1 failed (ld.so.1: webservd: fatal: /exaccess08/home/oracle/OAM/Webcomponent/identity/oblix/lib/libgcc_s.so.1: wrong ELF class: ELFCLASS32)
    [https-aldggni.dummy.com.]: failure: server initialization failed
    Error
    An error occurred during startup.
    The server https-aldggni.dummy.com. was not started.
    THis complete installation is on Solaris Sprac 10. Any help on this is highly appreciated.
    Thanks

    The webpass requires a 32-bit version of SunOne WebServer.
    The certification matrix shows the supported platforms-
    http://www.oracle.com/technology/software/products/ias/files/idm_certification_101401.html#BABGCCGA

  • ColdFusion MX7 Error When Starting Apache2Triad

    I just installed the ColdFusion MX7 trial on my local
    machine. When I try to start the Apache2Triad (uses Apache 2.2.0)
    service it fails to start and the following error is written to the
    system log file:
    quote:
    The Apache service named Apache2Triad Apache 2 Service
    reported the following error:
    >>>httpd.exe: Syntax error on line 1116 of
    C:/apache2triad/conf/httpd.conf: Cannot load
    C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so into
    server: The specified procedure could not be found.
    The following was written to the Apache conf file by
    ColdFusion when installed:
    quote:
    # JRun Settings
    LoadModule jrun_module
    "C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so"
    <IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore
    "C:/CFusionMX7/runtime/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51011
    #JRunConfig Errorurl <optionally redirect to this URL on
    errors>
    #JRunConfig ProxyRetryInterval 600
    #JRunConfig ConnectTimeout 15
    #JRunConfig RecvTimeout 300
    #JRunConfig SendTimeout 15
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr
    .cfswf
    </IfModule>
    My Apache service starts with the following command line (in
    case this is important):
    quote:
    "C:\apache2triad\bin\httpd.exe" -n Apache2 -k runservice
    I posted this on the Apache2Triad forum and the response was:
    quote:
    this means that apache has problems with a library needed by
    that module , it can be anything , missing file , conflicting
    version
    So, is this an Apache problem or is this something similar to
    this post:
    CFMX
    7 installation problem

    I just installed the ColdFusion MX7 trial on my local
    machine. When I try to start the Apache2Triad (uses Apache 2.2.0)
    service it fails to start and the following error is written to the
    system log file:
    quote:
    The Apache service named Apache2Triad Apache 2 Service
    reported the following error:
    >>>httpd.exe: Syntax error on line 1116 of
    C:/apache2triad/conf/httpd.conf: Cannot load
    C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so into
    server: The specified procedure could not be found.
    The following was written to the Apache conf file by
    ColdFusion when installed:
    quote:
    # JRun Settings
    LoadModule jrun_module
    "C:/CFusionMX7/runtime/lib/wsconfig/1/mod_jrun20.so"
    <IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore
    "C:/CFusionMX7/runtime/lib/wsconfig/1/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51011
    #JRunConfig Errorurl <optionally redirect to this URL on
    errors>
    #JRunConfig ProxyRetryInterval 600
    #JRunConfig ConnectTimeout 15
    #JRunConfig RecvTimeout 300
    #JRunConfig SendTimeout 15
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr
    .cfswf
    </IfModule>
    My Apache service starts with the following command line (in
    case this is important):
    quote:
    "C:\apache2triad\bin\httpd.exe" -n Apache2 -k runservice
    I posted this on the Apache2Triad forum and the response was:
    quote:
    this means that apache has problems with a library needed by
    that module , it can be anything , missing file , conflicting
    version
    So, is this an Apache problem or is this something similar to
    this post:
    CFMX
    7 installation problem

  • Problem starting the sunone webserver 6.1 sp4

    Hi,
    I am facing problem with starting sunone webserver 6.1 sp4.
    Server is starting fine on one of the IPs configured on the box but not starting on other IPs although these IPs are pingable.I assign port nos.
    I am getting following logs.
    Server Start Up
    Status:
    *[https-test]: start failed. (0: SSL_ERROR_NO_CERTIFICATE: unable to find the certificate or key necessary for authentication)*
    *[https-test]: Sun ONE Web Server 6.1SP4 B01/20/2005 17:43*
    *[https-test]: fine: Emulating writev for filter http-compression*
    *[https-test]: fine: Emulating sendfile for filter http-compression*
    *[https-test]: fine: HTTP3063: KeepAliveTimeout is 30 seconds (default value)*
    *[https-test]: fine: HTTP3067: PostThreadsEarly set to off*
    *[https-test]: fine: createAdminChannel()*
    *[https-test]: fine: CORE3047: Server spawned worker process 25518*
    *[https-test]: fine: HTTP5169: User authentication cache entries expire in 120 seconds.*
    *[https-test]: fine: HTTP5170: User authentication cache holds 200 users*
    *[https-test]: fine: HTTP5171: Up to 4 groups are cached for each cached user.*
    *[https-test]: info: CORE3016: daemon is running as super-user*
    *[https-test]: fine: HTTP4207: file cache module initialized (API versions 1 through 1)*
    *[https-test]: fine: HTTP4302: file cache has been initialized*
    *[https-test]: fine: HTTP3066: MaxKeepAliveConnections set to 256*
    *[https-test]: warning: CORE1251: On group ls1, servername test does not match subject "login.secure.com" of certificate Server-Cert.*
    *[https-test]: warning: CORE1250: In secure virtual server https-test, urlhost test does not match subject "login.secure.com" of certificate Server-Cert.*
    *[https-test]: fine: Installed configuration 1*
    *[https-test]: fine: jvm stickyAttach: 1*
    *[https-test]: fine: jvm option: -DJAVA_HOME=/opt/software/sunone/bin/https/jdk*
    *[https-test]: fine: jvm option: -Dcom.sun.web.installRoot=/opt/software/sunone*
    *[https-test]: fine: jvm option: -Dcom.sun.web.instanceRoot=/opt/software/sunone*
    *[https-test]: fine: jvm option: exit*
    *[https-test]: fine: jvm option: vfprintf*
    *[https-test]: fine: jvm option: -Djava.security.auth.login.config=/opt/software/sunone/https-test/config/login.conf*
    *[https-test]: fine: jvm option: -Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager*
    *[https-test]: fine: jvm option: -Xmx256m*
    *[https-test]: fine: jvm option: -Djava.class.path=/opt/software/sunone/bin/https/jar/webserv-rt.jar:/opt/software/sunone/bin/https/jdk/lib/tools.jar:/opt/software/sunone/bin/https/jar/webserv-ext.jar:/opt/software/sunone/bin/https/jar/webserv-jstl.jar:/opt/software/sunone/bin/https/jar/ktsearch.jar::*
    *[https-test]: fine: Emulating writev for filter j2ee-filter*
    *[https-test]: fine: Emulating sendfile for filter j2ee-filter*
    *[https-test]: fine: reinitializeLogger: javax.enterprise.system.core com.sun.logging.enterprise.system.core.LogStrings FINEST*
    *[https-test]: fine: reinitializeLogger: null FINEST*
    *[https-test]: fine: reinitializeLogger: global null FINEST*
    *[https-test]: fine: reinitializeLogger: javax.enterprise.system.util com.sun.logging.enterprise.system.util.LogStrings FINEST*
    *[https-test]: fine: reinitializeLogger: javax.enterprise.system.core.config com.sun.logging.enterprise.system.core.config.LogStrings FINEST*
    *[https-test]: info: CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.4.2_04] from [Sun Microsystems Inc.]*
    *[https-test]: fine: initializeServerLogger: javax.enterprise.system.core.classloading com.sun.logging.enterprise.system.core.classloading.LogStrings FINEST*
    *[https-test]: fine: initializeServerLogger: javax.enterprise.system.container.web com.sun.logging.enterprise.system.container.web.LogStrings FINEST*
    *[https-test]: fine: WEB7101: Naming Service has been successfully initialized.*
    *[https-test]: fine: initializeServerLogger: javax.enterprise.resource com.sun.logging.enterprise.resource.LogStrings FINEST*
    *[https-test]: fine: WEB7010: Resource Manager has been successfully initialized.*
    *[https-test]: fine: initializeServerLogger: javax.enterprise.system.core.security com.sun.logging.enterprise.system.core.security.LogStrings FINEST*
    *[https-test]: fine: Initializing configured realms.*
    *[https-test]: fine: FileRealm : file=/opt/software/sunone/https-test/config/keyfile*
    *[https-test]: fine: FileRealm : jaas-context=fileRealm*
    *[https-test]: fine: Reading file realm: /opt/software/sunone/https-test/config/keyfile*
    *[https-test]: fine: Configured realm: file*
    *[https-test]: fine: NativeRealm: auth-db= null (will use default)*
    *[https-test]: fine: NativeRealm : jaas-context=nativeRealm*
    *[https-test]: fine: Configured realm: native*
    *[https-test]: fine: LDAPRealm : directory=ldap://localhost:389*
    *[https-test]: fine: LDAPRealm : base-dn=o=isp*
    *[https-test]: fine: LDAPRealm : jndiCtxFactory=com.sun.jndi.ldap.LdapCtxFactory*
    *[https-test]: fine: LDAPRealm : jaas-context=ldapRealm*
    *[https-test]: fine: LDAPRealm : mode=find-bind*
    *[https-test]: fine: LDAPRealm : search-filter=uid=%s*
    *[https-test]: fine: LDAPRealm : group-base-dn=o=isp*
    *[https-test]: fine: LDAPRealm : group-search-filter=uniquemember=%d*
    *[https-test]: fine: LDAPRealm : group-target=cn*
    *[https-test]: fine: LDAPRealm : search-bind-dn=null*
    *[https-test]: fine: LDAPRealm : search-bind-password=null*
    *[https-test]: fine: LDAPRealm : pool-size=5*
    *[https-test]: fine: LDAPRealm : authentication=simple*
    *[https-test]: fine: Configured realm: ldap*
    *[https-test]: finest: Realm: getInstance returning realm :native*
    *[https-test]: fine: Default realm is set to: native*
    *[https-test]: fine: Application server configuration file: /opt/software/sunone/https-test/config/server.xml*
    *[https-test]: fine: Application Server default locale is en*
    *[https-test]: fine: Web container log level: FINEST*
    *[https-test]: finer: Creating engine*
    *[https-test]: finer: Adding engine (org.apache.catalina.core.StandardEngine/1.0)*
    *[https-test]: info: WEB0100: Loading web module in virtual server [https-test] at [search]*
    *[https-test]: finer: Creating Loader with parent class loader 'sun.misc.Launcher$AppClassLoader@67ac19'*
    *[https-test]: fine: WebModule[search]: Setting delegate to false*
    *[https-test]: fine: Default role is: ANYONE*
    *[https-test]: fine: WEB0100: Loading web module in virtual server [https-test] at []*
    *[https-test]: finer: Creating Loader with parent class loader 'sun.misc.Launcher$AppClassLoader@67ac19'*
    *[https-test]: fine: WebModule[]: Setting delegate to false*
    *[https-test]: fine: Successfully initialized web application environment for virtual server [https-test]*
    *[https-test]: finer: Starting embedded server*
    *[https-test]: finer: Naming prefixes property is set to: org.apache.naming*
    *[https-test]: finer: Naming initial context factory property is set to: org.apache.naming.java.javaURLContextFactory*
    *[https-test]: finer: WebModule[search]: Starting*
    *[https-test]: finer: WebModule[search]: Processing start(), current available=false*
    *[https-test]: finer: WebModule[search]: Configuring default Resources*
    *[https-test]: finer: WebModule[search]: Processing standard container startup*
    *[https-test]: finer: WebappLoader[search]: WEB3106: Deploying class repositories to work directory /opt/software/sunone/https-test/ClassCache/https-test/search*
    *[https-test]: finer: WebappLoader[search]: WEB3107: Deploy JAR /WEB-INF/lib/messages.jar to /opt/software/sunone/bin/https/webapps/search/WEB-INF/lib/messages.jar*
    *[https-test]: finer: StandardManager[search]: WEB3421: Seeding random number generator class java.security.SecureRandom*
    *[https-test]: finer: StandardManager[search]: WEB3417: Seeding of random number generator has been completed*
    *[https-test]: finer: ContextConfig[search]: WEB3539: ContextConfig: Processing START*
    *[https-test]: finer: WebModule[search]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'*
    *[https-test]: finer: WebModule[search]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'*
    *[https-test]: finer: ContextConfig[search]: Scanning web.xml tag libraries*
    *[https-test]: finer: ContextConfig[search]: URI='/search', ResourcePath='/WEB-INF/sun-web-search.tld'*
    *[https-test]: finer: ContextConfig[search]: tldConfigJar(/WEB-INF/sun-web-search.tld): java.util.zip.ZipException: error in opening zip file*
    *[https-test]: finer: ContextConfig[search]: URI='/jstl-fmt', ResourcePath='/WEB-INF/fmt.tld'*
    *[https-test]: finer: ContextConfig[search]: tldConfigJar(/WEB-INF/fmt.tld): java.util.zip.ZipException: error in opening zip file*
    *[https-test]: finer: ContextConfig[search]: Scanning library JAR files*
    *[https-test]: finest: Realm name has been set to: native*
    *[https-test]: finest: Realm: getInstance returning realm :native*
    *[https-test]: finest: The realm native is a NativeRealm.*
    *[https-test]: finer: ContextConfig[search]: Pipeline Configuration:*
    *[https-test]: finer: ContextConfig[search]: org.apache.catalina.core.StandardContextValve/1.0*
    *[https-test]: finer: ContextConfig[search]: ======================*
    *[https-test]: finer: WebModule[search]: Configuring application event listeners*
    *[https-test]: finer: WebModule[search]: Sending application start events*
    *[https-test]: finer: WebModule[search]: Starting filters*
    *[https-test]: finer: WebModule[search]: Posting standard context attributes*
    *[https-test]: finer: StandardWrapper[search:invoker]: WEB2770: Loading container servlet invoker*
    *[https-test]: info: WEB2798: [search] ServletContext.log(): WEB3946: Parent class loader is: WebappClassLoader*
    *[https-test]: available:*
    *[https-test]: delegate: false*
    *[https-test]: repositories:*
    *[https-test]: required:*
    *[https-test]: ----------> Parent Classloader:*
    *[https-test]: sun.misc.Launcher$AppClassLoader@67ac19*
    *[https-test]:*
    *[https-test]: info: WEB2798: [search] ServletContext.log(): WEB3945: Scratch dir for the JSP engine is: /opt/software/sunone/https-test/ClassCache/https-test/search*
    *[https-test]: info: WEB2798: [search] ServletContext.log(): WEB3947: IMPORTANT: Do not modify the generated servlets*
    *[https-test]: finer: WebModule[search]: Starting completed*
    *[https-test]: finer: WebModule[]: Starting*
    *[https-test]: finer: WebModule[]: Processing start(), current available=false*
    *[https-test]: finer: WebModule[]: Configuring default Resources*
    *[https-test]: finer: WebModule[]: Processing standard container startup*
    *[https-test]: finer: WebappLoader[]: WEB3106: Deploying class repositories to work directory /opt/software/sunone/https-test/ClassCache/https-test/default-webapp*
    *[https-test]: finer: StandardManager[]: WEB3421: Seeding random number generator class java.security.SecureRandom*
    *[https-test]: finer: StandardManager[]: WEB3417: Seeding of random number generator has been completed*
    *[https-test]: finer: ContextConfig[]: WEB3539: ContextConfig: Processing START*
    *[https-test]: finer: WebModule[]: Setting deployment descriptor public ID to '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'*
    *[https-test]: finer: ContextConfig[]: WEB3523: Missing application web.xml, using defaults only*
    *[https-test]: finer: ContextConfig[]: Scanning web.xml tag libraries*
    *[https-test]: finer: ContextConfig[]: Scanning library JAR files*
    *[https-test]: finest: Realm name has been set to: native*
    *[https-test]: finest: Realm: getInstance returning realm :native*
    *[https-test]: finest: The realm native is a NativeRealm.*
    *[https-test]: finer: ContextConfig[]: Pipeline Configuration:*
    *[https-test]: finer: ContextConfig[]: org.apache.catalina.core.StandardContextValve/1.0*
    *[https-test]: finer: ContextConfig[]: ======================*
    *[https-test]: finer: WebModule[]: Configuring application event listeners*
    *[https-test]: finer: WebModule[]: Sending application start events*
    *[https-test]: finer: WebModule[]: Starting filters*
    *[https-test]: finer: WebModule[]: Posting standard context attributes*
    *[https-test]: finer: StandardWrapper[:invoker]: WEB2770: Loading container servlet invoker*
    *[https-test]: info: WEB2798: [] ServletContext.log(): WEB3946: Parent class loader is: WebappClassLoader*
    *[https-test]: available:*
    *[https-test]: delegate: false*
    *[https-test]: repositories:*
    *[https-test]: required:*
    *[https-test]: ----------> Parent Classloader:*
    *[https-test]: sun.misc.Launcher$AppClassLoader@67ac19*
    *[https-test]:*
    *[https-test]: finer: WebModule[]: Starting completed*
    *[https-test]: fine: Adding web module : context = /search, location = /opt/software/sunone/bin/https/webapps/search*
    *[https-test]: fine: adding pattern "/advanced" for resource "AdvSearchServlet"*
    *[https-test]: fine: adding pattern "/servlet/*" for resource "invoker"*
    *[https-test]: fine: adding pattern "*.jsp" for resource "jsp"*
    *[https-test]: fine: Adding web module : context = , location = /opt/software/sunone/docs*
    *[https-test]: fine: adding pattern "*.jsp" for resource "jsp"*
    *[https-test]: fine: adding pattern "/servlet/*" for resource "invoker"*
    *[https-test]: fine: Waiting until the server is ready*
    *[https-test]: startup failure: could not bind to 172.26.51.90:443 (Cannot assign requested address)*
    *[https-test]: failure: HTTP3127: [LS ls1] https://172.26.51.90:443: Error creating socket (Cannot assign requested address)*
    *[https-test]: failure: HTTP3094: 1 listen sockets could not be created*
    *[https-test]: failure: CORE3186: Failed to set configuration*
    *[https-test]: failure: server initialization failed*
    Please suggest/help.
    Regards,
    Ashfaque

    The error message "Cannot assign requested address" means exactly that: Web Server has been configured to listen for requests on an IP address for which your operating system is not configured. You can a) change your Web Server configuration so it listens on 0.0.0.0 (meaning all configured IP addresses), b) change your Web Server configuration so it listens on a specific IP address for which your operating system is configured, or c) configure your operating system for IP address 172.26.51.90.
    The problem is not related to certificates or ports.

  • JDBC Sessions in SunOne WebServer and

    Has anyone in here worked with JDBC sessions in SunOne Webserver 6.1 ( with ASE 12.5.x / JDBC JConnect 5.x of course )?
    In SunOne 6.1 webserver, you can specifically tell it to use JDBC for session persistence:
         http://docs.sun.com/source/817-1833-10/pwasessn.html
    ... by using "com.iplanet.server.http.session.JdbcStore" as the "session-data-store" property. It also goes on to allow you to specify the actual column names that are used, etc...
    According to the URL above, the columns are:
    create table sessions
    SessionID VARCHAR(100),
    AccessTime NUMERIC(9),
    TimeOut NUMERIC(9),
    Value VARBINARY(4096)
    2) What indexes are required here ??
    e.g. I presume you'll need to have a unique index on the SessionID column, and perhaps an index on AccessTime ( for the repear to delete expired sessions )
    3) Any working example sun-web.xml using JdbcStore ??
    Thanks,
    John

    2) What indexes are required here ??
    e.g. I presume you'll need to have a unique index on
    the SessionID column, and perhaps an index on
    AccessTime ( for the repear to delete expired
    sessions )You are correct on both accounts. Those are the only needed indexes as none of the other columns are used ias selection criterion.
    >
    >
    3) Any working example sun-web.xml using JdbcStore
    ??Unfortunately, our collection of samples does not include one, but I do know of customers using this Store.

  • ColdFusion MX7 on Windows Server 2008 R2 / IIS 7.5

    After configuration, have developed the ColdFusion MX7 installation to Windows Server 2008 R2 64 bits and System for the installation of Office 2000, but in running the following code segment, abnormal.
    code:
    <cftry>
        <cfobject type="COM" name="PPT"
    class="PowerPoint.Application" action="CREATE">
       <cfset variables.stLocalTemp=StructNew()>
       <cfset Pres = PPT.Presentations.Open
    ("abcd.ppt", true, False, False)> 
       <cfset resultjx=Pres.Close()>
       <cfset resultjx=PPT.Quit()>
       <cfset Pres = "">
       <cfset PPT = "">    
      <cfcatch>
        <cfoutput>Error in PPT2JPG CFC:
    #cfcatch.message# #cfcatch.detail#</cfoutput>
       </cfcatch> 
      </cftry>
    Exception:
    An exception occurred when executing a Com method. The cause of this
    exception was that: AutomationException: 0x80004005 - PowerPoint ??¨′
    ò?a′???t?£ in 'Microsoft PowerPoint 2000'.
    Who knows the cause of abnormal, do me a favor.

    Hi Peter,
    Please check if the IPv4 Address and Domain Restrictions feature can help you to achieve target. For more details,
    please refer to following article.
    FTP IPv4 Address and Domain Restrictions
    Page
    In addition, I agree with SenneVL. This issue seems to be more related to IIS configuration. As SenneVL suggested,
    you would post your question in IIS Forum. I believe we will get a better assistance there.
    Hope this helps.
    Best regards,
    Justin Gu

  • Cron Job to start SunOne WebServer

    Hello,
    I installed the SunOne Webserver in Linux AS 4 as OS level. I try to create a cron job to stop and start the WebSever every night. The stop is quite simple to create a cron job. However, the start script is a bit tricky since I will have to key in the Token (password) as I manual start the script. How do I create a cron job to start the Web Server like this?
    I used the Web server to do datatel's webadvisor. I just don't know how to configure the SunOne Web Server 6.1 (SP5) to the best interface with webadvisor. Does any one have this kind of experience please share with me?
    Your thought would be greatly appreciated!!!!

    mle wrote:
    Hello,
    I installed the SunOne Webserver in Linux AS 4 as OS level. I try to create a cron job to stop and start the WebSever every night. Why on earth would you want to do that? This is Linux, not Windows.
    My guess is that you have memory leaks that benefit from a bounce to set the clock back to zero on a daily basis.
    My advice would be to fix the leaks and don't bounce the server that way.
    If the leaks originate with the app server, get one that doesn't leak.
    Does any one have this kind of experience please share with me?Sounds like a very bad idea. I'd fix the root problem first.
    %

  • WebServices in SunONE Webserver 6

    Hi,
    did anybody successfully enable WebServices on S1 WebServer (SP 5)?
    We tried to enable WebServices by installing the extra jars that come with WebServices Developer Pack into the SunONE WebServer. But the examples of the WSDP don't work.
    Any idea how to enable JAXRPC and JAXM on SunONE WebServer?

    Hi,
    I am also having same requirement, deploy java webservices in SunONE Webserver 6.
    please tell me what you did for your requirement
    Thanks
    Chandra

  • Need Paths For Configuration Apache 2.2 And Coldfusion MX7

    Please provide the default configuration directory and also
    the directory and file name of the server binary for the drop down
    configuration list in Cold Fusion to configure Coldfusion MX7 to
    work with Apache 2.2. I need this immediately. I thank you in
    advance!!!!!

    Is this what you are looking for?
    http://www.adobe.com/go/8001e97
    Ken Ford
    Adobe Community Expert
    Fordwebs, LLC
    http://www.fordwebs.com
    "spinaweb" <[email protected]> wrote in
    message news:ervso2$n7c$[email protected]..
    > Please provide the default configuration directory and
    also the directory and
    > file name of the server binary for the drop down
    configuration list in Cold
    > Fusion to configure Coldfusion MX7 to work with Apache
    2.2. I need this
    > immediately. I thank you in advance!!!!!
    >

  • ColdFusion MX7 Reports Hang

    Please see the stack trace below from FusionReactor.  This just started two weeks ago, we had been running great for over three months with no issues like this.  In the past we had seen this once a month or so, but never spent much time on it because it was very infrequent.  Thanks in advance for your help.
    Thread Stack Trace
    Trace Time:   11:47:06.631 16-May-2013
    Request ID:   3273
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:35:37.258 16-May-2013
    Exec Time:    689373ms
    Memory Used:  (8%)41,056KB
    Memory Free:  463,839KB
    Thread ID:    jrpp-164
    Priority:     5
    Hashcode:     8928918
    "jrpp-164" prio=5 tid=0x039a75c0 nid=0x1ed0 waiting on condition
     at java.lang.Thread.sleep(Native Method)
     at coldfusion.runtime.report.Report.runReport(Report.java:323)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.740 16-May-2013
    Request ID:   3313
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:36:36.404 16-May-2013
    Exec Time:    630336ms
    Memory Used:  (9%)46,857KB
    Memory Free:  458,038KB
    Thread ID:    jrpp-143
    Priority:     5
    Hashcode:     6763345
    "jrpp-143" prio=5 tid=0x037c80b0 nid=0x1ce4 in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3375
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:41:31.919 16-May-2013
    Exec Time:    334837ms
    Memory Used:  (8%)45,188KB
    Memory Free:  459,707KB
    Thread ID:    jrpp-203
    Priority:     5
    Hashcode:     11587838
    "jrpp-203" prio=5 tid=0x08faf5e8 nid=0x1d44 in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3416
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:42:08.853 16-May-2013
    Exec Time:    297903ms
    Memory Used:  (8%)42,401KB
    Memory Free:  462,494KB
    Thread ID:    jrpp-241
    Priority:     5
    Hashcode:     3455229
    "jrpp-241" prio=5 tid=0x0381be88 nid=0x3ec in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3646
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:46:12.916 16-May-2013
    Exec Time:    53840ms
    Memory Used:  (9%)50,379KB
    Memory Free:  454,516KB
    Thread ID:    jrpp-172
    Priority:     5
    Hashcode:     31620022
    "jrpp-172" prio=5 tid=0x03a45a10 nid=0xf70 in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3649
    Script Name:  https://ecm.wvdrs.org/ecm/fms/index.cfm
    Started:      11:46:13.947 16-May-2013
    Exec Time:    52809ms
    Memory Used:  (9%)48,752KB
    Memory Free:  456,143KB
    Thread ID:    jrpp-236
    Priority:     5
    Hashcode:     6502586
    "jrpp-236" prio=5 tid=0x03a44760 nid=0x14f4 in Object.wait()
     at java.lang.Object.wait(Native Method)
     - waiting on <0x14680e08> (a java.lang.Object)
     at java.lang.Object.wait(Unknown Source)
     at coldfusion.runtime.report.Report.CheckOut(Report.java:656)
     - locked <0x14680e08> (a java.lang.Object)
     at coldfusion.runtime.report.Report.runReport(Report.java:214)
     at coldfusion.tagext.lang.ReportTag.doEndTag(ReportTag.java:467)
     at cfdsp_viewreport2ecfm918356850.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\dsp_view report.cfm:47)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_Switch2ecfm1729482829._factor20(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:378)
     at cffbx_Switch2ecfm1729482829._factor21(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:363)
     at cffbx_Switch2ecfm1729482829._factor34(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:354)
     at cffbx_Switch2ecfm1729482829._factor35(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switc h.cfm:1)
     at cffbx_Switch2ecfm1729482829.runPage(D:\Inetpub\wwwroot\ecm\FMS\Authorizations\fbx_Switch. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cffbx_fusebox30_CF502ecfm709174367._factor4(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:241)
     at cffbx_fusebox30_CF502ecfm709174367._factor5(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50 .cfm:1)
     at cffbx_fusebox30_CF502ecfm709174367.runPage(D:\Inetpub\wwwroot\ecm\FMS\fbx_fusebox30_CF50. cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfindex2ecfm441293188.runPage(D:\Inetpub\wwwroot\ecm\FMS\index.cfm:94)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Thread Stack Trace
    Trace Time:   11:47:06.756 16-May-2013
    Request ID:   3716
    Script Name:  https://ecm.wvdrs.org/ecm/case/case.cfm?form=actionComment&amp;CID=107559
    Started:      11:47:06.303 16-May-2013
    Exec Time:    453ms
    Memory Used:  (9%)45,923KB
    Memory Free:  458,972KB
    Thread ID:    jrpp-160
    Priority:     5
    Hashcode:     23728670
    "jrpp-160" prio=5 tid=0x039a4620 nid=0x19b0 runnable
     at java.net.SocketInputStream.socketRead0(Native Method)
     at java.net.SocketInputStream.read(Unknown Source)
     at macromedia.jdbc.sqlserver.SQLServerByteOrderedDataReader.readPacketIntoPrimaryBuffer(Unkn own Source)
     at macromedia.jdbc.sqlserver.SQLServerByteOrderedDataReader.receive(Unknown Source)
     at macromedia.jdbc.sqlserver.tds.TDSRequest.receive(Unknown Source)
     at macromedia.jdbc.sqlserver.tds.TDSExecuteRequest.submitRequest(Unknown Source)
     at macromedia.jdbc.sqlserver.SQLServerImplStatement.execute(Unknown Source)
     at macromedia.jdbc.base.BaseStatement.commonExecute(Unknown Source)
     at macromedia.jdbc.base.BaseStatement.executeInternal(Unknown Source)
     at macromedia.jdbc.base.BaseStatement.execute(Unknown Source)
     - locked <0x10ae36c8> (a macromedia.jdbc.sqlserver.SQLServerConnection)
     at coldfusion.server.j2ee.sql.JRunStatement.execute(JRunStatement.java:212)
     at coldfusion.sql.Executive.executeQuery(Executive.java:705)
     at coldfusion.sql.Executive.executeQuery(Executive.java:638)
     at coldfusion.sql.Executive.executeQuery(Executive.java:599)
     at coldfusion.sql.SqlImpl.execute(SqlImpl.java:236)
     at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:498)
     at cfactionComment2ecfm627287827.runPage(D:\Inetpub\wwwroot\ecm\Case\actionComment.cfm:26)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908)
     at cfcase2ecfm50633854._factor20(D:\Inetpub\wwwroot\ecm\Case\case.cfm:715)
     at cfcase2ecfm50633854._factor21(D:\Inetpub\wwwroot\ecm\Case\case.cfm:242)
     at cfcase2ecfm50633854.runPage(D:\Inetpub\wwwroot\ecm\Case\case.cfm:1)
     at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
     at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
     at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
     at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210)
     at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
     at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
     at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
     at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
     at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
     at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
     at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
     at coldfusion.CfmServlet.service(CfmServlet.java:105)
     at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doHttpServletRequest(FusionRea ctorCoreFilter.java:503)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFusionRequest(FusionReactorC oreFilter.java:337)
     at com.intergral.fusionreactor.filter.FusionReactorCoreFilter.doFilter(FusionReactorCoreFilt er.java:246)
     at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(FusionReactorFilter.java: 121)
     at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
     at jrun.servlet.FilterChain.service(FilterChain.java:101)
     at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
     at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
     at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
     at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
     at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
     at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
     at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
     at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
     at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    sunil106 wrote:
    > How can I backup coldfusion mx7 configuration and data
    sources?
    The datasources depends on the type, most databases have
    dedicated tools
    for backups. For CF configuration I do a nightly filesystem
    backup of
    all files with the following extensions:
    *.xml
    *.properties
    *.config
    Jochem
    Jochem van Dieten
    Adobe Community Expert for ColdFusion

  • ColdFusion MX7 and Javascript

    I have a .cfm file which includes a .js file and then calls a
    newWin() function in the javascript file, as shown below :
    <script language="JavaScript1.2">
    <cfinclude
    template="#request.sharedJSDir#/window_operation.js">
    </script>
    <a
    href="javascript:newWin('D','<cfoutput>#request.http#/#request.daito_dir#</cfoutput>/inde x.cfm');"><img
    src="<cfoutput>#request.sharedImageDir#</cfoutput>/main_menu/logo_daito.gif"
    border="0"></a>
    The newWin() function i the .js file is as below :
    function newWin(a,b)
    var win_name=a+"_appwin";
    var path_x=b;
    var i=newwin.length;
    win_namearray
    =win_name;
    newwin=window.open(path_x,win_name,"left=0,top=0,width=1050,height=650,toolbar=no,location=no,st atus=yes,menubar=yes,scrollbars=no,resizable=yes");
    newwin
    .focus();
    This code works with ColdFusion 5.0 and now I am trying to
    get this to work with ColdFusion MX7. However, it gives an error on
    page as below :
    Line : 1
    Char: 1
    Error : Object expected
    Code: 0
    Could anyone help me to understand this issue?

    idesdema wrote:
    > I haven't tried the first reply yet but Dan... will it
    not work?
    Dan was talking about converting an entire query from
    ColdFusion to some
    type of equivalent JavaScript variable. But your example code
    did not
    show this.
    If you are trying to get complex variables from ColdFusion to
    JavaScript
    such as arrays, structures or queries. You will want to
    investigate the
    <cfwddx...> tag.
    <head>
    <script type="text/javascript">
    <cfwddx action="CFML2JS"
    input="#myComplexVar#"
    topLevelVariable="myJSvar">
    </script>
    But your original post did not show this.
    idesdema wrote:
    > var point = new GLatLng(#cf1#,#cf2#);
    This shows basic simple values being output into a JS
    function, which my
    original post demonstrated.

Maybe you are looking for

  • Date Performance issue

    hi Guru's, I am using 11.1.6.8 OBIEE. One of my report is having performance issue when i dig into that i found that the date filter not applied in the SQL generated to send DB, due to that it is doing table scan, But strange thing is that when it di

  • How can i get the music ive copied from cd onto my new computer

       how can i get the music that i have copied from cd's on to my new computer.(the computer my phone was sync to blew up)  if i sync to the newit i will all the music  thats on my phone, 

  • Users in OBIEE 11g RPD

    Hi all , I have scenario where i need to apply data level security for few users. And i am trying to redefine the permissions for that user in RPD in offline mode , i failed to see those users in IDENTITY window. Can some one please tell me , how to

  • Software Raid and Kernel Panic (from wiki page) [SOLVED]

    I am trying to setup a RAID 5 array using the instructions on the wiki: http://wiki.archlinux.org/index.php/Ins … AID_or_LVM I get through the instructions (have actually done it several times now) and get the following error: io scheduler deadline r

  • Question related to UTL_FILE_DIR

    Hi, If we create a directoty using CREATE OR REPLACE diectory for external tables, does this value override the value specified for UTL_FILE_DIR parameter. What i meant here is will the directory path metioned in UTL_FILE_DIR be ignored after creatin