07-30-2012 02:51 AM
Hello all,
I am working on BIS push notification with Push Plus type.
I got my credentials through email from RIM.
I am just following PDF...
http://docs.blackberry.com/en/developers/deliverab
I installed as instructed in this guide. I am able to run my tomcat server and can access
https://localhost:8443/sample-push-initiator
https://localhost:8443/debug-portal both.
I already installed client sample app.. given by RIM.
First thing i want to know ...in its Settings ..
I wrote https://lmysystemsIP:8443/sample-push-initiator
but when i am trying to register its giving
Java.io.IOException:Network operation(Subscribe)failed. Make sure that Content Provider Url is accessible.Error.
...........
While i am able to access sample push initiator url from my blackberry device browser.
Second thing, I want to ask,,, that in email...i got
Login credentials for the Content Provider Admin Portal | ||
Portal Address: | ||
Portal Username: | XXXXXXXXXXXXXXXXXX | |
Portal Pwd: | ************* |
what is its role....i didnt find.,,
when i access content provider admin portal url..https://cpadmin.pushapi.eval.blackberry.com/mss/CP
with the given user name and password.
It says Invalid username and password....
...........................
Pls help me............. ![]()
08-01-2012 10:30 AM
Your server must be accessible from the Internet. Can you verify that you are able to access:https://lmysystemsIP:8443/sample-push-initi
08-03-2012 07:42 AM
First Thanks for reply...![]()
Well, on my PC.. the content provider url is:
https://localhost:8443/sample-push-initiator
And I am accessing it with my Blackberry curve Device over wifi as
https://(my PC IP):8443/sample-push-initiator.
and YES, I am able to access server on Device's browser.
But, Not with the Sim which contains a Blackberry Internet Service Plan.
Thanks,
08-03-2012 07:49 AM
You will need to be able to access your computer from the Internet. Intranet access will not help.
08-03-2012 10:06 AM
08-03-2012 10:10 AM
BIS push cannot be tested on a simulator you will need to use a real device. Registration requires BIS data access which is not available to a simulator.
08-03-2012 10:13 AM
08-03-2012 10:15 AM
08-03-2012 10:21 AM
08-03-2012 10:23 AM
Could you try accessing the URL of your computer web service from outside of your network and let me know if successful? It could still be getting blocked by something along the way. The issue as it stands appears to be with the network accessibility of your server.