Jump to content
We've recently updated our Privacy Statement, available here ×

JSON File Data Source


Recommended Posts

Hi, new to all this and completely lost.

I've created a simple JSON data connector in Studio and created a single field, then published to the server.

When I try to run in server I get "There was an error on the server. Try again or contact site administrators." and a UID.

I'm just learning/testing at the moment so have apun up the Bitnami v8.0.0 release and have noticed that the "JSON File" data source isn't available for selection on the server.  Is this the problem?

Thanks!

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

  • 7 months later...

 Just comment (or remove) those lines in applicationContext-remote-services.xml
You will find this file under you tomcat directory (e.g. under "..apache-tomcat-9.0.70webappsjasperserverWEB-INFapplicationContext-remote-services.xml" if you have already installed jasper server)


    <util:set id="customDataSourcesToHide">
        <value>remoteXmlDataSource2</value> 
        <value>remoteXmlDataSource</value>  
        <value>mongoDBQueryDataSource2</value> 
        <value>mongoDBQueryDataSource</value>  
        <!-- value>jsonDataSource2</value --> 
        <!-- value>jsonDataSource</value -->  
        <!-- value>jsonQLDataSource</value -->
        <value>jdbcQueryDataSource2</value> 
        <value>jdbcQueryDataSource</value>  
        <!--<value>xlsDataSource</value>   -->
        <!--<value>xlsxDataSource</value> -->
        <value>textDataSource</value> 
        <!-- value>JsonSeriesDataSource</value --> 
        <value>xmlaQueryDataSource</value> 
        <value>cassandraQueryDataSource</value>
        <value>HiveDataSource</value> 
    </util:set>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...