Skip to content

can only visualize the "Test page" #2

Description

@dalloliogm

Hello,
I've followed the instructions in the tutorial. However, when I open the server page, I can only see a "Test page" message.

What am I doing wrong?

episerver = createServer(
  #port=as.numeric(Sys.getenv("CDSW_PUBLIC_PORT")), 
  verbose=T,
  try_ports=T,
  daemonized=T)
# start the server
episerver$start_server()
episerver

### Start the epivizr app
#
# The epivizr app should connect to the episerver.
#
# You can specify the Epiviz server using the episerver variable defined above, or manually specify host and http_port
#
# For a full tutorial on epivizr, see http://bioconductor.org/packages/release/bioc/vignettes/epivizr/inst/doc/IntroToEpivizr.html 
epi = startEpiviz(
            #host=Sys.getenv("CDSW_IP_ADDRESS"),
   #         host=Sys.getenv("CDSW_IP_ADDRESS"),
            open_browser=F,
          server = episerver)
epi

Moreover, when I print the episerver or epiclient variables, I get a "not connected" message:

> episerver
<EpivizServer> port: 8080, not connected 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions