Re: cfmx on kubuntu

2006-02-21 Thread Paul Scoffield II
aye. doesn't look like there is anything running..

On 2/20/06, Thomas Chiverton <[EMAIL PROTECTED]> wrote:
> On Monday 20 February 2006 01:37, Paul Scoffield II wrote:
> > ok, well i think i got it going using the built in server, but when i
> > attempt to connect to port 8500. i get a connection refused error.. is
> > the port locked down.. or does that mean the bloody thing isn't
> > running.. ?
>
> As root:
> netstat -alpn|grep 8500
> will tell you if any process is listening on the port.
>
> --
>
> Tom Chiverton
> Advanced ColdFusion Programmer
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233057
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfmx on kubuntu

2006-02-19 Thread Paul Scoffield II
ok, well i think i got it going using the built in server, but when i
attempt to connect to port 8500. i get a connection refused error.. is
the port locked down.. or does that mean the bloody thing isn't
running.. ?

On 2/19/06, Paul Scoffield II <[EMAIL PROTECTED]> wrote:
> i have a s/n for it.. but, i just installed it as a dev version to start...
>
> Upon initial startup, I get:
> snip.
> ColdFusion MX 7 not started, will retry connector 2 more time(s)
> ColdFusion MX 7 not started, will retry connector 1 more time(s)
> The connector wizard has not been able to contact the local ColdFusion
> MX 7, connector installation aborted.
> ==
> ColdFusion MX 7 has been started.
> ColdFusion MX 7 will write logs to /opt/coldfusionmx7/logs/cfserver.log
>
>
> but if i try to stop the service, I get this:
>
> [EMAIL PROTECTED]:/opt/coldfusionmx7/bin$ sudo ./coldfusion stop
> ColdFusion MX 7 does not seem to be currently running
>
> if I attempt to start it again, It errors with this in the logs:
>
> Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
> 02/19 13:31:31 warning Invalid license; reverting to Developer Version
> 02/19 13:31:31 error Error thrown in operation init
>
> .
>
> 02/19 13:31:33 error Exception thrown in operation start
> [1]java.lang.Exception: No LicenseService configured; server terminating
>
> .
>
> 02/19 13:31:33 warning No sessionSecret has been specified in
> jrun.xml. Installing a self generated sessionSecret.
> 02/19 13:31:34 info No JDBC data sources have been configured for this
> server (see jrun-resources.xml)
> [1]jrunx.kernel.ServiceException: No LicenseService configured; server
> terminating
>
> .
>
> autorestart: Process died in less than 30 seconds; not restarting
>
>
> On 2/19/06, Oðuz_Demirkapý <[EMAIL PROTECTED]> wrote:
> > This is just a warning and does not effect CF in any way.
> >
> > I have same warning on Debian Linux but my CF installation works without any
> > problem.
> >
> > I have first installed 30 day trial and activated my serial later. But it is
> > always same.
> >
> >
> > Here is a simple tutorial CF on Debian.
> > http://www.howtoforge.com/coldfusion_installation_debian_sarge
> >
> >
> > Oguz Demirkapi
> >
> >
> >
> >
> > -Original Message-
> > From: James Holmes [mailto:[EMAIL PROTECTED]
> > Sent: Sonntag, 19. Februar 2006 10:37
> > To: CF-Talk
> > Subject: Re: cfmx on kubuntu
> >
> > Furthermore, I'd expect a license warning for a developer edition; is
> > this a licenced install or just a dev version?
> >
> > On 2/19/06, Andrew Stevens <[EMAIL PROTECTED]> wrote:
> > > It is 'just' a warning, is your server not working?
> > >
> >
> > --
> > CFAJAX docs and other useful articles:
> > http://jr-holmes.coldfusionjournal.com/
> >
> >
> >
> > 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232880
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfmx on kubuntu

2006-02-19 Thread Paul Scoffield II
i have a s/n for it.. but, i just installed it as a dev version to start...

Upon initial startup, I get:
.snip.
ColdFusion MX 7 not started, will retry connector 2 more time(s)
ColdFusion MX 7 not started, will retry connector 1 more time(s)
The connector wizard has not been able to contact the local ColdFusion
MX 7, connector installation aborted.
==
ColdFusion MX 7 has been started.
ColdFusion MX 7 will write logs to /opt/coldfusionmx7/logs/cfserver.log


but if i try to stop the service, I get this:

[EMAIL PROTECTED]:/opt/coldfusionmx7/bin$ sudo ./coldfusion stop
ColdFusion MX 7 does not seem to be currently running

if I attempt to start it again, It errors with this in the logs:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
02/19 13:31:31 warning Invalid license; reverting to Developer Version
02/19 13:31:31 error Error thrown in operation init

..

02/19 13:31:33 error Exception thrown in operation start
[1]java.lang.Exception: No LicenseService configured; server terminating

..

02/19 13:31:33 warning No sessionSecret has been specified in
jrun.xml. Installing a self generated sessionSecret.
02/19 13:31:34 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
[1]jrunx.kernel.ServiceException: No LicenseService configured; server
terminating

..

autorestart: Process died in less than 30 seconds; not restarting


On 2/19/06, Oðuz_Demirkapý <[EMAIL PROTECTED]> wrote:
> This is just a warning and does not effect CF in any way.
>
> I have same warning on Debian Linux but my CF installation works without any
> problem.
>
> I have first installed 30 day trial and activated my serial later. But it is
> always same.
>
>
> Here is a simple tutorial CF on Debian.
> http://www.howtoforge.com/coldfusion_installation_debian_sarge
>
>
> Oguz Demirkapi
>
>
>
>
> -Original Message-
> From: James Holmes [mailto:[EMAIL PROTECTED]
> Sent: Sonntag, 19. Februar 2006 10:37
> To: CF-Talk
> Subject: Re: cfmx on kubuntu
>
> Furthermore, I'd expect a license warning for a developer edition; is
> this a licenced install or just a dev version?
>
> On 2/19/06, Andrew Stevens <[EMAIL PROTECTED]> wrote:
> > It is 'just' a warning, is your server not working?
> >
>
> --
> CFAJAX docs and other useful articles:
> http://jr-holmes.coldfusionjournal.com/
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232856
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: cfmx on kubuntu

2006-02-19 Thread Paul Scoffield II
naw.. that's not it.. i don't have a license.properties in that directory...

On 2/18/06, Andrew Stevens <[EMAIL PROTECTED]> wrote:
> Could be this...
> http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=cf8f287b&pss=rs
> s_coldfusion_cf8f287b
>
> -Original Message-
> From: Paul Scoffield II [mailto:[EMAIL PROTECTED]
> Sent: Sunday, 19 February 2006 1:41 PM
> To: CF-Talk
> Subject: cfmx on kubuntu
>
> the install seems to have gone fine, but when i attempt to start the
> server, I get this in the coldfusion.log:
>
> Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
> 02/18 21:38:39 warning Unable to open
> /opt/coldfusionmx7/runtime/lib/license.properties
> 02/18 21:38:39 error Error thrown in operation init
>
> any ideas or suggestions?
>
> (i am very green on *nix)
>
> Critter
> --
> http://single-dads.us
>
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232828
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


cfmx on kubuntu

2006-02-18 Thread Paul Scoffield II
the install seems to have gone fine, but when i attempt to start the
server, I get this in the coldfusion.log:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
02/18 21:38:39 warning Unable to open
/opt/coldfusionmx7/runtime/lib/license.properties
02/18 21:38:39 error Error thrown in operation init

any ideas or suggestions?

(i am very green on *nix)

Critter
--
http://single-dads.us

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232821
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54