Hi,
thanks for your reply, but the error message I posted was only an
example. The error occurs with all bundles.
But for your information: I found the error by myself. The problem does
not relate to the PDA in particular but to the J9 VM in general. One has
to specify the parameter
-Djava.protocol.handler.pkgs=com.ibm.oti.net.www.protocol
when starting the process. I think this is because Felix uses a Sun
implementation by default that is absent in the J9 class library.
So a LNK-File for starting Felix on Windows Mobile might look like this:
255#"\Storage Card\J9\PPRO11\bin\j9.exe" -jcl:ppro11
-Djava.protocol.handler.pkgs=com.ibm.oti.net.www.protocol -jar "\Storage
Card\java\af-1.0.3\bin\felix.jar"
Hope that others with the same problem will profit from this message...
Regards,
Thomas Berger
Marcel Offermans schrieb:
On Apr 19, 2008, at 17:28 , Thomas Berger wrote:
felix.auto.start.1= \
file:/Java/af-1.0.3/bundle/org.apache.felix.log-0.9.0-SNAPSHOT.jar \
file:/Java/af-1.0.3/bundle/org.apache.felix.shell-1.0.0.jar \
file:/Java/af-1.0.3/bundle/org.apache.felix.shell.tui-1.0.0.jar \
file:/Java/af-1.0.3/bundle/org.apache.felix.bundlerepository-1.0.2.jar
The bundle files are present, of course.
For your information, the profile directory is created successfully,
after starting Felix. So the file
".../cache/thomas/bundle0/bundle.id" can be created.
So what is my error? Why can't the bundles be loaded or cached? I
really appreciate any help.
I don't have the answer, but it does strike me as strange that this
error occurs on (so it seems) the second bundle in your list, not the
first. Can you check why it skipped the log bundle?!?
Greetings, Marcel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]