[ 
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.
                    <instance>
                        <plugin-artifact>
                            <copy-file relative-to="geronimo" 
dest-dir="">contents/</copy-file>
                            <copy-file relative-to="server" 
dest-dir="">instance/</copy-file>
                        </plugin-artifact>
                    </instance>
should be corrected to
                    <instance>
                        <plugin-artifact>
                            <copy-file relative-to="server" 
dest-dir="">contents/</copy-file>
                            <copy-file relative-to="server" 
dest-dir="">instance/</copy-file>
                        </plugin-artifact>
                    </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 <geronimo_home>/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


Reply via email to