Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8983737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:54:53+00:00 2026-06-15T20:54:53+00:00

I am working with oracle GRCC Tcg Application version 8.6.4. I have created business

  • 0

I am working with oracle GRCC Tcg Application version 8.6.4. I have created business object successfully on this Tcg application. After that I have created a model using that business object. While I’m trying to save the model, the following exception arises.

Please help me to clear the exception.

ModelServiceImpl:1262 Validating Model Query ...Supplier Test
2012-10-29 15:34:21,843 ERROR [http-8080-3] ModelAdapter:1485 Value 100.0 is of the data type class java.lang.Double, but should be of data type [DataType: java.lang.Integer Size: 4]
java.lang.IllegalArgumentException: Value 100.0 is of the data type class java.lang.Double, but should be of data type [DataType: java.lang.Integer Size: 4]
        at oracle.apps.grc.common.filter.argument.LiteralArgument.setValue(LiteralArgument.java:152)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.createBinaryFilter(ModelAdapter.java:2654)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.toAbstractFilter(ModelAdapter.java:2524)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.traverseTree(ModelAdapter.java:1639)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.populateModelQuery(ModelAdapter.java:1479)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.populateModelQuery(ModelAdapter.java:1438)
        at oracle.apps.grc.ui.workbench.server.ModelServiceImpl.validateModelQuery(ModelServiceImpl.java:1295)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:562)
        at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:188)
        at oracle.apps.grc.ui.common.server.context.AACGRemoteServiceServlet.processCall(AACGRemoteServiceServlet.java:69)
        at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:224)
        at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at oracle.apps.grc.ui.webapp.servlet.ApplicationResourceRequestFilter.doFilter(ApplicationResourceRequestFilter.java:312)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:662)
2012-10-29 15:34:21,994 DEBUG [http-8080-3] ModelServiceImpl:465 ModelServiceImpl.saveModel(ModelPOJO pModel) : Entering Save Model
2012-10-29 15:34:22,029 ERROR [http-8080-3] ModelAdapter:1485 Value 100.0 is of the data type class java.lang.Double, but should be of data type [DataType: java.lang.Integer Size: 4]
java.lang.IllegalArgumentException: Value 100.0 is of the data type class java.lang.Double, but should be of data type [DataType: java.lang.Integer Size: 4]
        at oracle.apps.grc.common.filter.argument.LiteralArgument.setValue(LiteralArgument.java:152)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.createBinaryFilter(ModelAdapter.java:2654)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.toAbstractFilter(ModelAdapter.java:2524)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.traverseTree(ModelAdapter.java:1639)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.populateModelQuery(ModelAdapter.java:1479)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.populateModelQuery(ModelAdapter.java:1438)
        at oracle.apps.grc.ui.widget.server.grccmodel.adapters.ModelAdapter.domainModelForDS(ModelAdapter.java:1075)
        at oracle.apps.grc.ui.workbench.server.ModelServiceImpl.saveModel(ModelServiceImpl.java:494)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:562)
        at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:188)
        at oracle.apps.grc.ui.common.server.context.AACGRemoteServiceServlet.processCall(AACGRemoteServiceServlet.java:69)
        at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:224)
        at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at oracle.apps.grc.ui.webapp.servlet.ApplicationResourceRequestFilter.doFilter(ApplicationResourceRequestFilter.java:312)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
        at java.lang.Thread.run(Thread.java:662)


Thank you in advance..
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T20:54:54+00:00Added an answer on June 15, 2026 at 8:54 pm

    The above problem will solved.it just an tomcat error.i just restarted my tomcat server the exception will be gone..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working with oracle GRCC Tcg Application version 8.6.4. I have created business
I have a working custom UserNamePasswordValidator that calls into my Oracle DB. This class
I am working on an application that created by oracle forms(6i). I try to
I am working on an application that uses Oracle's built in authentication mechanisms to
I am working on Oracle. I have this large property-indexer table ( THE_TABLE ),
I have faced this problem when working with ORACLE 10g. I read the answers
I am working on Oracle SQL Developer and have created tables with Wikipedia data,
I have this RTRIM and REGEXP function in Oracle SQL query which is working
I'm working with oracle for the first time, and I have a table called
I am working Oracle 10g. I am running this pl/sql block Declare cursor Get_Data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.