RE: MM Forums

2003-06-30 Thread Robertson-Ravo, Neil (RX)
I think a lot of people are getting this error.I thinks its noted.

-Original Message-
From: GL [mailto:[EMAIL PROTECTED]
Sent: 30 June 2003 14:57
To: CF-Talk
Subject: MM Forums


Anyone using the MM Forums this morning? My CFMX died this weekend and I
went to the MM Forums to look for advice. I found a thread where a bunch
of people are claiming the same behavior. I clicked Reply and get this
error:
Element UP_USERNAME is undefined in REQUEST.  
 
  
The error occurred in
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 322
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 389
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 444
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 448
Called from /data/www/appserver/cfmx/wwwroot/membership/login.cfm: line
10
 
320 :   cfelse
321 :   !--- if the user is remembered, default
the email address ---
322 :   cfif
len(session.membership.user.getRememberMeCookie()) and
len(request.up_username) eq 0
323 :   cfset request.up_username =
session.membership.user.getRememberMeCookie() /
324 :   cfset request.rememberMe = true
/

I figured I'm not logged in so I went to the top of the page and click
the Login link and get the same error. 

Macromedia is really scaring me! CFMX is crazy. The new website is
crazy. Untrapped errors in the CF Administrator. Untrapped errors in the
forums. Nice quality control!

Here's the thread:
Thread Title: CFMX restarting on its own
Created On Monday 9, June, 2003 3:43 PM 
   CFMX restarting on its own 
   Re:CFMX restarting on its own 
   Re:CFMX restarting on its own 
   Re:CFMX restarting on its own 
   Re:CFMX restarting on its own 
 
dtobeyvp
Junior Member 

Posts: 1
Joined: Jun 2003 
  Monday, June 09, 2003 3:43 PM  

We are seeing a very strange thing. Every 5 or 6 hours, sometimes
longer, sometime shorter, the CFMX Application Service on our Windows
2000 machine restarts itself. We're running Windows 2000 with IIS. Has
anyone ever experienced this sort of thing? The properties for the
Windows Service are not set to do anything when the service fails, so
that shouldn't be it. The log that appears in our Event viewer looks
like the below. Has anyone experienced an Event ID of 80? This has been
going on for a couple weeks now. (We're on CFMX, updater 3). Any
feedback, even guesses, would be appreciated.

Event Type: Warning
Event Source: ColdFusion MX Application Server
Event Category: None
Event ID: 80
Date: 6/5/2003
Time: 12:57:30 PM
User: N/A
Computer: SERVER
Description:
The ColdFusion MX Application Server service for the default server is
restarting. 
 
   Reply   Quote   Top   Bottom   
 
avitol
Junior Member 

Posts: 1
Joined: Jun 2003 
  Tuesday, June 10, 2003 4:24 PM  

Hi!

You're at least lucky... that it starts automaticly!!

I have to start it manually EVERY TIME after start-up (Win 2000 server)
even though that in SERVICES the definition at start-up is Automatic
? I even set it on restart in case of fail... but every start
up i get the error:
The Coldfusion MX application service terminated with service-specific
error 2

Do u have any ideas or even suggestions?

THANX ahead
please could u reply to the following e-mail: my personal e-mail 
 
   Reply   Quote   Top   Bottom   
 
plarts
Senior Member 

Posts: 154
Joined: Sep 2001 
  Tuesday, June 17, 2003 4:17 AM  

I have the same problem,

Since CFMX, the automatic start of CF does not work.
Environnement is Windows 2000 server and I use the CF HTTP server on
port 8500.
I have to do it manually.

Any news, solution on this are welcome,
Pierre. 

-
Pierre LARDE
www.pl-arts.com 
 
   Reply   Quote   Top   Bottom   
 
Panther04
Junior Member 

Posts: 2
Joined: Jun 2003 
  Wednesday, June 18, 2003 6:52 PM  

Hi,

I recently re-configured our development server with Windows 2003 Server
and installed CF MX on it. That was quite the fun job in of itself, but
I also am experiencing this same exact scenario where the Cold Fusion
service will randomly restart itself. We also get the same EventID 80 as
was described by dtobeyvp in the first post of this series. 

One thing I was able to notice is that I happened to be able to be at
the server when this random restart occurred and it pretty much sent the
CPU to 100% and the memory usage spiked up to over 700MB right before it
completely crashed and then restarted the service.

Hopefully someone from Macromedia will see this post and give us some
clues as to what could be happening with our configurations. 
 
   Reply   Quote   Top   Bottom   
 
Panther04
Junior Member 

Posts: 2
Joined: Jun 2003 
  Saturday, June 28, 2003 8:52 AM  

Hi again... I'm disappointed that not even a Macromedia 

RE: MM Forums

2003-06-30 Thread webguy
Did you try the suggestion in my mail?

here it is again :

Chould be an issue with the jrun connector. Can you browse all your site a
using the built in webserver?  (e.g. http://localhost:8500/ )

If it is check out MM site kb article about the connector

WG

-Original Message-
From: GL [mailto:[EMAIL PROTECTED]
Sent: 30 June 2003 14:57
To: CF-Talk
Subject: MM Forums


Anyone using the MM Forums this morning? My CFMX died this weekend and I
went to the MM Forums to look for advice. I found a thread where a bunch
of people are claiming the same behavior. I clicked Reply and get this
error:
Element UP_USERNAME is undefined in REQUEST.


The error occurred in
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 322
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 389
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 444
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 448
Called from /data/www/appserver/cfmx/wwwroot/membership/login.cfm: line
10

320 :   cfelse
321 :   !--- if the user is remembered, default
the email address ---
322 :   cfif
len(session.membership.user.getRememberMeCookie()) and
len(request.up_username) eq 0
323 :   cfset request.up_username =
session.membership.user.getRememberMeCookie() /
324 :   cfset request.rememberMe = true
/

I figured I'm not logged in so I went to the top of the page and click
the Login link and get the same error.

Macromedia is really scaring me! CFMX is crazy. The new website is
crazy. Untrapped errors in the CF Administrator. Untrapped errors in the
forums. Nice quality control!

Here's the thread:
Thread Title: CFMX restarting on its own
Created On Monday 9, June, 2003 3:43 PM
   CFMX restarting on its own
   Re:CFMX restarting on its own
   Re:CFMX restarting on its own
   Re:CFMX restarting on its own
   Re:CFMX restarting on its own

dtobeyvp
Junior Member

Posts: 1
Joined: Jun 2003
  Monday, June 09, 2003 3:43 PM

We are seeing a very strange thing. Every 5 or 6 hours, sometimes
longer, sometime shorter, the CFMX Application Service on our Windows
2000 machine restarts itself. We're running Windows 2000 with IIS. Has
anyone ever experienced this sort of thing? The properties for the
Windows Service are not set to do anything when the service fails, so
that shouldn't be it. The log that appears in our Event viewer looks
like the below. Has anyone experienced an Event ID of 80? This has been
going on for a couple weeks now. (We're on CFMX, updater 3). Any
feedback, even guesses, would be appreciated.

Event Type: Warning
Event Source: ColdFusion MX Application Server
Event Category: None
Event ID: 80
Date: 6/5/2003
Time: 12:57:30 PM
User: N/A
Computer: SERVER
Description:
The ColdFusion MX Application Server service for the default server is
restarting.

   Reply   Quote   Top   Bottom

avitol
Junior Member

Posts: 1
Joined: Jun 2003
  Tuesday, June 10, 2003 4:24 PM

Hi!

You're at least lucky... that it starts automaticly!!

I have to start it manually EVERY TIME after start-up (Win 2000 server)
even though that in SERVICES the definition at start-up is Automatic
? I even set it on restart in case of fail... but every start
up i get the error:
The Coldfusion MX application service terminated with service-specific
error 2

Do u have any ideas or even suggestions?

THANX ahead
please could u reply to the following e-mail: my personal e-mail

   Reply   Quote   Top   Bottom

plarts
Senior Member

Posts: 154
Joined: Sep 2001
  Tuesday, June 17, 2003 4:17 AM

I have the same problem,

Since CFMX, the automatic start of CF does not work.
Environnement is Windows 2000 server and I use the CF HTTP server on
port 8500.
I have to do it manually.

Any news, solution on this are welcome,
Pierre.

-
Pierre LARDE
www.pl-arts.com

   Reply   Quote   Top   Bottom

Panther04
Junior Member

Posts: 2
Joined: Jun 2003
  Wednesday, June 18, 2003 6:52 PM

Hi,

I recently re-configured our development server with Windows 2003 Server
and installed CF MX on it. That was quite the fun job in of itself, but
I also am experiencing this same exact scenario where the Cold Fusion
service will randomly restart itself. We also get the same EventID 80 as
was described by dtobeyvp in the first post of this series.

One thing I was able to notice is that I happened to be able to be at
the server when this random restart occurred and it pretty much sent the
CPU to 100% and the memory usage spiked up to over 700MB right before it
completely crashed and then restarted the service.

Hopefully someone from Macromedia will see this post and give us some
clues as to what could be happening with our configurations.

   Reply   Quote   Top   Bottom

Panther04
Junior 

RE: MM Forums

2003-06-30 Thread GL
I haven't been able to try this. I uninstalled CFMX. I'm in the process
of scanning for viruses, then I'm going to try to reinstall CFMX. Thanks
though. I'll try that if I have issues after reinstalling.

Greg

-Original Message-
From: webguy [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 30, 2003 9:09 AM
To: CF-Talk
Subject: RE: MM Forums


Did you try the suggestion in my mail?

here it is again :

Chould be an issue with the jrun connector. Can you browse all
your site a
using the built in webserver?  (e.g. http://localhost:8500/ )

If it is check out MM site kb article about the connector

WG

-Original Message-
From: GL [mailto:[EMAIL PROTECTED]
Sent: 30 June 2003 14:57
To: CF-Talk
Subject: MM Forums


Anyone using the MM Forums this morning? My CFMX died this weekend and I
went to the MM Forums to look for advice. I found a thread where a bunch
of people are claiming the same behavior. I clicked Reply and get this
error:
Element UP_USERNAME is undefined in REQUEST.


The error occurred in
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 322
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 389
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 444
Called from
/data/www/appserver/cfmx/extensions/customtags/membership/loginform.cfm:
line 448
Called from /data/www/appserver/cfmx/wwwroot/membership/login.cfm: line
10

320 :   cfelse
321 :   !--- if the user is remembered, default
the email address ---
322 :   cfif
len(session.membership.user.getRememberMeCookie()) and
len(request.up_username) eq 0
323 :   cfset request.up_username =
session.membership.user.getRememberMeCookie() /
324 :   cfset request.rememberMe = true
/

I figured I'm not logged in so I went to the top of the page and click
the Login link and get the same error.

Macromedia is really scaring me! CFMX is crazy. The new website is
crazy. Untrapped errors in the CF Administrator. Untrapped errors in the
forums. Nice quality control!

Here's the thread:
Thread Title: CFMX restarting on its own
Created On Monday 9, June, 2003 3:43 PM
   CFMX restarting on its own
   Re:CFMX restarting on its own
   Re:CFMX restarting on its own
   Re:CFMX restarting on its own
   Re:CFMX restarting on its own

dtobeyvp
Junior Member

Posts: 1
Joined: Jun 2003
  Monday, June 09, 2003 3:43 PM

We are seeing a very strange thing. Every 5 or 6 hours, sometimes
longer, sometime shorter, the CFMX Application Service on our Windows
2000 machine restarts itself. We're running Windows 2000 with IIS. Has
anyone ever experienced this sort of thing? The properties for the
Windows Service are not set to do anything when the service fails, so
that shouldn't be it. The log that appears in our Event viewer looks
like the below. Has anyone experienced an Event ID of 80? This has been
going on for a couple weeks now. (We're on CFMX, updater 3). Any
feedback, even guesses, would be appreciated.

Event Type: Warning
Event Source: ColdFusion MX Application Server
Event Category: None
Event ID: 80
Date: 6/5/2003
Time: 12:57:30 PM
User: N/A
Computer: SERVER
Description:
The ColdFusion MX Application Server service for the default server is
restarting.

   Reply   Quote   Top   Bottom

avitol
Junior Member

Posts: 1
Joined: Jun 2003
  Tuesday, June 10, 2003 4:24 PM

Hi!

You're at least lucky... that it starts automaticly!!

I have to start it manually EVERY TIME after start-up (Win 2000 server)
even though that in SERVICES the definition at start-up is Automatic
? I even set it on restart in case of fail... but every start
up i get the error: The Coldfusion MX application service terminated
with service-specific error 2

Do u have any ideas or even suggestions?

THANX ahead
please could u reply to the following e-mail: my personal e-mail

   Reply   Quote   Top   Bottom

plarts
Senior Member

Posts: 154
Joined: Sep 2001
  Tuesday, June 17, 2003 4:17 AM

I have the same problem,

Since CFMX, the automatic start of CF does not work. Environnement is
Windows 2000 server and I use the CF HTTP server on port 8500. I have to
do it manually.

Any news, solution on this are welcome,
Pierre.

-
Pierre LARDE
www.pl-arts.com

   Reply   Quote   Top   Bottom

Panther04
Junior Member

Posts: 2
Joined: Jun 2003
  Wednesday, June 18, 2003 6:52 PM

Hi,

I recently re-configured our development server with Windows 2003 Server
and installed CF MX on it. That was quite the fun job in of itself, but
I also am experiencing this same exact scenario where the Cold Fusion
service will randomly restart itself. We also get the same EventID 80 as
was described by dtobeyvp in the first post of this series.

One thing I was able to notice is that I happened to be able to be at
the server when this random

RE: MM Forums...

2002-07-29 Thread Ryan Pieszak

I too have had problems.  I use them as a last resort now.

~|-Original Message-
~|From: Brian Scandale [mailto:[EMAIL PROTECTED]]
~|Sent: Monday, July 29, 2002 2:55 PM
~|To: CF-Talk
~|Subject: MM Forums...
~|
~|
~|Anyone else having troubles day after day trying to use the 
~|MM CF forums?
~|
~|It seems that requests take... forever... frequently timing 
~|out... to return results... it seems the problem has been 
~|getting worse week by week for the last 3 weeks or so...
~|
~|Is it me?
~|
~|
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: MM Forums...

2002-07-29 Thread Jochem van Dieten

Brian Scandale wrote:
 Anyone else having troubles day after day trying to use the MM CF forums?

News Forums work fine.

Jochem

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MM Forums...

2002-07-29 Thread Jeff Beer

Flash forums is slow as a dog.  Or a geo-dog.  Searches are timing out,
etc.. 

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 29, 2002 3:00 PM
To: CF-Talk
Subject: Re: MM Forums...


Brian Scandale wrote:
 Anyone else having troubles day after day trying to use the MM CF 
 forums?

News Forums work fine.

Jochem


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: MM Forums...

2002-07-29 Thread Christine Lawson

I forwarded this on to the people in our IT department in charge of the forums, I'll 
let you know what I find.

Christine Lawson
Macromedia

-Original Message-
From: Jeff Beer [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 29, 2002 3:10 PM
To: CF-Talk
Subject: RE: MM Forums...


Flash forums is slow as a dog.  Or a geo-dog.  Searches are timing out,
etc.. 

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 29, 2002 3:00 PM
To: CF-Talk
Subject: Re: MM Forums...


Brian Scandale wrote:
 Anyone else having troubles day after day trying to use the MM CF 
 forums?

News Forums work fine.

Jochem



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists