[jira] [Commented] (GERONIMO-6321) the function getClass().getClassLoader().getResource() on linux

2012-04-08 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13249651#comment-13249651
 ] 

xiezhi commented on GERONIMO-6321:
--

Could you give your application. I want to know if it is related about space 
issue or path issue.

> the function getClass().getClassLoader().getResource() on linux 
> 
>
> Key: GERONIMO-6321
> URL: https://issues.apache.org/jira/browse/GERONIMO-6321
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: kernel
>Affects Versions: 2.1.2
> Environment: linux,jdk6
>Reporter: 朱振
>  Labels: getResource
> Fix For: 2.1.2
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> when i use the function 
> getClass().getClassLoader().getResource("../lib/a.xml") in a servlet ,i can't 
> get value.it's always get null value in linux.i will get right value by same 
> way on windows os.  

--
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] [Commented] (GERONIMO-6287) Server instance which created by gogo command "deploy:new-server-instance "can't be started

2012-03-11 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227285#comment-13227285
 ] 

xiezhi commented on GERONIMO-6287:
--

I think there is a mistake in the pom.xml of karaf-frame.


contents/
instance/


should be corrected to


contents/
instance/



> Server instance which created by gogo command "deploy:new-server-instance 
> "can't be started 
> 
>
> Key: GERONIMO-6287
> URL: https://issues.apache.org/jira/browse/GERONIMO-6287
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: commands, osgi
>Affects Versions: 3.0-beta-1
> Environment: JDK6 SR10
> Redhat 6.1 x86_64 GNU/Linux
> Build: 2012.02.23
>Reporter: Tina Li
>Priority: Minor
>
> Steps:
> 1. Start geronimo successfully using ./geronimo.sh run 
> 2. Using gogo command to create a new instance named inst1:
>  geronimo> deploy:new-server-instance  inst1
> Connection established
> Server created
> 3.Change the PortOffset of the new instance
> 4. Try to start the server instance:
> $ export GERONIMO_SERVER=inst1
> $ bin/geronimo.sh run -l
> 5. But failed to start:
> Error launching framework: java.lang.IllegalArgumentException: Property 
> karaf.framework must be set in the etc/config.properties configuration file
> 6.Check the content under /inst1, only /var existed but /etc 
> missing

--
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] [Commented] (GERONIMO-6135) Status changed abnormal for default server in mornitoring on admin console

2012-03-06 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224073#comment-13224073
 ] 

xiezhi commented on GERONIMO-6135:
--

Investigated this jira. Found after clicked the "Disable Query", the server 
will stop SnopshotThread and set threadstatus=-1. Then the page reload and 
checked the snapshot status. At this time the thread is still stopping and the 
status is still -1. So it show "Stopping". When you refresh this page, the 
thread stopped. So the page show "Stat.Query" status is "Stopped". Because the 
page just refresh once after click the link. So the status is still be stopping 
even if the thread has stopped.

> Status changed abnormal for default server in mornitoring on admin console
> --
>
> Key: GERONIMO-6135
> URL: https://issues.apache.org/jira/browse/GERONIMO-6135
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: monitoring
>Affects Versions: 3.0
> Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 
> jvmwi3260sr9-20110203_74623 (JIT enabled, AOT enabled)
>Reporter: Tina Li
>Assignee: Shenghao Fang
>Priority: Minor
>
> 1. Use the Aug 23's build of geronimo-3.0 snapshot
> 2. Go to the "Monitoring" porlet on admin console
> 3. Click the 'Enable Query' link associated with this default server, server 
> works well
> 4. Click the "Disable Query" link but found the value of "Stat.Query" for the 
> default server keeps "Stopping..." ,Not changed to "Stopped" until you 
> refreshed this page.

--
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] [Commented] (GERONIMO-6112) Sum file already exists

2012-03-01 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220659#comment-13220659
 ] 

xiezhi commented on GERONIMO-6112:
--

recreate this issue may follow this steps
1.deploy a war in admin console, for example deploy hello-3.0.0.0.war
2.copy hello-3.0.0.0.car or hello-3.0.0.0.war from the 
\repository to another place for backup.
3.uninstall hello component in admin console.
4.deploy the backup car or war before
the error message occurs.

Or deploy a car which does not exist in the server in admin console. It can 
recreate the issue either.



> Sum file already exists
> ---
>
> Key: GERONIMO-6112
> URL: https://issues.apache.org/jira/browse/GERONIMO-6112
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment
>Affects Versions: 3.0
>Reporter: Jarek Gawor
>
> Deploying a "car" module or module with the .ser and .sha1 files causes 
> "Unable to deploy: java.io.IOException: Sum file already exists" error. Such 
> modules shouldn't be deployed in the first place but some users do by mistake 
> or whatever. Unfortunately, the error doesn't help in determining what's 
> wrong. So I think we should either throw a nicer exception when this happens 
> or suppress this error altogether and redeploy the module.

--
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] [Commented] (GERONIMO-6112) Sum file already exists

2012-02-27 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13217887#comment-13217887
 ] 

xiezhi commented on GERONIMO-6112:
--

Hi,Jarek. I try to recreate the issue. But I couldn't get the same exception as 
you mentioned when I deployed a car twice. Could you tell me how did you do or 
provide a sample car. I'll continue to investigate it. It will be good if got 
your help.

> Sum file already exists
> ---
>
> Key: GERONIMO-6112
> URL: https://issues.apache.org/jira/browse/GERONIMO-6112
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: deployment
>Affects Versions: 3.0
>Reporter: Jarek Gawor
>
> Deploying a "car" module or module with the .ser and .sha1 files causes 
> "Unable to deploy: java.io.IOException: Sum file already exists" error. Such 
> modules shouldn't be deployed in the first place but some users do by mistake 
> or whatever. Unfortunately, the error doesn't help in determining what's 
> wrong. So I think we should either throw a nicer exception when this happens 
> or suppress this error altogether and redeploy the module.

--
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] [Commented] (GERONIMO-6189) web access URL is not included virtual host infomation

2012-02-24 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215499#comment-13215499
 ] 

xiezhi commented on GERONIMO-6189:
--

It need to add host information in the URL if the host has assigned explicitly.

> web access URL is not included virtual host infomation
> --
>
> Key: GERONIMO-6189
> URL: https://issues.apache.org/jira/browse/GERONIMO-6189
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.7, 2.2.1, 3.0
>Reporter: Ivan
>Priority: Minor
>
> On the web application administration portlet, the virtual host information 
> is not included in the web access URL

--
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] [Commented] (GERONIMO-6258) HttpClient classloading problem while deploying ejb application

2012-02-22 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214367#comment-13214367
 ] 

xiezhi commented on GERONIMO-6258:
--

I have deployed your application by transfering the content of openejb-jar.xml 
to geronimo-application.xml.
But when started the application, I got some exceptions from the server log.

2012-02-23 14:19:44,752 INFO  [config] Configuring 
Service(id=DefaultStatefulContainer, type=Container, provider-id=Default 
Stateful Container)
2012-02-23 14:19:44,753 INFO  [config] Configuring 
Service(id=DefaultSingletonContainer, type=Container, provider-id=Default 
Singleton Container)
2012-02-23 14:19:44,753 INFO  [config] Configuring 
Service(id=DefaultBMPContainer, type=Container, provider-id=Default BMP 
Container)
2012-02-23 14:19:44,754 INFO  [config] Configuring 
Service(id=DefaultCMPContainer, type=Container, provider-id=Default CMP 
Container)
2012-02-23 14:19:44,754 INFO  [config] Configuring 
Service(id=DefaultManagedContainer, type=Container, provider-id=Default Managed 
Container)
2012-02-23 14:19:44,755 INFO  [config] Configuring enterprise application: 
d:\Test\Server\ce3000frombuildServer\wasce-server-3.0.0.0\bin\default\Test6258EAR\1.0\car
2012-02-23 14:19:44,784 INFO  [OpenEJB] Auto-deploying ejb HelloWorld: 
EjbDeployment(deployment-id=Test6258.jar/HelloWorld)
2012-02-23 14:19:44,784 INFO  [config] Enterprise application 
"d:\Test\Server\ce3000frombuildServer\wasce-server-3.0.0.0\bin\default\Test6258EAR\1.0\car"
 loaded.
2012-02-23 14:19:47,033 INFO  [SupportedModesServiceImpl] Portlet mode 'edit' 
not found for portletId: 'plugin.Deployment!-2135677113|0'
2012-02-23 14:19:48,872 INFO  [SupportedModesServiceImpl] Portlet mode 'edit' 
not found for portletId: 'plugin.Deployment!-2135677113|0'
2012-02-23 14:20:04,307 INFO  [SupportedModesServiceImpl] Portlet mode 'edit' 
not found for portletId: 'console-base.WARModules!-717254442|0'
2012-02-23 14:20:04,307 INFO  [SupportedModesServiceImpl] Portlet mode 'help' 
not found for portletId: 'console-base.WARModules!-717254442|0'
2012-02-23 14:20:06,344 INFO  [SupportedModesServiceImpl] Portlet mode 'edit' 
not found for portletId: 'console-base.EARModules!-1281652050|0'
2012-02-23 14:20:06,349 INFO  [SupportedModesServiceImpl] Portlet mode 'help' 
not found for portletId: 'console-base.EARModules!-1281652050|0'
2012-02-23 14:20:10,825 INFO  [KernelContextGBean] bound gbean 
default/Test6258EAR/1.0/car?EJBModule=Test6258.jar,J2EEApplication=default/Test6258EAR/1.0/car,j2eeType=ValidatorFactory,name=ValidatorFactory
 at name jca:/default/Test6258EAR/ValidatorFactory/ValidatorFactory
2012-02-23 14:20:10,864 INFO  [startup] Assembling app: 
d:\Test\Server\ce3000frombuildServer\wasce-server-3.0.0.0\bin\default\Test6258EAR\1.0\car
2012-02-23 14:20:10,868 INFO  [startup] Jndi(name=HelloWorldLocalBean) --> 
Ejb(deployment-id=Test6258.jar/HelloWorld)
2012-02-23 14:20:10,868 INFO  [startup] 
Jndi(name=global/Test6258EAR/Test6258/HelloWorld!nl.mic.test.HelloWorld) --> 
Ejb(deployment-id=Test6258.jar/HelloWorld)
2012-02-23 14:20:10,869 INFO  [startup] 
Jndi(name=global/Test6258EAR/Test6258/HelloWorld) --> 
Ejb(deployment-id=Test6258.jar/HelloWorld)
2012-02-23 14:20:10,869 INFO  [CdiBuilder] existing thread singleton service in 
SystemInstance() 
org.apache.geronimo.openejb.cdi.ThreadSingletonServiceAdapter@5c285c28
2012-02-23 14:20:10,871 INFO  [startup] Deployed 
Application(path=d:\Test\Server\ce3000frombuildServer\wasce-server-3.0.0.0\bin\default\Test6258EAR\1.0\car)
2012-02-23 14:20:10,873 INFO  [EjbModuleImpl] 
createApplication.createdEjbTest6258.jar/HelloWorldHelloWorldDefaultStatelessContainer
2012-02-23 14:20:10,880 INFO  [EjbModuleImpl] 
createApplication.startedEjbTest6258.jar/HelloWorldHelloWorldDefaultStatelessContainer
2012-02-23 14:20:11,433 INFO  [SupportedModesServiceImpl] Portlet mode 'edit' 
not found for portletId: 'console-base.EARModules!-1281652050|0'
2012-02-23 14:20:11,433 INFO  [SupportedModesServiceImpl] Portlet mode 'help' 
not found for portletId: 'console-base.EARModules!-1281652050|0'
2012-02-23 14:21:00,873 INFO  [Transaction] TX NotSupported: Suspended 
transaction org.apache.geronimo.transaction.manager.TransactionImpl@699d699d
2012-02-23 14:21:00,874 ERROR [OpenEJB] The bean instance business method 
encountered a system exception: argument type mismatch
java.lang.IllegalArgumentException: argument type mismatch
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.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:181)
at 
org.apache.openejb.co

[jira] [Commented] (GERONIMO-6002) Can't configure defaultJspServlet parameters

2012-02-21 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13213437#comment-13213437
 ] 

xiezhi commented on GERONIMO-6002:
--

Have verified it in geronimo 3.0-beta-1. It actually works for JSP with 
configuring enable debug module and trimSpaces Option.

> Can't configure defaultJspServlet parameters
> 
>
> Key: GERONIMO-6002
> URL: https://issues.apache.org/jira/browse/GERONIMO-6002
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 3.0
>Reporter: Kevan Miller
>Assignee: Kevan Miller
> Fix For: 3.0
>
> Attachments: jsp.development.mode
>
>
> It's not currently possible to configure the defaultJspServlet properties. 
> This means that you can't configure 'development' mode or trimSpaces.

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