Notes |
(0000356)
ferg
07-15-05 00:00
|
xxxxxx.license -- 1 Resin server Ablogic
Starting Resin on Thu, 14 Jul 2005 14:47:17 +0800 (GMT+08:00)
[14:47:19.732] Server[] starting
[14:47:19.744] Loaded Socket JNI library.
[14:47:19.747] http listening to *:8080
[14:47:19.750] hmux listening to localhost.localdomain:6802
[14:47:19.819] java.lang.NullPointerException
[14:47:19.819] at com.caucho.server.host.HostController.merge(HostController.java:332)
[14:47:19.819] at com.caucho.server.host.HostSingleDeployGenerator.mergeController(HostSingleDeployGenerator.java:151)
[14:47:19.819] at com.caucho.server.host.HostSingleDeployGenerator.mergeController(HostSingleDeployGenerator.java:52)
[14:47:19.819] at com.caucho.server.deploy.DeployListGenerator.generateController(DeployListGenerator.java:142)
[14:47:19.819] at com.caucho.server.deploy.DeployContainer.startImpl(DeployContainer.java:284)
[14:47:19.819] at com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:151)
[14:47:19.819] at com.caucho.server.host.HostContainer.start(HostContainer.java:468)
[14:47:19.819] at com.caucho.server.resin.ServletServer.start(ServletServer.java:934)
[14:47:19.819] at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:563)
[14:47:19.819] at com.caucho.server.deploy.AbstractDeployControllerStrategy.start(AbstractDeployControllerStrategy.java:56)
[14:47:19.819] at com.caucho.server.deploy.DeployController.start(DeployController.java:459)
[14:47:19.819] at com.caucho.server.resin.ResinServer.start(ResinServer.java:465)
[14:47:19.819] at com.caucho.server.resin.Resin.init(Resin.java)
[14:47:19.819] at com.caucho.server.resin.Resin.main(Resin.java:612)
[14:49:41.978] Server[] stopping
Any idea on what it could be? BTW, I'm attaching my resin.conf |
|
(0000357)
ferg
07-15-05 00:00
|
<!-- configures a deployment directory for virtual hosts -->
<host-deploy path="hosts">
<host-default>
<resin:import path="host.xml" optional="true"/>
</host-default>
</host-deploy>
<!-- configures the default host, matching any host name -->
<host host-name="localhost">
<host-alias>192.168.0.33</host-alias>
<root-directory>hosts/localhost</root-directory>
<document-directory>webapps</document-directory>
</host>
|
|
(0000358)
ferg
07-15-05 00:00
|
server/10v6 |
|