I am by no means a Linux expert, but I can find my way around and can
typically keep a system up and do general maintenance on it. I am setting up
a new Suse 10 distribution with ColdFusion MX7. Using the console
installer, it seems to install properly and do all that it needs to
do. At the end it tells you to start the ColdFusion server by
running: ./jrun -start cfusion.
I do this and it seems to start properly and when I look at processes I
see an instance of jrun. It says that once the server is
started you need to run the cfmx-connectors.sh in the /jrun4/bin directory. When I do this I get the following:
Configuring the web server connector for ColdFusion MX 7 (multiserver)
Running apache connector wizard...
ColdFusion MX 7 (multiserver) not started, will retry connector 12 more time(s)
ColdFusion MX 7 (multiserver) not started, will retry connector 11 more time(s)
.... and so on down to 1.....
On the console that the server is running in I see this as series of entries occur on each attempt:
03/19 21:34:46 error For input string: "0:0:0:0:0:0:0:1"
java.lang.NumberFormatException: For input string: "0:0:0:0:0:0:0:1"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at jrunx.util.NetUtil.getIpAsInt(NetUtil.java:45)
at jrunx.kernel.NetAccessController.canAccess(NetAccessController.java:59)
at jrun.naming.JRunConnectionFilter.filterConnection(JRunConnectionFilter.java:22)
at jrun.naming.NamingNetworkService.verifyRemoteAccess(NamingNetworkService.java:211)
at jrun.naming.NamingNetworkService.accept(NamingNetworkService.java:120)
at jrun.naming.NamingNetworkService.createRunnable(NamingNetworkService.java:141)
at jrunx.scheduler.ThreadPool$ThreadThrottle.createRunnable(ThreadPool.java:378)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:62)
It should probably be noted that when I view processes in using >ps -A
I do see an entry for jrun, so I know that it is in fact running, plus
it does appear that it is responding to those attempts by creating the
stacks above. Does this ring a bell with anyone or does anyone
have any advice on how to proceed? I appreciate any input.
--
~Dave Shuck
[EMAIL PROTECTED]
www.daveshuck.com
www.worldwildweb.biz
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com).
An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
- [CFCDev] semi-OT: CFMX7 on Linux/Apache (Suse 10) Dave Shuck
- [CFCDev] Re: semi-OT: CFMX7 on Linux/Apache (Suse 10) Dave Shuck
- RE: [CFCDev] Re: semi-OT: CFMX7 on Linux/Apache (Su... Cody Caughlan
- RE: [CFCDev] Re: semi-OT: CFMX7 on Linux/Apache... Mihai Manuta
