[jira] Commented: (GERONIMODEVTOOLS-562) Can't install plugin via GEP

2009-03-17 Thread Larry Zhang (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12682879#action_12682879
 ] 

Larry Zhang commented on GERONIMODEVTOOLS-562:
--

Sorry for the patch error.
I have created a patch both for 562 and 564,and attached it in 564. 

 Can't install plugin via GEP
 

 Key: GERONIMODEVTOOLS-562
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-562
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.1.4
 Environment: os:win 2003 JDK: 1.6
Reporter: viola.lu
Assignee: Tim McConnell
 Attachments: 562.patch, sample-plugins.zip


 Steps:
 1.Extract attached sample plugin file
 2.In eclipse, right-click  g server , choose open  and click convert app 
 to plugin, choose sample plugin location as local repository and click next, 
 but no plugin is listed 
 to install, so this also result in summary page can't  display for server 
 plugin manger
 But i can install it via admin console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (GERONIMODEVTOOLS-562) Can't install plugin via GEP

2009-03-13 Thread Tim McConnell (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681990#action_12681990
 ] 

Tim McConnell commented on GERONIMODEVTOOLS-562:


Hi Viola, I'm having multiple problems with this patch. Here is the list:

1) It is normal practice to provide a patch from the root directory. I had a 
little trouble finding the correct plugin to apply the patch to. 
2) It doesn't compile. It's missing an import for IOException
3) It doesn't work. When I follow the instruction provided above I can list the 
plugins in the zipfile, but I cannot select any of them. My only option was to 
select all of them via ctrl-a. Then when I select enter, I get the following 
exceptions:

Geronimo Application Server started
2009-03-13 23:47:39,421 ERROR [GBeanInstanceState] Error while starting; GBean 
is now in the FAILED state: 
abstractName=org.apache.geronimo.samples/jsp-examples-war/2.1.1.2/car?configurationName=org.apache.geronimo.samples/jsp-examples-war/2.1.1.2/car
org.apache.geronimo.kernel.repository.MissingDependencyException: Missing 
dependency: org.apache.geronimo.configs/tomcat6/2.1.4/car
at 
org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:113)
at 
org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:410)
at 
org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:327)
at 
org.apache.geronimo.kernel.config.Configuration.init(Configuration.java:272)
at sun.reflect.GeneratedConstructorAccessor26.newInstance(Unknown 
Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown 
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:948)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
at 
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:541)
at 
org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:361)
at 
org.apache.geronimo.kernel.config.KernelConfigurationManager.load(KernelConfigurationManager.java:161)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:313)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:281)
at 
org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:256)
at 
org.apache.geronimo.kernel.config.KernelConfigurationManager.loadConfiguration(KernelConfigurationManager.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
at 
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
at org.apache.geronimo.kernel.KernelGBean.invoke(KernelGBean.java:342)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:867)
at 
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
at 
org.apache.geronimo.system.jmx.MBeanGBeanBridge.invoke(MBeanGBeanBridge.java:172)
at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(Unknown Source)
at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(Unknown Source)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown 
Source)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
at javax.management.remote.rmi.RMIConnectionImpl.doOperation(Unknown 
Source)
at javax.management.remote.rmi.RMIConnectionImpl.access$100(Unknown 
Source)
at 

[jira] Commented: (GERONIMODEVTOOLS-562) Can't install plugin via GEP

2009-03-06 Thread viola.lu (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12679536#action_12679536
 ] 

viola.lu commented on GERONIMODEVTOOLS-562:
---

for jdk 1.5, it can list out plugin, but errors exit after install it.

 Can't install plugin via GEP
 

 Key: GERONIMODEVTOOLS-562
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-562
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.1.4
 Environment: os:win 2003 JDK: 1.6
Reporter: viola.lu
Assignee: Tim McConnell
 Attachments: sample-plugins.zip


 Steps:
 1.Extract attached sample plugin file
 2.In eclipse, right-click  g server , choose open  and click convert app 
 to plugin, choose sample plugin location as local repository and click next, 
 but no plugin is listed 
 to install, so this also result in summary page can't  display for server 
 plugin manger
 But i can install it via admin console.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.