You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by andreafino <an...@hotmail.com> on 2015/08/04 15:17:48 UTC

Can't access to http://localhost:8888/system/console

Hi

I have installed apache felix web console but i can't access. I ha followed
the documentation page and i have created the
org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg file but it
doesn't work. This i the content of my file:


      /manager.root=/system/console
      default.render=bundles
      realm=OSGi Management Console
      username=admin
      password = {sha-256}jGl25bVBBBW96Qi9Te4V37Fnqchz/Eu4qB9vKrRIqRg=
      plugins=all.plugins.enabled
      loglevel=2/





--
View this message in context: http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-8888-system-console-tp5013956.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

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


Re: Can't access to http://localhost:8888/system/console

Posted by ismail berrada <is...@yahoo.fr>.
Hi 

what kind of http error do you have ?Have you checked logs files ? 

regards



     Le Mardi 4 août 2015 15h17, andreafino <an...@hotmail.com> a écrit :
   
 

 Hi

I have installed apache felix web console but i can't access. I ha followed
the documentation page and i have created the
org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg file but it
doesn't work. This i the content of my file:


      /manager.root=/system/console
      default.render=bundles
      realm=OSGi Management Console
      username=admin
      password = {sha-256}jGl25bVBBBW96Qi9Te4V37Fnqchz/Eu4qB9vKrRIqRg=
      plugins=all.plugins.enabled
      loglevel=2/





--
View this message in context: http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-8888-system-console-tp5013956.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

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



 
  

Re: Can't access to http://localhost:8888/system/console

Posted by David Bosschaert <da...@gmail.com>.
Hi andreafino,

>From your other mail it seems that you were able to get the webconsole
running. Would you mind sharing what the problem was and how you
resolved it? It might be useful for others...

Thanks,

David

On 5 August 2015 at 07:26, Frank Langel <fr...@frankjlangel.com> wrote:
> So much trouble with a little package. Can you share your code. Its hard
> to help you with the little info you are providing.
>
> On 8/5/15, 2:17 PM, "andreafino" <an...@hotmail.com> wrote:
>
>>Yes I have tried it but it doesn't work.
>>
>>
>>
>>--
>>View this message in context:
>>http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-888
>>8-system-console-tp5013956p5013962.html
>>Sent from the Apache Felix - Users mailing list archive at Nabble.com.
>>
>>---------------------------------------------------------------------
>>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
>

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


Re: Can't access to http://localhost:8888/system/console

Posted by Frank Langel <fr...@frankjlangel.com>.
So much trouble with a little package. Can you share your code. Its hard
to help you with the little info you are providing.

On 8/5/15, 2:17 PM, "andreafino" <an...@hotmail.com> wrote:

>Yes I have tried it but it doesn't work.
>
>
>
>--
>View this message in context:
>http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-888
>8-system-console-tp5013956p5013962.html
>Sent from the Apache Felix - Users mailing list archive at Nabble.com.
>
>---------------------------------------------------------------------
>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


Re: Can't access to http://localhost:8888/system/console

Posted by Neil Bartlett <nj...@gmail.com>.
Again, “it doesn’t work”. Please stop saying that… it gives literally no information!

Please always state what you tried to do and what the error message was. Thanks.


> On 5 Aug 2015, at 13:17, andreafino <an...@hotmail.com> wrote:
> 
> Yes I have tried it but it doesn't work. 
> 
> 
> 
> --
> View this message in context: http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-8888-system-console-tp5013956p5013962.html
> Sent from the Apache Felix - Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> 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


Re: Can't access to http://localhost:8888/system/console

Posted by andreafino <an...@hotmail.com>.
Yes I have tried it but it doesn't work. 



--
View this message in context: http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-8888-system-console-tp5013956p5013962.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

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


Re: Can't access to http://localhost:8888/system/console

Posted by David Bosschaert <da...@gmail.com>.
Just a hunch but by default the OSGi Http Service runs on port 8080.
Did you try http://localhost:8080/system/console ?

On 5 August 2015 at 04:14, andreafino <an...@hotmail.com> wrote:
> OK, i ha installe webconsole 4.2.10 and all the required bundle then when i
> write localhost:8888 the browser display Unable to connect. I expect to view
> the apche felix webconsole page.
>
>
>
> --
> View this message in context: http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-8888-system-console-tp5013956p5013960.html
> Sent from the Apache Felix - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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


Re: Can't access to http://localhost:8888/system/console

Posted by andreafino <an...@hotmail.com>.
OK, i ha installe webconsole 4.2.10 and all the required bundle then when i
write localhost:8888 the browser display Unable to connect. I expect to view
the apche felix webconsole page. 



--
View this message in context: http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-8888-system-console-tp5013956p5013960.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.

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


Re: Can't access to http://localhost:8888/system/console

Posted by Neil Bartlett <nj...@gmail.com>.
Please clarify what you mean by “it doesn’t work”. How do you know it doesn’t work? What did you expect to happen, and what actually happened? If there was an error message, what was it??

Neil


> On 4 Aug 2015, at 14:17, andreafino <an...@hotmail.com> wrote:
> 
> Hi
> 
> I have installed apache felix web console but i can't access. I ha followed
> the documentation page and i have created the
> org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg file but it
> doesn't work. This i the content of my file:
> 
> 
>      /manager.root=/system/console
>      default.render=bundles
>      realm=OSGi Management Console
>      username=admin
>      password = {sha-256}jGl25bVBBBW96Qi9Te4V37Fnqchz/Eu4qB9vKrRIqRg=
>      plugins=all.plugins.enabled
>      loglevel=2/
> 
> 
> 
> 
> 
> --
> View this message in context: http://apache-felix.18485.x6.nabble.com/Can-t-access-to-http-localhost-8888-system-console-tp5013956.html
> Sent from the Apache Felix - Users mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> 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