Yes, the new 4.1 version is using XACML 3.0 for policies/resquests/responses. So you have to convert your policyset to XACML 3.0. I will send you the updated User Guide with valid XACML 3.0 examples. The current user guide on the public wiki is for the previous version that was using XACML 2.0.
Regards,
Cyril
> -----Message d'origine-----
> De : Alvaro Vega [mailto:alvaro.vegagarcia at telefonica.com]
> Envoy? : mercredi 4 mars 2015 11:37
> ? : DANGERVILLE Cyril
> Cc : fiware-tech-help at lists.fi-ware.org
> Objet : Re: Typeform: New request to FIWARE.AzPDP.Contact
>
> Hi Cyril,
> It works! I was able to create a new domain:
> 8659d855-c24e-11e4-bd29-60672094ecb8
>
> Now I'm trying to set up a new rule:
>
> $ curl -i -H "Accept: application/xml" -H "Content-type:
> application/xml" -X PUT -d @policyset_example_authz.xml
> http://localhost:8180/authzforce/domains/8659d855-c24e-11e4-bd29-
> 60672094ecb8/pap/policySet/
>
> But I'm getting a server error:
>
> HTTP/1.1 100 Continue
>
> HTTP/1.1 500 Internal Server Error
> Content-Type: text/html
> Content-Length: 1472
> Date: Wed, 04 Mar 2015 09:41:06 GMT
> Connection: close
>
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> xmlns="http://www.w3.org/1999/xhtml">GlassFish Server Open
> Source Edition 3.1.2.2 - Error report
> HTTP Status 500 -
type Exception
> report
message
descriptionThe server
> encountered an internal error () that prevented it from fulfilling this
> request.
exception
java.lang.NoSuchMethodError:
> javax.ws.rs.BadRequestException.validate(Ljavax/ws/rs/core/Response;Lja
> vax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response;
>note The full stack traces of the exception and its root
> causes are available in the GlassFish Server Open Source Edition
> 3.1.2.2 logs.
GlassFish Server Open Source Edition
> 3.1.2.2
>
>
> And traces:
> /opt/glassfish3/glassfish/domains/domain1/logs/authzforce/error.log
>
> 2015-03-04 10:41:06,970|WARN |http-thread-pool-8180(5)|
> AbstractJAXBProvider:655|javax.xml.bind.UnmarshalException
> - with linked exception:
> [org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 56;
> cvc-elt.1: Cannot find the declaration of element 'PolicySet'.]
> at
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleStreamE
> xception(UnmarshallerImpl.java:435)
> at
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(Un
> marshallerImpl.java:372)
> at
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(Unm
> arshallerImpl.java:342)
> at
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.unmarshalFromInputStr
> eam(JAXBElementProvider.java:263)
> at
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.doUnmarshal(JAXBEleme
> ntProvider.java:216)
> at
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.readFrom(JAXBElementP
> rovider.java:175)
> at
> org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBodyReader(JAXRSUt
> ils.java:1196)
> at
> org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBody(JAXRSUtils.ja
> va:1144)
> at
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:
> 695)
> at
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.java
> :655)
> at
> org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:254)
> at
> org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:257)
> at
> org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:257)
> at
> org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:102)
> at org.apache.cxf.interceptor.ServiceInvokerInterceptor
> $1.run(ServiceInvokerInterceptor.java:58)
> at
> org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(Serv
> iceInvokerInterceptor.java:94)
> at
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptor
> Chain.java:271)
> at
> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiat
> ionObserver.java:121)
> at
> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHT
> TPDestination.java:239)
> at
> org.apache.cxf.transport.servlet.ServletController.invokeDestination(Se
> rvletController.java:223)
> at
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletContro
> ller.java:203)
> at
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletContro
> ller.java:137)
> at
> org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSprin
> gServlet.java:158)
> at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(Abst
> ractHTTPServlet.java:243)
> at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPut(AbstractHTTP
> Servlet.java:180)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:691)
> at
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHT
> TPServlet.java:219)
> at
> org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1
> 550)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal
> ve.java:281)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextVal
> ve.java:175)
> at
> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.jav
> a:655)
> at
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
> 595)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav
> a:161)
> at
> org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.jav
> a:331)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
> 231)
> at com.sun.enterprise.v3.services.impl.ContainerMapper
> $AdapterCallable.call(ContainerMapper.java:317)
> at
> com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMa
> pper.java:195)
> at
> com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:860
> )
> at
> com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
> at
> com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
> at
> com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilte
> r.java:229)
> at
> com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProto
> colChain.java:137)
> at
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
> 104)
> at
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
> 90)
> at
> com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:7
> 9)
> at
> com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTas
> k.java:54)
> at
> com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.ja
> va:59)
> at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
> at com.sun.grizzly.util.AbstractThreadPool
> $Worker.doWork(AbstractThreadPool.java:532)
> at com.sun.grizzly.util.AbstractThreadPool
> $Worker.run(AbstractThreadPool.java:513)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber:
> 56; cvc-elt.1: Cannot find the declaration of element 'PolicySet'.
> at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXPa
> rseException(ErrorHandlerWrapper.java:198)
> at
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Error
> HandlerWrapper.java:134)
> at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XM
> LErrorReporter.java:437)
> at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XM
> LErrorReporter.java:368)
> at
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XM
> LErrorReporter.java:325)
> at
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleSta
> rtElement(XMLSchemaValidator.java:1906)
> at
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElem
> ent(XMLSchemaValidator.java:746)
> at
> com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl
> .startElement(ValidatorHandlerImpl.java:570)
> at
> com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.startEl
> ement(ValidatingUnmarshaller.java:101)
> at
> com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleStar
> tElement(StAXStreamConnector.java:246)
> at
> com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(StA
> XStreamConnector.java:180)
> at
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(Un
> marshallerImpl.java:370)
> ... 49 more
> |
>
> Do you know what is happening?
> Thanks in advance,
> ?lvaro Vega
>
> On Wed, 2015-03-04 at 00:04 +0100, DANGERVILLE Cyril wrote:
> > Hello,
> > Indeed, the documentation on the public wiki has not been updated yet
> for release 4.1 (I had instructions not to), although it is very close.
> A few XML namespaces and formats have changed (partly due to shift from
> XACML 2.0 to 3.0), which seems to be the cause here.
> > I have attached the latest documentation for release 4.1 as PDF
> (exported from our private wiki). You will find out that the namespace
> "http://thalesgroup.com/authz/model" used in your request has to be
> replaced now with "http://thalesgroup.com/authz/model/3.0/resource".
> >
> > curl -i -X POST -H "Content-Type: application/xml;charset=UTF-8" \
> > -d ' xmlns:taz="http://thalesgroup.com/authz/model/3.0/resource">MyDom
> ainThis is my
> domain.' \
> > -H "Accept: application/xml" \
> > http://localhost:8180/authzforce/domains/
> >
> > Sorry for the trouble. If this is not fixing it, don't hesitate to
> let me know.
> >
> > FYI, the REST API specification is described by WADL here:
> > http://localhost:8180/authzforce/?_wadl
> > Some REST clients (e.g. SoapUI) can use that for generating valid
> requests.
> >
> > Regards,
> > Cyril
> >
> > > -----Message d'origine-----
> > > De : Alvaro Vega [mailto:alvaro.vegagarcia at telefonica.com]
> > > Envoy? : lundi 2 mars 2015 15:03
> > > ? : DANGERVILLE Cyril
> > > Cc : fiware-tech-help at lists.fi-ware.org
> > > Objet : Re: Typeform: New request to FIWARE.AzPDP.Contact
> > >
> > > Hi,
> > > Regarding with this issue, this is the full data:
> > >
> > > GE: Authzforce-fiware-bin-dist-4.1 (from
> > >
> http://catalogue.fiware.org/sites/default/files/storage/enablers/aut
> > > hzf
> > > orce-fiware-bin-dist-4.1.zip)
> > >
> > >
> > > REQUEST:
> > > curl -i -X POST -H "Content-Type: application/xml;charset=UTF-8" \
> > > -d ' > >
> xmlns:taz="http://thalesgroup.com/authz/model">MyDomain
> > > > > scription>This is my domain.' \
> > > -H "Accept: application/xml" \
> > > http://localhost:8180/authzforce/domains/
> > >
> > >
> > > RESPONSE:
> > > HTTP/1.1 500 Internal Server Error
> > > Content-Type: text/html
> > > Content-Length: 1472
> > > Date: Mon, 02 Mar 2015 13:40:55 GMT
> > > Connection: close
> > >
> > > > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > > xmlns="http://www.w3.org/1999/xhtml">GlassFish Server
> > > Open Source Edition 3.1.2.2 - Error report
> > > HTTP Status 500 -
type
> > > Exception report
message
descriptionThe
> > > server encountered an internal error () that prevented it from
> > > fulfilling this request.
exception
>
java.lang.NoSuchMethodError:
> > >
> javax.ws.rs.BadRequestException.validate(Ljavax/ws/rs/core/Response;
> > > Lja
> > >
> vax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response;
> > > > > >note The full stack traces of the exception and its root
> > > causes are available in the GlassFish Server Open Source Edition
> > > 3.1.2.2 logs.
GlassFish Server Open Source Edition
> > > 3.1.2.2
> > >
> > > FULL-
> > >
> LOGS::/opt/glassfish3/glassfish/domains/domain1/logs/authzforce/erro
> > > r.l
> > > og
> > >
> > > 2015-03-02 14:43:41,107|WARN |http-thread-pool-8180(3)|
> > > AbstractJAXBProvider:655|javax.xml.bind.UnmarshalException
> > > - with linked exception:
> > > [org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 39;
> > > cvc-elt.1: Cannot find the declaration of element
> 'taz:properties'.]
> > > at
> > >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleStre
> > > amE
> > > xception(UnmarshallerImpl.java:435)
> > > at
> > >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0
> > > (Un
> > > marshallerImpl.java:372)
> > > at
> > >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(
> > > Unm
> > > arshallerImpl.java:342)
> > > at
> > >
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.unmarshalFromInput
> > > Str
> > > eam(JAXBElementProvider.java:263)
> > > at
> > >
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.doUnmarshal(JAXBEl
> > > eme
> > > ntProvider.java:216)
> > > at
> > >
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.readFrom(JAXBEleme
> > > ntP
> > > rovider.java:175)
> > > at
> > >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBodyReader(JAXR
> > > SUt
> > > ils.java:1196)
> > > at
> > >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBody(JAXRSUtils
> > > .ja
> > > va:1144)
> > > at
> > >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:
> > > 695)
> > > at
> > >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.j
> > > ava
> > > :655)
> > > at
> > >
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(J
> > > AXR
> > > SInInterceptor.java:238)
> > > at
> > >
> org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JA
> > > XRS
> > > InInterceptor.java:99)
> > > at
> > >
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseIntercep
> > > tor
> > > Chain.java:271)
> > > at
> > >
> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInit
> > > iat
> > > ionObserver.java:121)
> > > at
> > >
> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(Abstrac
> > > tHT
> > > TPDestination.java:239)
> > > at
> > >
> org.apache.cxf.transport.servlet.ServletController.invokeDestination
> > > (Se
> > > rvletController.java:223)
> > > at
> > >
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletCon
> > > tro
> > > ller.java:203)
> > > at
> > >
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletCon
> > > tro
> > > ller.java:137)
> > > at
> > >
> org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSp
> > > rin
> > > gServlet.java:158)
> > > at
> > >
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(A
> > > bst
> > > ractHTTPServlet.java:243)
> > > at
> > >
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(Abstract
> > > HTT
> > > PServlet.java:163)
> > > at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
> > > at
> > >
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(Abstrac
> > > tHT
> > > TPServlet.java:219)
> > > at
> > >
> org.apache.catalina.core.StandardWrapper.service(StandardWrapper.jav
> > > a:1
> > > 550)
> > > at
> > >
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapper
> > > Val
> > > ve.java:281)
> > > at
> > >
> org.apache.catalina.core.StandardContextValve.invoke(StandardContext
> > > Val
> > > ve.java:175)
> > > at
> > >
> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.
> > > jav
> > > a:655)
> > > at
> > >
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
> > > 595)
> > > at
> > >
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.
> > > jav
> > > a:161)
> > > at
> > >
> org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.
> > > jav
> > > a:331)
> > > at
> > >
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
> > > 231)
> > > at com.sun.enterprise.v3.services.impl.ContainerMapper
> > > $AdapterCallable.call(ContainerMapper.java:317)
> > > at
> > >
> com.sun.enterprise.v3.services.impl.ContainerMapper.service(Containe
> > > rMa
> > > pper.java:195)
> > > at
> > >
> com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:
> > > 860
> > > )
> > > at
> > >
> com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
> > > at
> > > com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
> > > at
> > >
> com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFi
> > > lte
> > > r.java:229)
> > > at
> > >
> com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPr
> > > oto
> > > colChain.java:137)
> > > at
> > >
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
> > > 104)
> > > at
> > >
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
> > > 90)
> > > at
> > >
> com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.jav
> > > a:7
> > > 9)
> > > at
> > >
> com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContext
> > > Tas
> > > k.java:54)
> > > at
> > >
> com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask
> > > .ja
> > > va:59)
> > > at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
> > > at com.sun.grizzly.util.AbstractThreadPool
> > > $Worker.doWork(AbstractThreadPool.java:532)
> > > at com.sun.grizzly.util.AbstractThreadPool
> > > $Worker.run(AbstractThreadPool.java:513)
> > > at java.lang.Thread.run(Thread.java:745)
> > > Caused by: org.xml.sax.SAXParseException; lineNumber: 1;
> columnNumber:
> > > 39; cvc-elt.1: Cannot find the declaration of element
> 'taz:properties'.
> > > at
> > >
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSA
> > > XPa
> > > rseException(ErrorHandlerWrapper.java:198)
> > > at
> > >
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Er
> > > ror
> > > HandlerWrapper.java:134)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
> > > (XM
> > > LErrorReporter.java:437)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
> > > (XM
> > > LErrorReporter.java:368)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
> > > (XM
> > > LErrorReporter.java:325)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handle
> > > Sta
> > > rtElement(XMLSchemaValidator.java:1906)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startE
> > > lem
> > > ent(XMLSchemaValidator.java:746)
> > > at
> > >
> com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerI
> > > mpl
> > > .startElement(ValidatorHandlerImpl.java:570)
> > > at
> > >
> com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.star
> > > tEl
> > > ement(ValidatingUnmarshaller.java:101)
> > > at
> > >
> com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleS
> > > tar
> > > tElement(StAXStreamConnector.java:246)
> > > at
> > >
> com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(
> > > StA
> > > XStreamConnector.java:180)
> > > at
> > >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0
> > > (Un
> > > marshallerImpl.java:370)
> > > ... 45 more
> > > |
> > >
> > > I guess XML provided is wrong defined or uncompleted:
> > >
> > > > > xmlns:taz="http://thalesgroup.com/authz/model">
> > > MyDomain
> > > This is my domain.
> > >
> > > Could you provide me one right?
> > >
> > > Thanks in advance,
> > > ?lvaro Vega
> > >
> > > BTW: I'm pretty sure that your input request form is translating
> xml
> > > code.
> > >
> > >
> > > On Mon, 2015-03-02 at 14:31 +0100, DANGERVILLE Cyril wrote:
> > > > Hello,
> > > >
> > > > This form is only for first contact (before you decide to use the
> > > GE).
> > > > Would you mind resending your issue to the following mailing
> list,
> > > > please?
> > > >
> > > > fiware-tech-help at lists.fi-ware.org
> > > >
> > > > Please also indicate the version of the GEi you are trying to
> > > install,
> > > > and the full stracktrace you got in the logs (not just the
> > > > first/last exception). Thank you.
> > > >
> > > >
> > > >
> > > > Then it will be assigned to me by the FIWARE helpdesk and I will
> > > > take care of it.
> > > >
> > > > Sorry for the extra effort, but it will be better handled this
> way.
> > > > Besides, it seems your XML in the curl request was stripped off
> > > > (see mail below). I guess you didn?t just send ?'MyDomainThis is
> > > > my domain ? in the request body.
> > > >
> > > >
> > > >
> > > > Regards,
> > > >
> > > > Cyril
> > > >
> > > >
> > > >
> > > > De : notifications at typeform.com
> > > > [mailto:notifications at typeform.com]
> > > > Envoy? : lundi 2 mars 2015 13:09
> > > > ? : cyril.dangerville at thalesgroup.com Objet : Typeform: New
> > > > request to FIWARE.AzPDP.Contact
> > > >
> > > >
> > > >
> > > >
> > > > Your typeform FIWARE.AzPDP.Contact has a new entry. Here are the
> > > > results:
> > > >
> > > > * Please describe the use case for which you intend to use
> the
> > > > FIWARE Authorization PDP.
> > > > test
> > > >
> > > >
> > > >
> > > > * What type of service do you want to control access to?
> > > > (Protocol, API... e.g. HTTP/REST)
> > > > rest
> > > >
> > > >
> > > >
> > > > * You can now formulate your request, at last :)
> > > > I'm trying to set up authzforce. After configure opendj
> and
> > > > deploy authz I'm trying to create a new domain following
> > > > instructions:
> > > >
> > >
> https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Acc
> > > ess _Control_-
> _Installation_and_Administration_Guide#Domain_Creation
> > > > $ curl -i -X POST -H "Content-Type:
> > > > application/xml;charset=UTF-8" \
> > > > -d 'MyDomainThis is my domain.' \
> > > > -H "Accept: application/xml" \
> > > > http://localhost:8180/authzforce/domains
> > > >
> > > > and the response is:
> > > > HTTP/1.1 500 Internal Server Error
> > > > Content-Type: text/html
> > > > Content-Length: 1472
> > > > Date: Mon, 02 Mar 2015 12:03:30 GMT
> > > > Connection: close
> > > > HTTP Status 500 -
> > > >
> > > >
> > >
> ____________________________________________________________________
> > > __
> > > > type Exception report
> > > >
> > > > message
> > > >
> > > > descriptionThe server encountered an internal error () that
> > > > prevented it from fulfilling this request.
> > > >
> > > > exception
> > > >
> > > > java.lang.NoSuchMethodError:
> > > >
> > >
> javax.ws.rs.BadRequestException.validate(Ljavax/ws/rs/core/Response;
> > > Lj
> > > > avax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response;
> > > >
> > > > note The full stack traces of the exception and its root causes
> > > > are available in the GlassFish Server Open Source Edition 3.1.2.2
> logs.
> > > >
> > > >
> > > >
> > >
> ____________________________________________________________________
> > > __
> > > > GlassFish Server Open Source Edition 3.1.2.2
> > > >
> > > >
> > > >
> > > > But in authz traces I've see:
> > > > 015-03-02 13:03:30,706|WARN |http-thread-pool-8180(4)|
> > > > AbstractJAXBProvider:655| javax.xml.bind.UnmarshalException
> > > > - with linked exception:
> > > > [org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 39;
> > > > cvc-elt.1: Cann
> > > > ot find the declaration of element 'taz:properties'.] at
> > > >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleSt
> > > > rea
> > > > mException(UnmarshallerImpl.java:435)
> > > >
> > > > I guess XML provided is wrong:
> > > > 'MyDomainThis is my domain.'
> > > >
> > > > Could you provide me one right?
> > > > Thanks in advance
> > > >
> > > >
> > > >
> > > > To complete, please give me some contact information so that we
> > > > can get back to you.
> > > >
> > > > * Your full name (last name last):
> > > > Alvaro Vega
> > > >
> > > >
> > > >
> > > > * Your email address:
> > > > alvaro.vegagarcia at telefonica.com
> > > >
> > > >
> > > >
> > > > * Name of your organization (company, institution, etc.):
> > > > Telefonica I+D
> > > >
> > > >
> > > >
> > > > * Your job function (especially in relation to FIWARE):
> > > > R&D Engineer
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Have a nice day :)
> > > > Team Typeform
> > > >
> > > >
> > >
> > >
> > >
> > > ________________________________
> > >
> > > Este mensaje y sus adjuntos se dirigen exclusivamente a su
> > > destinatario, puede contener informaci?n privilegiada o
> confidencial
> > > y es para uso exclusivo de la persona o entidad de destino. Si no
> es
> > > usted. el destinatario indicado, queda notificado de que la
> lectura,
> > > utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar
> > > prohibida en virtud de la legislaci?n vigente. Si ha recibido este
> > > mensaje por error, le rogamos que nos lo comunique inmediatamente
> > > por esta misma v?a y proceda a su destrucci?n.
> > >
> > > The information contained in this transmission is privileged and
> > > confidential information intended only for the use of the
> individual
> > > or entity named above. If the reader of this message is not the
> > > intended recipient, you are hereby notified that any dissemination,
> > > distribution or copying of this communication is strictly
> > > prohibited. If you have received this transmission in error, do not
> > > read it. Please immediately reply to the sender that you have
> > > received this communication in error and then delete it.
> > >
> > > Esta mensagem e seus anexos se dirigem exclusivamente ao seu
> > > destinat?rio, pode conter informa??o privilegiada ou confidencial e
> > > ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ?
> > > vossa senhoria o destinat?rio indicado, fica notificado de que a
> > > leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode
> > > estar proibida em virtude da legisla??o vigente. Se recebeu esta
> > > mensagem por erro, rogamos-lhe que nos o comunique imediatamente
> por
> > > esta mesma via e proceda a sua destrui??o
>
>
> ________________________________
>
> Este mensaje y sus adjuntos se dirigen exclusivamente a su
> destinatario, puede contener informaci?n privilegiada o confidencial y
> es para uso exclusivo de la persona o entidad de destino. Si no es
> usted. el destinatario indicado, queda notificado de que la lectura,
> utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar
> prohibida en virtud de la legislaci?n vigente. Si ha recibido este
> mensaje por error, le rogamos que nos lo comunique inmediatamente por
> esta misma v?a y proceda a su destrucci?n.
>
> The information contained in this transmission is privileged and
> confidential information intended only for the use of the individual or
> entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution
> or copying of this communication is strictly prohibited. If you have
> received this transmission in error, do not read it. Please immediately
> reply to the sender that you have received this communication in error
> and then delete it.
>
> Esta mensagem e seus anexos se dirigem exclusivamente ao seu
> destinat?rio, pode conter informa??o privilegiada ou confidencial e ?
> para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa
> senhoria o destinat?rio indicado, fica notificado de que a leitura,
> utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida
> em virtude da legisla??o vigente. Se recebeu esta mensagem por erro,
> rogamos-lhe que nos o comunique imediatamente por esta mesma via e
> proceda a sua destrui??o
From kts at wei-medicine.com Thu Mar 5 18:04:36 2015
From: kts at wei-medicine.com (Kah Tong, SEOW)
Date: Thu, 05 Mar 2015 18:04:36 +0100
Subject: [Fiware-tech-help] Request for improving wirecloud
In-Reply-To: <54F88A87.3060209@wei-medicine.com>
References: <54F88A87.3060209@wei-medicine.com>
Message-ID: <54F88CA4.9090305@wei-medicine.com>
Suggestion1:
For both local and cloud installation of wirecloud, it would be useful
to be able to upload a list of selected widgets
(a) this can be done either as bulk select of more than one widget files OR
(b) given a text file of the file location of widget, with a single
click, that wirecloud read the text file and local upload these widget files
This is important when the number of freely available widgets is
approaching 30 t0 50s, it makes better sense to be able to automatically
upload many widget files
Suggestion 2:
For behind firewall 2 to 3 hours of wirecloud teaching workshop to e.g.
10 people, it will be good to enable wirecloud to manage multiple users.
Perhaps given the directory where to create e.g. wirecloud_instance, the
wirecloud program create e.g. for 10 users, the following 10 directories
wirecloud_instance1, wirecloud_instance2 etc. each instance is
associated with a pre-defined sqlite file e.g. sqlite1.db, sqllite2.db
and user1, password1 etc.
So that after successful installation of an instance of wirecloud, it is
possible to create additional wirecloud instance running on different
ports from the same computer using a fixed IP
This allow 10 participants with access to the router of the same
classroom to access the wircloud server of that fixed IP to learn and
practice wirecloud standalone.
==> without IdM
From miguel.carrillopacheco at telefonica.com Fri Mar 6 12:12:10 2015
From: miguel.carrillopacheco at telefonica.com (MIGUEL CARRILLO PACHECO)
Date: Fri, 6 Mar 2015 12:12:10 +0100
Subject: [Fiware-tech-help] Request for improving wirecloud
In-Reply-To: <54F88CA4.9090305@wei-medicine.com>
References: <54F88A87.3060209@wei-medicine.com>
<54F88CA4.9090305@wei-medicine.com>
Message-ID: <54F98B8A.3040605@telefonica.com>
hi,
Thanks so much for all the constructive feedback. I add the GE owner to
the loop, they are ultimately the ones who receive the inputs and decide
on the roadmap and future enhancements.
Best regards & have a nice weekend,
Miguel
El 05/03/2015 a las 18:04, Kah Tong, SEOW escribi?:
>
>
>
> Suggestion1:
>
> For both local and cloud installation of wirecloud, it would be useful
> to be able to upload a list of selected widgets
> (a) this can be done either as bulk select of more than one widget
> files OR
> (b) given a text file of the file location of widget, with a single
> click, that wirecloud read the text file and local upload these widget
> files
>
> This is important when the number of freely available widgets is
> approaching 30 t0 50s, it makes better sense to be able to automatically
> upload many widget files
>
> Suggestion 2:
>
> For behind firewall 2 to 3 hours of wirecloud teaching workshop to e.g.
> 10 people, it will be good to enable wirecloud to manage multiple users.
>
> Perhaps given the directory where to create e.g. wirecloud_instance, the
> wirecloud program create e.g. for 10 users, the following 10 directories
> wirecloud_instance1, wirecloud_instance2 etc. each instance is
> associated with a pre-defined sqlite file e.g. sqlite1.db, sqllite2.db
> and user1, password1 etc.
>
> So that after successful installation of an instance of wirecloud, it is
> possible to create additional wirecloud instance running on different
> ports from the same computer using a fixed IP
>
> This allow 10 participants with access to the router of the same
> classroom to access the wircloud server of that fixed IP to learn and
> practice wirecloud standalone.
>
> ==> without IdM
>
>
>
> _______________________________________________
> Fiware-tech-help mailing list
> Fiware-tech-help at lists.fi-ware.org
> https://lists.fi-ware.org/listinfo/fiware-tech-help
> .
>
--
Please update your address book with my new e-mail address: miguel.carrillopacheco at telefonica.com
----------------------------------------------------------------------
_/ _/_/ Miguel Carrillo Pacheco
_/ _/ _/ _/ Telef?nica Distrito Telef?nica
_/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
_/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
_/ _/_/ 28050 Madrid (Spain)
Tel: (+34) 91 483 26 77
e-mail: miguel.carrillopacheco at telefonica.com
Follow FIWARE on the net
Website: http://www.fiware.org
Facebook: https://www.facebook.com/eu.fiware
Twitter: http://twitter.com/Fiware
LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
----------------------------------------------------------------------
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o
From aarranz at conwet.com Fri Mar 6 13:01:08 2015
From: aarranz at conwet.com (=?UTF-8?Q?=C3=81lvaro_Arranz?=)
Date: Fri, 6 Mar 2015 13:01:08 +0100
Subject: [Fiware-tech-help] Request for improving wirecloud
In-Reply-To: <54F88CA4.9090305@wei-medicine.com>
References: <54F88A87.3060209@wei-medicine.com>
<54F88CA4.9090305@wei-medicine.com>
Message-ID:
Dear Kah,
I have created a new internal ticket for implementing "suggestion 1" and we
are working on it, will be ready soon.
About "Suggestion 2", can you detail a bit more what do you expect from
Wirecloud for solving it?. It seems easy to solve without requiring new
features from Wirecloud, for example, you can create all these instances
using a bash script:
for i in `seq 1 9`;
do
wirecloud-admin startproject wirecloud_instance$i --quick-start
cd wirecloud_instance$i
python manage.py runserver 0.0.0.0:800$i &
cd ..
done
Keep in mind this is only an example, but can be used as starting point.
Best regards,
?lvaro
On 5 March 2015 at 18:04, Kah Tong, SEOW wrote:
>
>
>
> Suggestion1:
>
> For both local and cloud installation of wirecloud, it would be useful
> to be able to upload a list of selected widgets
> (a) this can be done either as bulk select of more than one widget files OR
> (b) given a text file of the file location of widget, with a single
> click, that wirecloud read the text file and local upload these widget
> files
>
> This is important when the number of freely available widgets is
> approaching 30 t0 50s, it makes better sense to be able to automatically
> upload many widget files
>
> Suggestion 2:
>
> For behind firewall 2 to 3 hours of wirecloud teaching workshop to e.g.
> 10 people, it will be good to enable wirecloud to manage multiple users.
>
> Perhaps given the directory where to create e.g. wirecloud_instance, the
> wirecloud program create e.g. for 10 users, the following 10 directories
> wirecloud_instance1, wirecloud_instance2 etc. each instance is
> associated with a pre-defined sqlite file e.g. sqlite1.db, sqllite2.db
> and user1, password1 etc.
>
> So that after successful installation of an instance of wirecloud, it is
> possible to create additional wirecloud instance running on different
> ports from the same computer using a fixed IP
>
> This allow 10 participants with access to the router of the same
> classroom to access the wircloud server of that fixed IP to learn and
> practice wirecloud standalone.
>
> ==> without IdM
>
>
>
> _______________________________________________
> Fiware-tech-help mailing list
> Fiware-tech-help at lists.fi-ware.org
> https://lists.fi-ware.org/listinfo/fiware-tech-help
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From guest_1921298729 at qunar.com Fri Mar 6 13:09:17 2015
From: guest_1921298729 at qunar.com (Tyson Dodson)
Date: Fri, 6 Mar 2015 13:09:17 +0100 (CET)
Subject: [Fiware-tech-help] [SPAM] 16000 Woodworking Plans Inside
Message-ID: <20150306120917.D56D13F254@mail.fi-ware.eu>
Spam detection software, running on the system "fiware-forge-01", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
@@CONTACT_ADDRESS@@ for details.
Content preview: Hello! I just discovered these woodworking plans and suggest
you check them out now: 16,000 Wodworking Plans [...]
Content analysis details: (10.9 points, 4.5 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.4 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL
[115.210.44.175 listed in zen.spamhaus.org]
1.3 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
[Blocked - see ]
2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL
[115.210.44.175 listed in psbl.surriel.com]
1.4 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT
[115.210.44.175 listed in bb.barracudacentral.org]
1.3 RCVD_IN_RP_RNBL RBL: Relay in RNBL,
https://senderscore.org/blacklistlookup/
[115.210.44.175 listed in bl.score.senderscore.com]
0.0 HTML_MESSAGE BODY: HTML included in message
0.7 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
-0.0 BAYES_20 BODY: Bayes spam probability is 5 to 20%
[score: 0.0897]
0.4 HTML_MIME_NO_HTML_TAG HTML-only message, but there is no HTML tag
0.5 MISSING_MID Missing Message-Id: header
0.8 RDNS_NONE Delivered to internal network by a host with no rDNS
1.4 MISSING_DATE Missing Date: header
0.0 TO_NO_BRKTS_NORDNS_HTML To: misformatted and no rDNS and HTML only
0.0 TO_NO_BRKTS_NORDNS To: misformatted and no rDNS
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.
-------------- next part --------------
An embedded message was scrubbed...
From: "Tyson Dodson"
Subject: 16000 Woodworking Plans Inside
Date: no date
Size: 1739
URL:
From tsdxbgshi at 126.com Wed Mar 11 00:34:22 2015
From: tsdxbgshi at 126.com (Shawn Tolbert)
Date: Wed, 11 Mar 2015 00:34:22 +0100 (CET)
Subject: [Fiware-tech-help] [SPAM] Jim Humble Newsletter
Message-ID: <20150310233422.E787F45FEA@mail.fi-ware.eu>
Spam detection software, running on the system "fiware-forge-01", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
@@CONTACT_ADDRESS@@ for details.
Content preview: ?????? ?????? Online Version ?????? ?????? ?????? ?????? ??????
GESUNDHEIT - EIN SCHRITT WEITER Liebe Leserinnen und Leser, es freut uns
sehr, Sie heute wieder ????ber Neuigkeiten aus dem Jim Humble Verlag informieren
zu k??nnen. [...]
Content analysis details: (12.1 points, 4.5 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.5 FROM_LOCAL_NOVOWEL From: localpart has series of non-vowel letters
1.0 RCVD_IN_CSS RBL: Received via a relay in Spamhaus CSS
[115.210.44.135 listed in zen.spamhaus.org]
0.4 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL
1.3 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
[Blocked - see ]
2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL
[115.210.44.135 listed in psbl.surriel.com]
1.4 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT
[115.210.44.135 listed in bb.barracudacentral.org]
1.6 URIBL_WS_SURBL Contains an URL listed in the WS SURBL blocklist
[URIs: jim-humble-verlag.com]
1.3 RCVD_IN_RP_RNBL RBL: Relay in RNBL,
https://senderscore.org/blacklistlookup/
[115.210.44.135 listed in bl.score.senderscore.com]
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
0.0 HTML_MESSAGE BODY: HTML included in message
0.7 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
0.4 HTML_MIME_NO_HTML_TAG HTML-only message, but there is no HTML tag
0.5 MISSING_MID Missing Message-Id: header
0.8 RDNS_NONE Delivered to internal network by a host with no rDNS
1.4 MISSING_DATE Missing Date: header
0.0 TO_NO_BRKTS_NORDNS To: misformatted and no rDNS
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.
-------------- next part --------------
An embedded message was scrubbed...
From: "Shawn Tolbert"
Subject: Jim Humble Newsletter
Date: no date
Size: 64171
URL:
From don1559 at gmail.com Wed Mar 11 14:56:33 2015
From: don1559 at gmail.com (Ahmed Sadek)
Date: Wed, 11 Mar 2015 14:56:33 +0100
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
Message-ID:
Dear All,
I have installed the complex event processing over tomcat7 and followed the
instruction on this page.
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance
But I am facing a problem with getting the status of the proton web server
as explained in the tutorial, I should get 200 ok, as it seem the tomcat is
only checking at the /usr/share/tomcat7 and not looking in the
/var/lib/tomcat7.
I have set both CATALINA HOME / BASE environment variables. but still the
same problem.
Attached is different print screens for the the problem and server.
Best,
Ahmed Sadek
KTH
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:49:29.png
Type: image/png
Size: 154433 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:49:21.png
Type: image/png
Size: 266096 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:48:43.png
Type: image/png
Size: 259365 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:55:09.png
Type: image/png
Size: 133870 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:55:03.png
Type: image/png
Size: 122012 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:54:43.png
Type: image/png
Size: 125689 bytes
Desc: not available
URL:
From miguel.carrillopacheco at telefonica.com Wed Mar 11 15:24:45 2015
From: miguel.carrillopacheco at telefonica.com (MIGUEL CARRILLO PACHECO)
Date: Wed, 11 Mar 2015 15:24:45 +0100
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To:
References:
Message-ID: <5500502D.80407@telefonica.com>
Dear Ahmed,
Tali is the GE owner, as per the catalogue.
http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online
I add her to the loop, she must be able to help
Regards,
Miguel
El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
Dear All,
I have installed the complex event processing over tomcat7 and followed the instruction on this page.
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance
But I am facing a problem with getting the status of the proton web server as explained in the tutorial, I should get 200 ok, as it seem the tomcat is only checking at the /usr/share/tomcat7 and not looking in the /var/lib/tomcat7.
I have set both CATALINA HOME / BASE environment variables. but still the same problem.
Attached is different print screens for the the problem and server.
Best,
Ahmed Sadek
KTH
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help at lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
--
Please update your address book with my new e-mail address: miguel.carrillopacheco at telefonica.com
----------------------------------------------------------------------
_/ _/_/ Miguel Carrillo Pacheco
_/ _/ _/ _/ Telef?nica Distrito Telef?nica
_/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
_/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
_/ _/_/ 28050 Madrid (Spain)
Tel: (+34) 91 483 26 77
e-mail: miguel.carrillopacheco at telefonica.com
Follow FIWARE on the net
Website: http://www.fiware.org
Facebook: https://www.facebook.com/eu.fiware
Twitter: http://twitter.com/Fiware
LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
----------------------------------------------------------------------
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From miguel.carrillopacheco at telefonica.com Wed Mar 11 15:37:20 2015
From: miguel.carrillopacheco at telefonica.com (MIGUEL CARRILLO PACHECO)
Date: Wed, 11 Mar 2015 15:37:20 +0100
Subject: [Fiware-tech-help] FI-ADOPT application
In-Reply-To:
References:
Message-ID: <55005320.4030401@telefonica.com>
Dear Teuvo,
I have been passed this query that apparently got stuck. We apologise for that.
If your question is about the rules of the calls, may I point you at the specific mailbox for the acceleration programme, expressed in
* http://www.fi-ware.org/contact-us/
This list is for specific questions on FIWARE (the core platform). If you need support on specific enablers, you will need to contact the project that produced them.
Going down to the GEs that we offer in FIWARE, you can check them out on our online catalogue: http://catalogue.fiware.org/enablers/. This is all we offer and the basic pointers to the information we have for each one of them and the software. You ultimately need to see what we have here and see if it is of any use in the scenario you handle.
You may want to take a look at future developments on http://wiki.fiware.org/FIWARE_Technical_Roadmap
An alternative pointer you may want to look at is http://www.fiware.org/developers-entrepreneurs/
Best regards,
Miguel
El 21/01/2015 a las 13:09, Teuvo Hatva escribi?:
Dear all,
I'm running a start-up and making an application to FI-ADOPT programme but I find few difficulties.
The plan is to make a game app with educational perspective. The most common tool for coding is UNITY web platform and that is my problem; there is hard to find suitable tools from FI WARE tools. Do you have some help or can I make the application when there is no use for FI-WARE Generic enabler or FI-PPP Specific enabler?
Thanks for advance
Teuvo Hatva
CEO, partner
Viistopro oy
+358 50 53 67890
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help at lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
--
Please update your address book with my new e-mail address: miguel.carrillopacheco at telefonica.com
----------------------------------------------------------------------
_/ _/_/ Miguel Carrillo Pacheco
_/ _/ _/ _/ Telef?nica Distrito Telef?nica
_/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
_/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
_/ _/_/ 28050 Madrid (Spain)
Tel: (+34) 91 483 26 77
e-mail: miguel.carrillopacheco at telefonica.com
Follow FIWARE on the net
Website: http://www.fiware.org
Facebook: https://www.facebook.com/eu.fiware
Twitter: http://twitter.com/Fiware
LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
----------------------------------------------------------------------
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From TALI at il.ibm.com Thu Mar 12 08:09:26 2015
From: TALI at il.ibm.com (Tali Yatzkar-Haham)
Date: Thu, 12 Mar 2015 09:09:26 +0200
Subject: [Fiware-tech-help] Complex Event Processing, help
In-Reply-To:
References:
Message-ID:
Dear Alex,
Glad to hear you are using the CEP!
What you can do:
1. Have one EPA, lets call it EPA1, that uses the temporal context you
defined, lets call it TC1, (initiator Event_X, terminated after 24 hours).
Make EPA1 of type Aggregate, that uses TC1. Set the evaluation policy of
EPA1 to be deferred and don't set it conditions or input event. Make it
generate a new type of event (that you need to define), lets call it E2.
The purpose of EPA1 is to generate E2 24 hours after Event_X arrives. (If
you don't want to have a warning on empty input events you can put Event_X
as an input event of EPA1)
2. Now you can define another temporal context, lets call it TC2 that uses
E2 as initiator.
Hope this is what you wanted.
I cc the FIWARE help, so this corresponding will be documented in the
FIWARE issue tracking system. Please cc it as well in future
correspondence. Thanks.
Best regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Theologos Zacharopoulos
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Date: 11/03/2015 04:20 PM
Subject: Complex Event Processing, help
Dear Tali,
I am a Software Engineer who collaborates with the FiWARE GE,
I am working on the IBM Proton about 2 weeks now, and I ma trying to
configure a use case for the company I work for.
I created a temporal context that starts the time that an Event_X is fired
and it expires after 24hours, but I want a second temporal context start
after 24hours of the event creation, can you please provide me some help
on this?
I tried to set the condition: Event_x.duration == 86400000, but that
didn't work for me.
Thanks in advance!
Alex Zacharopoulos, Software Engineer @ Konnektid.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From alex at konnektid.com Thu Mar 12 10:40:59 2015
From: alex at konnektid.com (Theologos Zacharopoulos)
Date: Thu, 12 Mar 2015 10:40:59 +0100
Subject: [Fiware-tech-help] Complex Event Processing, help
In-Reply-To:
References:
Message-ID:
Dear Tali,
That was exactly the solution I was looking for, thank you very much that
was very helpful!
Also thanks for the quick response,
Best regards,
Theologos Alex Zacharopoulos
On 12 March 2015 at 08:09, Tali Yatzkar-Haham wrote:
> Dear Alex,
>
> Glad to hear you are using the CEP!
>
> What you can do:
> 1. Have one EPA, lets call it EPA1, that uses the temporal context you
> defined, lets call it TC1, (initiator Event_X, terminated after 24 hours).
> Make EPA1 of type Aggregate, that uses TC1. Set the evaluation policy of
> EPA1 to be deferred and don't set it conditions or input event. Make it
> generate a new type of event (that you need to define), lets call it E2.
> The purpose of EPA1 is to generate E2 24 hours after Event_X arrives. (If
> you don't want to have a warning on empty input events you can put Event_X
> as an input event of EPA1)
>
> 2. Now you can define another temporal context, lets call it TC2 that uses
> E2 as initiator.
>
> Hope this is what you wanted.
>
> I cc the FIWARE help, so this corresponding will be documented in the
> FIWARE issue tracking system. Please cc it as well in future
> correspondence. Thanks.
>
> Best regards,
> Tali
>
> Tali Yatzkar Haham
> Event-based Middleware & Solutions
> IBM Haifa Research Lab, Israel
> tali at il.ibm.com 972-4-8296320
>
>
>
>
> From: Theologos Zacharopoulos
> To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
> Date: 11/03/2015 04:20 PM
> Subject: Complex Event Processing, help
> ------------------------------
>
>
>
> Dear Tali,
>
> I am a Software Engineer who collaborates with the FiWARE GE,
> I am working on the IBM Proton about 2 weeks now, and I ma trying to
> configure a use case for the company I work for.
> I created a temporal context that starts the time that an Event_X is fired
> and it expires after 24hours, but I want a second temporal context start
> after 24hours of the event creation, can you please provide me some help on
> this?
> I tried to set the condition: Event_x.duration == 86400000, but that
> didn't work for me.
>
> Thanks in advance!
> Alex Zacharopoulos, Software Engineer @ Konnektid.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From don1559 at gmail.com Thu Mar 12 12:55:05 2015
From: don1559 at gmail.com (Ahmed Sadek)
Date: Thu, 12 Mar 2015 12:55:05 +0100
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To: <5500502D.80407@telefonica.com>
References:
<5500502D.80407@telefonica.com>
Message-ID:
Dear Tali,
Any ideas on troubleshooting this problem, I really need to run the CEP.
Best,
Ahmed
On Wed, Mar 11, 2015 at 3:24 PM, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com> wrote:
> Dear Ahmed,
>
> Tali is the GE owner, as per the catalogue.
>
> http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online
>
> I add her to the loop, she must be able to help
>
> Regards,
>
> Miguel
>
> El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
>
> Dear All,
>
> I have installed the complex event processing over tomcat7 and followed
> the instruction on this page.
>
> https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance
>
> But I am facing a problem with getting the status of the proton web
> server as explained in the tutorial, I should get 200 ok, as it seem the
> tomcat is only checking at the /usr/share/tomcat7 and not looking in the
> /var/lib/tomcat7.
>
> I have set both CATALINA HOME / BASE environment variables. but still
> the same problem.
>
> Attached is different print screens for the the problem and server.
>
> Best,
> Ahmed Sadek
> KTH
>
>
>
> _______________________________________________
> Fiware-tech-help mailing listFiware-tech-help at lists.fi-ware.orghttps://lists.fi-ware.org/listinfo/fiware-tech-help
>
>
> --
>
> Please update your address book with my new e-mail address: miguel.carrillopacheco at telefonica.com
>
> ----------------------------------------------------------------------
> _/ _/_/ Miguel Carrillo Pacheco
> _/ _/ _/ _/ Telef?nica Distrito Telef?nica
> _/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
> _/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
> _/ _/_/ 28050 Madrid (Spain)
> Tel: (+34) 91 483 26 77
>
> e-mail: miguel.carrillopacheco at telefonica.com
>
> Follow FIWARE on the net
>
> Website: http://www.fiware.org
> Facebook: https://www.facebook.com/eu.fiware
> Twitter: http://twitter.com/Fiware
> LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
> ----------------------------------------------------------------------
>
>
> ------------------------------
>
> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario,
> puede contener informaci?n privilegiada o confidencial y es para uso
> exclusivo de la persona o entidad de destino. Si no es usted. el
> destinatario indicado, queda notificado de que la lectura, utilizaci?n,
> divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de
> la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos
> que nos lo comunique inmediatamente por esta misma v?a y proceda a su
> destrucci?n.
>
> The information contained in this transmission is privileged and
> confidential information intended only for the use of the individual or
> entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution or
> copying of this communication is strictly prohibited. If you have received
> this transmission in error, do not read it. Please immediately reply to the
> sender that you have received this communication in error and then delete
> it.
>
> Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio,
> pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo
> da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio
> indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou
> c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente.
> Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique
> imediatamente por esta mesma via e proceda a sua destrui??o
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From TALI at il.ibm.com Thu Mar 12 13:22:26 2015
From: TALI at il.ibm.com (Tali Yatzkar-Haham)
Date: Thu, 12 Mar 2015 14:22:26 +0200
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To:
References: <5500502D.80407@telefonica.com>
Message-ID:
Dear Ahmed,
I must say that I'm not a Tomcat expert.
If you send me the tomcat log, and the command you make, I might be able
to help.
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO
Date: 12/03/2015 01:55 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
Dear Tali,
Any ideas on troubleshooting this problem, I really need to run the CEP.
Best,
Ahmed
On Wed, Mar 11, 2015 at 3:24 PM, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com> wrote:
Dear Ahmed,
Tali is the GE owner, as per the catalogue.
http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online
I add her to the loop, she must be able to help
Regards,
Miguel
El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
Dear All,
I have installed the complex event processing over tomcat7 and followed
the instruction on this page.
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance
But I am facing a problem with getting the status of the proton web server
as explained in the tutorial, I should get 200 ok, as it seem the tomcat
is only checking at the /usr/share/tomcat7 and not looking in the
/var/lib/tomcat7.
I have set both CATALINA HOME / BASE environment variables. but still the
same problem.
Attached is different print screens for the the problem and server.
Best,
Ahmed Sadek
KTH
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help at lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
--
Please update your address book with my new e-mail address:
miguel.carrillopacheco at telefonica.com
----------------------------------------------------------------------
_/ _/_/ Miguel Carrillo Pacheco
_/ _/ _/ _/ Telef?nica Distrito Telef?nica
_/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
_/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
_/ _/_/ 28050 Madrid (Spain)
Tel: (+34) 91 483 26 77
e-mail: miguel.carrillopacheco at telefonica.com
Follow FIWARE on the net
Website: http://www.fiware.org
Facebook: https://www.facebook.com/eu.fiware
Twitter: http://twitter.com/Fiware
LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
----------------------------------------------------------------------
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario,
puede contener informaci?n privilegiada o confidencial y es para uso
exclusivo de la persona o entidad de destino. Si no es usted. el
destinatario indicado, queda notificado de que la lectura, utilizaci?n,
divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de
la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos
que nos lo comunique inmediatamente por esta misma v?a y proceda a su
destrucci?n.
The information contained in this transmission is privileged and
confidential information intended only for the use of the individual or
entity named above. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited. If you have received
this transmission in error, do not read it. Please immediately reply to
the sender that you have received this communication in error and then
delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio,
pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo
da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio
indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou
c?pia sem autoriza??o pode estar proibida em virtude da legisla??o
vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o
comunique imediatamente por esta mesma via e proceda a sua destrui??o
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From don1559 at gmail.com Thu Mar 12 14:51:03 2015
From: don1559 at gmail.com (Ahmed Sadek)
Date: Thu, 12 Mar 2015 14:51:03 +0100
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To:
References:
<5500502D.80407@telefonica.com>
Message-ID:
Dear Tali,
Thank you for your reply, attached is the log folder of the tomcat server.
I don't use any commands, I only use the web interface :
http://127.0.0.1:8080/manager
and from there I click on different component of the proton application,
the authoring tool respond with me with the application page while the
ProtonOnWebServer and
/ProtonOnWebServerAdmin don't
respond.
Please let me know if you need any further information/logs, if you want
and have time I can give you a remote access to the machine using team
viewer.
Best,
Ahmed
On Thu, Mar 12, 2015 at 1:22 PM, Tali Yatzkar-Haham wrote:
> Dear Ahmed,
>
> I must say that I'm not a Tomcat expert.
> If you send me the tomcat log, and the command you make, I might be able
> to help.
>
> Regards,
> Tali
>
> Tali Yatzkar Haham
> Event-based Middleware & Solutions
> IBM Haifa Research Lab, Israel
> tali at il.ibm.com 972-4-8296320
>
>
>
>
> From: Ahmed Sadek
> To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
> Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
> miguel.carrillopacheco at telefonica.com>
> Date: 12/03/2015 01:55 PM
> Subject: Re: [Fiware-tech-help] Regarding complex event processing
> CEP over tomcat7, problem with proton on web server status
> ------------------------------
>
>
>
> Dear Tali,
>
> Any ideas on troubleshooting this problem, I really need to run the CEP.
>
> Best,
> Ahmed
>
> On Wed, Mar 11, 2015 at 3:24 PM, MIGUEL CARRILLO PACHECO <
> *miguel.carrillopacheco at telefonica.com*
> > wrote:
> Dear Ahmed,
>
> Tali is the GE owner, as per the catalogue.
>
> *http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online*
>
>
> I add her to the loop, she must be able to help
>
> Regards,
>
> Miguel
>
> El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
> Dear All,
>
> I have installed the complex event processing over tomcat7 and followed
> the instruction on this page.
>
> *https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance*
>
>
> But I am facing a problem with getting the status of the proton web server
> as explained in the tutorial, I should get 200 ok, as it seem the tomcat is
> only checking at the /usr/share/tomcat7 and not looking in the
> /var/lib/tomcat7.
>
> I have set both CATALINA HOME / BASE environment variables. but still the
> same problem.
>
> Attached is different print screens for the the problem and server.
>
> Best,
> Ahmed Sadek
> KTH
>
>
>
> _______________________________________________
> Fiware-tech-help mailing list
> *Fiware-tech-help at lists.fi-ware.org*
> *https://lists.fi-ware.org/listinfo/fiware-tech-help*
>
>
>
> --
>
> Please update your address book with my new e-mail address:
> *miguel.carrillopacheco at telefonica.com*
>
>
> ----------------------------------------------------------------------
> _/ _/_/ Miguel Carrillo Pacheco
> _/ _/ _/ _/ Telef?nica Distrito Telef?nica
> _/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
> _/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
> _/ _/_/ 28050 Madrid (Spain)
> Tel: *(+34) 91 483 26 77*
> <%28%2B34%29%2091%20483%2026%2077>
>
> e-mail: *miguel.carrillopacheco at telefonica.com*
>
>
> Follow FIWARE on the net
>
> Website: *http://www.fiware.org*
> Facebook: *https://www.facebook.com/eu.fiware*
>
> Twitter: *http://twitter.com/Fiware*
>
> LinkedIn: *https://www.linkedin.com/groups/FIWARE-4239932*
>
> ----------------------------------------------------------------------
>
> ------------------------------
>
> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario,
> puede contener informaci?n privilegiada o confidencial y es para uso
> exclusivo de la persona o entidad de destino. Si no es usted. el
> destinatario indicado, queda notificado de que la lectura, utilizaci?n,
> divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de
> la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos
> que nos lo comunique inmediatamente por esta misma v?a y proceda a su
> destrucci?n.
>
> The information contained in this transmission is privileged and
> confidential information intended only for the use of the individual or
> entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution or
> copying of this communication is strictly prohibited. If you have received
> this transmission in error, do not read it. Please immediately reply to the
> sender that you have received this communication in error and then delete
> it.
>
> Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio,
> pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo
> da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio
> indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou
> c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente.
> Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique
> imediatamente por esta mesma via e proceda a sua destrui??o
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: logs.zip
Type: application/zip
Size: 140426 bytes
Desc: not available
URL:
From TALI at il.ibm.com Thu Mar 12 15:04:39 2015
From: TALI at il.ibm.com (Tali Yatzkar-Haham)
Date: Thu, 12 Mar 2015 16:04:39 +0200
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To:
References: <5500502D.80407@telefonica.com>
Message-ID:
Unfortunately I can't open your zip file.
Please stop tomcat, delete the files from the log file, start tomcat, and
send me the log file from the log directory (should be catalina.out)
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO
Date: 12/03/2015 03:51 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
Dear Tali,
Thank you for your reply, attached is the log folder of the tomcat server.
I don't use any commands, I only use the web interface :
http://127.0.0.1:8080/manager
and from there I click on different component of the proton application,
the authoring tool respond with me with the application page while the
ProtonOnWebServer and /ProtonOnWebServerAdmin don't respond.
Please let me know if you need any further information/logs, if you want
and have time I can give you a remote access to the machine using team
viewer.
Best,
Ahmed
On Thu, Mar 12, 2015 at 1:22 PM, Tali Yatzkar-Haham
wrote:
Dear Ahmed,
I must say that I'm not a Tomcat expert.
If you send me the tomcat log, and the command you make, I might be able
to help.
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com>
Date: 12/03/2015 01:55 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
Dear Tali,
Any ideas on troubleshooting this problem, I really need to run the CEP.
Best,
Ahmed
On Wed, Mar 11, 2015 at 3:24 PM, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com> wrote:
Dear Ahmed,
Tali is the GE owner, as per the catalogue.
http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online
I add her to the loop, she must be able to help
Regards,
Miguel
El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
Dear All,
I have installed the complex event processing over tomcat7 and followed
the instruction on this page.
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance
But I am facing a problem with getting the status of the proton web server
as explained in the tutorial, I should get 200 ok, as it seem the tomcat
is only checking at the /usr/share/tomcat7 and not looking in the
/var/lib/tomcat7.
I have set both CATALINA HOME / BASE environment variables. but still the
same problem.
Attached is different print screens for the the problem and server.
Best,
Ahmed Sadek
KTH
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help at lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
--
Please update your address book with my new e-mail address:
miguel.carrillopacheco at telefonica.com
----------------------------------------------------------------------
_/ _/_/ Miguel Carrillo Pacheco
_/ _/ _/ _/ Telef?nica Distrito Telef?nica
_/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
_/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
_/ _/_/ 28050 Madrid (Spain)
Tel: (+34) 91 483 26 77
e-mail: miguel.carrillopacheco at telefonica.com
Follow FIWARE on the net
Website: http://www.fiware.org
Facebook: https://www.facebook.com/eu.fiware
Twitter: http://twitter.com/Fiware
LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
----------------------------------------------------------------------
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario,
puede contener informaci?n privilegiada o confidencial y es para uso
exclusivo de la persona o entidad de destino. Si no es usted. el
destinatario indicado, queda notificado de que la lectura, utilizaci?n,
divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de
la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos
que nos lo comunique inmediatamente por esta misma v?a y proceda a su
destrucci?n.
The information contained in this transmission is privileged and
confidential information intended only for the use of the individual or
entity named above. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited. If you have received
this transmission in error, do not read it. Please immediately reply to
the sender that you have received this communication in error and then
delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio,
pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo
da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio
indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou
c?pia sem autoriza??o pode estar proibida em virtude da legisla??o
vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o
comunique imediatamente por esta mesma via e proceda a sua destrui??o
[attachment "logs.zip" deleted by Tali Yatzkar-Haham/Haifa/IBM]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From don1559 at gmail.com Thu Mar 12 15:21:31 2015
From: don1559 at gmail.com (Ahmed Sadek)
Date: Thu, 12 Mar 2015 15:21:31 +0100
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To:
References:
<5500502D.80407@telefonica.com>
Message-ID:
I did it, stooped the tomcat -> delete catalina.out -> start tomcat
Attached is the generated log files after starting tomcat files and also
catalina properties.
Thank you for your help.
Ahmed
On Thu, Mar 12, 2015 at 3:04 PM, Tali Yatzkar-Haham wrote:
> Unfortunately I can't open your zip file.
>
> Please stop tomcat, delete the files from the log file, start tomcat, and
> send me the log file from the log directory (should be catalina.out)
>
> Regards,
> Tali
>
> Tali Yatzkar Haham
> Event-based Middleware & Solutions
> IBM Haifa Research Lab, Israel
> tali at il.ibm.com 972-4-8296320
>
>
>
>
> From: Ahmed Sadek
> To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
> Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
> miguel.carrillopacheco at telefonica.com>
> Date: 12/03/2015 03:51 PM
> Subject: Re: [Fiware-tech-help] Regarding complex event processing
> CEP over tomcat7, problem with proton on web server status
> ------------------------------
>
>
>
> Dear Tali,
>
> Thank you for your reply, attached is the log folder of the tomcat server.
> I don't use any commands, I only use the web interface :
>
> *http://127.0.0.1:8080/manager*
>
> and from there I click on different component of the proton application,
> the authoring tool respond with me with the application page while the
> *ProtonOnWebServer* and
> */ProtonOnWebServerAdmin* don't
> respond.
>
> Please let me know if you need any further information/logs, if you want
> and have time I can give you a remote access to the machine using team
> viewer.
>
> Best,
> Ahmed
>
> On Thu, Mar 12, 2015 at 1:22 PM, Tali Yatzkar-Haham <*TALI at il.ibm.com*
> > wrote:
> Dear Ahmed,
>
> I must say that I'm not a Tomcat expert.
> If you send me the tomcat log, and the command you make, I might be able
> to help.
>
> Regards,
> Tali
>
> Tali Yatzkar Haham
> Event-based Middleware & Solutions
> IBM Haifa Research Lab, Israel
> *tali at il.ibm.com* 972-4-8296320
>
>
>
>
> From: Ahmed Sadek <*don1559 at gmail.com* >
> To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
> Cc: *fiware-tech-help at lists.fi-ware.org*
> , MIGUEL CARRILLO PACHECO <
> *miguel.carrillopacheco at telefonica.com*
> >
> Date: 12/03/2015 01:55 PM
> Subject: Re: [Fiware-tech-help] Regarding complex event processing
> CEP over tomcat7, problem with proton on web server status
> ------------------------------
>
>
>
>
> Dear Tali,
>
> Any ideas on troubleshooting this problem, I really need to run the CEP.
>
> Best,
> Ahmed
>
> On Wed, Mar 11, 2015 at 3:24 PM, MIGUEL CARRILLO PACHECO <
> *miguel.carrillopacheco at telefonica.com*
> > wrote:
> Dear Ahmed,
>
> Tali is the GE owner, as per the catalogue.
>
> *http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online*
>
>
> I add her to the loop, she must be able to help
>
> Regards,
>
> Miguel
>
> El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
> Dear All,
>
> I have installed the complex event processing over tomcat7 and followed
> the instruction on this page.
>
> *https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance*
>
>
> But I am facing a problem with getting the status of the proton web server
> as explained in the tutorial, I should get 200 ok, as it seem the tomcat is
> only checking at the /usr/share/tomcat7 and not looking in the
> /var/lib/tomcat7.
>
> I have set both CATALINA HOME / BASE environment variables. but still the
> same problem.
>
> Attached is different print screens for the the problem and server.
>
> Best,
> Ahmed Sadek
> KTH
>
>
>
> _______________________________________________
> Fiware-tech-help mailing list
> *Fiware-tech-help at lists.fi-ware.org*
> *https://lists.fi-ware.org/listinfo/fiware-tech-help*
>
>
>
> --
>
> Please update your address book with my new e-mail address:
> *miguel.carrillopacheco at telefonica.com*
>
>
> ----------------------------------------------------------------------
> _/ _/_/ Miguel Carrillo Pacheco
> _/ _/ _/ _/ Telef?nica Distrito Telef?nica
> _/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
> _/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
> _/ _/_/ 28050 Madrid (Spain)
> Tel: *(+34) 91 483 26 77*
> <%28%2B34%29%2091%20483%2026%2077>
>
> e-mail: *miguel.carrillopacheco at telefonica.com*
>
>
> Follow FIWARE on the net
>
> Website: *http://www.fiware.org*
> Facebook: *https://www.facebook.com/eu.fiware*
>
> Twitter: *http://twitter.com/Fiware*
>
> LinkedIn: *https://www.linkedin.com/groups/FIWARE-4239932*
>
> ----------------------------------------------------------------------
>
> ------------------------------
>
> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario,
> puede contener informaci?n privilegiada o confidencial y es para uso
> exclusivo de la persona o entidad de destino. Si no es usted. el
> destinatario indicado, queda notificado de que la lectura, utilizaci?n,
> divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de
> la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos
> que nos lo comunique inmediatamente por esta misma v?a y proceda a su
> destrucci?n.
>
> The information contained in this transmission is privileged and
> confidential information intended only for the use of the individual or
> entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution or
> copying of this communication is strictly prohibited. If you have received
> this transmission in error, do not read it. Please immediately reply to the
> sender that you have received this communication in error and then delete
> it.
>
> Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio,
> pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo
> da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio
> indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou
> c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente.
> Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique
> imediatamente por esta mesma via e proceda a sua destrui??o
>
> [attachment "logs.zip" deleted by Tali Yatzkar-Haham/Haifa/IBM]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
127.0.0.1 - - [12/Mar/2015:15:20:07 +0100] "GET / HTTP/1.1" 304 -
-------------- next part --------------
A non-text attachment was scrubbed...
Name: catalina.out
Type: application/octet-stream
Size: 13195 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: catalina.2015-03-12.log
Type: text/x-log
Size: 8100 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: localhost.2015-03-12.log
Type: text/x-log
Size: 447 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: catalina.properties
Type: application/octet-stream
Size: 6426 bytes
Desc: not available
URL:
From TALI at il.ibm.com Thu Mar 12 15:37:57 2015
From: TALI at il.ibm.com (Tali Yatzkar-Haham)
Date: Thu, 12 Mar 2015 16:37:57 +0200
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To:
References: <5500502D.80407@telefonica.com>
Message-ID:
There are some warnings at the beginning of the log that seems to be
related to some missing directories, I don't know if they are important.
However, from the log it seems that ProtonOnWebServerAdmin,
ProtonOnWebServer are deployed, and the CEP is running.
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO
Date: 12/03/2015 04:21 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
I did it, stooped the tomcat -> delete catalina.out -> start tomcat
Attached is the generated log files after starting tomcat files and also
catalina properties.
Thank you for your help.
Ahmed
On Thu, Mar 12, 2015 at 3:04 PM, Tali Yatzkar-Haham
wrote:
Unfortunately I can't open your zip file.
Please stop tomcat, delete the files from the log file, start tomcat, and
send me the log file from the log directory (should be catalina.out)
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com>
Date: 12/03/2015 03:51 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
Dear Tali,
Thank you for your reply, attached is the log folder of the tomcat server.
I don't use any commands, I only use the web interface :
http://127.0.0.1:8080/manager
and from there I click on different component of the proton application,
the authoring tool respond with me with the application page while the
ProtonOnWebServer and /ProtonOnWebServerAdmin don't respond.
Please let me know if you need any further information/logs, if you want
and have time I can give you a remote access to the machine using team
viewer.
Best,
Ahmed
On Thu, Mar 12, 2015 at 1:22 PM, Tali Yatzkar-Haham
wrote:
Dear Ahmed,
I must say that I'm not a Tomcat expert.
If you send me the tomcat log, and the command you make, I might be able
to help.
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com>
Date: 12/03/2015 01:55 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
Dear Tali,
Any ideas on troubleshooting this problem, I really need to run the CEP.
Best,
Ahmed
On Wed, Mar 11, 2015 at 3:24 PM, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com> wrote:
Dear Ahmed,
Tali is the GE owner, as per the catalogue.
http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online
I add her to the loop, she must be able to help
Regards,
Miguel
El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
Dear All,
I have installed the complex event processing over tomcat7 and followed
the instruction on this page.
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance
But I am facing a problem with getting the status of the proton web server
as explained in the tutorial, I should get 200 ok, as it seem the tomcat
is only checking at the /usr/share/tomcat7 and not looking in the
/var/lib/tomcat7.
I have set both CATALINA HOME / BASE environment variables. but still the
same problem.
Attached is different print screens for the the problem and server.
Best,
Ahmed Sadek
KTH
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help at lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
--
Please update your address book with my new e-mail address:
miguel.carrillopacheco at telefonica.com
----------------------------------------------------------------------
_/ _/_/ Miguel Carrillo Pacheco
_/ _/ _/ _/ Telef?nica Distrito Telef?nica
_/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
_/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
_/ _/_/ 28050 Madrid (Spain)
Tel: (+34) 91 483 26 77
e-mail: miguel.carrillopacheco at telefonica.com
Follow FIWARE on the net
Website: http://www.fiware.org
Facebook: https://www.facebook.com/eu.fiware
Twitter: http://twitter.com/Fiware
LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
----------------------------------------------------------------------
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario,
puede contener informaci?n privilegiada o confidencial y es para uso
exclusivo de la persona o entidad de destino. Si no es usted. el
destinatario indicado, queda notificado de que la lectura, utilizaci?n,
divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de
la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos
que nos lo comunique inmediatamente por esta misma v?a y proceda a su
destrucci?n.
The information contained in this transmission is privileged and
confidential information intended only for the use of the individual or
entity named above. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited. If you have received
this transmission in error, do not read it. Please immediately reply to
the sender that you have received this communication in error and then
delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio,
pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo
da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio
indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou
c?pia sem autoriza??o pode estar proibida em virtude da legisla??o
vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o
comunique imediatamente por esta mesma via e proceda a sua destrui??o
[attachment "logs.zip" deleted by Tali Yatzkar-Haham/Haifa/IBM]
[attachment "localhost_access_log.2015-03-12.txt" deleted by Tali
Yatzkar-Haham/Haifa/IBM] [attachment "catalina.out" deleted by Tali
Yatzkar-Haham/Haifa/IBM] [attachment "catalina.2015-03-12.log" deleted by
Tali Yatzkar-Haham/Haifa/IBM] [attachment "localhost.2015-03-12.log"
deleted by Tali Yatzkar-Haham/Haifa/IBM] [attachment "catalina.properties"
deleted by Tali Yatzkar-Haham/Haifa/IBM]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From don1559 at gmail.com Thu Mar 12 15:49:02 2015
From: don1559 at gmail.com (Ahmed Sadek)
Date: Thu, 12 Mar 2015 15:49:02 +0100
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To:
References:
<5500502D.80407@telefonica.com>
Message-ID:
Okay, but when I click on the "ProtonOnWebServerAdmin, ProtonOnWebServer" I
get 404, also when I try the "get" example from the tutorial I get 500.
Pictures attached.
Is this normal ?
Best,
Ahmed
On Thu, Mar 12, 2015 at 3:37 PM, Tali Yatzkar-Haham wrote:
> There are some warnings at the beginning of the log that seems to be
> related to some missing directories, I don't know if they are important.
> However, from the log it seems that ProtonOnWebServerAdmin,
> ProtonOnWebServer are deployed, and the CEP is running.
>
> Regards,
> Tali
>
> Tali Yatzkar Haham
> Event-based Middleware & Solutions
> IBM Haifa Research Lab, Israel
> tali at il.ibm.com 972-4-8296320
>
>
>
>
> From: Ahmed Sadek
> To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
> Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
> miguel.carrillopacheco at telefonica.com>
> Date: 12/03/2015 04:21 PM
> Subject: Re: [Fiware-tech-help] Regarding complex event processing
> CEP over tomcat7, problem with proton on web server status
> ------------------------------
>
>
>
> I did it, stooped the tomcat -> delete catalina.out -> start tomcat
> Attached is the generated log files after starting tomcat files and also
> catalina properties.
>
> Thank you for your help.
>
> Ahmed
>
> On Thu, Mar 12, 2015 at 3:04 PM, Tali Yatzkar-Haham <*TALI at il.ibm.com*
> > wrote:
> Unfortunately I can't open your zip file.
>
> Please stop tomcat, delete the files from the log file, start tomcat, and
> send me the log file from the log directory (should be catalina.out)
>
> Regards,
> Tali
>
> Tali Yatzkar Haham
> Event-based Middleware & Solutions
> IBM Haifa Research Lab, Israel
> *tali at il.ibm.com* 972-4-8296320
>
>
>
>
> From: Ahmed Sadek <*don1559 at gmail.com* >
> To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
> Cc: *fiware-tech-help at lists.fi-ware.org*
> , MIGUEL CARRILLO PACHECO <
> *miguel.carrillopacheco at telefonica.com*
> >
> Date: 12/03/2015 03:51 PM
> Subject: Re: [Fiware-tech-help] Regarding complex event processing
> CEP over tomcat7, problem with proton on web server status
> ------------------------------
>
>
>
> Dear Tali,
>
> Thank you for your reply, attached is the log folder of the tomcat server.
> I don't use any commands, I only use the web interface :
>
> *http://127.0.0.1:8080/manager*
>
> and from there I click on different component of the proton application,
> the authoring tool respond with me with the application page while the
> *ProtonOnWebServer* and
> */ProtonOnWebServerAdmin* don't
> respond.
>
> Please let me know if you need any further information/logs, if you want
> and have time I can give you a remote access to the machine using team
> viewer.
>
> Best,
> Ahmed
>
> On Thu, Mar 12, 2015 at 1:22 PM, Tali Yatzkar-Haham <*TALI at il.ibm.com*
> > wrote:
> Dear Ahmed,
>
> I must say that I'm not a Tomcat expert.
> If you send me the tomcat log, and the command you make, I might be able
> to help.
>
> Regards,
> Tali
>
> Tali Yatzkar Haham
> Event-based Middleware & Solutions
> IBM Haifa Research Lab, Israel
> *tali at il.ibm.com* 972-4-8296320
>
>
>
>
> From: Ahmed Sadek <*don1559 at gmail.com* >
> To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
> Cc: *fiware-tech-help at lists.fi-ware.org*
> , MIGUEL CARRILLO PACHECO <
> *miguel.carrillopacheco at telefonica.com*
> >
> Date: 12/03/2015 01:55 PM
> Subject: Re: [Fiware-tech-help] Regarding complex event processing
> CEP over tomcat7, problem with proton on web server status
> ------------------------------
>
>
>
>
> Dear Tali,
>
> Any ideas on troubleshooting this problem, I really need to run the CEP.
>
> Best,
> Ahmed
>
> On Wed, Mar 11, 2015 at 3:24 PM, MIGUEL CARRILLO PACHECO <
> *miguel.carrillopacheco at telefonica.com*
> > wrote:
> Dear Ahmed,
>
> Tali is the GE owner, as per the catalogue.
>
> *http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online*
>
>
> I add her to the loop, she must be able to help
>
> Regards,
>
> Miguel
>
> El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
> Dear All,
>
> I have installed the complex event processing over tomcat7 and followed
> the instruction on this page.
>
> *https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance*
>
>
> But I am facing a problem with getting the status of the proton web server
> as explained in the tutorial, I should get 200 ok, as it seem the tomcat is
> only checking at the /usr/share/tomcat7 and not looking in the
> /var/lib/tomcat7.
>
> I have set both CATALINA HOME / BASE environment variables. but still the
> same problem.
>
> Attached is different print screens for the the problem and server.
>
> Best,
> Ahmed Sadek
> KTH
>
>
>
> _______________________________________________
> Fiware-tech-help mailing list
> *Fiware-tech-help at lists.fi-ware.org*
> *https://lists.fi-ware.org/listinfo/fiware-tech-help*
>
>
>
> --
>
> Please update your address book with my new e-mail address:
> *miguel.carrillopacheco at telefonica.com*
>
>
> ----------------------------------------------------------------------
> _/ _/_/ Miguel Carrillo Pacheco
> _/ _/ _/ _/ Telef?nica Distrito Telef?nica
> _/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
> _/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
> _/ _/_/ 28050 Madrid (Spain)
> Tel: *(+34) 91 483 26 77*
> <%28%2B34%29%2091%20483%2026%2077>
>
> e-mail: *miguel.carrillopacheco at telefonica.com*
>
>
> Follow FIWARE on the net
>
> Website: *http://www.fiware.org*
> Facebook: *https://www.facebook.com/eu.fiware*
>
> Twitter: *http://twitter.com/Fiware*
>
> LinkedIn: *https://www.linkedin.com/groups/FIWARE-4239932*
>
> ----------------------------------------------------------------------
>
> ------------------------------
>
> Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario,
> puede contener informaci?n privilegiada o confidencial y es para uso
> exclusivo de la persona o entidad de destino. Si no es usted. el
> destinatario indicado, queda notificado de que la lectura, utilizaci?n,
> divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de
> la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos
> que nos lo comunique inmediatamente por esta misma v?a y proceda a su
> destrucci?n.
>
> The information contained in this transmission is privileged and
> confidential information intended only for the use of the individual or
> entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any dissemination, distribution or
> copying of this communication is strictly prohibited. If you have received
> this transmission in error, do not read it. Please immediately reply to the
> sender that you have received this communication in error and then delete
> it.
>
> Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio,
> pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo
> da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio
> indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou
> c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente.
> Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique
> imediatamente por esta mesma via e proceda a sua destrui??o
>
> [attachment "logs.zip" deleted by Tali Yatzkar-Haham/Haifa/IBM]
> [attachment "localhost_access_log.2015-03-12.txt" deleted by Tali
> Yatzkar-Haham/Haifa/IBM] [attachment "catalina.out" deleted by Tali
> Yatzkar-Haham/Haifa/IBM] [attachment "catalina.2015-03-12.log" deleted by
> Tali Yatzkar-Haham/Haifa/IBM] [attachment "localhost.2015-03-12.log"
> deleted by Tali Yatzkar-Haham/Haifa/IBM] [attachment "catalina.properties"
> deleted by Tali Yatzkar-Haham/Haifa/IBM]
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:49:29.png
Type: image/png
Size: 154433 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:49:21.png
Type: image/png
Size: 266096 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2015-03-11 14:48:43.png
Type: image/png
Size: 259365 bytes
Desc: not available
URL:
From aarranz at conwet.com Fri Mar 13 10:43:30 2015
From: aarranz at conwet.com (=?UTF-8?Q?=C3=81lvaro_Arranz?=)
Date: Fri, 13 Mar 2015 10:43:30 +0100
Subject: [Fiware-tech-help] Request for improving wirecloud
In-Reply-To:
References: <54F88A87.3060209@wei-medicine.com>
<54F88CA4.9090305@wei-medicine.com>
Message-ID:
Dear Kah,
I've updated WireCloud to support uploading multiple resources using the
user interface. In addition to this, we have implemented a new command that
can be used from the command line where the WireCloud instance is deployed.
I'm going to update the installation and administration guide for providing
info about how to use it, but in the meantime, you can get usage
information running the following command:
I'm going to discard suggestion 2 and close this ticket, you can always
create a new ticket (preferred) or provide more info in this one (so it
will be reopened) if you want it to be implemented.
Best regards,
?lvaro
On 6 March 2015 at 13:01, ?lvaro Arranz wrote:
> Dear Kah,
>
> I have created a new internal ticket for implementing "suggestion 1" and
> we are working on it, will be ready soon.
>
> About "Suggestion 2", can you detail a bit more what do you expect from
> Wirecloud for solving it?. It seems easy to solve without requiring new
> features from Wirecloud, for example, you can create all these instances
> using a bash script:
>
> for i in `seq 1 9`;
> do
> wirecloud-admin startproject wirecloud_instance$i --quick-start
> cd wirecloud_instance$i
> python manage.py runserver 0.0.0.0:800$i &
> cd ..
> done
>
> Keep in mind this is only an example, but can be used as starting point.
>
> Best regards,
> ?lvaro
>
> On 5 March 2015 at 18:04, Kah Tong, SEOW wrote:
>
>>
>>
>>
>> Suggestion1:
>>
>> For both local and cloud installation of wirecloud, it would be useful
>> to be able to upload a list of selected widgets
>> (a) this can be done either as bulk select of more than one widget files
>> OR
>> (b) given a text file of the file location of widget, with a single
>> click, that wirecloud read the text file and local upload these widget
>> files
>>
>> This is important when the number of freely available widgets is
>> approaching 30 t0 50s, it makes better sense to be able to automatically
>> upload many widget files
>>
>> Suggestion 2:
>>
>> For behind firewall 2 to 3 hours of wirecloud teaching workshop to e.g.
>> 10 people, it will be good to enable wirecloud to manage multiple users.
>>
>> Perhaps given the directory where to create e.g. wirecloud_instance, the
>> wirecloud program create e.g. for 10 users, the following 10 directories
>> wirecloud_instance1, wirecloud_instance2 etc. each instance is
>> associated with a pre-defined sqlite file e.g. sqlite1.db, sqllite2.db
>> and user1, password1 etc.
>>
>> So that after successful installation of an instance of wirecloud, it is
>> possible to create additional wirecloud instance running on different
>> ports from the same computer using a fixed IP
>>
>> This allow 10 participants with access to the router of the same
>> classroom to access the wircloud server of that fixed IP to learn and
>> practice wirecloud standalone.
>>
>> ==> without IdM
>>
>>
>>
>> _______________________________________________
>> Fiware-tech-help mailing list
>> Fiware-tech-help at lists.fi-ware.org
>> https://lists.fi-ware.org/listinfo/fiware-tech-help
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From aarranz at conwet.com Fri Mar 13 12:46:29 2015
From: aarranz at conwet.com (=?UTF-8?Q?=C3=81lvaro_Arranz?=)
Date: Fri, 13 Mar 2015 12:46:29 +0100
Subject: [Fiware-tech-help] Mashup - widgets with no name and top menu
In-Reply-To: <14bacc3f5d4.fc739cca135214.5006785817541805918@wexcedo.com>
References: <14bacc3f5d4.fc739cca135214.5006785817541805918@wexcedo.com>
Message-ID:
Dear campos,
first of all, sorry for the delay in the response, thanks for your interest
in WireCloud (the software behind the Mashup portal) and for your feedback.
Currently WireCloud doesn't have such support. We are currently working on
other areas and we can not attend this request at this moment, but we agree
in the benefit of your suggestion so it will be added to the roadmap and
implemented in a near future. Although I'm going to close this ticket, stay
tuned as I will update it with updates on the progress about the
implementation of this feature.
Best regards,
?lvaro
On 21 February 2015 at 17:28, campos wrote:
> I am from Wexcedo, we are currently using the mashup platform to prototype
> some ideas.
> I'd like to know if it is possible to give widgets no name and make the
> inside widget menu (located on the top right side) not visible when i set a
> workspace to public.
> This would allow us to have a more refined control over the overall look
> of the workspace which ultimately will be public to all our customers.
>
> The platform already supports a blank space but that creates unwanted
> space between widgets and if i give it no name, the previous name comes
> back when i reload the page.
>
> The menu i am reffering to is here: imgur.com/oRgqR7a
>
> Thank you for your patience and cooperation.
>
> _______________________________________________
> Fiware-tech-help mailing list
> Fiware-tech-help at lists.fi-ware.org
> https://lists.fi-ware.org/listinfo/fiware-tech-help
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From aarranz at conwet.com Fri Mar 13 12:56:59 2015
From: aarranz at conwet.com (=?UTF-8?Q?=C3=81lvaro_Arranz?=)
Date: Fri, 13 Mar 2015 12:56:59 +0100
Subject: [Fiware-tech-help] Request for improving wirecloud
In-Reply-To:
References: <54F88A87.3060209@wei-medicine.com>
<54F88CA4.9090305@wei-medicine.com>
Message-ID:
Sorry,
the command for getting usage information is:
python manage.py addtocatalogue --help
Best regards,
?lvaro
On 13 March 2015 at 10:43, ?lvaro Arranz wrote:
> Dear Kah,
>
> I've updated WireCloud to support uploading multiple resources using the
> user interface. In addition to this, we have implemented a new command that
> can be used from the command line where the WireCloud instance is deployed.
> I'm going to update the installation and administration guide for providing
> info about how to use it, but in the meantime, you can get usage
> information running the following command:
>
> I'm going to discard suggestion 2 and close this ticket, you can always
> create a new ticket (preferred) or provide more info in this one (so it
> will be reopened) if you want it to be implemented.
>
> Best regards,
> ?lvaro
>
> On 6 March 2015 at 13:01, ?lvaro Arranz wrote:
>
>> Dear Kah,
>>
>> I have created a new internal ticket for implementing "suggestion 1" and
>> we are working on it, will be ready soon.
>>
>> About "Suggestion 2", can you detail a bit more what do you expect from
>> Wirecloud for solving it?. It seems easy to solve without requiring new
>> features from Wirecloud, for example, you can create all these instances
>> using a bash script:
>>
>> for i in `seq 1 9`;
>> do
>> wirecloud-admin startproject wirecloud_instance$i --quick-start
>> cd wirecloud_instance$i
>> python manage.py runserver 0.0.0.0:800$i &
>> cd ..
>> done
>>
>> Keep in mind this is only an example, but can be used as starting point.
>>
>> Best regards,
>> ?lvaro
>>
>> On 5 March 2015 at 18:04, Kah Tong, SEOW wrote:
>>
>>>
>>>
>>>
>>> Suggestion1:
>>>
>>> For both local and cloud installation of wirecloud, it would be useful
>>> to be able to upload a list of selected widgets
>>> (a) this can be done either as bulk select of more than one widget files
>>> OR
>>> (b) given a text file of the file location of widget, with a single
>>> click, that wirecloud read the text file and local upload these widget
>>> files
>>>
>>> This is important when the number of freely available widgets is
>>> approaching 30 t0 50s, it makes better sense to be able to automatically
>>> upload many widget files
>>>
>>> Suggestion 2:
>>>
>>> For behind firewall 2 to 3 hours of wirecloud teaching workshop to e.g.
>>> 10 people, it will be good to enable wirecloud to manage multiple users.
>>>
>>> Perhaps given the directory where to create e.g. wirecloud_instance, the
>>> wirecloud program create e.g. for 10 users, the following 10 directories
>>> wirecloud_instance1, wirecloud_instance2 etc. each instance is
>>> associated with a pre-defined sqlite file e.g. sqlite1.db, sqllite2.db
>>> and user1, password1 etc.
>>>
>>> So that after successful installation of an instance of wirecloud, it is
>>> possible to create additional wirecloud instance running on different
>>> ports from the same computer using a fixed IP
>>>
>>> This allow 10 participants with access to the router of the same
>>> classroom to access the wircloud server of that fixed IP to learn and
>>> practice wirecloud standalone.
>>>
>>> ==> without IdM
>>>
>>>
>>>
>>> _______________________________________________
>>> Fiware-tech-help mailing list
>>> Fiware-tech-help at lists.fi-ware.org
>>> https://lists.fi-ware.org/listinfo/fiware-tech-help
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From startimpresa at outlook.it Sun Mar 15 05:25:39 2015
From: startimpresa at outlook.it (Pedro Osborne)
Date: Sun, 15 Mar 2015 05:25:39 +0100 (CET)
Subject: [Fiware-tech-help] [SPAM] Re:payment made
Message-ID: <20150315042539.1516E40D8A@mail.fi-ware.eu>
Spam detection software, running on the system "fiware-forge-01", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
@@CONTACT_ADDRESS@@ for details.
Content preview: please do not reply directly. if you want to contact us, please
send us an email at wengjiao7598 at 163.com Hi, [...]
Content analysis details: (6.9 points, 4.5 required)
pts rule name description
---- ---------------------- --------------------------------------------------
2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL
[115.210.42.50 listed in psbl.surriel.com]
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
0.0 HTML_MESSAGE BODY: HTML included in message
0.7 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
1.3 RCVD_IN_RP_RNBL RBL: Relay in RNBL,
https://senderscore.org/blacklistlookup/
[115.210.42.50 listed in bl.score.senderscore.com]
1.0 RCVD_IN_CSS RBL: Received via a relay in Spamhaus CSS
[115.210.42.50 listed in zen.spamhaus.org]
0.4 HTML_MIME_NO_HTML_TAG HTML-only message, but there is no HTML tag
0.5 MISSING_MID Missing Message-Id: header
0.0 LOTS_OF_MONEY Huge... sums of money
0.8 RDNS_NONE Delivered to internal network by a host with no rDNS
1.4 MISSING_DATE Missing Date: header
0.0 TO_NO_BRKTS_NORDNS_HTML To: misformatted and no rDNS and HTML only
0.0 TO_NO_BRKTS_NORDNS To: misformatted and no rDNS
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.
-------------- next part --------------
An embedded message was scrubbed...
From: "Pedro Osborne"
Subject: Re:payment made
Date: no date
Size: 3183
URL:
From amacias at usheru.com Mon Mar 16 14:07:06 2015
From: amacias at usheru.com (=?UTF-8?B?QW5kcsOpcyBNYWPDrWFz?=)
Date: Mon, 16 Mar 2015 13:07:06 +0000
Subject: [Fiware-tech-help] Object Storage documentation
Message-ID:
Hi,
I'm not sure where I should be reporting this. I have found a couple of
errors in the Object Storage notification:
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Object_Storage_-_User_and_Programmers_Guide#3._Authenticate_tenant_to_get_token_for_Object_Storage
First of all, cloud.lab.fi-ware.org is not the correct host, it should be
cloud.lab.fiware.org (without the dash)
Then, the following script will not properly parse auth value:
curl -v \
-d '{ "auth" :
{ "passwordCredentials" :
{ "username" : "'$username'" , "password" : "'$password'" },
"tenantName" : "'$tenantName'" }
}' \
-H "Content-Type: application/json" \
http://cloud.lab.fiware.org:4730/v2.0/tokens \
> auth_token2.dat
token=$(awk -F"[,:]" '{for(i=1;i<=NF;i++)
{if($i~/id\042/)
{print $(i+1)}
}
}' auth_token2.dat | awk -F'"' '{print $2; exit}')
auth=$(awk -F"[,:]" '{for(i=1;i<=NF;i++)
{if($i~/publicURL\042/)
{print $(i+3)}
}
}' auth_token2.dat | \
grep "v1/AUTH" | awk -F'"}]' '{print $1;}' | awk -F"/" '{print $3;}' )
Executing this will return something like the following:
root at ubuntu1404:~# echo $auth
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866
Instead, the last part of the previous script should look something like
the following:
auth=$(awk -F"[,:]" '{for(i=1;i<=NF;i++)
{if($i~/publicURL\042/)
{print $(i+3)}
}
}' auth_token2.dat | \
grep "v1/AUTH" | head -n 1 | awk -F'"}' '{print $1;}' | awk -F"/"
'{print $3;}' )
So the value is parsed properly:
root at ubuntu1404:~# echo $auth
AUTH_00000000000000000000000000009866
Best regards,
Andr?s
[image: www.usheru.com]
WWW.USHERU.COM | @USHERUHQ
| LINKEDIN
| ANGELLIST
This message is confidential. It may also be privileged or otherwise
protected by work product immunity or other legal rules. If you have
received it by mistake, please let us know by e-mail reply and delete it
from your system; you may not copy this message or disclose its contents to
anyone. Please send us by fax any message containing deadlines as incoming
e-mails are not screened for response deadlines. The integrity and security
of this message cannot be guaranteed on the Internet.
usherU is a trading name of We Love Cinema Ltd registered in Ireland no. 547302
having its registered office at Saint Martins House, Waterloo Road,
Ballsbridge, Dublin 4.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From GLIKSON at il.ibm.com Mon Mar 16 14:55:30 2015
From: GLIKSON at il.ibm.com (Alex Glikson)
Date: Mon, 16 Mar 2015 15:55:30 +0200
Subject: [Fiware-tech-help] Object Storage documentation
In-Reply-To:
References:
Message-ID:
Thanks, we will fix it.
Regards,
Alex
From: Andr?s Mac?as
To: fiware-tech-help at lists.fi-ware.org, Thomas Winkler
Date: 16/03/2015 03:07 PM
Subject: [Fiware-tech-help] Object Storage documentation
Sent by: fiware-tech-help-bounces at lists.fi-ware.org
Hi,
I'm not sure where I should be reporting this. I have found a couple of
errors in the Object Storage notification:
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Object_Storage_-_User_and_Programmers_Guide#3._Authenticate_tenant_to_get_token_for_Object_Storage
First of all, cloud.lab.fi-ware.org is not the correct host, it should be
cloud.lab.fiware.org (without the dash)
Then, the following script will not properly parse auth value:
curl -v \
-d '{ "auth" :
{ "passwordCredentials" :
{ "username" : "'$username'" , "password" : "'$password'" },
"tenantName" : "'$tenantName'" }
}' \
-H "Content-Type: application/json" \
http://cloud.lab.fiware.org:4730/v2.0/tokens \
> auth_token2.dat
token=$(awk -F"[,:]" '{for(i=1;i<=NF;i++)
{if($i~/id\042/)
{print $(i+1)}
}
}' auth_token2.dat | awk -F'"' '{print $2; exit}')
auth=$(awk -F"[,:]" '{for(i=1;i<=NF;i++)
{if($i~/publicURL\042/)
{print $(i+3)}
}
}' auth_token2.dat | \
grep "v1/AUTH" | awk -F'"}]' '{print $1;}' | awk -F"/" '{print $3;}' )
Executing this will return something like the following:
root at ubuntu1404:~# echo $auth
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866"}
AUTH_00000000000000000000000000009866
Instead, the last part of the previous script should look something like
the following:
auth=$(awk -F"[,:]" '{for(i=1;i<=NF;i++)
{if($i~/publicURL\042/)
{print $(i+3)}
}
}' auth_token2.dat | \
grep "v1/AUTH" | head -n 1 | awk -F'"}' '{print $1;}' | awk -F"/"
'{print $3;}' )
So the value is parsed properly:
root at ubuntu1404:~# echo $auth
AUTH_00000000000000000000000000009866
Best regards,
Andr?s
WWW.USHERU.COM | @USHERUHQ | LINKEDIN | ANGELLIST
This message is confidential. It may also be privileged or otherwise
protected by work product immunity or other legal rules. If you have
received it by mistake, please let us know by e-mail reply and delete it
from your system; you may not copy this message or disclose its contents
to anyone. Please send us by fax any message containing deadlines as
incoming e-mails are not screened for response deadlines. The integrity
and security of this message cannot be guaranteed on the Internet.
usherU is a trading name of We Love Cinema Ltd registered in Ireland no.
547302 having its registered office at Saint Martins House, Waterloo Road,
Ballsbridge, Dublin 4._______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help at lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From alessandro.daniele at eng.it Mon Mar 16 15:43:34 2015
From: alessandro.daniele at eng.it (Alessandro Daniele)
Date: Mon, 16 Mar 2015 15:43:34 +0100
Subject: [Fiware-tech-help] IdM - Callback url
Message-ID: <5506EC16.8070003@eng.it>
Good morning,
my name is Alessandro Daniele. I'm currently working on a project that
involves OAuth2 authentication through FIWARE.
When my application sends the http POST request to
/https://account.lab.fiware.org/token/ to obtain the token, FIWARE does
not redirect the user to the callback url defined inside the http
request (redirect_uri parameter), instead it sends the user to the
callback url defined inside the fiware application page
(/https://account.lab.fiware.org/applications/my_application/).
The redirect_uri parameter of the http request seems to be ignored by
KeyRock. I would like to send users to the redirect_uri defined in the
http request. Is there a way to do that?
Best regards,
Alessandro Daniele
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From asai at helen.ocn.ne.jp Tue Mar 17 01:27:11 2015
From: asai at helen.ocn.ne.jp (Kelvin Flowers)
Date: Tue, 17 Mar 2015 01:27:11 +0100 (CET)
Subject: [Fiware-tech-help] [SPAM] Re:marketing secrets
Message-ID: <20150317002711.B47CB4015C@mail.fi-ware.eu>
Spam detection software, running on the system "fiware-forge-01", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
@@CONTACT_ADDRESS@@ for details.
Content preview: please do not reply directly. if you want to contact us, please
send us an email at wengjiao7598 at 163.com Hi, [...]
Content analysis details: (8.2 points, 4.5 required)
pts rule name description
---- ---------------------- --------------------------------------------------
1.3 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
[Blocked - see ]
1.0 RCVD_IN_CSS RBL: Received via a relay in Spamhaus CSS
[115.210.46.48 listed in zen.spamhaus.org]
2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL
[115.210.46.48 listed in psbl.surriel.com]
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
0.0 HTML_MESSAGE BODY: HTML included in message
0.7 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
1.3 RCVD_IN_RP_RNBL RBL: Relay in RNBL,
https://senderscore.org/blacklistlookup/
[115.210.46.48 listed in bl.score.senderscore.com]
0.4 HTML_MIME_NO_HTML_TAG HTML-only message, but there is no HTML tag
0.5 MISSING_MID Missing Message-Id: header
0.0 LOTS_OF_MONEY Huge... sums of money
0.8 RDNS_NONE Delivered to internal network by a host with no rDNS
1.4 MISSING_DATE Missing Date: header
0.0 TO_NO_BRKTS_NORDNS_HTML To: misformatted and no rDNS and HTML only
0.0 TO_NO_BRKTS_NORDNS To: misformatted and no rDNS
The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam. If you wish to view
it, it may be safer to save it to a file and open it with an editor.
-------------- next part --------------
An embedded message was scrubbed...
From: "Kelvin Flowers"
Subject: Re:marketing secrets
Date: no date
Size: 3186
URL:
From alessandro.daniele at eng.it Wed Mar 18 11:35:17 2015
From: alessandro.daniele at eng.it (Alessandro Daniele)
Date: Wed, 18 Mar 2015 11:35:17 +0100
Subject: [Fiware-tech-help] Fiware lab is down
Message-ID: <550954E5.9050903@eng.it>
Good morning,
as specified in the subject, fiware lab seems to be down.
Best regards,
Daniele Alessandro
--
--
*Alessandro Daniele*
Developer
*SpagoBI Labs
Engineering Group*
Corso Stati Uniti, 23/C - 35127 Padua - Italy
Phone: +39 049 8283411
Fax: +39-049.8700272
Skype: alessandro.daniele.eng
www.spagobi.org - www.eng.it
Respect the environment. Please don't print this e-mail unless you
really need to.
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: spagobi.png
Type: image/png
Size: 3639 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image006.jpg
Type: image/jpeg
Size: 1379 bytes
Desc: not available
URL:
From TALI at il.ibm.com Wed Mar 18 11:57:31 2015
From: TALI at il.ibm.com (Tali Yatzkar-Haham)
Date: Wed, 18 Mar 2015 12:57:31 +0200
Subject: [Fiware-tech-help] Regarding complex event processing CEP over
tomcat7, problem with proton on web server status
In-Reply-To:
References: <5500502D.80407@telefonica.com>
Message-ID:
Dear Ahmed,
Sorry, but I don't know to solve your issue.
My recommendation is to install the tested tomcat version (
apache-tomcat-7.0.26) again, and to follow again the CEP installation
guide.
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO
Date: 12/03/2015 04:49 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
Okay, but when I click on the "ProtonOnWebServerAdmin, ProtonOnWebServer"
I get 404, also when I try the "get" example from the tutorial I get 500.
Pictures attached.
Is this normal ?
Best,
Ahmed
On Thu, Mar 12, 2015 at 3:37 PM, Tali Yatzkar-Haham
wrote:
There are some warnings at the beginning of the log that seems to be
related to some missing directories, I don't know if they are important.
However, from the log it seems that ProtonOnWebServerAdmin,
ProtonOnWebServer are deployed, and the CEP is running.
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com>
Date: 12/03/2015 04:21 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
I did it, stooped the tomcat -> delete catalina.out -> start tomcat
Attached is the generated log files after starting tomcat files and also
catalina properties.
Thank you for your help.
Ahmed
On Thu, Mar 12, 2015 at 3:04 PM, Tali Yatzkar-Haham
wrote:
Unfortunately I can't open your zip file.
Please stop tomcat, delete the files from the log file, start tomcat, and
send me the log file from the log directory (should be catalina.out)
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com>
Date: 12/03/2015 03:51 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
Dear Tali,
Thank you for your reply, attached is the log folder of the tomcat server.
I don't use any commands, I only use the web interface :
http://127.0.0.1:8080/manager
and from there I click on different component of the proton application,
the authoring tool respond with me with the application page while the
ProtonOnWebServer and /ProtonOnWebServerAdmin don't respond.
Please let me know if you need any further information/logs, if you want
and have time I can give you a remote access to the machine using team
viewer.
Best,
Ahmed
On Thu, Mar 12, 2015 at 1:22 PM, Tali Yatzkar-Haham
wrote:
Dear Ahmed,
I must say that I'm not a Tomcat expert.
If you send me the tomcat log, and the command you make, I might be able
to help.
Regards,
Tali
Tali Yatzkar Haham
Event-based Middleware & Solutions
IBM Haifa Research Lab, Israel
tali at il.ibm.com 972-4-8296320
From: Ahmed Sadek
To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
Cc: fiware-tech-help at lists.fi-ware.org, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com>
Date: 12/03/2015 01:55 PM
Subject: Re: [Fiware-tech-help] Regarding complex event processing
CEP over tomcat7, problem with proton on web server status
Dear Tali,
Any ideas on troubleshooting this problem, I really need to run the CEP.
Best,
Ahmed
On Wed, Mar 11, 2015 at 3:24 PM, MIGUEL CARRILLO PACHECO <
miguel.carrillopacheco at telefonica.com> wrote:
Dear Ahmed,
Tali is the GE owner, as per the catalogue.
http://catalogue.fiware.org/enablers/complex-event-processing-cep-proactive-technology-online
I add her to the loop, she must be able to help
Regards,
Miguel
El 11/03/2015 a las 14:56, Ahmed Sadek escribi?:
Dear All,
I have installed the complex event processing over tomcat7 and followed
the instruction on this page.
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/CEP_GE_-_IBM_Proactive_Technology_Online_Installation_and_Administration_Guide#Configuring_an_engine_instance
But I am facing a problem with getting the status of the proton web server
as explained in the tutorial, I should get 200 ok, as it seem the tomcat
is only checking at the /usr/share/tomcat7 and not looking in the
/var/lib/tomcat7.
I have set both CATALINA HOME / BASE environment variables. but still the
same problem.
Attached is different print screens for the the problem and server.
Best,
Ahmed Sadek
KTH
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help at lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
--
Please update your address book with my new e-mail address:
miguel.carrillopacheco at telefonica.com
----------------------------------------------------------------------
_/ _/_/ Miguel Carrillo Pacheco
_/ _/ _/ _/ Telef?nica Distrito Telef?nica
_/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 9
_/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
_/ _/_/ 28050 Madrid (Spain)
Tel: (+34) 91 483 26 77
e-mail: miguel.carrillopacheco at telefonica.com
Follow FIWARE on the net
Website: http://www.fiware.org
Facebook: https://www.facebook.com/eu.fiware
Twitter: http://twitter.com/Fiware
LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
----------------------------------------------------------------------
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario,
puede contener informaci?n privilegiada o confidencial y es para uso
exclusivo de la persona o entidad de destino. Si no es usted. el
destinatario indicado, queda notificado de que la lectura, utilizaci?n,
divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de
la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos
que nos lo comunique inmediatamente por esta misma v?a y proceda a su
destrucci?n.
The information contained in this transmission is privileged and
confidential information intended only for the use of the individual or
entity named above. If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, distribution or
copying of this communication is strictly prohibited. If you have received
this transmission in error, do not read it. Please immediately reply to
the sender that you have received this communication in error and then
delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio,
pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo
da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio
indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou
c?pia sem autoriza??o pode estar proibida em virtude da legisla??o
vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o
comunique imediatamente por esta mesma via e proceda a sua destrui??o
[attachment "logs.zip" deleted by Tali Yatzkar-Haham/Haifa/IBM]
[attachment "localhost_access_log.2015-03-12.txt" deleted by Tali
Yatzkar-Haham/Haifa/IBM] [attachment "catalina.out" deleted by Tali
Yatzkar-Haham/Haifa/IBM] [attachment "catalina.2015-03-12.log" deleted by
Tali Yatzkar-Haham/Haifa/IBM] [attachment "localhost.2015-03-12.log"
deleted by Tali Yatzkar-Haham/Haifa/IBM] [attachment "catalina.properties"
deleted by Tali Yatzkar-Haham/Haifa/IBM]
[attachment "Screenshot from 2015-03-11 14:49:29.png" deleted by Tali
Yatzkar-Haham/Haifa/IBM] [attachment "Screenshot from 2015-03-11
14:49:21.png" deleted by Tali Yatzkar-Haham/Haifa/IBM] [attachment
"Screenshot from 2015-03-11 14:48:43.png" deleted by Tali
Yatzkar-Haham/Haifa/IBM]
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From alex at konnektid.com Wed Mar 18 14:27:33 2015
From: alex at konnektid.com (Theologos Zacharopoulos)
Date: Wed, 18 Mar 2015 14:27:33 +0100
Subject: [Fiware-tech-help] Complex Event Processing, help
In-Reply-To:
References:
Message-ID:
Dear Tali,
I need some help with the development of a Custom Output Adapter, I managed
to develop it but I want to know the process of repackaging in a war file
and run it on the server.
so I need to recreate somehow the ProtonAgents.jar and put it back to the
.war file? and if yes is there any online information on todo that?|
thanks in advance!
On 12 March 2015 at 10:40, Theologos Zacharopoulos
wrote:
> Dear Tali,
> That was exactly the solution I was looking for, thank you very much that
> was very helpful!
> Also thanks for the quick response,
> Best regards,
> Theologos Alex Zacharopoulos
>
> On 12 March 2015 at 08:09, Tali Yatzkar-Haham wrote:
>
>> Dear Alex,
>>
>> Glad to hear you are using the CEP!
>>
>> What you can do:
>> 1. Have one EPA, lets call it EPA1, that uses the temporal context you
>> defined, lets call it TC1, (initiator Event_X, terminated after 24 hours).
>> Make EPA1 of type Aggregate, that uses TC1. Set the evaluation policy of
>> EPA1 to be deferred and don't set it conditions or input event. Make it
>> generate a new type of event (that you need to define), lets call it E2.
>> The purpose of EPA1 is to generate E2 24 hours after Event_X arrives. (If
>> you don't want to have a warning on empty input events you can put Event_X
>> as an input event of EPA1)
>>
>> 2. Now you can define another temporal context, lets call it TC2 that
>> uses E2 as initiator.
>>
>> Hope this is what you wanted.
>>
>> I cc the FIWARE help, so this corresponding will be documented in the
>> FIWARE issue tracking system. Please cc it as well in future
>> correspondence. Thanks.
>>
>> Best regards,
>> Tali
>>
>> Tali Yatzkar Haham
>> Event-based Middleware & Solutions
>> IBM Haifa Research Lab, Israel
>> tali at il.ibm.com 972-4-8296320
>>
>>
>>
>>
>> From: Theologos Zacharopoulos
>> To: Tali Yatzkar-Haham/Haifa/IBM at IBMIL
>> Date: 11/03/2015 04:20 PM
>> Subject: Complex Event Processing, help
>> ------------------------------
>>
>>
>>
>> Dear Tali,
>>
>> I am a Software Engineer who collaborates with the FiWARE GE,
>> I am working on the IBM Proton about 2 weeks now, and I ma trying to
>> configure a use case for the company I work for.
>> I created a temporal context that starts the time that an Event_X is
>> fired and it expires after 24hours, but I want a second temporal context
>> start after 24hours of the event creation, can you please provide me some
>> help on this?
>> I tried to set the condition: Event_x.duration == 86400000, but that
>> didn't work for me.
>>
>> Thanks in advance!
>> Alex Zacharopoulos, Software Engineer @ Konnektid.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
From cyril.dangerville at thalesgroup.com Wed Mar 18 15:13:19 2015
From: cyril.dangerville at thalesgroup.com (DANGERVILLE Cyril)
Date: Wed, 18 Mar 2015 15:13:19 +0100
Subject: [Fiware-tech-help] Typeform: New request to FIWARE.AzPDP.Contact
References: <0000014bda63dd5d-292d3a22-f35a-4a77-90cb-14c3ac9b4344-000000@email.amazonses.com>
<1425304997.6685.13.camel@telefonica.com>
<1425465405.5527.4.camel@telefonica.com>
Message-ID:
Hello Alvaro,
Sorry for the delay. The new user guide updated with valid XACML 3.0 examples is available here:
https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Authorization_PDP_-_AuthZForce_-_User_and_Programmers_Guide_%28R4.1%29
The other documentation links on the catalogue have been updated as well:
http://catalogue.fiware.org/enablers/authorization-pdp-authzforce/documentation
Regards,
Cyril
> -----Message d'origine-----
> De : DANGERVILLE Cyril
> Envoy? : mercredi 4 mars 2015 17:00
> ? : Alvaro Vega
> Cc : fiware-tech-help at lists.fi-ware.org
> Objet : RE: Typeform: New request to FIWARE.AzPDP.Contact
>
> Yes, the new 4.1 version is using XACML 3.0 for
> policies/resquests/responses. So you have to convert your policyset to
> XACML 3.0. I will send you the updated User Guide with valid XACML 3.0
> examples. The current user guide on the public wiki is for the previous
> version that was using XACML 2.0.
>
> Regards,
> Cyril
>
> > -----Message d'origine-----
> > De : Alvaro Vega [mailto:alvaro.vegagarcia at telefonica.com]
> > Envoy? : mercredi 4 mars 2015 11:37
> > ? : DANGERVILLE Cyril
> > Cc : fiware-tech-help at lists.fi-ware.org
> > Objet : Re: Typeform: New request to FIWARE.AzPDP.Contact
> >
> > Hi Cyril,
> > It works! I was able to create a new domain:
> > 8659d855-c24e-11e4-bd29-60672094ecb8
> >
> > Now I'm trying to set up a new rule:
> >
> > $ curl -i -H "Accept: application/xml" -H "Content-type:
> > application/xml" -X PUT -d @policyset_example_authz.xml
> > http://localhost:8180/authzforce/domains/8659d855-c24e-11e4-bd29-
> > 60672094ecb8/pap/policySet/
> >
> > But I'm getting a server error:
> >
> > HTTP/1.1 100 Continue
> >
> > HTTP/1.1 500 Internal Server Error
> > Content-Type: text/html
> > Content-Length: 1472
> > Date: Wed, 04 Mar 2015 09:41:06 GMT
> > Connection: close
> >
> > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > xmlns="http://www.w3.org/1999/xhtml">GlassFish Server
> > Open Source Edition 3.1.2.2 - Error report
> > HTTP Status 500 -
type Exception
> > report
message
descriptionThe server
> > encountered an internal error () that prevented it from fulfilling
> > this request.
exception
>
java.lang.NoSuchMethodError:
> >
> javax.ws.rs.BadRequestException.validate(Ljavax/ws/rs/core/Response;Lj
> > a
> >
> vax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response;
<
> > p
> > >note The full stack traces of the exception and its root
> > causes are available in the GlassFish Server Open Source Edition
> > 3.1.2.2 logs.
GlassFish Server Open Source Edition
> > 3.1.2.2
> >
> >
> > And traces:
> > /opt/glassfish3/glassfish/domains/domain1/logs/authzforce/error.log
> >
> > 2015-03-04 10:41:06,970|WARN |http-thread-pool-8180(5)|
> > AbstractJAXBProvider:655|javax.xml.bind.UnmarshalException
> > - with linked exception:
> > [org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 56;
> > cvc-elt.1: Cannot find the declaration of element 'PolicySet'.]
> > at
> >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleStream
> > E
> > xception(UnmarshallerImpl.java:435)
> > at
> >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(U
> > n
> > marshallerImpl.java:372)
> > at
> >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(Un
> > m
> > arshallerImpl.java:342)
> > at
> >
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.unmarshalFromInputSt
> > r
> > eam(JAXBElementProvider.java:263)
> > at
> >
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.doUnmarshal(JAXBElem
> > e
> > ntProvider.java:216)
> > at
> >
> org.apache.cxf.jaxrs.provider.JAXBElementProvider.readFrom(JAXBElement
> > P
> > rovider.java:175)
> > at
> >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBodyReader(JAXRSU
> > t
> > ils.java:1196)
> > at
> >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBody(JAXRSUtils.j
> > a
> > va:1144)
> > at
> >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:
> > 695)
> > at
> >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.jav
> > a
> > :655)
> > at
> > org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:254)
> > at
> > org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:257)
> > at
> > org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:257)
> > at
> > org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:102)
> > at org.apache.cxf.interceptor.ServiceInvokerInterceptor
> > $1.run(ServiceInvokerInterceptor.java:58)
> > at
> >
> org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(Ser
> > v
> > iceInvokerInterceptor.java:94)
> > at
> >
> org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseIntercepto
> > r
> > Chain.java:271)
> > at
> >
> org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitia
> > t
> > ionObserver.java:121)
> > at
> >
> org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractH
> > T
> > TPDestination.java:239)
> > at
> >
> org.apache.cxf.transport.servlet.ServletController.invokeDestination(S
> > e
> > rvletController.java:223)
> > at
> >
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletContr
> > o
> > ller.java:203)
> > at
> >
> org.apache.cxf.transport.servlet.ServletController.invoke(ServletContr
> > o
> > ller.java:137)
> > at
> >
> org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpri
> > n
> > gServlet.java:158)
> > at
> >
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(Abs
> > t
> > ractHTTPServlet.java:243)
> > at
> >
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPut(AbstractHTT
> > P
> > Servlet.java:180)
> > at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:691)
> > at
> >
> org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractH
> > T
> > TPServlet.java:219)
> > at
> >
> org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:
> > 1
> > 550)
> > at
> >
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVa
> > l
> > ve.java:281)
> > at
> >
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextVa
> > l
> > ve.java:175)
> > at
> >
> org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.ja
> > v
> > a:655)
> > at
> >
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
> > 595)
> > at
> >
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.ja
> > v
> > a:161)
> > at
> >
> org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.ja
> > v
> > a:331)
> > at
> >
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
> > 231)
> > at com.sun.enterprise.v3.services.impl.ContainerMapper
> > $AdapterCallable.call(ContainerMapper.java:317)
> > at
> >
> com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerM
> > a
> > pper.java:195)
> > at
> >
> com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:86
> > 0
> > )
> > at
> > com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
> > at
> > com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
> > at
> >
> com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilt
> > e
> > r.java:229)
> > at
> >
> com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProt
> > o
> > colChain.java:137)
> > at
> >
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
> > 104)
> > at
> >
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
> > 90)
> > at
> >
> com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:
> > 7
> > 9)
> > at
> >
> com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTa
> > s
> > k.java:54)
> > at
> >
> com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.j
> > a
> > va:59)
> > at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
> > at com.sun.grizzly.util.AbstractThreadPool
> > $Worker.doWork(AbstractThreadPool.java:532)
> > at com.sun.grizzly.util.AbstractThreadPool
> > $Worker.run(AbstractThreadPool.java:513)
> > at java.lang.Thread.run(Thread.java:745)
> > Caused by: org.xml.sax.SAXParseException; lineNumber: 1;
> columnNumber:
> > 56; cvc-elt.1: Cannot find the declaration of element 'PolicySet'.
> > at
> >
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXP
> > a
> > rseException(ErrorHandlerWrapper.java:198)
> > at
> >
> com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Erro
> > r
> > HandlerWrapper.java:134)
> > at
> >
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(X
> > M
> > LErrorReporter.java:437)
> > at
> >
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(X
> > M
> > LErrorReporter.java:368)
> > at
> >
> com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(X
> > M
> > LErrorReporter.java:325)
> > at
> >
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleSt
> > a
> > rtElement(XMLSchemaValidator.java:1906)
> > at
> >
> com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startEle
> > m
> > ent(XMLSchemaValidator.java:746)
> > at
> >
> com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImp
> > l
> > .startElement(ValidatorHandlerImpl.java:570)
> > at
> >
> com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.startE
> > l
> > ement(ValidatingUnmarshaller.java:101)
> > at
> >
> com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleSta
> > r
> > tElement(StAXStreamConnector.java:246)
> > at
> >
> com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(St
> > A
> > XStreamConnector.java:180)
> > at
> >
> com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(U
> > n
> > marshallerImpl.java:370)
> > ... 49 more
> > |
> >
> > Do you know what is happening?
> > Thanks in advance,
> > ?lvaro Vega
> >
> > On Wed, 2015-03-04 at 00:04 +0100, DANGERVILLE Cyril wrote:
> > > Hello,
> > > Indeed, the documentation on the public wiki has not been updated
> > > yet
> > for release 4.1 (I had instructions not to), although it is very
> close.
> > A few XML namespaces and formats have changed (partly due to shift
> > from XACML 2.0 to 3.0), which seems to be the cause here.
> > > I have attached the latest documentation for release 4.1 as PDF
> > (exported from our private wiki). You will find out that the
> namespace
> > "http://thalesgroup.com/authz/model" used in your request has to be
> > replaced now with "http://thalesgroup.com/authz/model/3.0/resource".
> > >
> > > curl -i -X POST -H "Content-Type: application/xml;charset=UTF-8" \
> > > -d ' >
> xmlns:taz="http://thalesgroup.com/authz/model/3.0/resource">MyDo
> > m
> > ainThis is my
> > domain.' \
> > > -H "Accept: application/xml" \
> > > http://localhost:8180/authzforce/domains/
> > >
> > > Sorry for the trouble. If this is not fixing it, don't hesitate to
> > let me know.
> > >
> > > FYI, the REST API specification is described by WADL here:
> > > http://localhost:8180/authzforce/?_wadl
> > > Some REST clients (e.g. SoapUI) can use that for generating valid
> > requests.
> > >
> > > Regards,
> > > Cyril
> > >
> > > > -----Message d'origine-----
> > > > De : Alvaro Vega [mailto:alvaro.vegagarcia at telefonica.com]
> > > > Envoy? : lundi 2 mars 2015 15:03
> > > > ? : DANGERVILLE Cyril
> > > > Cc : fiware-tech-help at lists.fi-ware.org
> > > > Objet : Re: Typeform: New request to FIWARE.AzPDP.Contact
> > > >
> > > > Hi,
> > > > Regarding with this issue, this is the full data:
> > > >
> > > > GE: Authzforce-fiware-bin-dist-4.1 (from
> > > >
> > http://catalogue.fiware.org/sites/default/files/storage/enablers/aut
> > > > hzf
> > > > orce-fiware-bin-dist-4.1.zip)
> > > >
> > > >
> > > > REQUEST:
> > > > curl -i -X POST -H "Content-Type: application/xml;charset=UTF-8"
> \
> > > > -d ' > > >
> > xmlns:taz="http://thalesgroup.com/authz/model">MyDomain
> > > > > > > scription>This is my domain.' \
> > > > -H "Accept: application/xml" \
> > > > http://localhost:8180/authzforce/domains/
> > > >
> > > >
> > > > RESPONSE:
> > > > HTTP/1.1 500 Internal Server Error
> > > > Content-Type: text/html
> > > > Content-Length: 1472
> > > > Date: Mon, 02 Mar 2015 13:40:55 GMT
> > > > Connection: close
> > > >
> > > > > > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > > > xmlns="http://www.w3.org/1999/xhtml">GlassFish
> Server
> > > > Open Source Edition 3.1.2.2 - Error report
> > > > HTTP Status 500 -
type
> > > > Exception report
message
descriptionThe
> > > > server encountered an internal error () that prevented it from
> > > > fulfilling this request.
exception
> >
java.lang.NoSuchMethodError:
> > > >
> > javax.ws.rs.BadRequestException.validate(Ljavax/ws/rs/core/Response;
> > > > Lja
> > > >
> > vax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response;
> > > > > > > >note The full stack traces of the exception and its
> > > > >root
> > > > causes are available in the GlassFish Server Open Source Edition
> > > > 3.1.2.2 logs.
GlassFish Server Open Source
> Edition
> > > > 3.1.2.2
> > > >
> > > > FULL-
> > > >
> > LOGS::/opt/glassfish3/glassfish/domains/domain1/logs/authzforce/erro
> > > > r.l
> > > > og
> > > >
> > > > 2015-03-02 14:43:41,107|WARN |http-thread-pool-8180(3)|
> > > > AbstractJAXBProvider:655|javax.xml.bind.UnmarshalException
> > > > - with linked exception:
> > > > [org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 39;
> > > > cvc-elt.1: Cannot find the declaration of element
> > 'taz:properties'.]
> > > > at
> > > >
> > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleStre
> > > > amE
> > > > xception(UnmarshallerImpl.java:435)
> > > > at
> > > >
> > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0
> > > > (Un
> > > > marshallerImpl.java:372)
> > > > at
> > > >
> > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(
> > > > Unm
> > > > arshallerImpl.java:342)
> > > > at
> > > >
> > org.apache.cxf.jaxrs.provider.JAXBElementProvider.unmarshalFromInput
> > > > Str
> > > > eam(JAXBElementProvider.java:263)
> > > > at
> > > >
> > org.apache.cxf.jaxrs.provider.JAXBElementProvider.doUnmarshal(JAXBEl
> > > > eme
> > > > ntProvider.java:216)
> > > > at
> > > >
> > org.apache.cxf.jaxrs.provider.JAXBElementProvider.readFrom(JAXBEleme
> > > > ntP
> > > > rovider.java:175)
> > > > at
> > > >
> > org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBodyReader(JAXR
> > > > SUt
> > > > ils.java:1196)
> > > > at
> > > >
> > org.apache.cxf.jaxrs.utils.JAXRSUtils.readFromMessageBody(JAXRSUtils
> > > > .ja
> > > > va:1144)
> > > > at
> > > >
> >
> org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameter(JAXRSUtils.java:
> > > > 695)
> > > > at
> > > >
> > org.apache.cxf.jaxrs.utils.JAXRSUtils.processParameters(JAXRSUtils.j
> > > > ava
> > > > :655)
> > > > at
> > > >
> > org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(J
> > > > AXR
> > > > SInInterceptor.java:238)
> > > > at
> > > >
> > org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.handleMessage(JA
> > > > XRS
> > > > InInterceptor.java:99)
> > > > at
> > > >
> > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseIntercep
> > > > tor
> > > > Chain.java:271)
> > > > at
> > > >
> > org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInit
> > > > iat
> > > > ionObserver.java:121)
> > > > at
> > > >
> > org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(Abstrac
> > > > tHT
> > > > TPDestination.java:239)
> > > > at
> > > >
> > org.apache.cxf.transport.servlet.ServletController.invokeDestination
> > > > (Se
> > > > rvletController.java:223)
> > > > at
> > > >
> > org.apache.cxf.transport.servlet.ServletController.invoke(ServletCon
> > > > tro
> > > > ller.java:203)
> > > > at
> > > >
> > org.apache.cxf.transport.servlet.ServletController.invoke(ServletCon
> > > > tro
> > > > ller.java:137)
> > > > at
> > > >
> > org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSp
> > > > rin
> > > > gServlet.java:158)
> > > > at
> > > >
> > org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(A
> > > > bst
> > > > ractHTTPServlet.java:243)
> > > > at
> > > >
> > org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(Abstract
> > > > HTT
> > > > PServlet.java:163)
> > > > at
> > javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
> > > > at
> > > >
> > org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(Abstrac
> > > > tHT
> > > > TPServlet.java:219)
> > > > at
> > > >
> > org.apache.catalina.core.StandardWrapper.service(StandardWrapper.jav
> > > > a:1
> > > > 550)
> > > > at
> > > >
> > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapper
> > > > Val
> > > > ve.java:281)
> > > > at
> > > >
> > org.apache.catalina.core.StandardContextValve.invoke(StandardContext
> > > > Val
> > > > ve.java:175)
> > > > at
> > > >
> > org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.
> > > > jav
> > > > a:655)
> > > > at
> > > >
> >
> org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:
> > > > 595)
> > > > at
> > > >
> > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.
> > > > jav
> > > > a:161)
> > > > at
> > > >
> > org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.
> > > > jav
> > > > a:331)
> > > > at
> > > >
> >
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
> > > > 231)
> > > > at com.sun.enterprise.v3.services.impl.ContainerMapper
> > > > $AdapterCallable.call(ContainerMapper.java:317)
> > > > at
> > > >
> > com.sun.enterprise.v3.services.impl.ContainerMapper.service(Containe
> > > > rMa
> > > > pper.java:195)
> > > > at
> > > >
> > com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:
> > > > 860
> > > > )
> > > > at
> > > >
> > com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:757)
> > > > at
> > > >
> com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1056)
> > > > at
> > > >
> > com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFi
> > > > lte
> > > > r.java:229)
> > > > at
> > > >
> > com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultPr
> > > > oto
> > > > colChain.java:137)
> > > > at
> > > >
> >
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
> > > > 104)
> > > > at
> > > >
> >
> com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:
> > > > 90)
> > > > at
> > > >
> > com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.jav
> > > > a:7
> > > > 9)
> > > > at
> > > >
> > com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContext
> > > > Tas
> > > > k.java:54)
> > > > at
> > > >
> > com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask
> > > > .ja
> > > > va:59)
> > > > at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
> > > > at com.sun.grizzly.util.AbstractThreadPool
> > > > $Worker.doWork(AbstractThreadPool.java:532)
> > > > at com.sun.grizzly.util.AbstractThreadPool
> > > > $Worker.run(AbstractThreadPool.java:513)
> > > > at java.lang.Thread.run(Thread.java:745)
> > > > Caused by: org.xml.sax.SAXParseException; lineNumber: 1;
> > columnNumber:
> > > > 39; cvc-elt.1: Cannot find the declaration of element
> > 'taz:properties'.
> > > > at
> > > >
> > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSA
> > > > XPa
> > > > rseException(ErrorHandlerWrapper.java:198)
> > > > at
> > > >
> > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(Er
> > > > ror
> > > > HandlerWrapper.java:134)
> > > > at
> > > >
> > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
> > > > (XM
> > > > LErrorReporter.java:437)
> > > > at
> > > >
> > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
> > > > (XM
> > > > LErrorReporter.java:368)
> > > > at
> > > >
> > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError
> > > > (XM
> > > > LErrorReporter.java:325)
> > > > at
> > > >
> > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handle
> > > > Sta
> > > > rtElement(XMLSchemaValidator.java:1906)
> > > > at
> > > >
> > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startE
> > > > lem
> > > > ent(XMLSchemaValidator.java:746)
> > > > at
> > > >
> > com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerI
> > > > mpl
> > > > .startElement(ValidatorHandlerImpl.java:570)
> > > > at
> > > >
> > com.sun.xml.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.star
> > > > tEl
> > > > ement(ValidatingUnmarshaller.java:101)
> > > > at
> > > >
> > com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.handleS
> > > > tar
> > > > tElement(StAXStreamConnector.java:246)
> > > > at
> > > >
> > com.sun.xml.bind.v2.runtime.unmarshaller.StAXStreamConnector.bridge(
> > > > StA
> > > > XStreamConnector.java:180)
> > > > at
> > > >
> > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0
> > > > (Un
> > > > marshallerImpl.java:370)
> > > > ... 45 more
> > > > |
> > > >
> > > > I guess XML provided is wrong defined or uncompleted:
> > > >
> > > > > > > xmlns:taz="http://thalesgroup.com/authz/model">
> > > > MyDomain
> > > > This is my domain.
> > > >
> > > > Could you provide me one right?
> > > >
> > > > Thanks in advance,
> > > > ?lvaro Vega
> > > >
> > > > BTW: I'm pretty sure that your input request form is translating
> > xml
> > > > code.
> > > >
> > > >
> > > > On Mon, 2015-03-02 at 14:31 +0100, DANGERVILLE Cyril wrote:
> > > > > Hello,
> > > > >
> > > > > This form is only for first contact (before you decide to use
> > > > > the
> > > > GE).
> > > > > Would you mind resending your issue to the following mailing
> > list,
> > > > > please?
> > > > >
> > > > > fiware-tech-help at lists.fi-ware.org
> > > > >
> > > > > Please also indicate the version of the GEi you are trying to
> > > > install,
> > > > > and the full stracktrace you got in the logs (not just the
> > > > > first/last exception). Thank you.
> > > > >
> > > > >
> > > > >
> > > > > Then it will be assigned to me by the FIWARE helpdesk and I
> will
> > > > > take care of it.
> > > > >
> > > > > Sorry for the extra effort, but it will be better handled this
> > way.
> > > > > Besides, it seems your XML in the curl request was stripped off
> > > > > (see mail below). I guess you didn?t just send ?'MyDomainThis
> is
> > > > > my domain ? in the request body.
> > > > >
> > > > >
> > > > >
> > > > > Regards,
> > > > >
> > > > > Cyril
> > > > >
> > > > >
> > > > >
> > > > > De : notifications at typeform.com
> > > > > [mailto:notifications at typeform.com]
> > > > > Envoy? : lundi 2 mars 2015 13:09 ? :
> > > > > cyril.dangerville at thalesgroup.com Objet : Typeform: New request
> > > > > to FIWARE.AzPDP.Contact
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Your typeform FIWARE.AzPDP.Contact has a new entry. Here are
> the
> > > > > results:
> > > > >
> > > > > * Please describe the use case for which you intend to
> use
> > the
> > > > > FIWARE Authorization PDP.
> > > > > test
> > > > >
> > > > >
> > > > >
> > > > > * What type of service do you want to control access to?
> > > > > (Protocol, API... e.g. HTTP/REST)
> > > > > rest
> > > > >
> > > > >
> > > > >
> > > > > * You can now formulate your request, at last :)
> > > > > I'm trying to set up authzforce. After configure opendj
> > and
> > > > > deploy authz I'm trying to create a new domain
> following
> > > > > instructions:
> > > > >
> > > >
> > https://forge.fiware.org/plugins/mediawiki/wiki/fiware/index.php/Acc
> > > > ess _Control_-
> > _Installation_and_Administration_Guide#Domain_Creation
> > > > > $ curl -i -X POST -H "Content-Type:
> > > > > application/xml;charset=UTF-8" \
> > > > > -d 'MyDomainThis is my domain.' \
> > > > > -H "Accept: application/xml" \
> > > > > http://localhost:8180/authzforce/domains
> > > > >
> > > > > and the response is:
> > > > > HTTP/1.1 500 Internal Server Error
> > > > > Content-Type: text/html
> > > > > Content-Length: 1472
> > > > > Date: Mon, 02 Mar 2015 12:03:30 GMT
> > > > > Connection: close
> > > > > HTTP Status 500 -
> > > > >
> > > > >
> > > >
> > ____________________________________________________________________
> > > > __
> > > > > type Exception report
> > > > >
> > > > > message
> > > > >
> > > > > descriptionThe server encountered an internal error () that
> > > > > prevented it from fulfilling this request.
> > > > >
> > > > > exception
> > > > >
> > > > > java.lang.NoSuchMethodError:
> > > > >
> > > >
> > javax.ws.rs.BadRequestException.validate(Ljavax/ws/rs/core/Response;
> > > > Lj
> > > > > avax/ws/rs/core/Response$Status;)Ljavax/ws/rs/core/Response;
> > > > >
> > > > > note The full stack traces of the exception and its root causes
> > > > > are available in the GlassFish Server Open Source Edition
> > > > > 3.1.2.2
> > logs.
> > > > >
> > > > >
> > > > >
> > > >
> > ____________________________________________________________________
> > > > __
> > > > > GlassFish Server Open Source Edition 3.1.2.2
> > > > >
> > > > >
> > > > >
> > > > > But in authz traces I've see:
> > > > > 015-03-02 13:03:30,706|WARN |http-thread-pool-8180(4)|
> > > > > AbstractJAXBProvider:655| javax.xml.bind.UnmarshalException
> > > > > - with linked exception:
> > > > > [org.xml.sax.SAXParseException; lineNumber: 1; columnNumber:
> 39;
> > > > > cvc-elt.1: Cann
> > > > > ot find the declaration of element 'taz:properties'.] at
> > > > >
> > com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleSt
> > > > > rea
> > > > > mException(UnmarshallerImpl.java:435)
> > > > >
> > > > > I guess XML provided is wrong:
> > > > > 'MyDomainThis is my domain.'
> > > > >
> > > > > Could you provide me one right?
> > > > > Thanks in advance
> > > > >
> > > > >
> > > > >
> > > > > To complete, please give me some contact information so that we
> > > > > can get back to you.
> > > > >
> > > > > * Your full name (last name last):
> > > > > Alvaro Vega
> > > > >
> > > > >
> > > > >
> > > > > * Your email address:
> > > > > alvaro.vegagarcia at telefonica.com
> > > > >
> > > > >
> > > > >
> > > > > * Name of your organization (company, institution, etc.):
> > > > > Telefonica I+D
> > > > >
> > > > >
> > > > >
> > > > > * Your job function (especially in relation to FIWARE):
> > > > > R&D Engineer
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Have a nice day :)
> > > > > Team Typeform
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > ________________________________
> > > >
> > > > Este mensaje y sus adjuntos se dirigen exclusivamente a su
> > > > destinatario, puede contener informaci?n privilegiada o
> > confidencial
> > > > y es para uso exclusivo de la persona o entidad de destino. Si no
> > es
> > > > usted. el destinatario indicado, queda notificado de que la
> > lectura,
> > > > utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar
> > > > prohibida en virtud de la legislaci?n vigente. Si ha recibido
> este
> > > > mensaje por error, le rogamos que nos lo comunique inmediatamente
> > > > por esta misma v?a y proceda a su destrucci?n.
> > > >
> > > > The information contained in this transmission is privileged and
> > > > confidential information intended only for the use of the
> > individual
> > > > or entity named above. If the reader of this message is not the
> > > > intended recipient, you are hereby notified that any
> > > > dissemination, distribution or copying of this communication is
> > > > strictly prohibited. If you have received this transmission in
> > > > error, do not read it. Please immediately reply to the sender
> that
> > > > you have received this communication in error and then delete it.
> > > >
> > > > Esta mensagem e seus anexos se dirigem exclusivamente ao seu
> > > > destinat?rio, pode conter informa??o privilegiada ou confidencial
> > > > e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ?
> > > > vossa senhoria o destinat?rio indicado, fica notificado de que a
> > > > leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode
> > > > estar proibida em virtude da legisla??o vigente. Se recebeu esta
> > > > mensagem por erro, rogamos-lhe que nos o comunique imediatamente
> > por
> > > > esta mesma via e proceda a sua destrui??o
> >
> >
> > ________________________________
> >
> > Este mensaje y sus adjuntos se dirigen exclusivamente a su
> > destinatario, puede contener informaci?n privilegiada o confidencial
> y
> > es para uso exclusivo de la persona o entidad de destino. Si no es
> > usted. el destinatario indicado, queda notificado de que la lectura,
> > utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar
> > prohibida en virtud de la legislaci?n vigente. Si ha recibido este
> > mensaje por error, le rogamos que nos lo comunique inmediatamente por
> > esta misma v?a y proceda a su destrucci?n.
> >
> > The information contained in this transmission is privileged and
> > confidential information intended only for the use of the individual
> > or entity named above. If the reader of this message is not the
> > intended recipient, you are hereby notified that any dissemination,
> > distribution or copying of this communication is strictly prohibited.
> > If you have received this transmission in error, do not read it.
> > Please immediately reply to the sender that you have received this
> > communication in error and then delete it.
> >
> > Esta mensagem e seus anexos se dirigem exclusivamente ao seu
> > destinat?rio, pode conter informa??o privilegiada ou confidencial e ?
> > para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa
> > senhoria o destinat?rio indicado, fica notificado de que a leitura,
> > utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida
> > em virtude da legisla??o vigente. Se recebeu esta mensagem por erro,
> > rogamos-lhe que nos o comunique imediatamente por esta mesma via e
> > proceda a sua destrui??o
From miguel.carrillopacheco at telefonica.com Wed Mar 18 18:15:52 2015
From: miguel.carrillopacheco at telefonica.com (MIGUEL CARRILLO PACHECO)
Date: Wed, 18 Mar 2015 18:15:52 +0100
Subject: [Fiware-tech-help] Fiware lab is down
In-Reply-To: <550954E5.9050903@eng.it>
References: <550954E5.9050903@eng.it>
Message-ID: <5509B2C8.8030602@telefonica.com>
Dear Daniele Alessandro,
Thanks for taking the trouble to write. It was a programmed maintenance timeslot. This was duly communicated (see attachment). Maybe you registered later or you missed the notification.
Sorry if this caused a problem
Best regards,
Miguel
El 18/03/2015 a las 11:35, Alessandro Daniele escribi?:
Good morning,
as specified in the subject, fiware lab seems to be down.
Best regards,
Daniele Alessandro
--
--
Alessandro Daniele
Developer
[cid:part1.01080202.03030501 at telefonica.com]
SpagoBI Labs
Engineering Group
Corso Stati Uniti, 23/C - 35127 Padua - Italy
Phone: +39 049 8283411
Fax: +39-049.8700272
Skype: alessandro.daniele.eng
www.spagobi.org - www.eng.it
[cid:part4.03030002.00010704 at telefonica.com] Respect the environment. Please don't print this e-mail unless you really need to.
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
_______________________________________________
Fiware-tech-help mailing list
Fiware-tech-help at lists.fi-ware.org
https://lists.fi-ware.org/listinfo/fiware-tech-help
--
Please update your address book with my new e-mail address: miguel.carrillopacheco at telefonica.com
----------------------------------------------------------------------
_/ _/_/ Miguel Carrillo Pacheco
_/ _/ _/ _/ Telef?nica Distrito Telef?nica
_/ _/_/_/ _/ _/ Investigaci?n y Edifico Oeste 1, Planta 6
_/ _/ _/ _/ Desarrollo Ronda de la Comunicaci?n S/N
_/ _/_/ 28050 Madrid (Spain)
Tel: (+34) 91 483 26 77
e-mail: miguel.carrillopacheco at telefonica.com
Follow FIWARE on the net
Website: http://www.fiware.org
Facebook: https://www.facebook.com/eu.fiware
Twitter: http://twitter.com/Fiware
LinkedIn: https://www.linkedin.com/groups/FIWARE-4239932
----------------------------------------------------------------------
________________________________
Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede contener informaci?n privilegiada o confidencial y es para uso exclusivo de la persona o entidad de destino. Si no es usted. el destinatario indicado, queda notificado de que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n puede estar prohibida en virtud de la legislaci?n vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma v?a y proceda a su destrucci?n.
The information contained in this transmission is privileged and confidential information intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this transmission in error, do not read it. Please immediately reply to the sender that you have received this communication in error and then delete it.
Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinat?rio, pode conter informa??o privilegiada ou confidencial e ? para uso exclusivo da pessoa ou entidade de destino. Se n?o ? vossa senhoria o destinat?rio indicado, fica notificado de que a leitura, utiliza??o, divulga??o e/ou c?pia sem autoriza??o pode estar proibida em virtude da legisla??o vigente. Se recebeu esta mensagem por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e proceda a sua destrui??o
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 3639 bytes
Desc: not available
URL:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 1379 bytes
Desc: not available
URL: