Problem with CFM 7

Hello Guys ,
I am new in this forum and i have a problema with coldfusion.
I have many sites in my CFM Server. A have a Windows 2003 SP2
32 Bits and ColdFusion MX
Version 7,0,2,142559.
Eventually, we received an error message for any failure in
JRun. Usually ODBC driver of the machine failure and restore the
access only after restart IIS Services and CFM.
How solve this problem?
Is there a good article on how to optimize the resources of
the server?
Thanks

Thanks Adam,
What does the actual error msg say?
* Server Error
The server encountered an internal error and was unable to
complete your request.
Could not connect to JRun Server.
* Maximum number of simultaneous requests;
* [Macromedia][Oracle JDBC Driver]Error establishing socket.
Unknown host;
* Invalid access to memory location.
What gets logged when the problems happesn?
*There are a lot off error messages. I don t no exatly wahat
message is intereting to post here. CAn you tell me with log is
more interesting to post here ?
What's running when the problem happens?
*In this machine we are running oonly IIS (web - smtp - ftp)
and Colfusion services.
How is yor JVM configured?
Java Version 1.4.2_09
Java Vendor Sun Microsystems Inc.
Java Vendor URL
http://java.sun.com/
Java Home C:\CFusionMX7\runtime\jre
Java VM Specification Version 1.0
Java VM Specification Vendor Sun Microsystems Inc.
Java VM Specification Name Java Virtual Machine Specification
Java VM Version 1.4.2_09-b05
Java VM Vendor Sun Microsystems Inc.
Java VM Name Java HotSpot(TM) Server VM
Java Specification Version 1.4
Java Specification Vendor Sun Microsystems Inc.
Java Specification Name Java Platform API Specification
Java Class Version 48.0
Java and JVM
Java virtual machine path C:/CFusionMX7/runtime/jre
Initial memory size 1500 MB
Maximum memory size 1500 MB
Can you help me ?

Similar Messages

  • Problem with application.cfm

    I'm just getting back into coldfusion after a few years...and
    i'm already running into a problem with the application.cfm
    What could cause this simple error when I try to go to a
    coldfusion page (the cfm page would load prior to adding the
    application.cfm). Also, can the application name be pretty much
    anything? Thanks!
    "unknown context error reached at the end of the CFML
    templateInvalid expression format. The usual cause is an error in
    the expression structure. The last successfully parsed CFML
    construct was the CFML template beginning occupying document
    position (1:1) to (1:1)."

    What are your Operating System, Coldfusion version and web
    server? What happens when you experiment with an application file
    as simple as this one?
    Application.cfm
    =============
    <cfapplication name="myApp"
    applicationtimeout="#createtimespan(1,0,0,0)#"
    sessiontimeout="#createtimespan(0,0,20,0)#"
    sessionmanagement="yes"
    setclientcookies="yes">

  • Problem with data not displaying in website

    Hello All,
       I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name)  we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
    Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
    If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
    Any thoughts or sugguestios on how to correct this?
    Thanks

    Yes, the user_maintenance.cfm is one of the forms that the data is not displaying on. There are multiple forms in the application and that just happens to be one of them. the login.cfm is just the login screen. Once you select your name and enter your password to the application then you can select the user maintenance form. If you select someones name the application should pull in all of that persons information. That is the problem, it is not pulling in any information on the user. We get a blank screen where data should be. When we use the IP address in the URL and select someones name in the user manintenance form, it pulls in all the data from that user as it should.

  • Problem with firewall and java on line sites internet explorer

    i have been experiencing problems with java on line games because the firewall has blocked usage.On two of them when i press play to play the game a message appears error on page.If i dowload mozilla will i have the same problems? also when downloading from my gmail account again error on page. When i donload your browser do i click on save or open?
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; WinNT-EVI 27.03.2010)

    Well... good; when we help each other here, we can't
    assume that any step has been taken, unless it's been
    specifically identified. I'm sure that makes it all
    the more frustrating, since you are a very experienced
    user.
    Now, then:
    -- since you have reinstalled the Java Update; and
    -- if you open your Help >> Installed Plug-ins, and
    scroll down the list and find these three items:
    Java Plug-in for Cocoa -- Java 1.4.2 "JavaPluginCocoa.bundle"
    Java Plug-in (CFM) -- Java 1.3.1 "Java Applet Plugin Enabler"
    Java Plug-in "Java Applet.plugin"
    -- and if Enable Java and Enable JavaScript are checked in:
    Safari >> Preferences >> Security, as you say they are; and
    -- if Enable Plug-ins is checked in the same section,
    as you say it is; and
    -- you have repaired permissions, as you say you have; and
    -- you have emptied your Cache; and
    -- your Icons folder ({YOU}/Library/Safari/Icons) has been
    trashed if it is over 750 KB; and
    -- you have Quit, then relaunched Safari after all this,
    as you say you have; and
    -- your {YOU}/Library/Caches and {YOU}/Library/Caches/Safari
    folders have read and write permissions
    ...then, I'm currently at a loss as to what else to suggest.

  • Problem with application-variables - CFLOCK?

    Hi,
    i have a problem with my application. It is a multi-user
    application with 100 parallel-users and CFMX 7.
    The problem wich occures is with application variables. These
    are mainly structs wich get filled onApplicationStart(). The
    problem is, that the variables suddenly disappear, they are empty.
    I have read about CFLock and found out, that it is necesseary
    to use cflock. And i found out, that onApplicationStart does
    correct locking automatically. That is where i do not understand
    the problem. The variables get intialized correctly and in further
    they only get read-access. Why can they be corrupted?
    My other question about that is, wheather i need cflock for
    all Read-Access to Application and Session-Variables, even if there
    happens no writing to the variables?
    Best Regards,
    Andreas

    > ?The element of position 2, of dimension 2, of an array
    object used as part of
    > an expression, cannot be found.?
    > The array is in this case the struct.
    Well, OK, that could be a problem. Arrays are not structs:
    they are two
    different things, are not interchangeable, and have
    completely different
    sets of functions to utilise them. You cannot treat a struct
    as an array.
    If CF is claiming your "struct" is an array, then it actually
    *is* an
    array, not a struct.
    What's the line of code which is generating that error?
    I suppose one could get this error if you have an array of
    structs thus:
    myArray
    .key1
    myArray.key2
    (etc)
    and you're trying to reference it with a numeric key rather
    than by key
    name, eg:
    myArray
    [n]
    When n is an integer value, rather than a string (which
    corresponds to the
    name of the key).
    > > Have you trapped the error, done a <cfdump>
    of the application scope and
    > > checked to see if it's the whole lot going awry, or
    just some values?
    > I have not used cfdump for it, because the server had to
    be immediately
    > restarted for our customers. But i think, that it is
    not completely empty,
    > because the index runs to pos2 of dimenstion2.
    So does this not happen in your dev / testing environment?
    > Will
    > onApplicationStart() be called before? Or only if
    onRequestStart() returns true?
    I would ***-u-me that the application one would be called
    before the
    request one. It's pretty easy for you to test this though, I
    should think?
    (Sorry: for reasons beyond the scope of this conversation,
    we're still
    forced to use Application.cfm in our software, so I've only a
    passing
    knowledge of how Application.cfc works).
    > Here is the code from onRequestStart()
    > <cffunction name="onRequestStart"
    returntype="boolean">
    > <cfargument name="Requestedpage" required="yes" />
    > <cfscript>
    > var lFile = "/cargorent/Login.cfm";
    > var iPosn = ListFindNoCase( lFile,
    Arguments.Requestedpage );
    > if( iPosn gt 0 )
    > return true;
    >
    > if( NOT IsDefined( "session.user.Loginname" ) or
    session.user.Loginname eq
    > "" )
    > {
    > WriteOutput( "<p><p> The current user is no
    longer valid, please log in
    > again.</p></p>" & chr(10) & chr(13)
    > WriteOutput( "<script
    language=""javascript"">parent.location = ""
    http://"
    > & CGI.HTTP_HOST &
    "/Login/Login.cfm"";</script>" );
    > return false;
    > }
    >
    > return true;
    > </cfscript>
    > </cffunction>
    One thing I will say here is that I really think you should
    be separating
    your processing from your display. A function should do
    processing. it
    should pass that processing back to a CFM template which
    should handle
    whatever needs to be displayed on the browser. Although
    that's nowt to do
    with your current issue.
    Adam

  • Problem with profiles in the site window

    Hey everyone,
    I've been looking all around the web for this and couldn't
    find it.
    I have a major problem with DW site window, more specifically
    the profiles: it is way too slow !!!!
    1. When i change from a site to another one, it takes up to
    10 sec.
    2. When i want to change the settings of a site it takes up
    to 20 sec to open the properties window...same as when I want to
    add a new one.
    3. Sometimes, the login/pass of my FTP acount is forgotten
    and i need to re-enter it !
    All the rest is fine and works perfectly as usual, so it may
    not look as my PC is involved...
    I've tried to uninstall and re-install DW but it does not
    work as the profiles may be stored somewhere else and as soon as I
    open my new DW, the sites are in !
    Can anyone could tell me where are stored those profiles so I
    could try to dump all about this and re-install DW.
    Thanks
    beefo

    > Sometimes, the login/pass of my FTP acount is forgotten
    and i need to
    > re-enter
    > it !
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=3491671c
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "beefo" <[email protected]> wrote in message
    news:f1uv98$a8$[email protected]..
    > Hey everyone,
    >
    > I've been looking all around the web for this and
    couldn't find it.
    > I have a major problem with DW site window, more
    specifically the
    > profiles: it
    > is way too slow !!!!
    >
    > When i change from a site to another one, it takes up to
    10 sec.
    > When i want to change the settings of a site it takes up
    to 20 sec to open
    > the
    > properties window...same as when I want to add a new
    one.
    >
    > Sometimes, the login/pass of my FTP acount is forgotten
    and i need to
    > re-enter
    > it !
    >
    > All the rest is fine and works perfectly as usual, so it
    is not my PC that
    > is
    > involved...
    >
    > I've tried to uninstall and re-install DW but it does
    not work as the
    > profiles
    > may be stored somewhere else and as soon as I open my
    new DW, the sites
    > are in !
    >
    > Can anyone coul tell me where are stored those profiles
    so I could try to
    > dump
    > all about this and re-install DW.
    >
    > Thanks
    >
    > beefo
    >

  • Problem with calling onApplicationStart() method

    Hi all,
         I have a problem with calling application.cfc's methods from coldfusion template. The problem is like when i am calling "onapplicationstart" method inside a cfml template i getting the error shown below
    The onApplicationStart method was not found.
    Either there are no methods with the specified method name and argument types or the onApplicationStart method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity.
    My code is like below.
    Application.cfc
    <cfcomponent hint="control application" output="false">
    <cfscript>
    this.name="startest";
    this.applicationtimeout = createtimespan(0,2,0,0);
    this.sessionmanagement = True;
    this.sessionTimeout = createtimespan(0,0,5,0);
    </cfscript>
    <cffunction name="onApplicationStart" returnType="boolean">
        <cfset application.myvar = "saurav">
    <cfset application.newvar ="saurav2">
        <cfreturn true>
    </cffunction>
    </cfcomponent>
    testpage.cfm
    <cfset variables.onApplicationStart()>
    I have tried to call the above method in different way also like
    1--- <cfset onApplicationStart()>
    i got error like this
    Variable ONAPPLICATIONSTART is undefined.
    2---<cfset Application.onApplicationStart()>
    The onApplicationStart method was not found.
    Either there are no methods with the specified method name and argument types or the onApplicationStart method is overloaded with argument types that ColdFusion cannot decipher reliably. ColdFusion found 0 methods that match the provided arguments. If this is a Java object and you verified that the method exists, use the javacast function to reduce ambiguity
    Please help me out.
    Thanks
    Saurav

    You can't just call methods in a CFC without a reference to that CFC. This includes methods in Application.cfc.
    What are you trying to do, exactly, anyway? You'd probably be better served by placing a call to onApplicationStart within onRequestStart in Application.cfc, if your goal is to refresh the application based on some condition:
    <cffunction name="onRequestStart">
         <cfif someCondition>
              <cfset onApplicationStart()>
         </cfif>
    </cffunction>
    Dave Watts, CTO, Fig Leaf Software
    http://www.figleaf.com/
    http://training.figleaf.com/

  • Problems with flah player i found a clue to solve

    Well, for everybody that is not being able to install flash
    player(including me) on internet explorer here is my history :
    I'm having problems to install flash player on internet
    explorer since adobe bought the company, i read a lot of posts from
    all kinds of forums without a clue on how to solve the problem, the
    adobe support for flash player is a joke, i tried everything on the
    support page and none of the solutions solved the problem, than i
    downloaded the full installer of flash player version 7 to try to
    install it cause i thought that the problem was the version, but
    before i tried to install version 7 i tryed to install the version
    9 on firefox; the result it worked(thanks god), i use firefox and
    ie on the same computer on the same user. I was intriged why flash
    installed on firefox and not on ie. Well than i tryed to install
    version 7 on ie but on the installation screen the installer only
    recognized the firefox browser, than i clicked on the button other
    browser to manually search ie, and for my suprise the installer
    wanst able to reach the file iexplore.exe, intriged by that i
    opened windows explorer to check if the file was there and it
    was!!! So i figured out that i wanst able to install flash player
    on ie cause it doenst recognized/found the iexplore.exe file. Thats
    a clue to solve the problem with ie if somebody have any idea on
    how to make flash find iexplorte.exe please post in the forum. At
    least if i wanna see any flash content i can use firefox to do it.
    And PLEASE ADOBE DO SOMETHING ABOUT IT, MANIFEST YOURSELF.

    ***A GOOD FIX***
    I was fighting with this problem for months and finally found
    a good fix. This is what I did:
    1. Use the uninstaller at Adobe's Web site following the
    instructions given here:
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14157
    2. Empty temporary files and internet cache and restart.
    3. Download the latest FlashPlayer version 9 from Adobe's web
    site here:
    http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
    At this point check and be sure that you have a file named
    "Flash.ocx" in both your Windows\ServicePackFiles\i386 and
    Windows\System32\Macromed\Flash folders, as well as the
    "Flash9.ocx" in the Windows\System32\Macromed\Flash folder. If you
    do, you have a good install.
    4. Download Flash8.ocx from www.rrdownloads.net/Flash.zip
    (I'm sure this file must be buried on Adobe's site somewhere, but I
    couldn't find; nonetheless, this is a safe link)
    5. Unzip the active x file into your
    Windows\System32\Macromed\Flash folder
    6. In the same Windows folder, rename "Flash9.ocx" to
    Flash-9.ocx (or anything else)
    7. Then rename the Flash8.ocx (from the downloaded zip file)
    to Flash9.ocx
    Restart et voila ... no more crash errors.
    Also be sure you have Sun's Java J2SE Runtime Environment 5,
    Update 7 installed and any Pop Up or Ad Blockers turned off ...
    sometimes these will interfere in viewing flash content.
    Caution: This fix has worked for me on a WinXP Pro and WinXP
    Home O/S, running IE6. I cannot vouch for any others. I hope it
    works for you!

  • Displaying problem with accordion

    Hi. I'm facing this issues a long time. Sometimes it is
    working, sometimes not....
    If you click panelTab 'a little bit' quicker and not so nice
    (meaning double clicking, clicking immediately another accordion
    tab after you clicked previous), previously clicked tabs
    accordionPanelContent is still visible and it is displayed over
    opened panel below. everything is so strange. sometimes it works in
    FF and in IE, sometimes nowhere, sometimes just in FF etc etc... it
    occurs when enableAnimation is set to true, especially with high
    duration set. im really confused.
    i searched on net for some solutions but i found just
    "solution" for dojokit accordion (and there was said that this
    occurred just in IE, but it occurs in FF too - at least in my case)
    but nothing on adobes spry accordion.
    so i'm wondring if anyone in here faces similar strange
    problems with this...

    Hello Daniel,
    This is the Adobe Dreamweaver Developer's Toolbox forum, I think you are looking for the Spry forums.
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602
    Shane

  • Problem with image path names

    We have a website created in CF4.5 and is hosted on our own server, call it www.oldsite.com  A vendor created a new website which is hosted at another location and it uses the same name and the DNS info was updated so this new site has the same name and now runs when our oldsite name is used.
    The vendor created a new name - "legacy.oldsite.com" and pointed to our old IP address at our office and serverfor the origonal site.  We have lots of customer support info on the old site and wanted customers to be able to find these docnuments.  When we type "legacy.oldsite.com" we land on an index.cfm page one folder above the orogional index.cfm rathee rthan the old index.cfm page.  I have added a tag to this page to go to the correct index.cfm page.  But the problem now is that all the images on the site and the documents are missing or will not download.  When I look at the path of these images and documents, some images start with Http://www.oldsite.com/etc"  some are "http://legacy.oldsite.com/path" (In this case some folder name is missing in the path so it does not work).  So it looks like the path is coded somewhere?  I see no other way that the www.oldsite.com path could be read any other way.  So does anyone have may ideas where I mightbe able to fix this issue and get the old site to load images and documents?
    Thanks
    TedT

    I never used the compressed folder option nor I'm sure I really understand what this feature is.I can browse "into" an archive, open it like a folder (is this the "compressed folder" feature?). I extracted the sub folder via drag and drop. The extraction was very slow, but it finished. When I tried to delete the folder, there was an error message stating that the content could not be saved to the trash because of long file names.
    I repeated the test and initially created that awful long path which WinRAR was using (pdt-2.0.0GA_debugger-5.2.15.v20081217-all-in-one-win32) and extracted the archives content into that folder. This time extraction stopped with error message "0x80010135: path too long".
    All if seen so far seems to indicate that there's a max_path problem with Explorer (only x64 version?) and system parts based on it (like wastebasket), not only a problem with WinRAR.
    Windows 7 x64 - Gigabyte EP-45-DS3 (Intel P45 chip set), 4GB RAM, ATI 4670

  • Problem with Spray 1.2 and Prototype 1.5.0_rc0

    Hi, I´m trying the new version of spray and I´m
    having problems with prototype. I´dont know why but it
    crashed.
    I tried the patch made by Dougsm (
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=602&threadid=1172470&en terthread=y),
    but Prototype doesn´t work?
    Any suggestion?
    Thanks,
    Pablo

    Thank you for the answer rlubke,
    Well this happened because I had compiled the project with the jstl-1.1
    The workaround to make jsf 1.2 run on tomcat 6 really works.
    But now I have a problem because the JNDI tree in tomcat is read-only ( ro )
    and I need to bind a object in the JNDI so an exception happens:
    WARNING: Ocorreu um erro inexperado:
    javax.naming.NamingException: Context is read only
             at org.apache.naming.NamingContext.checkWritable(NamingContext.java:903)
             at org.apache.naming.NamingContext.bind(NamingContext.java:831)
             at org.apache.naming.NamingContext.bind(NamingContext.java:171)
             at org.apache.naming.NamingContext.bind(NamingContext.java:187)
             at org.apache.naming.SelectorContext.bind(SelectorContext.java:171)
             at javax.naming.InitialContext.bind(InitialContext.java:400)Here is the code:
    try{
         Context newContext = new InitialContext();
         newContext.bind( dataSourceWrappedID, wrappedDs );
         newContext.close();
    }catch(NameAlreadyBoundException nabe){
         // ok no problem..
    }catch(NamingException ne){
         if ( log.isWarnEnabled() ){
              log.warn("Ocorreu um erro inexperado:", ne);
    }You know how to make the JNDI tree in tomcat read-write ?
    Thank you a ton. :-)

  • Video files with .cfm extensions

    A website has some video with .cfm extension but when I try to view them the Quicktime symbol appears then I just get a blank screen. Does anyone know how I can get these videos to play

    Unless there's a video format that I'm not familiar with that uses an extension of .cfm, those are not video files, they're Cold Fusion pages/web components that probably just point to an actual video file. If you can post the URL to this site, perhaps someone here can take a look and determine if QuickTime can play those files, and if not how to sort out the problem.
    Regards.

  • Purchased ColdFusion 10: Having problem with session variables

    My Dept. has just bought CF10 and I'm finally updating my existing web app to CF10 from CF8. My First Problem with CF10 is using session variables.
    When using the lower version of CF (since CF 4 to 8) I have never had any problem setting up session variables and getting or using these variables in other pages after a successful login but with CF 10 it seems setting session variables and using them in other pages are a major problems. I'm not sure where have I done wrong in the codes.
    First I'm setting the session in my Application.cfc This way:
    <cfcomponent displayname="Application" output="true">
      <cfset THIS.Name ="MyNewApp"/>
      <cfset THIS.ApplicationTimeout = CreateTimeSpan(0,0,20,0) />
      <cfset THIS.SessionManagement ="YES"/>
      <cfset THIS.SessionTimeout = CreateTimeSpan( 0, 0, 20, 0 ) />
      <cfset THIS.SetClientCookies = false />
    <cffunction name="OnApplicationStart" access="public" returntype="boolean" output="false">
    <cfset application.Main_DSN = "TESTDB">
    <cfreturn true />
    </cffunction>
    <cffunction name="onApplicationEnd" output="false">
          <cfargument name="applicationScope" required="true">
        </cffunction>
    <cffunction name="OnSessionStart" access="public" returntype="void" output="false" hint="Fires when user session initializes.">
    <cfset session.loggedin = "NO">
    <cfset session.username = "">
    <cfset session.userrights = "">
    <cfset session.usergroup = "">
    </cffunction>
    </cfcomponent>
    After login, user is validated and set values to those session.variables:
    ........user validation codes here......................
    <cfif mylogin NEQ true>
          <cflocation url="/login/login.cfm">
          <cfabort
    <cfelse>
          <cfset session.loggedin="Yes">
          <cfset session.username="#Trim(Form.username)#">
         <CFSET qUserRights = LoginObj.getUserRights('#Trim(Form.username)#')>
         <cfset session.userrights = qUserRights><!--- it's a query --->
        <CFSET qUserGroup = LoginObj.getUserGroup('#Trim(Form.username)#')>
            <cfloop query="qUserGroup">
               <cfset session.usergroup = user_group>
               <cfbreak>
            </cfloop>
        <!--- ****************** ???????????????????????????????????????????????????????????????????????????
        When I do cfdump in at this level, I can see that all of these session variables have been assigned to their values.
        But these session variables are not accessible from other pages. Other pages still show these session variable without its value.
        So, when I use these cfdumps in the index.cfm it is shown as they're not yet assigned with any values   ****************** --->
       <cfdump var="#session.loggedin#">
       <cfdump var="#session.username#">
       <cfdump var="#session.userright#">
       <cfdump var="#session.usergroup#">
    </cfif>
    In index.cfm, Before Login I got:
    session.loggedin = NO
    session.username = ["empty string"]
    session.userrights = ["empty string"]
    session.usergroup = ["empty string"]
    After a successful Login:
    session.loggedin = NO
    session.username = ["empty string"]
    session.userrights = ["empty string"]
    session.usergroup = ["empty string"]
    Have I done something wrong? These codes work on CF8. Please help.
    I need to mentioned:
    CF10 is in Linux and my web app is under https not http. But these session variables should be shared bentween http and https because some older application are still in http.

    On which page is the following code?
    After login, user is validated and set values to those session.variables:
    ........user validation codes here......................
    <cfif mylogin NEQ true>
          <cflocation url="/login/login.cfm">
          <cfabort
    <cfelse>
          <cfset session.loggedin="Yes">
          <cfset session.username="#Trim(Form.username)#">
         <CFSET qUserRights = LoginObj.getUserRights('#Trim(Form.username)#')>
         <cfset session.userrights = qUserRights><!--- it's a query --->
        <CFSET qUserGroup = LoginObj.getUserGroup('#Trim(Form.username)#')>
            <cfloop query="qUserGroup">
               <cfset session.usergroup = user_group>
               <cfbreak>
            </cfloop>
        <!--- ****************** ???????????????????????????????????????????????????????????????????????????
        When I do cfdump in at this level, I can see that all of these session variables have been assigned to their values.
        But these session variables are not accessible from other pages. Other pages still show these session variable without its value.
        So, when I use these cfdumps in the index.cfm it is shown as they're not yet assigned with any values   ****************** --->
       <cfdump var="#session.loggedin#">
       <cfdump var="#session.username#">
       <cfdump var="#session.userright#">
       <cfdump var="#session.usergroup#">
    </cfif>

  • Problems with Premiere Elements 9.0.1 on Mac OS X Lion

    Hi,
    I recently upgraded to Mac OS X Lion and I am having several stability issues with Premiere Elements 9.0.1 now.  None of these issues occurred on Snow Leopard.  I experienced these issues on a machine that was upgraded from Snow Leopard to Lion after Premier Elements 9.0.1 was installed and I also had problems with a Premiere Elements installation on a clean install of OS X Lion.
    I noticed the following issues:
    1) System hangs when trying to save a project.  The "save" window stays open at 100% completion.
    2) Nothing happens when dragging footage to sceneline.  The clips do show up on the timeline, though
    3) System crashed when trying to upload a video to YouTube
    Could you please get these issues fixed and provide a patch for Premiere Elements?
    Thanks.
    Ralph

    This is not Adobe technical support, this is a user to user forum with the space provided by Adobe
    To talk to adobe go to https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    And, be prepared to provide a LOT more detail about your computer and project

  • Problem with air 2.5 renderization

    Hi,
    I have a problem with the renderization of imagens when in the computer is instaled and air version bigger than 2.6. When oi run my app in debug i have no problem and save and jpg with the correct color tone, but when i export and install the app if i have the air 3.3 for instance the image save have a different tone that the one in debug mode, or i i install the air 2.5 in my computer the same app saves the jpg correcty , exactly the same as in debug, sample imagens:
    Image with air 2.6:
    Image with air 3.3:
    If you note the image with air 3.3 installed the tone of the image isn't correct, can anyone tell me how to avoid this or the solution its just not to update the air version in my computer.?
    Thanks in advance
    Alex

    Hi,
    Just for the record i have opened a new bug in the bugbase https://bugbase.adobe.com/index.cfm?event=bug&id=3219361
    Tanks
    Alex

Maybe you are looking for