[
https://issues.apache.org/jira/browse/GERONIMO-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639325#action_12639325
]
Pierre-Antoine Berreur commented on GERONIMO-4354:
--------------------------------------------------
I decompressed my tar archive on a Linux machine with a GNU tar, and then
copied it to my Solaris one -> I could start my Geronimo !
I did not try with the zip file, since I expect it is for Windows only... (at
least that's what the download site says).
Thank you once more Jarek for your help.
PS: GNU tar I used to decompress:
tar --version
tar (GNU tar) 1.14
Copyright (C) 2004 Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute it under the terms of the GNU General Public License;
see the file named COPYING for details.
Written by John Gilmore and Jay Fenlason.
GNU tar which did not work (error: "tar: A lone zero block at 207603") due to
some tar bug:
tar --version
tar (GNU tar) 1.19
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
> Missing dependency: org.apache.geronimo.framework/geronimo-common/2.1.1/jar
> when starting Geronimo 2.1.1 on Solaris 10 x86
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-4354
> URL: https://issues.apache.org/jira/browse/GERONIMO-4354
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: installer
> Affects Versions: 2.1.1
> Environment: uname -a
> SunOS bremy 5.10 Generic_127128-06 i86pc i386 i86pc
> Reporter: Pierre-Antoine Berreur
> Priority: Blocker
>
> Can not start geronimo after unzipping it on Solaris 10.
> [EMAIL PROTECTED] /export/Geronimo/geronimo-tomcat6-javaee5-2.1.1$
> ./bin/geronimo.sh run
> Using GERONIMO_BASE: /export/Geronimo/geronimo-tomcat6-javaee5-2.1.1
> Using GERONIMO_HOME: /export/Geronimo/geronimo-tomcat6-javaee5-2.1.1
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME: /usr/java/jre
> 03:23:39,177 ERROR [GBeanInstanceState] Error while starting; GBean is now in
> the FAILED state:
> abstractName="org.apache.geronimo.framework/j2ee-system/2.1.1/car?configurationName=org.apache.geronimo.framework/j2ee-system/2.1.1/car"
> org.apache.geronimo.kernel.repository.MissingDependencyException: Missing
> dependency: org.apache.geronimo.framework/geronimo-common/2.1.1/jar
> at
> org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:113)
> at
> org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:405)
> at
> org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:322)
> at
> org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:267)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
> at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
> at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
> 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.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:203)
> at
> org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:167)
> at
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
> at
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
> at
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38)
> at
> org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
> at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
> java.lang.IllegalStateException: GBean is not running:
> org.apache.geronimo.framework/j2ee-system/2.1.1/car?configurationName=org.apache.geronimo.framework/j2ee-system/2.1.1/car
> at
> org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:304)
> at
> org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:205)
> at
> org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:167)
> at
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
> at
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
> at
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38)
> at
> org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
> at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
> [EMAIL PROTECTED] /export/Geronimo/geronimo-tomcat6-javaee5-2.1.1$
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.