Sponsored Content
The Lounge What is on Your Mind? Live Chat (Alpha) in UserCP SF 0.7517 Post 303034187 by Neo on Sunday 21st of April 2019 12:26:45 AM
Old 04-21-2019
UserCP Screeching Frog 0.7542

Have fixed some bugs and am very excited and positive about the PubNub Javascript node.js SDK.

However, I have created another bug related to guest usernames and uuids.

UserCP Screeching Frog 0.7544

Increased vue.js lifecycle hook delay to 2 seconds from 1 second, and the pubnub race condition errors seems error free.

More testing....

UserCP Screeching Frog 0.7548
  • Decreased vue.js lifecycle hook delay to 1 seconds from 1 second.
  • Commented out "troublesome and not required" status code (race condition).
  • Added users to the status message below chat.

Seems to run "OK" now, for such a simple app. I think time to take a step back and decide on what direction to go with PubNub here.
 

5 More Discussions You Might Find Interesting

1. Solaris

Live Chat For Solaris?

Does anyone know of any online live chat discussion groups for Solaris? If so, please let me know... Thanks! Rob Sandifer (3 Replies)
Discussion started by: RobSand
3 Replies

2. What is on Your Mind?

New UserCP Update Profile Image Page (UserCP Screeching Frog 0.7485)

Update! UserCP Screeching Frog 0.7485 Created a new page for uploaded a profile picture (profile pictures are different than avatar pictures). https://www.unix.com/usercp/#/settings/other https://www.unix.com/members/1-albums225-picture1158.png ... (0 Replies)
Discussion started by: Neo
0 Replies

3. What is on Your Mind?

A Quick Video Overview of PubNub Live Chat @UNIX.com (version 0.7614)

A number of people have asked me to make some videos, so I just got my first condenser microphone and so I can make some amateurish screen casts. I will try to do better in the future. A quick overview of PubNub Live Chat @unix.com The video is best is you set the Quality to HD 1080. The... (0 Replies)
Discussion started by: Neo
0 Replies

4. What is on Your Mind?

PubNub Live Chat Beta Testing

Dear All, We are now beta testing our future "Live Chat" area using PubNub technology. https://community.unix.com/ This purpose of this testing is to test the core system, in general, and to see how many, if any, bugs crawl out of the woodwork. This "Live Chat" is not the... (48 Replies)
Discussion started by: Neo
48 Replies

5. What is on Your Mind?

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates

Update: UserCP Screeching Frog 0.7641 - Changed Live Chat to Live Updates In this version of the UserCP, I have changed "Live Chat" to "Live Updates" by disabling the ability to post in the "live chat" area and changed the name to "Live Updates" The reason for this change is that experienced... (6 Replies)
Discussion started by: Neo
6 Replies
asadmin-create-lifecycle-module(1AS)				   User Commands			      asadmin-create-lifecycle-module(1AS)

NAME
create-lifecycle-module - adds a lifecycle module SYNOPSIS
create-lifecycle-module --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile file- name] [--terse=false] [--echo=false] [--interactive=true] --classname class_name [--classpath classpath] [--loadorder load_order][--fail- urefatal=false] [--enabled=true] [--description description ][--property (name=value)[:name=value]*] module_name Creates the lifecycle. This command is supported in remote mode only. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. --interactive if set to true (default), only the required password options are prompted. --classname fully qualified name of the startup class. --classpath indicates where this module is actually located if it is not under applications-root. --loadorder an integer value that can be used to force the order in which deployed lifecycle modules are loaded at server startup. Smaller numbered modules get loaded sooner. Order is unspecified if two or more lifecycle modules have the same load-order value. --failurefatal if true indicates abort server startup if this module does not load properly. --enabled determines whether the resource is enabled at runtime. --description text description of the resource. --property optional attribute name/value pairs for configuring the resource. OPERANDS
module_name unique identifier for the deployed server lifecycle event listener module. Example 1: using create-lifecycle-module asadmin> create-lifecycle-module --user admin --password adminadmin --host fuyako --port 7070 --classname "com.acme.CustomSetup" --classpath "/export/customSetup" --loadorder 1 --failurefatal=true --description "this is a sample customSetup" --property rmi=Server="acme1:7070":timeout=30 customSetup Command create-lifecycle-module executed successfully Where: customSetup is the lifecycle module created. The escape character () is used in the property option to distinguish the colons (:). EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-delete-lifecycle-module(1AS), asadmin-list-lifecycle-modules(1AS) J2EE 1.4 SDK March 2004 asadmin-create-lifecycle-module(1AS)
All times are GMT -4. The time now is 12:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy