Why would wsconfig hang?

2010-07-22 Thread Ian Skinner

  I went to our production server today to connect a new website to a 
ColdFusion instance and wsconfig would not cooperate with me!

Using the GUI, and clicking the 'Add' button, the interface would just 
freeze.  So we went to the command prompt to do it manually, and we 
could list the connectors just fine with wsconfig.  But when we entered 
a wsconfig add command, it again froze with no response until the 
process is killed with the task manager.

The wsconfig was running under the localadmin account that the sysop 
logged in with and should have had plenty of permissions as far as we 
could ascertain.  So what could be a problem here?

The wsconfig worked just fine all the previous thirteen times we have 
used it to connect IIS web sites to our ColdFusion instances on this 
system.

Windows 2003 running ColdFusion 9.0 if that helps anybody.



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:335645
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Another CFMX Problem, Error parsing the Tag Library Descriptor file:/D:/CFusionMX/runtime/lib/wsconfig/2/jrun.dll/..

2004-09-16 Thread Jake .
I'm getting this on my local CFMX 6.1 install all the sudden. Any ideas what's up?

Jake

I saw an unanswered message with this same error in the houseoffusion
archives 2002.

I'm not sure what it means ..or how to solve it yet.

Another CFMX(jrun/neo?) Problem, Error parsing the Tag Library Descriptor
file:/D:/CFusionMX/runtime/lib/wsconfig/2/jrun.dll/..

And, it seems to happen at random intervals. But, also seems to stick with
the client's browser.Ex:Jane goes to log-in and gets the error message.
Michael, logs in just fine.Jane goes to log-in again..and gets the error
message.This one in particular during a login script on a SSL. On a high
load CFMX Professional site.No CFOBJECT, custom tags, CFMAIL, CFFORM, or
anything unusual.Standard CFML, Database, and URL parameters.Windows
2000 Server.

From the Application.log file;
Error,jrpp-16250,05/04/03,02:20:16,,Error parsing the Tag Library
Descriptor file:/D:/CFusionMX/runtime/lib/wsconfig/2/jrun.dll/.. The
specific sequence of files included or processed is: null 

Error,jrpp-16250,05/04/03,02:20:16,,Error parsing the Tag Library
Descriptor file:/D:/CFusionMX/runtime/lib/wsconfig/2/jrun.dll/.. The
specific sequence of files included or processed is: null 
coldfusion.jsp.JRunTagLibraryInfo$TldParseException: Error parsing the Tag
Library Descriptor file:/D:/CFusionMX/runtime/lib/wsconfig/2/jrun.dll/..
	at coldfusion.jsp.JRunTagLibraryInfo.init(Unknown Source)
	at coldfusion.jsp.JRunTagLibraryInfo.lookupTLI(Unknown Source)
	at coldfusion.jsp.JRunTagLibraryInfo.lookupTLI(Unknown Source)
	at coldfusion.compiler.NeoTranslationContext.registerTaglib(Unknown Source)
	at coldfusion.compiler.NeoTranslationContext.init(Unknown Source)
	at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)
	at coldfusion.compiler.NeoTranslator.translateJava(Unknown Source)
	at coldfusion.runtime.TemplateClassLoader$1.fetch(Unknown Source)
	at coldfusion.util.LruCache.get(Unknown Source)
	at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(Unknown
Source)
	at coldfusion.util.AbstractCache.fetch(Unknown Source)
	at coldfusion.util.SoftCache.get(Unknown Source)
	at coldfusion.runtime.TemplateClassLoader.findClass(Unknown Source)
	at coldfusion.filter.PathFilter.invoke(Unknown Source)
	at coldfusion.filter.ExceptionFilter.invoke(Unknown Source)
	at coldfusion.filter.BrowserDebugFilter.invoke(Unknown Source)
	at coldfusion.filter.ClientScopePersistenceFilter.invoke(Unknown Source)
	at coldfusion.filter.BrowserFilter.invoke(Unknown Source)
	at coldfusion.filter.GlobalsFilter.invoke(Unknown Source)
	at coldfusion.filter.DatasourceFilter.invoke(Unknown Source)
	at coldfusion.CfmServlet.service(Unknown Source)
	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
	at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
	at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
	at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:198)
	at
jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:
348)
	at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451
)
	at
jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:29
4)
	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Judging from the expanded version of the error message, I'm wondering if it
even got to the template.

Has anyone found a solution to this?This error message seems also to be
linked with NULL error messages and template time-outs.

Anyone know of any tests that I can run which will give me a hint as to what
is causing the problem?

Any solutions would be appreciated.

-Zine
[EMAIL PROTECTED]
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Bypassing wsconfig

2004-07-23 Thread Mike Chabot
I wanted to set up CFMX 6.1 to run along side CF5 on a production server, 
without disrupting the CF5 sites. CFMX 6.1 will respond to a single 
directory on the server and CF5 will respond to everything else. I could 
not easily use wsconfig for this because that would knock out the CF5 
server temporarily.

Below is what I did. Everything seems to work, but I am wondering if I 
missed anything? I do not know of any place that documents what wsconfig 
actually does.

1. Install CFMX in stand-alone mode and apply the hotfixes.
2. Copy the /cfusionmx/runtime/lib/wsconfig file to the production server 
from a similar server that has previously been set up with CFMX.
3. Change one line in wsconfig.properties to give it the correct server name
4. In jrun.xml, set the JrunProxyService deactivated attribute to false.
5. Set up all the obj.conf and magnus.conf files (for Sun ONE / iPlanet) so 
that .cfm and .cfc requests are passed off to CFMX if the files are in a 
specific directory.

I compared the stand-alone install to the install on another server that 
had been attached to the Web server using wsconfig, and the only difference 
I noticed in files under /cfusionmx, was the wsconfig directory and the 
activation of the JrunProxyService. Does wsconfig do anything else?

Thank you,
Mike Chabot
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




WSCONFIG problem

2004-06-08 Thread Kevin Roche
Hi,

I just installed CF MX 6.1 and tried to run wsconfig.exe to set up IIS.
wsconfig cant find the Java Runtime Environment.

I have done this several times before without any problem.

The error message I get is:

Error: could not find JRE
Error: could not find Java 2 Runtime Environment.

I tried editing the wsconfig_jvm.config file did not help either.

Anyone out there know hoe to fix this?

Kevin Roche
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: WSCONFIG problem

2004-06-08 Thread Jochem van Dieten
Kevin Roche wrote:
 
 wsconfig cant find the Java Runtime Environment.

 The error message I get is:
 
 Error: could not find JRE
 Error: could not find Java 2 Runtime Environment.

Set the JRE_HOME environment variable:

set JRE_HOME=c:\cfusion\runtime\blahblah

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: WSCONFIG problem

2004-06-08 Thread Kevin Roche
Jochem,

I already tried that. And also tried putting it in the wsconfig_jvm.config
file. neither works. Just makes the program hand without giving an error
message.

Strange thing is that the CFMX uninstall won't work either.

Kevin
-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: 08 June 2004 17:27
To: CF-Talk
Subject: Re: WSCONFIG problem

Kevin Roche wrote:

 wsconfig cant find the Java Runtime Environment.

 The error message I get is:

 Error: could not find JRE
 Error: could not find Java 2 Runtime Environment.

Set the JRE_HOME environment variable:

set JRE_HOME=c:\cfusion\runtime\blahblah

Jochem
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: WSCONFIG problem

2004-06-08 Thread Dave Watts
 I just installed CF MX 6.1 and tried to run wsconfig.exe to 
 set up IIS. wsconfig cant find the Java Runtime Environment.
 
 I have done this several times before without any problem.
 
 The error message I get is:
 
 Error: could not find JRE
 Error: could not find Java 2 Runtime Environment.
 
 I tried editing the wsconfig_jvm.config file did not help either.
 
 Anyone out there know hoe to fix this?

http://www.houseoffusion.com/cf_lists/index.cfm/method=messagemessageid=484
5forumid=10

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: WSCONFIG problem

2004-06-08 Thread Douglas.Knudsen
i set the java.home in wsconfig_jvf.config like below

 
java.home=d:/JRun4/runtime/jre

 
bamm, it works fine.I sis not add any info to PATH either.

 
Doug

-Original Message-
From: Kevin Roche [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 08, 2004 12:56 PM
To: CF-Talk
Subject: RE: WSCONFIG problem

Jochem,

I already tried that. And also tried putting it in the wsconfig_jvm.config
file. neither works. Just makes the program hand without giving an error
message.

Strange thing is that the CFMX uninstall won't work either.

Kevin
-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED]
Sent: 08 June 2004 17:27
To: CF-Talk
Subject: Re: WSCONFIG problem

Kevin Roche wrote:

 wsconfig cant find the Java Runtime Environment.

 The error message I get is:

 Error: could not find JRE
 Error: could not find Java 2 Runtime Environment.

Set the JRE_HOME environment variable:

set JRE_HOME=c:\cfusion\runtime\blahblah

Jochem 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




wsconfig

2004-03-04 Thread Robert Shaw
I'm trying to set my application up on CFMX Jrun and using wsconfig isn't 
working for me. If I try and browse my site with the port it still works, 
without it I get page can not be displayed. Is there a manual way to set my 
site to run with IIS?

TIA,
Robbie
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: wsconfig

2004-03-04 Thread Nathan Strutz
There's a few tricks to get the wsconfig tool to load. I have a .bat file
that runs:

c:\jrun4\runtime\jre\bin\java.exe -jar c:\jrun4\lib\wsconfig.jar

Other people just add a classpath or something. YMMV.

-nathan

-Original Message-
From: Robert Shaw [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 04, 2004 2:01 PM
To: CF-Talk
Subject: wsconfig

I'm trying to set my application up on CFMX Jrun and using wsconfig isn't
working for me. If I try and browse my site with the port it still works,
without it I get page can not be displayed. Is there a manual way to set
my
site to run with IIS?

TIA,
Robbie
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




wsconfig error - CFMX for J2EE w/ JRun

2004-01-25 Thread Kay Smoljak
I'm setting up a testing/experimentation environment with Win2K3 running under Virtual PC. I installed CFMX 6.1 (30 day trial), choosing the j2ee w/ jrun option, and that all seemed to go fine - am I correct in assuming that JRun is running on top of IIS, and CFMX is running as a J2EE application on top of JRUN? I can access the CF Administrator and the JRun Launcher, but when I attempt to run the Web Server Configuration Tool I get:

Error: Could not find JRE
Error: Could not find Java 2 Runtime Environment

I'm at a loss to work this one out - googling for the error message doesn't return anything, neither does macromedia.com. For all intents and purposes CF seems to be working. I'm thinking that perhaps I've misunderstood the installation options or something. Or am I supposed to install the JRE separately? I've restarted the VM several times.

Any help greatly appreciated!
Kay.

--
Kay Smoljak
http://kay.smoljak.com
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: wsconfig error - CFMX for J2EE w/ JRun

2004-01-25 Thread Stacy Young
Hi Kay,

Try adding C:\JRun4\runtime\jre\bin(your path might be different -
i.e. if u installed it on another drive etc) to your PATH environment
variable in your windows settings. Think that should fix you up.

Cheers,

Stace

_

From: Kay Smoljak [mailto:[EMAIL PROTECTED] 
Sent: Sunday, January 25, 2004 2:45 AM
To: CF-Talk
Subject: wsconfig error - CFMX for J2EE w/ JRun

I'm setting up a testing/experimentation environment with Win2K3 running
under Virtual PC. I installed CFMX 6.1 (30 day trial), choosing the j2ee
w/ jrun option, and that all seemed to go fine - am I correct in
assuming that JRun is running on top of IIS, and CFMX is running as a
J2EE application on top of JRUN? I can access the CF Administrator and
the JRun Launcher, but when I attempt to run the Web Server
Configuration Tool I get:

Error: Could not find JRE
Error: Could not find Java 2 Runtime Environment

I'm at a loss to work this one out - googling for the error message
doesn't return anything, neither does macromedia.com. For all intents
and purposes CF seems to be working. I'm thinking that perhaps I've
misunderstood the installation options or something. Or am I supposed to
install the JRE separately? I've restarted the VM several times.

Any help greatly appreciated!
Kay.

--
Kay Smoljak
http://kay.smoljak.com

_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: wsconfig error - CFMX for J2EE w/ JRun

2004-01-25 Thread Dave Watts
 I'm setting up a testing/experimentation environment with 
 Win2K3 running under Virtual PC. I installed CFMX 6.1 (30 day 
 trial), choosing the j2ee w/ jrun option, and that all seemed 
 to go fine - am I correct in assuming that JRun is running on 
 top of IIS, and CFMX is running as a J2EE application on top 
 of JRUN? I can access the CF Administrator and the JRun 
 Launcher, but when I attempt to run the Web Server 
 Configuration Tool I get:
 
 Error: Could not find JRE
 Error: Could not find Java 2 Runtime Environment
 
 I'm at a loss to work this one out - googling for the error 
 message doesn't return anything, neither does macromedia.com. 
 For all intents and purposes CF seems to be working. I'm 
 thinking that perhaps I've misunderstood the installation 
 options or something. Or am I supposed to install the JRE 
 separately? I've restarted the VM several times.

Oddly enough, by default, you can't run the wsconfig.exe utility directly on
a Windows machine running CFMX on JRun. You have to either add the
appropriate JVM directory to your path, or run wsconfig.jar directly from
the appropriate path, or install another JVM just to make this happen (not a
recommended approach on a production server).

What I usually do, since I don't need to run this utility too often, is just
open a command prompt and enter the following:

C:\jrun4\runtime\jre\bin\java.exe -jar c:\jrun4\lib\wsconfig.jar (change
drive letters appropriately)

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: wsconfig error - CFMX for J2EE w/ JRun

2004-01-25 Thread Dave Watts
 Thanks Stace for your suggestion - for some reason it's not 
 working, I'm probably doing it wrong! And thanks Dave for 
 your explanation and alternative, although it's beyond me why 
 the installer sets up a shortcut in the start menu that 
 doesn't work unless you take other steps. Obviously not 
 designed for people who have no idea what they're doing, 
 like me :) 

I suspect that MM did their testing on Windows machines that already had
some other JVM installed by the user, in which case everything typically
works fine. I was a bit startled when I ran into it the first time, too.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CFMXJ2EE/JRun Connecting to Apache (wsconfig)

2003-01-19 Thread Dick Applebaum
Is there any documentation on what/how to use wsconfig to connect JRun 
server instances to Apache.

I have successfully done each of the following:

1) Connect a CFMXJ2EE/JRun server instance to Apache

2) Connect a CFMCJ2EE/JRun cluster to Apache.

I have done the above in an OR mode (one or the other, not both).

Some questions:

1) is it possible to connect both of the above concurrently?

2) If so, what is required in the URL so that Apache can differentiate 
between them

3) Is it possible to connect multiple individual serevrs and/or 
multiple clusters concurrently?

Is there any documentation on how to do this?

YIA

Dick

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: CFMXJ2EE/JRun Connecting to Apache (wsconfig)

2003-01-19 Thread Sean A Corfield
On Sunday, Jan 19, 2003, at 23:22 US/Pacific, Dick Applebaum wrote:
 1) is it possible to connect both of the above concurrently?

Not as far as I know. The way it works is you designate a bootstrap 
server IP/port - the first one it looks at to identify which, if any, 
servers are in the cluster - and then the jrunserver.store file has the 
list of all the servers in the cluster.

 3) Is it possible to connect multiple individual serevrs and/or
 multiple clusters concurrently?

Multiple servers yes, multiple clusters no.

Example: we have several web servers set to connect to several 
instances on each of several app servers. Each CF instance (a JRun 
'server') has multiple context roots for different applications. I 
believe each server in a cluster has to be configured the same way in 
terms of context roots.

 Is there any documentation on how to do this?

In the JRun docs, under clustering - bear in mind all of this sort of 
thing depends on the underlying J2EE server and is, effectively, 
nothing to do with CFMX.

Sean A Corfield -- Director, Architecture
Web Technology Group -- Macromedia, Inc.
tel: (415) 252-2287 -- cell: (415) 717-8473
aim/iChat: seancorfield -- http://www.macromedia.com
An Architect's View -- http://www.macromedia.com/go/arch_blog

ColdFusion MX and JRun 4 now available for Mac OS X!
http://www.macromedia.com/go/cfmxosx

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4