[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.riena] Re: Getting started doesn't work for me

Hi Frank,

you are missing the equinox.log bundle in your target platform. I am pretty sure we delivered it as part of the M1 build. I will check again "tomorrow" (actually this morning) and give you a more hints.

But the reason riena.core can't start is, that equinox.log is neither in the target platform (as described in the setup) nor any place else.

Did you use the M1 milestone build and followed the setup steps or did you checkout org.eclipse.riena.releng and checked out all projects in the projectset. Or a third way ?? :-)

The first two ways should work. Equinox.log as well as equinox.cm are required and can be found in the equinox-incubator area in CVS.

more in the morning.

cheers
christian

Frank Gerhardt schrieb:
Hi,

I'm trying to run the ping pong example. It looks ok on the console but I can't get the result in the browser.

Not all bundles are activated. Activating riena.core throws an exception.

What's the problem here?

Frank.

osgi> 27.02.2008 23:39:03 org.mortbay.http.HttpServer doStart
INFO: Version Jetty/5.1.x
HessianRienaDispatcherServlet:: DEBUG initialized
27.02.2008 23:39:03 org.mortbay.util.Container start
INFO: Started org.mortbay.jetty.servlet.ServletHandler@11a5fd0
27.02.2008 23:39:03 org.mortbay.util.Container start
INFO: Started HttpContext[/,/]
27.02.2008 23:39:03 org.mortbay.http.SocketListener start
INFO: Started SocketListener on 0.0.0.0:80
27.02.2008 23:39:03 org.mortbay.util.Container start
INFO: Started org.mortbay.http.HttpServer@10c3a08
start hessian support on server
PingPong::Server:: [Ping] says = I ping you and you pong me
PingPong::Client:: [Pong] says = Thx. I got the ping!
call null
call null
ss

Framework is launched.

id State Bundle
0 ACTIVE org.eclipse.osgi_3.4.0.v20080205
1 ACTIVE org.eclipse.core.commands_3.3.100.I20071120-0800
4 ACTIVE org.eclipse.equinox.http.registry_1.0.100.v20071203
5 ACTIVE org.eclipse.equinox.http.jetty_1.0.100.v20080201
6 RESOLVED org.eclipse.riena.core_1.0.0.M1
8 ACTIVE org.eclipse.equinox.http.servlet_1.0.100.v20080201
9 ACTIVE org.eclipse.help_3.3.100.v20080205
10 ACTIVE org.eclipse.equinox.cm_1.0.0.HEAD
11 ACTIVE com.ibm.icu_3.8.1.v20080103
15 ACTIVE org.eclipse.equinox.registry_3.4.0.v20080201
16 ACTIVE org.eclipse.equinox.log_1.1.0.v20071203
18 ACTIVE javax.servlet_2.4.0.v200711021030
19 ACTIVE org.eclipse.equinox.app_1.0.100.v20080201
20 RESOLVED org.eclipse.riena.communication.console_1.0.0.M1
21 ACTIVE org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502
24 ACTIVE com.caucho.hessian_3.1.3
28 ACTIVE org.eclipse.riena.communication.core_1.0.0.M1
32 ACTIVE org.eclipse.osgi.services_3.1.200.v20071203
33 ACTIVE org.eclipse.equinox.common_3.4.0.v20080201
38 ACTIVE org.apache.commons.logging_1.0.4.v200711021015
39 ACTIVE org.eclipse.core.databinding_1.1.0.I20080204-0011
40 ACTIVE org.eclipse.riena.communication.publisher.hessian_1.0.0.M1
43 ACTIVE org.eclipse.core.contenttype_3.3.0.v20080201
45 RESOLVED org.eclipse.riena.communication.publisher_1.0.0.M1
47 ACTIVE org.apache.log4j_1.2.8.v1_2_8
48 ACTIVE org.eclipse.core.jobs_3.3.100.v20071207
49 ACTIVE org.eclipse.core.expressions_3.4.0.v20080204-1800
50 ACTIVE org.mortbay.jetty_5.1.11.v200711021015
52 ACTIVE org.eclipse.equinox.preferences_3.2.200.v20080201
53 ACTIVE org.eclipse.equinox.log_1.1.0.HEAD
55 ACTIVE org.eclipse.core.runtime_3.4.0.v20080201
57 ACTIVE org.eclipse.riena.communication.sample.pingpong.client_1.0.0.M1
58 ACTIVE org.eclipse.riena.communication.sample.pingpong.common_1.0.0.M1
59 ACTIVE org.eclipse.riena.communication.sample.pingpong.server_1.0.0.M1
60 RESOLVED org.eclipse.riena.communication.sample.pingpong.client.config_1.0.0.M1


osgi> start 6
org.osgi.framework.BundleException: Exception in org.eclipse.riena.internal.core.Activator.start() of bundle org.eclipse.riena.core.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018)


at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:257)

at org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider._start(FrameworkCommandProvider.java:257)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:150)


at org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:298)

at org.eclipse.osgi.framework.internal.core.FrameworkConsole.console(FrameworkConsole.java:283)

at org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(FrameworkConsole.java:219)

at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.NoClassDefFoundError: org/eclipse/equinox/log/LogFilter
at org.eclipse.riena.internal.core.Activator.getLogger(Unknown Source)
at org.eclipse.riena.internal.core.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)


at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)


... 14 more
Nested Exception:
java.lang.NoClassDefFoundError: org/eclipse/equinox/log/LogFilter
at org.eclipse.riena.internal.core.Activator.getLogger(Unknown Source)
at org.eclipse.riena.internal.core.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)


at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)


at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:257)

at org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider._start(FrameworkCommandProvider.java:257)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:150)


at org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:298)

at org.eclipse.osgi.framework.internal.core.FrameworkConsole.console(FrameworkConsole.java:283)

at org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(FrameworkConsole.java:219)

at java.lang.Thread.run(Thread.java:619)
Nested Exception:
java.lang.NoClassDefFoundError: org/eclipse/equinox/log/LogFilter
at org.eclipse.riena.internal.core.Activator.getLogger(Unknown Source)
at org.eclipse.riena.internal.core.Activator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)


at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)


at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:257)

at org.eclipse.osgi.framework.internal.core.FrameworkCommandProvider._start(FrameworkCommandProvider.java:257)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.osgi.framework.internal.core.FrameworkCommandInterpreter.execute(FrameworkCommandInterpreter.java:150)


at org.eclipse.osgi.framework.internal.core.FrameworkConsole.docommand(FrameworkConsole.java:298)

at org.eclipse.osgi.framework.internal.core.FrameworkConsole.console(FrameworkConsole.java:283)

at org.eclipse.osgi.framework.internal.core.FrameworkConsole.run(FrameworkConsole.java:219)

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