Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces4 trunk r48623
Browsers: all
Server: Tomcat7/8
-
Assignee Priority:P1
Description
showcase > mobi:cloudPush:
Demo requires updates, as server errors occur when enabling cloudPush (desktop and mobile).
13-Apr-2016 10:29:52.130 SEVERE [http-apr-8080-exec-5] com.sun.faces.context.AjaxExceptionHandlerImpl.handlePartialResponseError java.lang.IllegalArgumentException: Illegal argument targetURI: 'null'. Argument cannot be null.
at org.icesoft.util.PreCondition.checkArgument(PreCondition.java:44)
at org.icefaces.application.PushMessage.setTargetURI(PushMessage.java:79)
at org.icefaces.application.PushMessage.<init>(PushMessage.java:38)
at org.icefaces.samples.showcase.example.mobi.cloudpush.CloudPushBean.sendPriorityPushMessage(CloudPushBean.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.el.parser.AstValue.invoke(AstValue.java:245)
....
13-Apr-2016 10:30:48.203 WARNING [http-apr-8080-exec-9] com.sun.faces.lifecycle.
InvokeApplicationPhase.execute /resources/examples/mobi/cloudpush/cloudpush-example.xhtml @106,100 actionListener="#{cloudPushBean.sendPriorityPushMessage}": java.lang.IllegalArgumentException: Illegal argument targetURI: 'null'. Argumentcannot be null.
javax.el.ELException: /resources/examples/mobi/cloudpush/cloudpush-example.xhtml @106,100 actionListener="#{cloudPushBean.sendPriorityPushMessage}":java.lang.IllegalArgumentException: Illegal argument targetURI: 'null'. Argument cannot be null.
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:111)
at javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:147)
at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:814)
at javax.faces.component.UICommand.broadcast(UICommand.java:300)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282)
...........
Caused by: java.lang.IllegalArgumentException: Illegal argument targetURI: 'null'. Argument cannot be null.
at org.icesoft.util.PreCondition.checkArgument(PreCondition.java:44)
at org.icefaces.application.PushMessage.setTargetURI(PushMessage.java:79)
at org.icefaces.application.PushMessage.<init>(PushMessage.java:38)
at org.icefaces.samples.showcase.example.mobi.cloudpush.CloudPushBean.sendPriorityPushMessage(CloudPushBean.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
......
Demo requires updates, as server errors occur when enabling cloudPush (desktop and mobile).
13-Apr-2016 10:29:52.130 SEVERE [http-apr-8080-exec-5] com.sun.faces.context.AjaxExceptionHandlerImpl.handlePartialResponseError java.lang.IllegalArgumentException: Illegal argument targetURI: 'null'. Argument cannot be null.
at org.icesoft.util.PreCondition.checkArgument(PreCondition.java:44)
at org.icefaces.application.PushMessage.setTargetURI(PushMessage.java:79)
at org.icefaces.application.PushMessage.<init>(PushMessage.java:38)
at org.icefaces.samples.showcase.example.mobi.cloudpush.CloudPushBean.sendPriorityPushMessage(CloudPushBean.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.apache.el.parser.AstValue.invoke(AstValue.java:245)
....
13-Apr-2016 10:30:48.203 WARNING [http-apr-8080-exec-9] com.sun.faces.lifecycle.
InvokeApplicationPhase.execute /resources/examples/mobi/cloudpush/cloudpush-example.xhtml @106,100 actionListener="#{cloudPushBean.sendPriorityPushMessage}": java.lang.IllegalArgumentException: Illegal argument targetURI: 'null'. Argumentcannot be null.
javax.el.ELException: /resources/examples/mobi/cloudpush/cloudpush-example.xhtml @106,100 actionListener="#{cloudPushBean.sendPriorityPushMessage}":java.lang.IllegalArgumentException: Illegal argument targetURI: 'null'. Argument cannot be null.
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:111)
at javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:147)
at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:814)
at javax.faces.component.UICommand.broadcast(UICommand.java:300)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:790)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1282)
...........
Caused by: java.lang.IllegalArgumentException: Illegal argument targetURI: 'null'. Argument cannot be null.
at org.icesoft.util.PreCondition.checkArgument(PreCondition.java:44)
at org.icefaces.application.PushMessage.setTargetURI(PushMessage.java:79)
at org.icefaces.application.PushMessage.<init>(PushMessage.java:38)
at org.icefaces.samples.showcase.example.mobi.cloudpush.CloudPushBean.sendPriorityPushMessage(CloudPushBean.java:115)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
......
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Carmen Cristurean
created issue -
Carmen Cristurean
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-4.1.0.GA [ 12171 ] |
Carmen Cristurean
made changes -
Judy Guglielmin
made changes -
Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |
Jack Van Ooststroom
made changes -
Summary | showcase - mobi:cloudPush demo update required for URI cloudPush API changes | showcase & poll - mobi:cloudPush demo update required for URI cloudPush API changes |
Ken Fyten
made changes -
Assignee Priority | P1 [ 10010 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Ken Fyten
made changes -
Issue Type | Bug [ 1 ] | Task [ 3 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Affects Version/s | EE-4.1.0.GA [ 12171 ] |
Jack Van Ooststroom
made changes -
Jack Van Ooststroom
made changes -
Jack Van Ooststroom
made changes -
Jack Van Ooststroom
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.1.BETA [ 13079 ] | |
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | EE-4.1.0.RC1 [ 13072 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | EE-4.1.1.BETA [ 13079 ] |
Ken Fyten
made changes -
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |