Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » Create a ECF Server
Create a ECF Server [message #624003] Wed, 30 July 2008 16:40
Cyril Lakech is currently offline Cyril LakechFriend
Messages: 4
Registered: July 2009
Junior Member
Hi,

I'd like to create a ECF Server in order to work with ECF with my dev team.

I think we can't use the default ecf server cause he is public.

So we have to create our ECF Server based on Eclipse/Equinox/ECF SDK

I read a few threads and wiki pages but i can't managed to run my ECF server.

Could someone shared is packaged server (with config.ini) ?
Could someone help ?

I try with ECF 2.0 for Eclipse 3.3 and ECF 2.0 for Eclipse 3.4.
I use Equinox 3.2 and 3.4

Here is my logs :

config.ini:
osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
eclipse.ignoreApp=true
osgi.noShutdown=true
eclipse.application.registerDescriptors=true

I got some troubles with org.eclipse.core.contenttype so i add it to plugins dir.


I redirect the command to a file :

Install location:
file:/d:/eclipseB/

Configuration file:
file:/d:/eclipseB/configuration/config.ini loaded

Configuration location:
file:/d:/eclipseB/configuration/

Framework located:
file:/d:/eclipseB/plugins/org.eclipse.osgi_3.4.0.v20080605-1 900.jar

Framework classpath:

file:/d:/eclipseB/plugins/org.eclipse.osgi_3.4.0.v20080605-1 900.jar

Splash location:
null

Debug options:
file:/D:/eclipseB/.options not found



osgi> java.io.IOException: Descripteur non valide

at java.io.FileInputStream.readBytes(Native Method)

at java.io.FileInputStream.read(FileInputStream.java:194)

at java.io.BufferedInputStream.read1(BufferedInputStream.java:2 20)

at java.io.BufferedInputStream.read(BufferedInputStream.java:27 7)

at java.io.FilterInputStream.read(FilterInputStream.java:111)

at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.j ava:408)

at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.ja va:450)

at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)

at java.io.InputStreamReader.read(InputStreamReader.java:167)

at java.io.BufferedReader.fill(BufferedReader.java:136)

at java.io.BufferedReader.readLine(BufferedReader.java:299)

at java.io.BufferedReader.readLine(BufferedReader.java:362)

at org.eclipse.osgi.framework.internal.core.FrameworkConsole.co nsole(FrameworkConsole.java:275)

at org.eclipse.osgi.framework.internal.core.FrameworkConsole.ru n(FrameworkConsole.java:223)

at java.lang.Thread.run(Thread.java:534)

Time to load bundles: 46
Previous Topic:ECF success
Next Topic:Starting ECF Server from Equinox Console
Goto Forum:
  


Current Time: Sat Apr 20 01:26:43 GMT 2024

Powered by FUDForum. Page generated in 0.03296 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top