[cfaussie] Re: cf7 installation... issues!

2006-05-02 Thread grant

to add a little depth:
http://software.groupbrowser.com/archive/t-151660.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: cf7 installation... issues!

2006-05-02 Thread Greg Misdom
Hi Grant,might be a long shot, but check your virus scanning software. I know McAfee caused me grief a while back, and it wasn't obvious.regardsGregOn 5/2/06, 
grant [EMAIL PROTECTED] wrote:
to add a little depth:http://software.groupbrowser.com/archive/t-151660.html

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups cfaussie group.  To post to this group, send email to cfaussie@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: cf7 installation... issues!

2006-05-02 Thread Joel

Hi Grant,

hth
http://www.robisen.com/index.cfm?mode=entryentry=498FB783-55DC-F2B1-FB3B6DB
93D978299
http://www.bpurcell.org/blog/index.cfm?mode=entryentry=949


I assume you running Windows XP SP2 ?

Joel

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of grant
Sent: Tuesday, 2 May 2006 5:45 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] cf7 installation... issues!


Hi All

I'm having the worstest week eva, first with the godamn webservice
stub crap (see earlier post) and now with installing cf7. I thought
i'd upgrade to gain access to all the new SOAP functions...

anyway, during the installation of cf7 yesterday, i got the infamous
'could not connect to any jrun/coldfusion servers' error - related to
jndi ports being blocked or host restrictions.

since then, i've been through every solution i can find, including
reinstalling mx6.1 (which now gives the same error) and it seems that
i've well and truly foobar'd my pc for coldfusion.

i'm running xp/iis5.

my question is this: has anybody come up against this problem and
actually triumphed?

oh please dear god let there be someone out there that can help.
Thanks
grant



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: cf7 installation... issues!

2006-05-02 Thread grant

thanks, hadn't seen the first article. will give it a look.
yes, xp sp2 iis5.
pretty much given up after spending a day and a half, working from a
remote server now...

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: cf7 installation... issues!

2006-05-02 Thread Joel Cass



Had 
the same issue a while ago, but onour devserver!

Best 
thing to do: back up your settings (lib?) dir, uninstall everything to do with 
CF, install CF 7. Copy settings as required (I actually deleted the settings in 
frustration so cannot help you get your settings going)

Joel

  -Original Message-From: cfaussie@googlegroups.com 
  [mailto:[EMAIL PROTECTED]On Behalf Of Greg 
  MisdomSent: Tuesday, 2 May 2006 7:06 PMTo: 
  cfaussie@googlegroups.comSubject: [cfaussie] Re: cf7 
  installation... issues!Hi Grant,might be a long 
  shot, but check your virus scanning software. I know McAfee caused me grief a 
  while back, and it wasn't obvious.regardsGreg
  On 5/2/06, grant 
  [EMAIL PROTECTED] wrote:
  to 
add a little depth:http://software.groupbrowser.com/archive/t-151660.html
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups cfaussie group.  To post to this group, send email to cfaussie@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cfaussie  -~--~~~~--~~--~--~---


[cfaussie] Re: cf7 installation... issues!

2006-05-02 Thread grant

w00t! props to Joel and my sysAdmin - we finally got it going!

the key was in the comments of the second article that Joel posted -
related to the max socket connections per application in XP. instead
of letting the config util randomly scan the 100 ports we restricted
it to 10 ports and it worked straight off...

installing still got the connector errors, but then we ran the config
in DOS using the commandline (all on one line):

C:\CFusionMX7\runtime\jre\bin\java -DWSConfig.PortScanStartPort=2920
-DWSConfig.PortScanCount=10 -jar
C:\CFusionMX7\runtime\lib\wsconfig.jar

Thanks heaps Joel. CFAussie comes to the rescue once more...
Grant

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---



[cfaussie] Re: cf7 installation... issues!

2006-05-02 Thread Joel

nice to hear things worked out..:)

-Original Message-
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of grant
Sent: Wednesday, 3 May 2006 12:41 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: cf7 installation... issues!


w00t! props to Joel and my sysAdmin - we finally got it going!

the key was in the comments of the second article that Joel posted -
related to the max socket connections per application in XP. instead
of letting the config util randomly scan the 100 ports we restricted
it to 10 ports and it worked straight off...

installing still got the connector errors, but then we ran the config
in DOS using the commandline (all on one line):

C:\CFusionMX7\runtime\jre\bin\java -DWSConfig.PortScanStartPort=2920
-DWSConfig.PortScanCount=10 -jar
C:\CFusionMX7\runtime\lib\wsconfig.jar

Thanks heaps Joel. CFAussie comes to the rescue once more...
Grant



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---