-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when we request the url using the browser getting some error #16
Comments
Did you try to debug your code? This OpenSSP is just a platform to develop an SSP. |
Hi Andre, I'm having the same issue in the project tag v0.2. I've noticed the following error messages in the tomcat console which refers the line 49 in AbstractConfigurationLoader.java file: final Set keys = properties.keySet(); Here is the console: INFO: ApplicationInit **** Initing core application **** Jul 09, 2018 8:19:23 PM org.apache.catalina.core.StandardContext loadOnStartup When I send a request: http://localhost:8080/open-ssp/SupplyVideoService?site=1&test=1 Any idea about what goes wrong related to AbstractConfigurationLoader? Thanks, |
+Additional info: |
Hi all, the problem occurs in ProjectProperty.readFile() method. In some cases it couldn't determined if OpenSSP runs on a dev environment or production. Fixed in version 0.3. |
Hi Andre, Thanks for your reply. I've just checked but couldn't find a tag for v0.3 in GitHub. Just wonder if you are planning to release this version here? |
Hi, |
hello man, how to create javascript ad tags? |
#project is running
URL :
http://localhost:8080/open-ssp/SupplyVideoService?site=1&test=1
I am getting this error
ERROR: CoreSupplyServlet com.atg.openssp.core.cache.type.SiteDataCache cache empty for 1
The text was updated successfully, but these errors were encountered: