[jira] [Closed] (GERONIMO-6197) clientAuth value should be set in type of boolean not string

2012-01-16 Thread viola.lu (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu closed GERONIMO-6197.
--

Resolution: Invalid

This problem doesn't exist. And in new tomcat, this value is String, not 
boolean.

> clientAuth value should be set in type of boolean not string
> 
>
> Key: GERONIMO-6197
> URL: https://issues.apache.org/jira/browse/GERONIMO-6197
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 3.0
>Reporter: viola.lu
>Assignee: viola.lu
>Priority: Minor
> Fix For: 3.0.1
>
>
> clientAuth should be set as type of boolean , not string. if i change value 
> of client auth, and access it via new nio https connector, console will show 
> stop.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (GERONIMO-6178) "Illegal character in path" exception if module package contains space

2011-12-06 Thread viola.lu (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu closed GERONIMO-6178.
--

Resolution: Duplicate

duplicate with  https://issues.apache.org/jira/browse/GERONIMO-6225
close this one.

> "Illegal character in path" exception if module package contains space
> --
>
> Key: GERONIMO-6178
> URL: https://issues.apache.org/jira/browse/GERONIMO-6178
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 3.0
>Reporter: viola.lu
>Assignee: viola.lu
>Priority: Minor
> Fix For: 3.0.1
>
>
> 2011-09-26 14:30:58,250 WARN  [TomcatModuleBuilder] Web application . does 
> not contain a WEB-INF/geronimo-web.xml deployment plan.  This may or may not 
> be a problem, depending on whether you have things like resource references 
> that need to be resolved.  You can also give the deployer a separate 
> deployment plan file on the command line.
> 2011-09-26 14:30:59,578 ERROR [Deployer] Deployment failed due to 
> java.lang.IllegalArgumentException
>   at java.net.URI.create(URI.java:853)
>   at java.net.URI.resolve(URI.java:1039)
>   at org.apache.geronimo.j2ee.deployment.Module.resolve(Module.java:186)
>   at 
> org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.installModule(AbstractWebModuleBuilder.java:378)
>   at 
> org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.installModule(SwitchingModuleBuilder.java:162)
>   at 
> org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:655)
>   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
>   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:140)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
>   at java.lang.reflect.Method.invoke(Method.java:611)
>   at 
> org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:883)
>   at 
> org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
>   at 
> org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116)
>   at 
> org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
>   at java.lang.Thread.run(Thread.java:736)
> Caused by: java.net.URISyntaxException: Illegal character in path at index 
> 33: dojox/data/demos/geography/United States of America/
>   at java.net.URI$Parser.fail(URI.java:2820)
>   at java.net.URI$Parser.checkChars(URI.java:2993)
>   at java.net.URI$Parser.parseHierarchical(URI.java:3077)
>   at java.net.URI$Parser.parse(URI.java:3035)
>   at java.net.URI.(URI.java:589)
>   at java.net.URI.create(URI.java:851)
>   ... 18 more

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Closed] (GERONIMO-6177) Got "Fail to scan javax.ws.rs.core.Application sub classes in application" if web application contains jax-rs api in its lib folder

2011-09-27 Thread viola.lu (Closed) (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-6177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu closed GERONIMO-6177.
--

Resolution: Invalid

> Got "Fail to scan javax.ws.rs.core.Application sub classes in application" if 
> web application contains jax-rs api in its lib folder
> ---
>
> Key: GERONIMO-6177
> URL: https://issues.apache.org/jira/browse/GERONIMO-6177
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Reporter: viola.lu
>Assignee: viola.lu
>
> If one web application takes jax-rs api in its package, there will be an 
> exception:" Fail to scan javax.ws.rs.core.Application sub classes in 
> application" 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira