Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unexpected Token error

Hi guys,

Here are few issues that I am facing.

Sense is installed on Windows server.

Scenario 1:

I have a web server running on my machine (where sense is not installed )and I am able to access my mashup on this machine.

Next, i was trying to access the mashup on a 3rd machine where sense and web server is not installed.


I type the URL to access the mashup.html file (which resides on the machine where web server in installed) on the 3rd machine

http://MyWebserver:8080/test/First.html

then i get the following error.

Screen Shot 2015-08-30 at 7.02.47 PM.png

This Unexpected token error is coming for require.js

Scenario 2:

I created one Virtual Proxy..

Screen Shot 2015-08-30 at 6.44.20 PM.png

The Authentication module URI is the sense server address.

When I try to access the mashup from the machine where i have web server running.

then i get the same error as mentioned above i.e. "Unexpected Token"

The config of mashup.js looks like this

Screen Shot 2015-08-30 at 6.48.25 PM.png

The resources on html file looks like this

Screen Shot 2015-08-30 at 6.49.07 PM.png

Can you please tell me what am I doing wrong?

Root and Server certificates are installed on the machine where web server is running.

Saurabh

1 Solution

Accepted Solutions
korsikov
Partner - Specialist III
Partner - Specialist III

Do you have any Auth module in this link? https://sense11?

you know that the 443 port is listening to the proxy service. And he is not the authentication module.

  If you do not want to deal with the authorization, create a proxy for the anonymous user, and go through it.

View solution in original post

7 Replies
korsikov
Partner - Specialist III
Partner - Specialist III

Do you have any Auth module in this link? https://sense11?

you know that the 443 port is listening to the proxy service. And he is not the authentication module.

  If you do not want to deal with the authorization, create a proxy for the anonymous user, and go through it.

Not applicable
Author

https://sense11 is the sense server and my assumption is that this should execute the default authentication module but it seems that I am not right.

Is it true?

korsikov
Partner - Specialist III
Partner - Specialist III

not correct.  keep blank all input field in INTEGRATION section. then it will be used built-in auth module

Not applicable
Author

Thanks for this information.

I will try this out.

BTW...can we use header authentication instead of anonymous user without a custom authentication and expect the default one to kick in?

korsikov
Partner - Specialist III
Partner - Specialist III

I did not do this, nothing will be able to advise.

Not applicable
Author

Thanks...the anonymous login pass made it work.

btw...can you please refer me to any document which can explain header authentication and custom authentication module in bit more detail with some examples?

korsikov
Partner - Specialist III
Partner - Specialist III

for example, from Branch.qlik.com

Access Control Test Module