You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by EdCodd <er...@gmail.com> on 2009/01/26 13:39:47 UTC

Problem adding Geronimo server 2.1.3 Runtime to eclipse

I have an eclipse IDE installation.  I had Apache Geronimo v1.1 and v2.0
runtime environments added.  I could only add a v2.1 runtime environment
manually by downloading GEP and adding the features and plugins to the
eclipse \features and \plugins folders.  I couldn't find another way to add
the v2.1.  But after adding all of the plugins needed for v2.1, there seems
to be something wrong with the v1.1 runtime in eclipse.   Under the eclipse
server view, the v1.1 RE still appears above the v2.0 and the new v2.1
listing, but there is a red square to the left of the v1.1 listing.  It
seems that after adding the v2.1, the v1.1 no longer works.  

Does anyone know what I am doing wrong or anyway around this problem?    
-- 
View this message in context: http://www.nabble.com/Problem-adding-Geronimo-server-2.1.3-Runtime-to-eclipse-tp21664747s134p21664747.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Problem adding Geronimo server 2.1.3 Runtime to eclipse

Posted by Edwin Ansicodd <er...@gmail.com>.
try to start the server v2.1 in eclipse from server view. logging on console
view of eclipse appears okay but then small window opens that an error
occurred :

Publishing to Apache Geronimo v2.1 Server at localhhost . . . 
Reason:
org.apache.geronimo.st.core.internal.Trace.tracePoint(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V


try to start server v2.0 from server view in eclipse and small window opens
:

Problem Occurred
Starting server - Apache Geronimo v2.0 Server at localhost
Reason:

Server Apache Geronimo v2.0 Server at localhost failed to start.

on console view:

JVMJ9TI003E Agent_OnLoad failed for library instrument
java.lang.instrument/-javaagent: cannot create native agent.
JVMJ9VM015W Initialization error for library j9jvmti23(-3): JVMJ9VM009E
J9VMDllMain failed
Java Virtual Machine konnte nicht erstellt werden.

-- 
View this message in context: http://www.nabble.com/Problem-adding-Geronimo-server-2.1.3-Runtime-to-eclipse-tp21664747s134p21666098.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Problem adding Geronimo server 2.1.3 Runtime to eclipse

Posted by Tim McConnell <ti...@gmail.com>.
HI Edwin, the v1.1 and v2.x versions of the GEP cannot co-exist in the manner 
that you are attempting. What I do, and what I recommend that you do, is to use 
two separate Eclipse installations: one for your Geronimo v1.1 runtime 
environment using the GEP 1.1, and another for your v2.x runtime environment 
using the latest 2.1.3 GEP. Obviously, this is not the most elegant solution, but 
we decided to not support the 1.1 runtimes with the GEP 2.x versions due to time 
constraints when converting from EMF to JAXB......

EdCodd wrote:
> I have an eclipse IDE installation.  I had Apache Geronimo v1.1 and v2.0
> runtime environments added.  I could only add a v2.1 runtime environment
> manually by downloading GEP and adding the features and plugins to the
> eclipse \features and \plugins folders.  I couldn't find another way to add
> the v2.1.  But after adding all of the plugins needed for v2.1, there seems
> to be something wrong with the v1.1 runtime in eclipse.   Under the eclipse
> server view, the v1.1 RE still appears above the v2.0 and the new v2.1
> listing, but there is a red square to the left of the v1.1 listing.  It
> seems that after adding the v2.1, the v1.1 no longer works.  
> 
> Does anyone know what I am doing wrong or anyway around this problem?    

-- 
Thanks,
Tim McConnell