Anonymous | Login | Signup for a new account | 12-17-2024 12:00 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0002617 | [Resin] | minor | always | 04-22-08 10:40 | 04-22-08 15:14 | ||||
Reporter | ferg | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0002617: jvm-arg inside resin:if | ||||||||
Description |
(rep by Mattias Jiderhamn) Right! That is a good tip. However, <jvm-arg> tags inside a <resin:if> causes the exception below. Seems really strange to me! ....server-root\conf\resin.conf:57: 'jvm-arg' is an unknown property of 'com.caucho.server.cluster.Server'. 55: <jvm-arg>-Xdebug</jvm-arg> 56: <resin:if test="${system['debug']}"> 57: <jvm-arg>-Xmn256M</jvm-arg> at com.caucho.config.ConfigContext.error(ConfigContext.java:1115) at com.caucho.config.ConfigContext.configureChildNode(ConfigContext.java:443) at com.caucho.config.ConfigContext.configureAttribute(ConfigContext.java:322) at com.caucho.config.program.NodeBuilderChildProgram.inject(NodeBuilderChildProgram.java:55) at com.caucho.config.program.ContainerProgram.inject(ContainerProgram.java:80) at com.caucho.config.program.ConfigProgram.configure(ConfigProgram.java:60) at com.caucho.config.core.ResinIf.init(ResinIf.java:71) 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:585) at com.caucho.config.j2ee.PostConstructProgram.inject(PostConstructProgram.java:60) at com.caucho.config.type.BeanType.init(BeanType.java:226) at com.caucho.config.ConfigContext.configureChildNode(ConfigContext.java:505) at com.caucho.config.ConfigContext.configureAttribute(ConfigContext.java:322) at com.caucho.config.program.NodeBuilderChildProgram.inject(NodeBuilderChildProgram.java:55) at com.caucho.config.program.ContainerProgram.inject(ContainerProgram.java:80) at com.caucho.config.program.ConfigProgram.configure(ConfigProgram.java:60) at com.caucho.server.cluster.Server.<init>(Server.java:199) at com.caucho.server.cluster.Cluster.startServer(Cluster.java:706) at com.caucho.server.cluster.ClusterServer.startServer(ClusterServer.java:528) at com.caucho.server.resin.Resin.start(Resin.java:695) at com.caucho.server.resin.Resin.initMain(Resin.java:1139) at com.caucho.server.resin.Resin.main(Resin.java:1341) |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |