Re: [jira] Created: (GERONIMO-2065) Not able to Build Geronimo1.0 , Geronimo 1.1

2006-05-28 Thread ahmed
Can anybody solve my problem .
Please reply ASAP !!!

 Thanks in advance !
On 5/27/06, Mansoor (JIRA) dev@geronimo.apache.org wrote:
Not able to Build Geronimo1.0 , Geronimo 1.1Key: GERONIMO-2065
URL: http://issues.apache.org/jira/browse/GERONIMO-2065Project: Geronimo Type: Bug Security: public (Regular issues)
Components: buildsystem Versions: 1.0Environment: Win2k , Java2_1.4_09 Reporter: Mansoor Priority: CriticalHi Everybody ,Iam facing lot of problems in building the server from scratch ,
1. I did svn checkout for Geronimo1.0 using the below command svn co http://svn.apache.org/repos/asf/geronimo/branches/1.0/
 geronimo1.0_src2. Executed command maven new  under the folder geronimo1.0_src, result Build Successfull3, Executed the command maven under the folder 
geronimo1.0_src/assembelies/j2ee-tomcat-server/ ,Result : Build failed , with following errorsThe build cannot continue because of the following unsatisfied dependencies:j2ee-security-1.0.1-SNAPSHOT.car
j2ee-corba-1.0.1-SNAPSHOT.cartomcat-1.0.1-SNAPSHOT.cardirectory-1.0.1-SNAPSHOT.carldap-realm-1.0.1-SNAPSHOT.carsystem-database-1.0.1-SNAPSHOT.caractivemq-broker-1.0.1-SNAPSHOT.caractivemq-1.0.1-SNAPSHOT.car
client-system-1.0.1-SNAPSHOT.carclient-1.0.1-SNAPSHOT.carclient-security-1.0.1-SNAPSHOT.carclient-corba-1.0.1-SNAPSHOT.carjavamail-1.0.1-SNAPSHOT.carhot-deployer-1.0.1-SNAPSHOT.carj2ee-deployer-1.0.1-SNAPSHOT.car
tomcat-deployer-1.0.1-SNAPSHOT.carldap-demo-tomcat-1.0.1-SNAPSHOT.carwelcome-tomcat-1.0.1-SNAPSHOT.carservlets-examples-tomcat-1.0.1-SNAPSHOT.carjsp-examples-tomcat-1.0.1-SNAPSHOT.carwebconsole-tomcat-1.0.1-SNAPSHOT.car
jmxdebug-tomcat-1.0.1-SNAPSHOT.carremote-deploy-tomcat-1.0.1-SNAPSHOT.caruddi-tomcat-1.0.1-SNAPSHOT.cardaytrader-derby-tomcat-1.0.1-SNAPSHOT.cardaytrader-derby-tomcat-streamer-client-1.0.1-SNAPSHOT.car
online-deployer-1.0.1-SNAPSHOT.carshutdown-1.0.1-SNAPSHOT.carTotal time: 4 minutes 4 secondsFinished at: Sat May 27 15:59:46 IST 2006And even when i tried downloading 
geronimo1.1 andbuilded from assemebelies/j2ee-tomcat-server/ ,Result was = Build Successfullbut when i tried starting the server using the below command i get following errorsC:\geronimo_src\geronimo1.1\assemblies\j2ee-tomcat-server\target\geronimo-
1.1-SNAPSHOT\binjava -jar server.jarBooting Geronimo Kernel (in Java 1.4.2_09)...Warning: validation was turned on but an org.xml.sax.ErrorHandler was notset, which is probably not what is desired.Parser will use a default
ErrorHandler to print the first 10 errors.Please callthe 'setErrorHandler' method to fix this.Error: URI=null Line=71: cvc-complex-type.2.4.b: The content of element 'reference' is not complete. One of '{
http://geronimo.apache.org/xml/ns/attributes-1.1:pattern}' is expected.Starting Geronimo Application Server v1.1-SNAPSHOT[*] 25% 9s Startup failed
org.apache.geronimo.kernel.config.LifecycleException: start of geronimo/openejb/1.1-SNAPSHOT/car failed at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java
:522) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:486) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastCla
ssByCGLIB$$ce77a924.invoke(generated) at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
 at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke
(RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java
:96) at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$327d01f1.startConfiguration(generated) at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java
:297) at org.apache.geronimo.system.main.Daemon.init(Daemon.java:74) at org.apache.geronimo.system.main.Daemon.main(Daemon.java:377)Caused by: org.apache.geronimo.kernel.config.InvalidConfigException
: Unknown start exception at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:440) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start
(KernelConfigurationManager.java:186) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:505) ... 13 moreCaused by: org.apache.geronimo.gbean.InvalidConfigurationException
: Could not find a valid constructor for GBean: org.openejb.mejb.MEJBconstructor types: [Ljava.lang.Class;@19deddbdifferent type in position: 0different type in position: 1 at org.apache.geronimo.gbean.runtime.GBeanInstance
.init(GBeanInstance.java:348) at 

Re: [jira] Created: (GERONIMO-2065) Not able to Build Geronimo1.0 , Geronimo 1.1

2006-05-28 Thread Kevan Miller
I commented on your JIRA, yesterday. See http://issues.apache.org/jira/browse/GERONIMO-2065 If you're still unable to build, let us know...In the future, suggest you use the dev-list for these types of problems, before creating a Jira...--kevanOn May 28, 2006, at 8:50 AM, ahmed wrote:Can anybody solve my problem . Please reply ASAP !!!    Thanks in advance !  On 5/27/06, Mansoor (JIRA) dev@geronimo.apache.org wrote: Not able to Build Geronimo1.0 , Geronimo 1.1Key: GERONIMO-2065 URL: http://issues.apache.org/jira/browse/GERONIMO-2065Project: Geronimo   Type: Bug   Security: public (Regular issues) Components: buildsystem   Versions: 1.0Environment: Win2k , Java2_1.4_09   Reporter: Mansoor   Priority: CriticalHi Everybody ,  Iam facing lot of problems in building the server from scratch ,   1. I did svn checkout for Geronimo1.0 using the below command   svn co   http://svn.apache.org/repos/asf/geronimo/branches/1.0/  geronimo1.0_src  2. Executed command "maven new " under the folder geronimo1.0_src, result "Build Successfull"  3, Executed the command "maven" under the folder  geronimo1.0_src/assembelies/j2ee-tomcat-server/ ,Result : Build failed , with following errorsThe build cannot continue because of the following unsatisfied dependencies:j2ee-security-1.0.1-SNAPSHOT.car j2ee-corba-1.0.1-SNAPSHOT.cartomcat-1.0.1-SNAPSHOT.cardirectory-1.0.1-SNAPSHOT.carldap-realm-1.0.1-SNAPSHOT.carsystem-database-1.0.1-SNAPSHOT.caractivemq-broker-1.0.1-SNAPSHOT.caractivemq-1.0.1-SNAPSHOT.car client-system-1.0.1-SNAPSHOT.carclient-1.0.1-SNAPSHOT.carclient-security-1.0.1-SNAPSHOT.carclient-corba-1.0.1-SNAPSHOT.carjavamail-1.0.1-SNAPSHOT.carhot-deployer-1.0.1-SNAPSHOT.carj2ee-deployer-1.0.1-SNAPSHOT.car tomcat-deployer-1.0.1-SNAPSHOT.carldap-demo-tomcat-1.0.1-SNAPSHOT.carwelcome-tomcat-1.0.1-SNAPSHOT.carservlets-examples-tomcat-1.0.1-SNAPSHOT.carjsp-examples-tomcat-1.0.1-SNAPSHOT.carwebconsole-tomcat-1.0.1-SNAPSHOT.car jmxdebug-tomcat-1.0.1-SNAPSHOT.carremote-deploy-tomcat-1.0.1-SNAPSHOT.caruddi-tomcat-1.0.1-SNAPSHOT.cardaytrader-derby-tomcat-1.0.1-SNAPSHOT.cardaytrader-derby-tomcat-streamer-client-1.0.1-SNAPSHOT.car online-deployer-1.0.1-SNAPSHOT.carshutdown-1.0.1-SNAPSHOT.carTotal time: 4 minutes 4 secondsFinished at: Sat May 27 15:59:46 IST 2006And even when i tried downloading geronimo1.1 and  builded from assemebelies/j2ee-tomcat-server/ ,Result was = "Build Successfull"  but when i tried starting the server using the below command i get following errorsC:\geronimo_src\geronimo1.1\assemblies\j2ee-tomcat-server\target\geronimo- 1.1-SNAPSHOT\binjava -jar server.jarBooting Geronimo Kernel (in Java 1.4.2_09)...Warning: validation was turned on but an org.xml.sax.ErrorHandler was notset, which is probably not what is desired.  Parser will use a default ErrorHandler to print the first 10 errors.  Please callthe 'setErrorHandler' method to fix this.Error: URI=null Line=71: cvc-complex-type.2.4.b: The content of element 'reference' is not complete. One of '{" http://geronimo.apache.org/xml/ns/attributes-1.1":pattern}' is expected.Starting Geronimo Application Server v1.1-SNAPSHOT[*] 25%   9s Startup failed org.apache.geronimo.kernel.config.LifecycleException: start of geronimo/openejb/1.1-SNAPSHOT/car failed   at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java :522)   at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:486)   at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastCla ssByCGLIB$$ce77a924.invoke(generated)   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)    at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)   at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)   at org.apache.geronimo.gbean.runtime.RawInvoker.invoke (RawInvoker.java:57)   at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)   at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java :96)   at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$327d01f1.startConfiguration(generated)   at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java :297)   at org.apache.geronimo.system.main.Daemon.init(Daemon.java:74)   at org.apache.geronimo.system.main.Daemon.main(Daemon.java:377)Caused by: org.apache.geronimo.kernel.config.InvalidConfigException : Unknown start exception   at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:440)   at 

Re: [jira] Created: (GERONIMO-2065) Not able to Build Geronimo1.0 , Geronimo 1.1

2006-05-28 Thread ahmed
Thankskaven for your reply !!.
I will get back , if i face any problem 
On 5/28/06, Kevan Miller [EMAIL PROTECTED] wrote:



I commented on your JIRA, yesterday. Seehttp://issues.apache.org/jira/browse/GERONIMO-2065
 If you're still unable to build, let us know...

In the future, suggest you use the dev-list for these types of problems, before creating a Jira...


--kevan



On May 28, 2006, at 8:50 AM, ahmed wrote:

Can anybody solve my problem .
Please reply ASAP !!!

 Thanks in advance !
On 5/27/06, Mansoor (JIRA) dev@geronimo.apache.org
 wrote: 
Not able to Build Geronimo1.0 , Geronimo 1.1Key: GERONIMO-2065 
URL: http://issues.apache.org/jira/browse/GERONIMO-2065Project: Geronimo
 Type: Bug Security: public (Regular issues)Components: buildsystem Versions: 1.0Environment: Win2k , Java2_1.4_09 Reporter: Mansoor Priority: CriticalHi Everybody ,
Iam facing lot of problems in building the server from scratch , 1. I did svn checkout for Geronimo1.0 using the below command svn co 
http://svn.apache.org/repos/asf/geronimo/branches/1.0/ geronimo1.0_src2. Executed command maven new  under the folder geronimo1.0_src, result Build Successfull
3, Executed the command maven under the folder  geronimo1.0_src/assembelies/j2ee-tomcat-server/ ,Result : Build failed , with following errorsThe build cannot continue because of the following unsatisfied dependencies:
j2ee-security-1.0.1-SNAPSHOT.car j2ee-corba-1.0.1-SNAPSHOT.cartomcat-1.0.1-SNAPSHOT.cardirectory-1.0.1-SNAPSHOT.carldap-realm-1.0.1-SNAPSHOT.carsystem-database-1.0.1-SNAPSHOT.caractivemq-broker-1.0.1-SNAPSHOT.car
activemq-1.0.1-SNAPSHOT.car client-system-1.0.1-SNAPSHOT.carclient-1.0.1-SNAPSHOT.carclient-security-1.0.1-SNAPSHOT.carclient-corba-1.0.1-SNAPSHOT.carjavamail-1.0.1-SNAPSHOT.carhot-deployer-1.0.1-SNAPSHOT.car
j2ee-deployer-1.0.1-SNAPSHOT.car tomcat-deployer-1.0.1-SNAPSHOT.carldap-demo-tomcat-1.0.1-SNAPSHOT.carwelcome-tomcat-1.0.1-SNAPSHOT.carservlets-examples-tomcat-1.0.1-SNAPSHOT.carjsp-examples-tomcat-1.0.1-SNAPSHOT.car
webconsole-tomcat-1.0.1-SNAPSHOT.car jmxdebug-tomcat-1.0.1-SNAPSHOT.carremote-deploy-tomcat-1.0.1-SNAPSHOT.caruddi-tomcat-1.0.1-SNAPSHOT.cardaytrader-derby-tomcat-1.0.1-SNAPSHOT.cardaytrader-derby-tomcat-streamer-client-1.0.1-SNAPSHOT.car
 online-deployer-1.0.1-SNAPSHOT.carshutdown-1.0.1-SNAPSHOT.carTotal time: 4 minutes 4 secondsFinished at: Sat May 27 15:59:46 IST 2006And even when i tried downloading 
geronimo1.1 andbuilded from assemebelies/j2ee-tomcat-server/ ,Result was = Build Successfullbut when i tried starting the server using the below command i get following errorsC:\geronimo_src\geronimo1.1\assemblies\j2ee-tomcat-server\target\geronimo- 
1.1-SNAPSHOT\binjava -jar server.jarBooting Geronimo Kernel (in Java 1.4.2_09)...Warning: validation was turned on but an org.xml.sax.ErrorHandler was notset, which is probably not what is desired.Parser will use a default 
ErrorHandler to print the first 10 errors.Please callthe 'setErrorHandler' method to fix this.Error: URI=null Line=71: cvc-complex-type.2.4.b: The content of element 'reference' is not complete. One of '{ 
http://geronimo.apache.org/xml/ns/attributes-1.1:pattern}' is expected.Starting Geronimo Application Server 
v1.1-SNAPSHOT[*] 25% 9s Startup failed org.apache.geronimo.kernel.config.LifecycleException: start of geronimo/openejb/1.1-SNAPSHOT/car failed at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startCon
figuration(SimpleConfigurationManager.java :522) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:486) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastCla
 ssByCGLIB$$ce77a924.invoke(generated) at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java
:38)  at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817) at org.apache.geronimo.gbean.runtime.RawInvoker.invoke
 (RawInvoker.java:57) at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35) at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java
 :96) at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$327d01f1.startConfiguration(generated) at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java
 :297) at org.apache.geronimo.system.main.Daemon.init(Daemon.java:74) at org.apache.geronimo.system.main.Daemon.main(Daemon.java:377)Caused by: org.apache.geronimo.kernel.config.InvalidConfigException
 : Unknown start exception at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:440) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start
 (KernelConfigurationManager.java:186) at