Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

CQL Error on deployment of 5 Create a Fraud Detection Application with EDN Adapters

Ahmadin-OracleDec 24 2014

I followed getting started document (chapter 5) 5 Create a Fraud Detection Application with EDN Adapters. When I tried to deploy it, I got the following errors. Anybody can help pinpoint why this is a problem?


Thanks.

<code>

<Dec 24, 2014 6:27:57 AM PST> <Notice> <Deployment> <BEA-2045000> <The application bundle "FraudOEPApplication.FraudCheck" was deployed successfully to file:/scratch/lcadmin/cep12c/user_projects/domains/oep_domain/oepserver/applications/FraudOEPApplication.FraudCheck/FraudOEPApplication.FraudCheck.jar with version 1419431277499>

<Dec 24, 2014 6:27:58 AM PST> <Warning> <CQLServerTrace> <BEA-000000> <Invalid symbolic expression. Probable causes are: "There is no symbol named com", or "Attribute name com is invalid for STREAM or RELATION or VIEW.", or "Types com.oracle.oep.FraudCheckRequest.class and com.oracle.oep.FraudCheckRequest not found when referencing constructor or static method.">

<Dec 24, 2014 6:27:58 AM PST> <Warning> <CQLServerTrace> <BEA-000000> <Invalid call to function or constructor: cast. Probable causes are: "Probable causes are: There is no symbol named com, or Attribute name com is invalid for STREAM or RELATION or VIEW., or Types com.oracle.oep.FraudCheckRequest.class and com.oracle.oep.FraudCheckRequest not found when referencing constructor or static method..", or "Error while handling member access to complex type. Constructor cast of type cast not found.>

<Dec 24, 2014 6:27:58 AM PST> <Warning> <CQLServerTrace> <BEA-000000> <Invalid call to function or constructor: cast. Probable causes are: "Probable causes are: There is no symbol named com, or Attribute name com is invalid for STREAM or RELATION or VIEW., or Types com.oracle.oep.FraudCheckRequest.class and com.oracle.oep.FraudCheckRequest not found when referencing constructor or static method..", or "Error while handling member access to complex type. Constructor cast of type cast not found.", or "Probable causes are: Probable causes are: There is no symbol named com, or Attribute name com is invalid for STREAM or RELATION or VIEW., or Types com.oracle.oep.FraudCheckRequest.class and com.oracle.oep.FraudCheckRequest not found when referencing constructor or static method.., or Error while handling member access to complex type. Constructor cast of type cast not found..>

<Dec 24, 2014 6:27:58 AM PST> <Emergency> <CQLServer> <BEA-000000> <CREATE VIEW FraudView AS

          select S.properties as properties,

            cast@java(S.javaContent,

            com.oracle.oep.FraudCheckRequest.class).getOrderNumber() as orderNumber,

            cast@java(S.javaContent,

            com.oracle.oep.FraudCheckRequest.class).getEmail() as email,

            cast@java(S.javaContent,

            com.oracle.oep.FraudCheckRequest.class).getTotalAmount() as totalAmount

          from ednInputChannel as S

        >

<Dec 24, 2014 6:27:58 AM PST> <Emergency> <CQLServer> <BEA-000000> <CREATE VIEW FraudView AS

          select S.properties as properties,

            >>cast<<@java(S.javaContent,

            com.oracle.oep.FraudCheckRequest.class).getOrderNumber() as orderNumber,

            cast@java(S.javaContent,

            com.oracle.oep.FraudCheckRequest.class).getEmail() as email,

            cast@java(S.javaContent,

            com.oracle.oep.FraudCheckRequest.class).getTotalAmount() as totalAmount

          from ednInputChannel as S

Invalid call to function or constructor: cast. Verify function or constructor for complex type exists, is not ambiguous, and has the correct number of parameters.>

<Dec 24, 2014 6:27:58 AM PST> <Emergency> <CQLServerTrace> <BEA-000000> <oracle.cep.metadata.MetadataException: Invalid call to function or constructor: cast>

<Dec 24, 2014 6:27:58 AM PST> <Error> <CQLProcessor> <BEA-000000> <Failed to create statement [FraudView].

Invalid statement: "select S.properties as properties,

</code>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 21 2015
Added on Dec 24 2014
0 comments
659 views