You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Johannes Mendel <O-...@gmx.de> on 2012/07/02 15:02:31 UTC

Re: Issue running felix on Android v4.0 (Ice Cream Sandwich)

Hey I think, I got the same problem.
Did you solve it?

I set felix.bootdelegation.implicit=false and org.xml.sax.* to bootdelegation.

But I just get this exception by starting an Activator using ksoap2.
With Android 10 (2.3.3) there is no Problem, but with 4.0.3 I got this exception.

Do you have any Ideas?  

W/System.err(17601): java.net.MalformedURLException: java.lang.IllegalStateException: Unknown protocol: http
W/System.err(17601): 	at java.net.URL.<init>(URL.java:192)
W/System.err(17601): 	at java.net.URL.<init>(URL.java:127)
W/System.err(17601): 	at org.ksoap2.transport.ServiceConnectionSE.<init>(ServiceConnectionSE.java:65)
W/System.err(17601): 	at org.ksoap2.transport.HttpTransportSE.getServiceConnection(HttpTransportSE.java:223)
W/System.err(17601): 	at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:126)
W/System.err(17601): 	at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:96)
W/System.err(17601): 	at testactivator.Activator.start(Activator.java:41)
W/System.err(17601): 	at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:625)
W/System.err(17601): 	at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Issue running felix on Android v4.0 (Ice Cream Sandwich)

Posted by Johannes Mendel <O-...@gmx.de>.
Hey,
I'm sorry, 
-> Read first, then ask <-

I just set
felix.service.urlhandlers=false

and everything works.

Regards,
Hannes.

-------- Original-Nachricht --------
> Datum: Mon, 02 Jul 2012 15:02:31 +0200
> Von: "Johannes Mendel" <O-...@gmx.de>
> An: users@felix.apache.org
> Betreff: Re: Issue running felix on Android v4.0 (Ice Cream Sandwich)

> Hey I think, I got the same problem.
> Did you solve it?
> 
> I set felix.bootdelegation.implicit=false and org.xml.sax.* to
> bootdelegation.
> 
> But I just get this exception by starting an Activator using ksoap2.
> With Android 10 (2.3.3) there is no Problem, but with 4.0.3 I got this
> exception.
> 
> Do you have any Ideas?  
> 
> W/System.err(17601): java.net.MalformedURLException:
> java.lang.IllegalStateException: Unknown protocol: http
> W/System.err(17601): 	at java.net.URL.<init>(URL.java:192)
> W/System.err(17601): 	at java.net.URL.<init>(URL.java:127)
> W/System.err(17601): 	at
> org.ksoap2.transport.ServiceConnectionSE.<init>(ServiceConnectionSE.java:65)
> W/System.err(17601): 	at
> org.ksoap2.transport.HttpTransportSE.getServiceConnection(HttpTransportSE.java:223)
> W/System.err(17601): 	at
> org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:126)
> W/System.err(17601): 	at
> org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:96)
> W/System.err(17601): 	at testactivator.Activator.start(Activator.java:41)
> W/System.err(17601): 	at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:625)
> W/System.err(17601): 	at
> org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org