[jira] [Assigned] (GERONIMO-6299) Update Derby to version 10.8.2.2

2012-03-30 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6299:
-

Assignee: Forrest Xia

> Update Derby to version 10.8.2.2
> 
>
> Key: GERONIMO-6299
> URL: https://issues.apache.org/jira/browse/GERONIMO-6299
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: databases
>Affects Versions: 3.0-beta-1
>Reporter: Guillaume Chauvet
>Assignee: Forrest Xia
>  Labels: derby, update
>
> Derby has released a new version 10.8.2.2 since 2011-Oct-29. Can you upgrade 
> to this version for 3.0 ?

--
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] [Assigned] (GERONIMO-5858) Fail to parse servlet 3.0 annotations in WAB

2012-03-27 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-5858:
-

Assignee: Forrest Xia  (was: Shawn Jiang)

> Fail to parse servlet 3.0 annotations in WAB
> 
>
> Key: GERONIMO-5858
> URL: https://issues.apache.org/jira/browse/GERONIMO-5858
> Project: Geronimo
>  Issue Type: New Feature
>  Security Level: public(Regular issues) 
>  Components: osgi, web
>Affects Versions: 3.0
> Environment: OS:win
>Reporter: viola.lu
>Assignee: Forrest Xia
> Fix For: Wish List
>
> Attachments: ds-eba-3.0-SNAPSHOT.eba
>
>
> 1.Create an eba including a WAB, which has one servlet using @WebServlet 
> annotation
> 2.Deploy it, but this annotation isn't resolved. Have to declare it in 
> descriptor web.xml.

--
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] [Assigned] (GERONIMO-5560) Running Geronimo as a Windows service (geronimosrvw.exe) gives Java PermGen space out of memory error

2012-03-20 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-5560:
-

Assignee: Forrest Xia

> Running Geronimo as a Windows service (geronimosrvw.exe) gives Java PermGen 
> space out of memory error
> -
>
> Key: GERONIMO-5560
> URL: https://issues.apache.org/jira/browse/GERONIMO-5560
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 2.2
> Environment: Windows 2008R2 server
>Reporter: Albert T. Wong
>Assignee: Forrest Xia
>Priority: Critical
> Attachments: service_pr.bat
>
>
> Followed the instructions at 
> https://cwiki.apache.org/GMOxDOC22/running-geronimo-as-a-windows-service.html.
>No problem installing the Windows Service Wrapper.   When you start up the 
> service and hit Geronimo, after login, throws PermGen space out of memory 
> error.   I also tried geronimosrvw.exe and modifying the command line startup 
> (added -Xmx256m -XX:MaxPermSize=128m in the startup -> arguments) and still 
> geronimosrvw.exe gives me the same error.
> 
> type Exception report
> message
> description The server encountered an internal error () that prevented it 
> from fulfilling this request.
> exception
> javax.servlet.ServletException: java.lang.OutOfMemoryError: PermGen space
>   
> org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:862)
>   
> org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791)
>   
> jsp.WEB_002dINF.themes.navigation_jsp._jspService(navigation_jsp.java:296)
>   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
>   
> org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968)
>   
> jsp.WEB_002dINF.themes.default_002dtheme_jsp._jspService(default_002dtheme_jsp.java:116)
>   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
>   
> org.apache.pluto.driver.PortalDriverServlet.doGet(PortalDriverServlet.java:151)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
>   
> org.apache.geronimo.console.filter.PlutoURLRebuildFilter.doFilter(PlutoURLRebuildFilter.java:48)
>   
> org.apache.geronimo.console.filter.XSSXSRFFilter.doFilter(XSSXSRFFilter.java:130)
> root cause
> java.lang.OutOfMemoryError: PermGen space
>   java.lang.ClassLoader.defineClass1(Native Method)
>   java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
>   java.lang.ClassLoader.defineClass(ClassLoader.java:616)
>   java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
>   
> org.apache.geronimo.kernel.classloader.JarFileClassLoader.access$200(JarFileClassLoader.java:52)
>   
> org.apache.geronimo.kernel.classloader.JarFileClassLoader$6.run(JarFileClassLoader.java:302)
>   java.security.AccessController.doPrivileged(Native Method)
>   
> org.apache.geronimo.kernel.classloader.JarFileClassLoader.findClass(JarFileClassLoader.java:254)
>   
> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimizedClass(MultiParentClassLoader.java:416)
>   
> org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:256)
>   java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>   java.lang.Class.forName0(Native Method)
>   java.lang.Class.forName(Class.java:169)
>   
> org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager.getEvaluatorByName(ExpressionEvaluatorManager.java:125)
>   
> org.apache.taglibs.standard.lang.support.ExpressionEvaluatorManager.evaluate(ExpressionEvaluatorManager.java:81)
>   
> org.apache.taglibs.standard.tag.el.core.ForEachTag.evaluateExpressions(ForEachTag.java:164)
>   
> org.apache.taglibs.standard.tag.el.core.ForEachTag.doStartTag(ForEachTag.java:75)
>   
> jsp.WEB_002dINF.themes.navigation_jsp._jspService(navigation_jsp.java:116)
>   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
>   
> org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:968)
>   
> jsp.WEB_002dINF.themes.default_002dtheme_jsp._jspService(default_002dtheme_jsp.java:116)
>   org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>   javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
> note The full stack trace of the root cause is availa

[jira] [Assigned] (GERONIMO-6295) Jsp is recompiled on each access

2012-03-05 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6295:
-

Assignee: Jarek Gawor  (was: Forrest Xia)

> Jsp is recompiled on each access
> 
>
> Key: GERONIMO-6295
> URL: https://issues.apache.org/jira/browse/GERONIMO-6295
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: osgi, web
>Affects Versions: 3.0-beta-1
>Reporter: Jarek Gawor
>Assignee: Jarek Gawor
>
> JSPs are recompiled on each access under certain circumstances. 
> Jasper must be configured with development mode.
> There are two problems:
> 1) Bug 52744 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52744) as 
> discovered by Forrest. This happens on file systems with time resolution of 
> 1s (for example ext3 on Linux).
> 2) If JSP (in an WAB) uses tag files provided by another (separate) bundle, 
> the generated Java file for the JSP will contain the following dependent 
> information (for example):
>   static {
> _jspx_dependants = new 
> java.util.HashMap(2);
> 
> _jspx_dependants.put("bundleentry://231.fwk1401888126/META-INF/tags/sharedTest.tag",
>  Long.valueOf(-1L));
>   }
> The problem is code checking the dependent timestamps in 
> Compiler.isOutDated() does not know how to deal with bundleentry:// urls and 
> the code assumes the file is outdated (and needs to be recompiled).

--
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] [Assigned] (GERONIMO-6295) Jsp is recompiled on each access

2012-03-05 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6295:
-

Assignee: Forrest Xia

> Jsp is recompiled on each access
> 
>
> Key: GERONIMO-6295
> URL: https://issues.apache.org/jira/browse/GERONIMO-6295
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: osgi, web
>Affects Versions: 3.0-beta-1
>Reporter: Jarek Gawor
>Assignee: Forrest Xia
>
> JSPs are recompiled on each access under certain circumstances. 
> Jasper must be configured with development mode.
> There are two problems:
> 1) Bug 52744 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52744) as 
> discovered by Forrest. This happens on file systems with time resolution of 
> 1s (for example ext3 on Linux).
> 2) If JSP (in an WAB) uses tag files provided by another (separate) bundle, 
> the generated Java file for the JSP will contain the following dependent 
> information (for example):
>   static {
> _jspx_dependants = new 
> java.util.HashMap(2);
> 
> _jspx_dependants.put("bundleentry://231.fwk1401888126/META-INF/tags/sharedTest.tag",
>  Long.valueOf(-1L));
>   }
> The problem is code checking the dependent timestamps in 
> Compiler.isOutDated() does not know how to deal with bundleentry:// urls and 
> the code assumes the file is outdated (and needs to be recompiled).

--
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] [Assigned] (GERONIMO-6286) o.a.g.server.dir should be used instead of o.a.g.home.dir in misc places

2012-02-25 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6286:
-

Assignee: Forrest Xia

> o.a.g.server.dir should be used instead of o.a.g.home.dir in misc places
> 
>
> Key: GERONIMO-6286
> URL: https://issues.apache.org/jira/browse/GERONIMO-6286
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>Affects Versions: 3.0-beta-1
> Environment: Linux x86, Red Hat Enterprise Linux Server release 5.4 
> (Tikanga); Java JDK1.6.0_25
>Reporter: Russell E Glaue
>Assignee: Forrest Xia
>  Labels: geronimo
> Attachments: geronimo-6286-BaseJava-StartServer-StartClient.patch, 
> geronimo-6286-EmbeddedDaemon-CommandUnlockKeystore-DeployUtils.patch
>
>
> There are some code files still using org.apache.geronimo.home.dir when 
> instead they should ideally be using org.apache.geronimo.server.dir .
> - 
> framework/modules/geronimo-system/src/main/java/org/apache/geronimo/system/main/EmbeddedDaemon.java
> - 
> framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/CommandUnlockKeystore.java
> - 
> framework/modules/geronimo-deploy-tool/src/main/java/org/apache/geronimo/deployment/cli/DeployUtils.java
> - 
> framework/modules/geronimo-shell-base/src/main/java/org/apache/geronimo/shell/geronimo/StartServerCommand.java
> - 
> framework/modules/geronimo-shell-base/src/main/java/org/apache/geronimo/shell/geronimo/StartClientCommand.java

--
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] [Assigned] (GERONIMO-6284) Cannot deploy to multiple instances, deploy expects GERONIMO_HOME/var/

2012-02-22 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6284:
-

Assignee: Forrest Xia

> Cannot deploy to multiple instances, deploy expects GERONIMO_HOME/var/
> --
>
> Key: GERONIMO-6284
> URL: https://issues.apache.org/jira/browse/GERONIMO-6284
> Project: Geronimo
>  Issue Type: Sub-task
>  Security Level: public(Regular issues) 
>  Components: deployment
>Affects Versions: 3.0-beta-1
> Environment: Linux x86, Red Hat Enterprise Linux Server release 5.4 
> (Tikanga)
>Reporter: Russell E Glaue
>Assignee: Forrest Xia
>Priority: Minor
>  Labels: geronimo
>
> Cannot deploy to a Geronimo Instance. Deploy expects GERONIMO_HOME/var/...
> Create a new Geronimo instance as documented in 
> https://cwiki.apache.org/GMOxDOC30/running-multiple-geronimo-instances.html
> - remove GERONIMO_HOME/etc
> - remove GERONIMO_HOME/var
> - create the empty file GERONIMO_HOME/var
> Start the Geronimo instance as follows:
> {noformat:borderStyle=solid}
> linux$ cd /opt/geronimo3/gserv1
> linux$ env JAVA_HOME=/usr/jdk1.6.0 GERONIMO_SERVER=gserv1 
> /opt/geronimo3/bin/geronimo run
> {noformat}
> Create a second repository for the new instance
> - mkdir {{gserv1/repository}}
> - Create {{gserv1/repository.xml}} as documented in 
> https://cwiki.apache.org/GMOxDOC30/configuring-multiple-repositories.html
> {noformat:borderStyle=solid}
> http://geronimo.apache.org/xml/ns/deployment-1.2";>
>  
>   
>org.example.configs
> myrepo
> 2.2
> car
>   
>   
>
> org.apache.geronimo.framework
> j2ee-system
> 2.2
> car
>
>   
>   
>   
>  
>   class="org.apache.geronimo.system.repository.Maven2Repository">
>gserv1/repository/
>false
>
> ServerInfo
>
>  
>   class="org.apache.geronimo.system.configuration.RepositoryConfigurationStore">
>   
>Repo2
>   
>  
> 
> {noformat}
> Deploy the repository.xml file
> {noformat:borderStyle=solid}
> linux$ cd /opt/geronimo3
> linux$ env JAVA_HOME=/usr/jdk1.6.0 GERONIMO_SERVER=gserv1 
> /opt/geronimo3/bin/deploy -port 1199 deploy 
> /opt/geronimo3/gserv1/repository.xml
> {noformat}
> The following error results:
> {noformat:borderStyle=solid}
> Using GERONIMO_HOME:   /opt/geronimo3
> Using GERONIMO_SERVER: /opt/geronimo3/gserv1
> Using GERONIMO_TMPDIR: /opt/geronimo3/gserv1/var/temp
> Using JRE_HOME:/usr/jdk1.6.0_25/jre
> 2012-02-21 15:33:44,695 ERROR [GBeanInstanceState] Error while starting; 
> GBean is now in the FAILED state: 
> abstractName="org.apache.geronimo.framework/online-deployer/3.0-SNAPSHOT/car?ServiceModule=org.apache.geronimo.framework/online-deployer/3.0-SNAPSHOT/car,j2eeType=AttributeStore,name=AttributeManager"
> java.io.IOException: Unable to create directory for 
> list:/opt/geronimo3/var/config
>   at 
> org.apache.geronimo.system.configuration.LocalAttributeManager.ensureParentDirectory(LocalAttributeManager.java:607)
>   at 
> org.apache.geronimo.system.configuration.LocalAttributeManager.load(LocalAttributeManager.java:352)
>   at 
> org.apache.geronimo.system.configuration.LocalAttributeManager.doStart(LocalAttributeManager.java:561)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:1000)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:271)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:555)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:110)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:145)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:119)
>   at 
> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:176)
>   at 
> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:45)
>   at 
> org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:254)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:301)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:105)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:127)
>   at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:569)
>   at 
> org.apache.geronimo.kernel.basic.B

[jira] [Assigned] (GERONIMO-6162) Enable Datasource Connection Pool Parameters Setting

2012-02-17 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6162:
-

Assignee: Forrest Xia  (was: viola.lu)

> Enable Datasource Connection Pool Parameters Setting
> 
>
> Key: GERONIMO-6162
> URL: https://issues.apache.org/jira/browse/GERONIMO-6162
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: connector, console
>Affects Versions: 3.0
>Reporter: viola.lu
>Assignee: Forrest Xia
>Priority: Minor
> Fix For: 3.0.1
>
>
> Currently we can't set Datasource Connection Pool Parameters.

--
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] [Assigned] (GERONIMO-6274) Cannot save tomcat web connector parameters via admin console

2012-02-16 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6274:
-

Assignee: Forrest Xia

> Cannot save tomcat web connector parameters via admin console
> -
>
> Key: GERONIMO-6274
> URL: https://issues.apache.org/jira/browse/GERONIMO-6274
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 3.0-beta-2
>Reporter: Forrest Xia
>Assignee: Forrest Xia
>
> 1. Start the server
> 2. login admin console
> 3. Edit a web connector
> 4. Click save
> 5. Return to edit again, you will see the value is not changed.

--
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] [Assigned] (GERONIMO-6267) Enable JSF 2.1 support for 3.0-beta and trunk

2012-02-03 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6267:
-

Assignee: Forrest Xia

> Enable JSF 2.1 support for 3.0-beta and trunk
> -
>
> Key: GERONIMO-6267
> URL: https://issues.apache.org/jira/browse/GERONIMO-6267
> Project: Geronimo
>  Issue Type: New Feature
>  Security Level: public(Regular issues) 
>  Components: myfaces
>Affects Versions: 3.0, 3.0-beta-2
>Reporter: Forrest Xia
>Assignee: Forrest Xia
>Priority: Minor
>
> JSF 2.0 does not officially support Java 7, we might want to upgrade JSF to 
> 2.1 to enable Java 7 support.
> Draft idea as following:
> 1. Use myfaces-bundle-2.1.5.jar directly
> 2. Upgrade GeronimoFactoryFinderProvider to support a new factory class 
> "FaceletCacheFactory"
> 3. Run tck to see if any problem.

--
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] [Assigned] (GERONIMO-5752) Updates needed to TemporaryClassLoader?

2012-01-10 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-5752:
-

Assignee: Forrest Xia

> Updates needed to TemporaryClassLoader?
> ---
>
> Key: GERONIMO-5752
> URL: https://issues.apache.org/jira/browse/GERONIMO-5752
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>Affects Versions: 3.0
>Reporter: Kevan Miller
>Assignee: Forrest Xia
> Fix For: 3.0
>
>
> OpenJPA's TemporaryClassLoader has had several updates, which are not 
> included in our copy of TemporaryClassLoader. It's likely that the same 
> issues which motivated the OpenJPA issues would cause problems in Geronimo, 
> also. We probably want to merge the changes into Geronimo.
> See https://issues.apache.org/jira/browse/OPENJPA-646 and 
> https://issues.apache.org/jira/browse/OPENJPA-1121

--
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] [Assigned] (GERONIMO-6193) NPE exception in org.apache.catalina.connector.CoyoteAdapter.service

2012-01-05 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6193:
-

Assignee: xiezhi

> NPE exception in org.apache.catalina.connector.CoyoteAdapter.service
> 
>
> Key: GERONIMO-6193
> URL: https://issues.apache.org/jira/browse/GERONIMO-6193
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 3.0
>Reporter: viola.lu
>Assignee: xiezhi
>Priority: Minor
> Fix For: 3.0.1
>
>
> Open this jira to track 
> https://issues.apache.org/bugzilla/show_bug.cgi?id=52009, which is fixed in 
> tomcat and will be included in tomcat 7.0.23.

--
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] [Assigned] (GERONIMO-6250) Allow definition of maxParameterCount in gbean

2012-01-05 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6250:
-

Assignee: Forrest Xia

> Allow definition of maxParameterCount in gbean
> --
>
> Key: GERONIMO-6250
> URL: https://issues.apache.org/jira/browse/GERONIMO-6250
> Project: Geronimo
>  Issue Type: Improvement
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 2.1.8
>Reporter: Forrest Xia
>Assignee: Forrest Xia
>
> maxParameterCount is a new parameter of Tomcat since 6.0.35, we need to 
> update the gbean to allow its definition in Geronimo way.

--
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] [Assigned] (GERONIMO-6239) Port better parameters handling code from tomcat 7.0.x to geronimo tomcat 7.0.19

2011-12-28 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6239:
-

Assignee: xiezhi

> Port better parameters handling code from tomcat 7.0.x to geronimo tomcat 
> 7.0.19
> 
>
> Key: GERONIMO-6239
> URL: https://issues.apache.org/jira/browse/GERONIMO-6239
> Project: Geronimo
>  Issue Type: Task
>  Security Level: public(Regular issues) 
>  Components: Tomcat
>Affects Versions: 3.0-beta-1
>Reporter: Forrest Xia
>Assignee: xiezhi
> Attachments: geronimo_parametershandling_20111228.zip, 
> patchforParametersHandling20111228.patch
>
>
> We need a code porting for tomcat parameter handling improvement into 
> geronimo tomcat 7.0.19 code.

--
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] [Assigned] (GERONIMO-5991) org.apache.myfaces.el.VariableResolverImpl throws java.lang.IllegalStateException when it unsets the scope as null

2011-12-16 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-5991:
-

Assignee: Forrest Xia

> org.apache.myfaces.el.VariableResolverImpl throws 
> java.lang.IllegalStateException when it unsets the scope as null
> --
>
> Key: GERONIMO-5991
> URL: https://issues.apache.org/jira/browse/GERONIMO-5991
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: myfaces
>Affects Versions: 2.1.7
> Environment: Linux
> Apache Geronimo 2.1.7
>Reporter: Mohan Reddy
>Assignee: Forrest Xia
> Fix For: 2.1.8
>
>
> The following issue has been reported in MyFaces community under JIRA 
> MYFACES-3166. This Geronimo JIRA is created to track the fix integration into 
> geronimo.
> I am running an application in Geronimo 2.1.7 that requires valid scope and 
> it fails with the following exception
> Servlet.service() for servlet jsp  threw exception
>   
> java.lang.IllegalStateException: unknown scope defined: null 
> at   
> org.apache.myfaces.el.VariableResolverImpl.resolveVariable(VariableResol 
> verImpl.java:71) 
> at   
> org.apache.myfaces.el.convert.VariableResolverToELResolver.getValue(Vari 
> ableResolverToELResolver.java:93)
> at   
> javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)   
> ---  
> ---  
> Servlet.service() for servlet jsp  threw exception
>   
> java.lang.NullPointerException   
> at   
> javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53)   
> at   
> org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.access$3 
> 01(FacesCompositeELResolver.java:46) 
> at   
> org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver$4.invoke 
> (FacesCompositeELResolver.java:108)  
> at   
> org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.invoke(F 
> acesCompositeELResolver.java:148)
> at   
> org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.getValue 
> (FacesCompositeELResolver.java:104)  
> at   
> javax.el.CompositeELResolver.getValue(CompositeELResolver.java:53) 
>  

--
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] [Assigned] (GERONIMO-6225) IllegalArgumentException when deploying a web 2.0 sample app with space in the dojox libraries

2011-12-07 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6225:
-

Assignee: Forrest Xia

> IllegalArgumentException when deploying a web 2.0 sample app with space in 
> the dojox libraries
> --
>
> Key: GERONIMO-6225
> URL: https://issues.apache.org/jira/browse/GERONIMO-6225
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: Tomcat, web
>Affects Versions: 3.0-beta-1
>Reporter: Forrest Xia
>Assignee: Forrest Xia
>  Labels: deployment,, tomcat,, web2.0,
> Attachments: DonateEAR.ear, DonatePool-plan_3.0.xml, 
> JMSResources-plan_3.0.xml, VacationPool-plan_3.0.xml, cviewer-3.0.0.0_mod.war
>
>
> 1. Start geronimo server,
> 2. Deploy two derby net XA data sources with attached plan files 
> "VacationPool-plan_3.0.xml" and "DonatePool-plan_3.0.xml",
> 3. Deploy the JMS resources with geronimo-activemq-ra-.rar and the 
> attached plan file "JMSResources-plan_3.0.xml",
> 4. Deploy the attached EAR, then you will see an exception in the admin 
> console:
> The application was not deployed.The application was not deployed.
> java.lang.IllegalArgumentException
> org.apache.geronimo.common.DeploymentException: 
> java.lang.IllegalArgumentException
> at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:279)
> 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.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)
> ... 12 more
> Caused by: java.net.URISyntaxException: Illegal character in path at index 
> 39: dojox/data/demos/geography/Commonwealth of Australia/
> 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] [Assigned] (GERONIMO-6212) -Xhealthcenter does not work on IBM JDK

2011-11-17 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6212:
-

Assignee: Forrest Xia

> -Xhealthcenter does not work on IBM JDK
> ---
>
> Key: GERONIMO-6212
> URL: https://issues.apache.org/jira/browse/GERONIMO-6212
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: CORBA
>Affects Versions: 3.0
>Reporter: Jarek Gawor
>Assignee: Forrest Xia
>
> Starting the IBM JDK with -Xhealthcenter option does not work. The following 
> error is generated:
> Nov 16, 2011 12:38:24 PM 
> com.ibm.java.diagnostics.healthcenter.agent.mbean.HCLaunchMBean 
> startMBeanServer
> SEVERE: Health Center agent failed to start.
> Throwable occurred: java.lang.ExceptionInInitializerError
>   at java.lang.J9VMInternals.initialize(J9VMInternals.java:222)
>   at 
> javax.management.remote.rmi.RMIIIOPServerImpl.export(RMIIIOPServerImpl.java:62)
>   at 
> javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:399)
>   at 
> com.ibm.java.diagnostics.healthcenter.agent.mbean.HCLaunchMBean.startMBeanServer(HCLaunchMBean.java:537)
>   at 
> com.ibm.java.diagnostics.healthcenter.agent.mbean.HCLaunchMBean$JmxStarterThread.run(HCLaunchMBean.java:252)
> Caused by: org.omg.CORBA.INITIALIZE: Can not create PortableRemoteObject 
> delegate: org.apache.yoko.rmi.impl.PortableRemoteObjectImpl:  vmcid: 0x0 
> minor code: 0x0  completed: No
>   at javax.rmi.PortableRemoteObject.(PortableRemoteObject.java:39)
>   at java.lang.J9VMInternals.initializeImpl(Native Method)
>   at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
>   ... 4 more
> Caused by: java.lang.ExceptionInInitializerError
>   at java.lang.J9VMInternals.initialize(J9VMInternals.java:222)
>   at javax.rmi.PortableRemoteObject.(PortableRemoteObject.java:37)
>   ... 6 more
> Caused by: org.omg.CORBA.INITIALIZE: Can not create Util delegate: 
> org.apache.yoko.rmi.impl.UtilImpl:  vmcid: 0x0 minor code: 0x0  completed: No
>   at javax.rmi.CORBA.Util.(Util.java:48)
>   at java.lang.J9VMInternals.initializeImpl(Native Method)
>   at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
>   ... 7 more
> Caused by: java.lang.ClassNotFoundException: org.apache.yoko.rmi.impl.UtilImpl
>   at 
> org.apache.yoko.rmispec.util.UtilLoader.loadClass(UtilLoader.java:163)
>   at javax.rmi.CORBA.Util.loadClass(Util.java:86)
>   at javax.rmi.CORBA.Util.(Util.java:46)
>   ... 9 more
> Nov 16, 2011 12:38:24 PM 
> com.ibm.java.diagnostics.healthcenter.agent.mbean.HCLaunchMBean startAgent
> INFO: Health Center agent did not start correctly.
> Nov 16, 2011 12:38:24 PM 
> com.ibm.java.diagnostics.healthcenter.agent.mbean.HCLaunchMBean startAgent
> INFO: Agent version "1.3.0.20101014"
> To get this exception ensure that the java.util.logging.config.file system 
> property is NOT set in the geronimo script.

--
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] [Assigned] (GERONIMO-5856) NotContextException when running url-binding-tests

2011-10-23 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-5856:
-

Assignee: Tina Li

> NotContextException when running url-binding-tests
> --
>
> Key: GERONIMO-5856
> URL: https://issues.apache.org/jira/browse/GERONIMO-5856
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: naming
>Affects Versions: 3.0
> Environment: ubuntu 10.04 x86
> Oracle jdk 1.6.0_23
> Geronimo 3.0-SNAPSHOT tomcat assembly built on 20110304
>Reporter: Forrest Xia
>Assignee: Tina Li
>Priority: Minor
>
> When executing testsuite/deployment-testsuite/url-binding-tests, the test 
> failed with this exception:
> javax.naming.NotContextException: 
> jca:/org.apache.geronimo.testsuite/url-binding-tests/URLBinding/URLBindingA
>   at 
> org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:165)
>   at 
> org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:605)
>   at 
> org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:148)
>   at javax.naming.InitialContext.lookup(InitialContext.java:392)
>   at 
> org.apache.geronimo.testsuite.deployment.servlet.testServlet.processRequest(testServlet.java:53)
>   at 
> org.apache.geronimo.testsuite.deployment.servlet.testServlet.doPost(testServlet.java:73)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:306)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>   at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
>   at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
>   at 
> org.apache.geronimo.tomcat.GeronimoStandardContext$SystemMethodValve.invoke(GeronimoStandardContext.java:696)
>   at 
> org.apache.geronimo.tomcat.valve.GeronimoBeforeAfterValve.invoke(GeronimoBeforeAfterValve.java:48)
>   at 
> org.apache.geronimo.tomcat.valve.ProtectedTargetValve.invoke(ProtectedTargetValve.java:53)
>   at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
>   at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
>   at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>   at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:380)
>   at 
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:243)
>   at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:188)
>   at 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:166)
>   at 
> org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:288)
>   at org.apache.geronimo.pool.ThreadPool$1.run(ThreadPool.java:243)
>   at 
> org.apache.geronimo.pool.ThreadPool$ContextClassLoaderRunnable.run(ThreadPool.java:373)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>   at java.lang.Thread.run(Thread.java:662)

--
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] [Assigned] (GERONIMO-6201) Bundle cannot be resolved when starting a custom server assembly

2011-10-23 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6201:
-

Assignee: Saphen Qiu

> Bundle cannot be resolved when starting a custom server assembly
> 
>
> Key: GERONIMO-6201
> URL: https://issues.apache.org/jira/browse/GERONIMO-6201
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: startup/shutdown
>Affects Versions: 3.0-beta-1
> Environment: Windows 7
> oracle jdk 6 32bit
>Reporter: Forrest Xia
>Assignee: Saphen Qiu
>Priority: Minor
>
> Steps:
> 1. Start server and login admin console
> 2. deploy the attached sample app
> 3. Use "Plugins" portlet to assemble a server
> 4. Start the custom server
> 5. Server started with an exception like this:
> Module 17/19 org.apache.geronimo.configs/webservices-common/3.0-w20110721/car
> 2011-10-21 17:34:17,688 WARN  [DependencyManager] Could not start bundle: 
> or
> g.apache.geronimo.bundles.axis2-saaj_1.6.1.w20110801_1 [202]
> org.osgi.framework.BundleException: The bundle 
> "org.apache.geronimo.bundles.axis
> 2-saaj_1.6.1.w20110801_1 [202]" could not be resolved. Reason: Missing 
> Constrain
> t: Import-Package: org.apache.axis2; version="1.6.0"
> at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverEr
> ror(AbstractBundle.java:1327)
> at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolution
> FailureException(AbstractBundle.java:1311)
> at 
> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
> eHost.java:323)
> at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
> tBundle.java:299)
> at 
> org.apache.geronimo.system.configuration.DependencyManager.starting(D
> ependencyManager.java:487)
> at 
> org.apache.geronimo.system.configuration.DependencyManager.bundleChan
> ged(DependencyManager.java:116)
> at 
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEv
> ent(BundleContextImpl.java:847)
> at 
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventM
> anager.java:230)
> at 
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchr
> onous(ListenerQueue.java:148)
> at 
> org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent
> Privileged(Framework.java:1523)
> at 
> org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent
> (Framework.java:1459)
> at 
> org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent
> (Framework.java:1454)
> at 
> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
> eHost.java:367)
> at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
> tBundle.java:299)
> at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConf
> iguration(SimpleConfigurationManager.java:311)
> at 
> org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaem
> on.java:209)
> at 
> org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon
> .java:93)
> at 
> org.apache.geronimo.system.osgi.BootActivator$1.execute(BootActivator
> .java:107)
> at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:67)
> at 
> org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
> at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32)
> 2011-10-21 17:34:17,734 WARN  [DependencyManager] Could not start bundle: 
> org.ap
> ache.geronimo.bundles.axis2_1.6.1.w20110801_1 [203]
> org.osgi.framework.BundleException: The bundle 
> "org.apache.geronimo.bundles.axis
> 2_1.6.1.w20110801_1 [203]" could not be resolved. Reason: Missing Constraint: 
> Im
> port-Package: org.apache.commons.fileupload; version="0.0.0", Missing 
> Constraint
> : Import-Package: org.apache.axis2.saaj; version="0.0.0"
> at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverEr
> ror(AbstractBundle.java:1327)
> at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolution
> FailureException(AbstractBundle.java:1311)
> at 
> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bundl
> eHost.java:323)
> at 
> org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Abstrac
> tBundle.java:299)
> at 
> org.apache.geronimo.system.configuration.DependencyManager.starting(D
> ependencyManager.java:487)
> at 
> org.apache.geronimo.system.configuration.DependencyManager.bundleChan
> ged(DependencyManager.java:116)
> at 
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEv
> ent(Bun

[jira] [Assigned] (GERONIMO-6200) NPE when using "Plan Creator" to create a plan for daytrader.ear

2011-10-23 Thread Forrest Xia (Assigned) (JIRA)

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

Forrest Xia reassigned GERONIMO-6200:
-

Assignee: Yi Xiao

> NPE when using "Plan Creator" to create a plan for daytrader.ear
> 
>
> Key: GERONIMO-6200
> URL: https://issues.apache.org/jira/browse/GERONIMO-6200
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 3.0
> Environment: windows 7 x86-32
> oracle jdk 6
>Reporter: Forrest Xia
>Assignee: Yi Xiao
>Priority: Minor
> Attachments: daytrader-ear-3.0.0.0.ear
>
>
> Steps:
> 1. Start server and login admin console
> 2. Click plan creator and select the attached daytrader app, then click next
> An NullPointerException throws out as following:
> javax.el.ELException: Error reading 'deploymentPlan' on type 
> org.apache.geronimo.console.configcreator.configData.EARConfigData
>   at javax.el.BeanELResolver.getValue(BeanELResolver.java:68)
>   at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:58)
>   at org.apache.el.parser.AstValue.getValue(AstValue.java:169)
>   at 
> org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189)
>   at 
> org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:985)
>   at 
> jsp.WEB_002dINF.view.configcreator.enterpriseApp_jsp._jspService(enterpriseApp_jsp.java:203)
>   at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:593)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:530)
>   at 
> org.apache.pluto.container.impl.PortletRequestDispatcherImpl.doDispatch(PortletRequestDispatcherImpl.java:174)
>   at 
> org.apache.pluto.container.impl.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:227)
>   at 
> org.apache.geronimo.console.MultiPagePortlet.doView(MultiPagePortlet.java:151)
>   at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:348)
>   at javax.portlet.GenericPortlet.render(GenericPortlet.java:253)
>   at org.apache.geronimo.console.BasePortlet.render(BasePortlet.java:153)
>   at 
> org.apache.pluto.driver.services.container.FilterChainImpl.doFilter(FilterChainImpl.java:163)
>   at 
> org.apache.pluto.driver.services.container.FilterChainImpl.processFilter(FilterChainImpl.java:91)
>   at 
> org.apache.pluto.driver.services.container.FilterManagerImpl.processFilter(FilterManagerImpl.java:105)
>   at 
> org.apache.pluto.container.driver.PortletServlet.dispatch(PortletServlet.java:340)
>   at 
> org.apache.pluto.container.driver.PortletServlet.doGet(PortletServlet.java:261)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:575)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:684)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:593)
>   at 
> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:530)
>   at 
> org.apache.pluto.driver.container.DefaultPortletInvokerService.invoke(DefaultPortletInvokerService.java:233)
>   at 
> org.apache.pluto.driver.container.DefaultPortletInvokerService.render(DefaultPortletInvokerService.java:117)
>   at 
> org.apache.pluto.container.impl.PortletContainerImpl.doRender(PortletContainerImpl.java:157)
>   at 
> org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:165)
>   at 
> jsp.WEB_002dINF.themes.portlet_002dskin_jsp._jspService(portlet_002dskin_jsp.java:108)
>   at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:304)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChai