Migrate server from 1.0 to 2.0 by zip file
I wish to update the server from 1.0 to 2.0, by zip files.
I understand that I need repotool to export projects from server 1.0 to import in 2.0.
. Inside the zip of the server component I have see that there is a
folder named repotool that contain a folder named eclipse. I tried to copy this folder in my eclipse , But now eclipse don't start.This is the right way? If yes what is the problem?
Another question is, how i can understand if the version 1.0 of the server is installed by the Installation Manager or by Zip file?
The problem that eclipse reports in the log file is:
I understand that I need repotool to export projects from server 1.0 to import in 2.0.
. Inside the zip of the server component I have see that there is a
folder named repotool that contain a folder named eclipse. I tried to copy this folder in my eclipse , But now eclipse don't start.This is the right way? If yes what is the problem?
Another question is, how i can understand if the version 1.0 of the server is installed by the Installation Manager or by Zip file?
The problem that eclipse reports in the log file is:
!SESSION 2009-07-02 15:52:24.625 -----------------------------------------------
eclipse.buildId=unknown
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223ifx-20090422 (JIT enabled)
J9VM - 20090421_34076_lHdSMr
JIT - 20081112_1511ifx6_r8
GC - 200811_07
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=it_IT
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.osgi 4 0 2009-07-02 15:52:27.515
!MESSAGE Bundle org.eclipse.emf.commonj.sdo.nl1 non trovato.
!ENTRY org.eclipse.osgi 4 0 2009-07-02 15:52:27.515
!MESSAGE Bundle org.eclipse.emf.commonj.sdo.nl2 non trovato.
!ENTRY org.eclipse.osgi 4 0 2009-07-02 15:52:27.515
!MESSAGE Bundle org.eclipse.emf.ecore.sdo.nl1 non trovato.
!ENTRY org.eclipse.osgi 4 0 2009-07-02 15:52:27.515
!MESSAGE Bundle org.eclipse.emf.ecore.sdo.nl2 non trovato.
!ENTRY org.eclipse.equinox.p2.reconciler.dropins 4 0 2009-07-02 15:52:43.687
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.provisional.configurator; version="0.0.0"
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:305)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)
!ENTRY com.ibm.team.repository.jndi.internal.Activator 1 800 2009-07-02 15:52:44.671
!MESSAGE Unable to load [org.eclipse.equinox.servletbridge.BridgeServlet] from system bundle. Must be running in embedded environment
!ENTRY com.ibm.team.repository.jndi.internal.Activator 1 800 2009-07-02 15:52:44.703
!MESSAGE Using JNDI Impl from OSGI Framework
5 answers
Hi
You need the repotools from your 1.0 installation first. Use that to export the repository. repotools.bat is a file in the jazz\server directory. You should not try and install this into Eclipse at all.
Then, once you have a good exported file, then install your 2.0 server and use jazz\server\repotools,bat to import your repository.
re: IM or zip file - check if you have installation manager installed on your machine. If you have IM installed, there should be a "View installed packages" program listed too, run that to check what is installed. If RTC 1.0 is listed, you used the IM.
regards
anthony
I wish to update the server from 1.0 to 2.0, by zip files.
I understand that I need repotool to export projects from server 1.0 to import in 2.0.
. Inside the zip of the server component I have see that there is a
folder named repotool that contain a folder named eclipse. I tried to copy this folder in my eclipse , But now eclipse don't start.This is the right way? If yes what is the problem?
You need the repotools from your 1.0 installation first. Use that to export the repository. repotools.bat is a file in the jazz\server directory. You should not try and install this into Eclipse at all.
Then, once you have a good exported file, then install your 2.0 server and use jazz\server\repotools,bat to import your repository.
re: IM or zip file - check if you have installation manager installed on your machine. If you have IM installed, there should be a "View installed packages" program listed too, run that to check what is installed. If RTC 1.0 is listed, you used the IM.
regards
anthony
Thanks a lot!
Another question: if i would export the source file of project, i must copy the directory workspace?
There are other procedures to be performed to complete a migration?
Hi
The best thing to do is follow the upgrade procedure in the release notes/help file:
http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/nav/1_0
regards
anthony
I read the article, but I can not find any reference on how to move the source file of the projects. Or is this not?
Hi
All your files in your repository workspaces and streams are stored directly in the repository. You just need to make sure you have checked-in all your files before you migrate. There should be all these instructions in that link.
regards
anthony