OpenIotOrg / openiot

The Open Source Project for the Internet of Things
459 stars 189 forks source link

CAS identification #108

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hello, We are following these steps in order to have OpenIoT with Eclipse: https://github.com/OpenIotOrg/openiot/wiki/Developer-Setup-Instructions-Eclipse---OpenIoT-v0.6.1 However, we encountered a problem with the CAS; we cannot access the CAS from the security-management module as it says that we do not have the right to use the CAS. Moreover, even if we access to it by https://localhost:8443/openiot-cas/, we still cannot connect because the login “admin” and the password “secret” does not work. Have you already encountered the same issue with the CAS identification? Could you suggest solutions or alternatives to try OpenIoT? Thank you for your help.

premjayaraman commented 9 years ago

Hi,

Could you please provide us with some logs of JBOSS or description of the error you encounter?

Thanks and Regards prem

On Tue, Mar 10, 2015 at 3:23 AM, Krixsus notifications@github.com wrote:

Hello, We are following these steps in order to have OpenIoT with Eclipse: https://github.com/OpenIotOrg/openiot/wiki/Developer-Setup-Instructions-Eclipse---OpenIoT-v0.6.1 However, we encountered a problem with the CAS; we cannot access the CAS from the security-management module as it says that we do not have the right to use the CAS. Moreover, even if we access to it by https://localhost:8443/openiot-cas/, we still cannot connect because the login “admin” and the password “secret” does not work. Have you already encountered the same issue with the CAS identification? Could you suggest solutions or alternatives to try OpenIoT? Thank you for your help.

— Reply to this email directly or view it on GitHub https://github.com/OpenIotOrg/openiot/issues/108.

ghost commented 9 years ago

The content of cas-audit.log :

2015-03-12 12:03:22,309 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN

WHO: [username: admin] WHAT: supplied credentials: [username: admin] ACTION: AUTHENTICATION_FAILED APPLICATION: CAS WHEN: Thu Mar 12 12:03:22 CET 2015 CLIENT IP ADDRESS: 127.0.0.1

SERVER IP ADDRESS: 127.0.0.1

2015-03-12 12:03:22,324 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN

WHO: [username: admin] WHAT: error.authentication.credentials.bad ACTION: TICKET_GRANTING_TICKET_NOT_CREATED APPLICATION: CAS WHEN: Thu Mar 12 12:03:22 CET 2015 CLIENT IP ADDRESS: 127.0.0.1

SERVER IP ADDRESS: 127.0.0.1

The content of cas.log :

2015-03-12 11:46:39,558 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 11:46:41,058 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 11:46:41,058 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 11:46:41,761 DEBUG [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Autowired the following triggers defined in application context: [periodicTicketRegistryCleanerTrigger, periodicServiceRegistryReloaderTrigger] 2015-03-12 11:46:44,120 INFO [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Starting Quartz Scheduler now 2015-03-12 11:46:51,657 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.deleteRegisteredService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:46:51,659 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.manage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:46:51,662 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.updateRegisteredServiceEvaluationOrder(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:46:58,801 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Beginning ticket cleanup. 2015-03-12 11:46:58,801 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Attempting to acquire ticket cleanup lock. 2015-03-12 11:46:58,815 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Acquired lock. Proceeding with cleanup. 2015-03-12 11:47:00,851 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Releasing ticket cleanup lock. 2015-03-12 11:47:11,164 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 11:47:11,164 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 11:47:12,182 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 11:47:12,182 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 11:58:07,458 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 11:58:08,690 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 11:58:08,690 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 11:58:09,346 DEBUG [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Autowired the following triggers defined in application context: [periodicTicketRegistryCleanerTrigger, periodicServiceRegistryReloaderTrigger] 2015-03-12 11:58:10,616 INFO [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Starting Quartz Scheduler now 2015-03-12 11:58:16,528 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.manage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:58:16,528 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.deleteRegisteredService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:58:16,543 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController] - Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.updateRegisteredServiceEvaluationOrder(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:58:26,747 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Beginning ticket cleanup. 2015-03-12 11:58:26,764 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Attempting to acquire ticket cleanup lock. 2015-03-12 11:58:26,765 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Acquired lock. Proceeding with cleanup. 2015-03-12 11:58:28,832 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Releasing ticket cleanup lock. 2015-03-12 11:58:38,758 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 11:58:38,759 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 11:58:39,780 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 11:58:39,782 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 12:00:38,759 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 12:00:38,761 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 12:00:39,780 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 12:00:39,780 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 12:02:38,752 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 12:02:38,754 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 12:02:39,786 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 12:02:39,787 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 12:03:06,240 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting path for cookies to: /openiot-cas/ 2015-03-12 12:03:06,240 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting path for cookies to: /openiot-cas/ 2015-03-12 12:03:06,253 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:06,258 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:09,696 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:09,697 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:22,303 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - org.openiot.security.oauth.lsm.LSMAuthenticationHandler failed to authenticate [username: admin] 2015-03-12 12:03:22,354 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:22,355 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:04:38,753 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 12:04:38,755 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 12:04:39,789 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 12:04:39,789 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services.

sans titre

premjayaraman commented 9 years ago

2015-03-12 11:46:41,058 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl]

This above line shows up as a warning.. But this is not correct.. I think around 10 services will have to be loaded for the platform to work.. Did you get any errors while deploying LSM light and CAS?

Do you have the correct openiot.properties and the security-config.ini files in the JBOSS configuration folder.

Could you follow this updated instructions

https://github.com/OpenIotOrg/openiot/wiki/Installation-Guide

Could help solve a number of problems...

On Thu, Mar 12, 2015 at 10:15 PM, Krixsus notifications@github.com wrote:

The content of cas-audit.log : 2015-03-12 12:03:22,309 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN

WHO: [username: admin] WHAT: supplied credentials: [username: admin] ACTION: AUTHENTICATION_FAILED APPLICATION: CAS WHEN: Thu Mar 12 12:03:22 CET 2015 CLIENT IP ADDRESS: 127.0.0.1 SERVER IP ADDRESS: 127.0.0.1 2015-03-12 12:03:22,324 INFO [com.github.inspektr.audit.support.Slf4jLoggingAuditTrailManager] - Audit trail record BEGIN

WHO: [username: admin] WHAT: error.authentication.credentials.bad ACTION: TICKET_GRANTING_TICKET_NOT_CREATED APPLICATION: CAS WHEN: Thu Mar 12 12:03:22 CET 2015 CLIENT IP ADDRESS: 127.0.0.1 SERVER IP ADDRESS: 127.0.0.1

The content of cas.log :

2015-03-12 11:46:39,558 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 11:46:41,058 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 11:46:41,058 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 11:46:41,761 DEBUG [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Autowired the following triggers defined in application context: [periodicTicketRegistryCleanerTrigger, periodicServiceRegistryReloaderTrigger] 2015-03-12 11:46:44,120 INFO [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Starting Quartz Scheduler now 2015-03-12 11:46:51,657 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController]

  • Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.deleteRegisteredService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:46:51,659 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController]
  • Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.manage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:46:51,662 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController]
  • Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.updateRegisteredServiceEvaluationOrder(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:46:58,801 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Beginning ticket cleanup. 2015-03-12 11:46:58,801 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Attempting to acquire ticket cleanup lock. 2015-03-12 11:46:58,815 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Acquired lock. Proceeding with cleanup. 2015-03-12 11:47:00,851 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Releasing ticket cleanup lock. 2015-03-12 11:47:11,164 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 11:47:11,164 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 11:47:12,182 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 11:47:12,182 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 11:58:07,458 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 11:58:08,690 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 11:58:08,690 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 11:58:09,346 DEBUG [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Autowired the following triggers defined in application context: [periodicTicketRegistryCleanerTrigger, periodicServiceRegistryReloaderTrigger] 2015-03-12 11:58:10,616 INFO [org.jasig.cas.util.AutowiringSchedulerFactoryBean] - Starting Quartz Scheduler now 2015-03-12 11:58:16,528 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController]
  • Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.manage(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:58:16,528 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController]
  • Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.deleteRegisteredService(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:58:16,543 DEBUG [org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController]
  • Found action method [public org.springframework.web.servlet.ModelAndView org.jasig.cas.services.web.ManageRegisteredServicesMultiActionController.updateRegisteredServiceEvaluationOrder(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)] 2015-03-12 11:58:26,747 INFO [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Beginning ticket cleanup. 2015-03-12 11:58:26,764 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Attempting to acquire ticket cleanup lock. 2015-03-12 11:58:26,765 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Acquired lock. Proceeding with cleanup. 2015-03-12 11:58:28,832 DEBUG [org.jasig.cas.ticket.registry.support.DefaultTicketRegistryCleaner] - Releasing ticket cleanup lock. 2015-03-12 11:58:38,758 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 11:58:38,759 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 11:58:39,780 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 11:58:39,782 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 12:00:38,759 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 12:00:38,761 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 12:00:39,780 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 12:00:39,780 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 12:02:38,752 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 12:02:38,754 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 12:02:39,786 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 12:02:39,787 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services. 2015-03-12 12:03:06,240 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting path for cookies to: /openiot-cas/ 2015-03-12 12:03:06,240 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - Setting path for cookies to: /openiot-cas/ 2015-03-12 12:03:06,253 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:06,258 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:09,696 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:09,697 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:22,303 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - org.openiot.security.oauth.lsm.LSMAuthenticationHandler failed to authenticate [username: admin] 2015-03-12 12:03:22,354 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:03:22,355 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - Extractor did not generate service. 2015-03-12 12:04:38,753 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Reloading registered services. 2015-03-12 12:04:38,755 INFO [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - Reloading registered services ... 2015-03-12 12:04:39,789 WARN [org.openiot.security.oauth.lsm.LSMServiceRegistryDaoImpl] - There was a problem loading services. Returning an empty list. 2015-03-12 12:04:39,789 INFO [org.openiot.security.oauth.OpenIoTServicesManagerImpl] - Loaded 0 services.

[image: sans titre] https://cloud.githubusercontent.com/assets/4215883/6616736/63a0da20-c8b1-11e4-8311-ffc8ad1ec865.jpg

— Reply to this email directly or view it on GitHub https://github.com/OpenIotOrg/openiot/issues/108#issuecomment-78461546.

ghost commented 9 years ago

Thank you for your help ! Problem solved

matklima commented 9 years ago

Sorry, could you write how have you solved your problem please because I have the same and can't go on......and I have no idea what could be wrong? Thank you

devtryongit commented 9 years ago

Could anyone having this problem tell us what was the cause and how to solve? I would appreciate a lot, thanks!

devtryongit commented 9 years ago

Just to let you know guys, it must be the configuration file... I used the "openiot.properties" file from the virtual machine (which is different from the default one) and it just works, awesome... it would be great if you could say how to configure correctly at "https://github.com/OpenIotOrg/openiot/wiki/Installation-Guide"

matklima commented 9 years ago

where can I find this working openiot.properties?

devtryongit commented 9 years ago

@mateo1991 I took it from the Virtual Box VM 0.6.1 (download links at https://github.com/OpenIotOrg/openiot/wiki/Downloads). If you can afford downloading the almost 7GB of virtual machine I would suggest you to do it, I think it could be useful to have a look at the overall configuration there. Otherwise you can get the file at this link: https://drive.google.com/file/d/0B-ueyFo2XYksdlFZOE41VUJoOU0/view?usp=sharing