[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread Steve Onnis
Looks like you may need to re-install cfserver.  But see if you can find the
xml config with the datasources in it [cf-root]\CFusionMX7\lib\neo-query.xml
and see how wrecked the data in the file is. If its all there, make a copy
of it and re-install cf server and copy that file back in.  Also see if you
can fins the file that holds the server mappings also and see if you can
save it. 

  _  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of George Lu
Sent: Tuesday, 15 January 2008 11:05 AM
To: CFAussie Mailing List
Subject: [cfaussie] ColdFusion MX 7 Application Sever could not start


Hi All,

One of the hard disks in my intranet web server (with CFMX7 installed) has
got bad sectors. After I've repaired it I found out one of NICs was failed.
Then I changed to another NIC. The server is started ok but I could not
start the CF Application Server. Here is the error code from
coldfusion-out.log:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 09:49:38 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 09:53:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:03:32 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:13:58 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:27:00 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:30:55 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:36:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:53:28 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:54:43 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)

Could anyone please help? It looks like all data sources have gone.

Thanks,
George




--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread George Lu
Thank you Steve. All data sources are still in neo-query.xml. I'll copy this
file and re-install CF 7. Another error msg from coldfusion-event.log:

15/01 10:54:43 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
15/01 10:54:43 error Exception thrown in operation start
[1]java.lang.Exception: No LicenseService configured; server terminating
at jrun.servlet.network.NetworkService.start(NetworkService.java:188)
at jrun.servlet.jrpp.JRunProxyService.start(JRunProxyService.java:72)
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java
:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java
:1523)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(
JRunServiceDeployer.java:460)
at jrunx.kernel.JRunServiceDeployer.startServices(
JRunServiceDeployer.java:312)
at jrunx.kernel.JRunServiceDeployer.startLifecycle(
JRunServiceDeployer.java:260)
at jrunx.kernel.JRunServiceDeployer.deployServices(
JRunServiceDeployer.java:87)
at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java
:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java
:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java
:1523)
at jrunx.kernel.JRun.startServer(JRun.java:575)
at jrunx.kernel.JRun.init(JRun.java:493)
at jrunx.kernel.JRun$1.run(JRun.java:346)
at java.security.AccessController.doPrivileged(Native Method)
at jrunx.kernel.JRun.start(JRun.java:343)
at jrunx.kernel.JRun.startByNTService(JRun.java:427)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at jrunx.kernel.JRun.invoke(JRun.java:180)
at jrunx.kernel.JRun.main(JRun.java:168)
[0]javax.management.MBeanException: Exception thrown in operation start
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java
:1644)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java
:1523)
at jrunx.kernel.ServiceAdapter.invokeMethod(ServiceAdapter.java:705)
at jrunx.kernel.JRunServiceDeployer.invokeOnServices(
JRunServiceDeployer.java:460)
at jrunx.kernel.JRunServiceDeployer.startServices(
JRunServiceDeployer.java:312)
at jrunx.kernel.JRunServiceDeployer.startLifecycle(
JRunServiceDeployer.java:260)
at jrunx.kernel.JRunServiceDeployer.deployServices(
JRunServiceDeployer.java:87)
at jrunx.kernel.DeploymentService.loadServices(DeploymentService.java
:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java
:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java
:1523)
at jrunx.kernel.JRun.startServer(JRun.java:575)
at jrunx.kernel.JRun.init(JRun.java:493)
at jrunx.kernel.JRun$1.run(JRun.java:346)
at java.security.AccessController.doPrivileged(Native Method)
at jrunx.kernel.JRun.start(JRun.java:343)
at jrunx.kernel.JRun.startByNTService(JRun.java:427)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(
NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at jrunx.kernel.JRun.invoke(JRun.java:180)
at jrunx.kernel.JRun.main(JRun.java:168)

On 15/01/2008, Steve Onnis [EMAIL PROTECTED] wrote:

  Looks like you may need to re-install cfserver.  But see if you can find
 the xml config with the datasources in it *[cf-root]\CFusionMX7\lib\neo-
 query.xml* and see how wrecked the data in the file is. If its all there,
 make a copy of it and re-install cf server and copy that file back in.  Also
 see if you can fins the file that holds the server mappings also and see if
 you can save it.

  --
 *From:* 

[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread Kai Koenig

Ok, that's fine - but you should have seen plenty of output in
your command window when running the command. Could you post 
that complete output?

Kai

I've tried to start CF by using runtime\bin\jrun -start coldfusion. It
doesn't show it's started in services.

On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:

You would find the messages below during start up of ColdFusion also 
with a working CF installation, I wouldn't worry about those
specifically.

I'm more wondering if the output you've quoted below is the complete
content of the logfile or if you're getting some more stuff? 

Try to start you CF Server from the command line, go into your
jrun bin folder  and do a jrun -start coldfusion .

Cheers
Kai

One of the hard disks in my intranet web server (with CFMX7 installed) 
has got bad sectors. After I've repaired it I found out one of NICs was
failed. Then I changed to another NIC. The server is started ok but I
could not start the CF Application Server. Here is the error code from 
coldfusion-out.log:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret. 
15/01 09:49:38 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 09:53:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server 
15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:03:32 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:13:58 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:27:00 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server 
15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:30:55 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:36:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:53:28 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server 
15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:54:43 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)

Could anyone please help? It looks like all data sources have gone.

Thanks,
George



Kai Koenig

Director  Software Solutions Architect
Ventego Creative Ltd

154 Parkvale Road, Karori
Wellington, New Zealand

Office: +64  4 476 6781
Mobile: +64 21 928 365

e-mail: [EMAIL PROTECTED]

web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de








--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread George Lu
I've tried to start CF by using runtime\bin\jrun -start coldfusion. It
doesn't show it's started in services.

On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:


 You would find the messages below during start up of ColdFusion also
 with a working CF installation, I wouldn't worry about those
 specifically.

 I'm more wondering if the output you've quoted below is the complete
 content of the logfile or if you're getting some more stuff?

 Try to start you CF Server from the command line, go into your
 jrun bin folder  and do a jrun -start coldfusion .

 Cheers
 Kai

 One of the hard disks in my intranet web server (with CFMX7 installed)
 has got bad sectors. After I've repaired it I found out one of NICs was
 failed. Then I changed to another NIC. The server is started ok but I
 could not start the CF Application Server. Here is the error code from
 coldfusion-out.log:
 
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 09:49:38 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 09:53:12 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:03:32 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:13:58 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:27:00 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:30:55 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:36:12 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:53:28 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:54:43 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 
 Could anyone please help? It looks like all data sources have gone.
 
 Thanks,
 George
 

 
 Kai Koenig

 Director  Software Solutions Architect
 Ventego Creative Ltd

 154 Parkvale Road, Karori
 Wellington, New Zealand

 Office: +64  4 476 6781
 Mobile: +64 21 928 365

 e-mail: [EMAIL PROTECTED]

 web: http://www.ventego-creative.co.nz
 blog: http://www.bloginblack.de




 


--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread Kai Koenig

Also, those log message are not of any concern in regards to your 
server not starting up.

Which installation are you having, CF 7 stand-alone or CF on
JRun 4? If the first, it would be somewhere in c:/cfusionmx7/bin or
similar (could someone who runs stand-alone jump in here please :)
if the latter, you're looking for c:/jrun4/bin

- always assuming you've done a standard install on windows.

Cheers,
Kai

There are heaps of log in the out log. I've just quoted those logged in
today. I've also got some strange messages in the log:

01/14 17:56:12 Information [scheduler-4] - Run Client Storage Purge 
01/14 19:03:12 Information [scheduler-6] - Run Client Storage Purge
01/14 20:10:13 Information [scheduler-7] - Run Client Storage Purge
01/14 21:17:13 Information [scheduler-6] - Run Client Storage Purge

As my server was down at about 9:30pm, that could indicate some kind of
problem?

Where can I find the jrun folder?

On 15/01/2008, Kai Koenig  [EMAIL PROTECTED] wrote:

You would find the messages below during start up of ColdFusion also 
with a working CF installation, I wouldn't worry about those
specifically.

I'm more wondering if the output you've quoted below is the complete
content of the logfile or if you're getting some more stuff? 

Try to start you CF Server from the command line, go into your
jrun bin folder  and do a jrun -start coldfusion .

Cheers
Kai

One of the hard disks in my intranet web server (with CFMX7 installed) 
has got bad sectors. After I've repaired it I found out one of NICs was
failed. Then I changed to another NIC. The server is started ok but I
could not start the CF Application Server. Here is the error code from 
coldfusion-out.log:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret. 
15/01 09:49:38 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 09:53:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server 
15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:03:32 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:13:58 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:27:00 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server 
15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:30:55 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:36:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:53:28 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server 
15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:54:43 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)

Could anyone please help? It looks like all data sources have gone.

Thanks,
George





Kai Koenig
 
Director  Software Solutions Architect
Ventego Creative Ltd

154 Parkvale Road, Karori
Wellington, New Zealand
 
Office: +64  4 476 6781
Mobile: +64 21 928 365

e-mail: [EMAIL PROTECTED]

web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de




--~--~-~--~~~---~--~~
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?hl=en

[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread Kai Koenig

You would find the messages below during start up of ColdFusion also
with a working CF installation, I wouldn't worry about those
specifically.

I'm more wondering if the output you've quoted below is the complete 
content of the logfile or if you're getting some more stuff?

Try to start you CF Server from the command line, go into your
jrun bin folder  and do a jrun -start coldfusion .

Cheers
Kai

One of the hard disks in my intranet web server (with CFMX7 installed)
has got bad sectors. After I've repaired it I found out one of NICs was
failed. Then I changed to another NIC. The server is started ok but I
could not start the CF Application Server. Here is the error code from
coldfusion-out.log:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 09:49:38 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 09:53:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:03:32 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:13:58 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:27:00 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:30:55 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:36:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:53:28 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:54:43 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)

Could anyone please help? It looks like all data sources have gone.

Thanks,
George



Kai Koenig
 
Director  Software Solutions Architect
Ventego Creative Ltd

154 Parkvale Road, Karori
Wellington, New Zealand
 
Office: +64  4 476 6781
Mobile: +64 21 928 365

e-mail: [EMAIL PROTECTED]

web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de




--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread George Lu
Hi Kai,

There are heaps of log in the out log. I've just quoted those logged in
today. I've also got some strange messages in the log:

01/14 17:56:12 Information [scheduler-4] - Run Client Storage Purge
01/14 19:03:12 Information [scheduler-6] - Run Client Storage Purge
01/14 20:10:13 Information [scheduler-7] - Run Client Storage Purge
01/14 21:17:13 Information [scheduler-6] - Run Client Storage Purge

As my server was down at about 9:30pm, that could indicate some kind of
problem?

Where can I find the jrun folder?

On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:


 You would find the messages below during start up of ColdFusion also
 with a working CF installation, I wouldn't worry about those
 specifically.

 I'm more wondering if the output you've quoted below is the complete
 content of the logfile or if you're getting some more stuff?

 Try to start you CF Server from the command line, go into your
 jrun bin folder  and do a jrun -start coldfusion .

 Cheers
 Kai

 One of the hard disks in my intranet web server (with CFMX7 installed)
 has got bad sectors. After I've repaired it I found out one of NICs was
 failed. Then I changed to another NIC. The server is started ok but I
 could not start the CF Application Server. Here is the error code from
 coldfusion-out.log:
 
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 09:49:38 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 09:53:12 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:03:32 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:13:58 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:27:00 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:30:55 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:36:12 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:53:28 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:54:43 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 
 Could anyone please help? It looks like all data sources have gone.
 
 Thanks,
 George
 

 
 Kai Koenig

 Director  Software Solutions Architect
 Ventego Creative Ltd

 154 Parkvale Road, Karori
 Wellington, New Zealand

 Office: +64  4 476 6781
 Mobile: +64 21 928 365

 e-mail: [EMAIL PROTECTED]

 web: http://www.ventego-creative.co.nz
 blog: http://www.bloginblack.de




 


--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread George Lu
Thanks Kai. It's a CF 7 Ent stand-alone installation.

On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:


 Also, those log message are not of any concern in regards to your
 server not starting up.

 Which installation are you having, CF 7 stand-alone or CF on
 JRun 4? If the first, it would be somewhere in c:/cfusionmx7/bin or
 similar (could someone who runs stand-alone jump in here please :)
 if the latter, you're looking for c:/jrun4/bin

 - always assuming you've done a standard install on windows.

 Cheers,
 Kai

 There are heaps of log in the out log. I've just quoted those logged in
 today. I've also got some strange messages in the log:
 
 01/14 17:56:12 Information [scheduler-4] - Run Client Storage Purge
 01/14 19:03:12 Information [scheduler-6] - Run Client Storage Purge
 01/14 20:10:13 Information [scheduler-7] - Run Client Storage Purge
 01/14 21:17:13 Information [scheduler-6] - Run Client Storage Purge
 
 As my server was down at about 9:30pm, that could indicate some kind of
 problem?
 
 Where can I find the jrun folder?
 
 On 15/01/2008, Kai Koenig  [EMAIL PROTECTED] wrote:
 
 You would find the messages below during start up of ColdFusion also
 with a working CF installation, I wouldn't worry about those
 specifically.
 
 I'm more wondering if the output you've quoted below is the complete
 content of the logfile or if you're getting some more stuff?
 
 Try to start you CF Server from the command line, go into your
 jrun bin folderand do a jrun -start coldfusion .
 
 Cheers
 Kai
 
 One of the hard disks in my intranet web server (with CFMX7 installed)
 has got bad sectors. After I've repaired it I found out one of NICs was
 failed. Then I changed to another NIC. The server is started ok but I
 could not start the CF Application Server. Here is the error code from
 coldfusion-out.log:
 
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 09:49:38 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 09:53:12 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:03:32 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:13:58 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:27:00 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:30:55 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:36:12 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:53:28 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:54:43 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 
 Could anyone please help? It looks like all data sources have gone.
 
 Thanks,
 George
 



 
 Kai Koenig

 Director  Software Solutions Architect
 Ventego Creative Ltd

 154 Parkvale Road, Karori
 Wellington, New Zealand

 Office: +64  4 476 6781
 Mobile: +64 21 928 365

 e-mail: [EMAIL PROTECTED]

 web: http://www.ventego-creative.co.nz
 blog: http://www.bloginblack.de




 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
cfaussie group.
To post to this 

[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread Kai Koenig

pipe it into a text file ( jrun.  myoutput.txt )

Kai


As it run at DOS window, how can I capture all output? What I can do is
printScreen - see attached.

On 15/01/2008, Kai Koenig  [EMAIL PROTECTED] wrote:

Ok, that's fine - but you should have seen plenty of output in 
your command window when running the command. Could you post
that complete output?

Kai

I've tried to start CF by using runtime\bin\jrun -start coldfusion. It
doesn't show it's started in services. 

On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:

You would find the messages below during start up of ColdFusion also
with a working CF installation, I wouldn't worry about those 
specifically.

I'm more wondering if the output you've quoted below is the complete
content of the logfile or if you're getting some more stuff?

Try to start you CF Server from the command line, go into your 
jrun bin folderand do a jrun -start coldfusion .

Cheers
Kai

One of the hard disks in my intranet web server (with CFMX7 installed)
has got bad sectors. After I've repaired it I found out one of NICs was 
failed. Then I changed to another NIC. The server is started ok but I
could not start the CF Application Server. Here is the error code from
coldfusion-out.log:

Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 09:49:38 info No JDBC data sources have been configured for this 
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret. 
15/01 09:53:12 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:03:32 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:13:58 info No JDBC data sources have been configured for this 
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret. 
15/01 10:27:00 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:30:55 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:36:12 info No JDBC data sources have been configured for this 
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret. 
15/01 10:53:28 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)
Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
Installing a self generated sessionSecret.
15/01 10:54:43 info No JDBC data sources have been configured for this
server (see jrun-resources.xml)

Could anyone please help? It looks like all data sources have gone. 

Thanks,
George



Kai Koenig

Director  Software Solutions Architect
Ventego Creative Ltd 

154 Parkvale Road, Karori
Wellington, New Zealand

Office: +644 476 6781
Mobile: +64 21 928 365

e-mail: [EMAIL PROTECTED] 

web: http://www.ventego-creative.co.nz
blog: http://www.bloginblack.de













--~--~-~--~~~---~--~~
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?hl=en
-~--~~~~--~~--~--~---



[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread George Lu
I've just done this but it doesn't capture all output (see attached).

At the mean time, I'll transfer all necessary data across to another server.
I've copied all cf pages and docs; copied data sources (neo-query.xml). How
can I transfer verity collections (just copy over everything under
collections folder?) and schedules?

Thanks for your help!

On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:


 pipe it into a text file ( jrun.  myoutput.txt )

 Kai


 As it run at DOS window, how can I capture all output? What I can do is
 printScreen - see attached.
 
 On 15/01/2008, Kai Koenig  [EMAIL PROTECTED] wrote:
 
 Ok, that's fine - but you should have seen plenty of output in
 your command window when running the command. Could you post
 that complete output?
 
 Kai
 
 I've tried to start CF by using runtime\bin\jrun -start coldfusion. It
 doesn't show it's started in services.
 
 On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:
 
 You would find the messages below during start up of ColdFusion also
 with a working CF installation, I wouldn't worry about those
 specifically.
 
 I'm more wondering if the output you've quoted below is the complete
 content of the logfile or if you're getting some more stuff?
 
 Try to start you CF Server from the command line, go into your
 jrun bin folderand do a jrun -start coldfusion .
 
 Cheers
 Kai
 
 One of the hard disks in my intranet web server (with CFMX7 installed)
 has got bad sectors. After I've repaired it I found out one of NICs was
 failed. Then I changed to another NIC. The server is started ok but I
 could not start the CF Application Server. Here is the error code from
 coldfusion-out.log:
 
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 09:49:37 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 09:49:38 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 09:53:11 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 09:53:12 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:03:32 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:03:32 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:13:57 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:13:58 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:27:00 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:27:00 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:30:55 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:30:55 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:36:11 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:36:12 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:53:27 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:53:28 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
 15/01 10:54:43 warning No sessionSecret has been specified in jrun.xml.
 Installing a self generated sessionSecret.
 15/01 10:54:43 info No JDBC data sources have been configured for this
 server (see jrun-resources.xml)
 
 Could anyone please help? It looks like all data sources have gone.
 
 Thanks,
 George
 
 
 
 Kai Koenig
 
 Director  Software Solutions Architect
 Ventego Creative Ltd
 
 154 Parkvale Road, Karori
 Wellington, New Zealand
 
 Office: +644 476 6781
 Mobile: +64 21 928 365
 
 e-mail: [EMAIL PROTECTED]
 
 web: http://www.ventego-creative.co.nz
 blog: http://www.bloginblack.de
 
 
 
 
 
 
 
 
 
 
 


 


--~--~-~--~~~---~--~~
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 

[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread George Lu
Oops! Forgot to attach the txt file.

On 15/01/2008, George Lu [EMAIL PROTECTED] wrote:

 I've just done this but it doesn't capture all output (see attached).

 At the mean time, I'll transfer all necessary data across to another
 server. I've copied all cf pages and docs; copied data sources (
 neo-query.xml). How can I transfer verity collections (just copy over
 everything under collections folder?) and schedules?

 Thanks for your help!

 On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:
 
 
  pipe it into a text file ( jrun.  myoutput.txt )
 
  Kai
 
 
  As it run at DOS window, how can I capture all output? What I can do is
  printScreen - see attached.
  
  On 15/01/2008, Kai Koenig  [EMAIL PROTECTED] wrote:
  
  Ok, that's fine - but you should have seen plenty of output in
  your command window when running the command. Could you post
  that complete output?
  
  Kai
  
  I've tried to start CF by using runtime\bin\jrun -start coldfusion. It
  doesn't show it's started in services.
  
  On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:
  
  You would find the messages below during start up of ColdFusion also
  with a working CF installation, I wouldn't worry about those
  specifically.
  
  I'm more wondering if the output you've quoted below is the complete
  content of the logfile or if you're getting some more stuff?
  
  Try to start you CF Server from the command line, go into your
  jrun bin folderand do a jrun -start coldfusion .
  
  Cheers
  Kai
  
  One of the hard disks in my intranet web server (with CFMX7
  installed)
  has got bad sectors. After I've repaired it I found out one of NICs
  was
  failed. Then I changed to another NIC. The server is started ok but I
  could not start the CF Application Server. Here is the error code
  from
  coldfusion-out.log:
  
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 09:49:37 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 09:49:38 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 09:53:11 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 09:53:12 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 10:03:32 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 10:03:32 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 10:13:57 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 10:13:58 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 10:27:00 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 10:27:00 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 10:30:55 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 10:30:55 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 10:36:11 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 10:36:12 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 10:53:27 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 10:53:28 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
  15/01 10:54:43 warning No sessionSecret has been specified in
  jrun.xml.
  Installing a self generated sessionSecret.
  15/01 10:54:43 info No JDBC data sources have been configured for
  this
  server (see jrun-resources.xml)
  
  Could anyone please help? It looks like all data sources have gone.
  
  Thanks,
  George
  
  
  
  Kai Koenig
  
  Director  Software Solutions Architect
  Ventego Creative Ltd
  
  154 Parkvale Road, Karori
  Wellington, New Zealand
  
  Office: +644 476 6781
  Mobile: +64 21 928 365
  
  e-mail: [EMAIL PROTECTED]
  
  web: http://www.ventego-creative.co.nz
  blog: http://www.bloginblack.de
  
  
  
  
  
  
  
  
  
  
  
 
 
   
 



[cfaussie] Re: ColdFusion MX 7 Application Sever could not start

2008-01-14 Thread George Lu
I've installed CF 7 on Jrun. So it's back to working now but my db sources
are from very old settings. How can I find neo-query.xml from jrun folder?

On 15/01/2008, George Lu [EMAIL PROTECTED] wrote:

 Oops! Forgot to attach the txt file.

 On 15/01/2008, George Lu [EMAIL PROTECTED] wrote:
 
  I've just done this but it doesn't capture all output (see attached).
 
  At the mean time, I'll transfer all necessary data across to another
  server. I've copied all cf pages and docs; copied data sources (
  neo-query.xml). How can I transfer verity collections (just copy over
  everything under collections folder?) and schedules?
 
  Thanks for your help!
 
  On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:
  
  
   pipe it into a text file ( jrun.  myoutput.txt )
  
   Kai
  
  
   As it run at DOS window, how can I capture all output? What I can do
   is
   printScreen - see attached.
   
   On 15/01/2008, Kai Koenig  [EMAIL PROTECTED] wrote:
   
   Ok, that's fine - but you should have seen plenty of output in
   your command window when running the command. Could you post
   that complete output?
   
   Kai
   
   I've tried to start CF by using runtime\bin\jrun -start coldfusion.
   It
   doesn't show it's started in services.
   
   On 15/01/2008, Kai Koenig [EMAIL PROTECTED] wrote:
   
   You would find the messages below during start up of ColdFusion also
  
   with a working CF installation, I wouldn't worry about those
   specifically.
   
   I'm more wondering if the output you've quoted below is the complete
   content of the logfile or if you're getting some more stuff?
   
   Try to start you CF Server from the command line, go into your
   jrun bin folderand do a jrun -start coldfusion .
   
   Cheers
   Kai
   
   One of the hard disks in my intranet web server (with CFMX7
   installed)
   has got bad sectors. After I've repaired it I found out one of NICs
   was
   failed. Then I changed to another NIC. The server is started ok but
   I
   could not start the CF Application Server. Here is the error code
   from
   coldfusion-out.log:
   
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 09:49:37 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 09:49:38 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 09:53:11 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 09:53:12 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 10:03:32 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 10:03:32 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 10:13:57 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 10:13:58 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 10:27:00 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 10:27:00 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 10:30:55 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 10:30:55 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 10:36:11 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 10:36:12 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 10:53:27 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 10:53:28 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
   15/01 10:54:43 warning No sessionSecret has been specified in
   jrun.xml.
   Installing a self generated sessionSecret.
   15/01 10:54:43 info No JDBC data sources have been configured for
   this
   server (see jrun-resources.xml)
   
   Could anyone please help? It looks like all data sources have gone.
   
   Thanks,
   George
   
   
   
   Kai Koenig
   
   Director  Software