Giter Club home page Giter Club logo

i-ticket's People

i-ticket's Issues

Force Close displaying while deleting "Miscellaneous files",unfortunately, Settings has stopped displayed.

What steps will reproduce the problem?
[Precondition]
Tablets only
Settings shortcut ->Display should be in Home screen.
[Steps]
1.Settings > Storage > Miscellanoeous files > Tap any one > Select all
2.Tap Home key > Display > Tap Storage > Miscellaneous files > Tap one > Select 
all 
3.Delete > Long tap Home > Tap Settings > Observe screen > Rotate screen > Tap 
Delete icon
4.Observe action


What is the expected output? What do you see instead?
Force Close should not displayed. Settings Miscellaneous should work fine.      

What version of the product are you using? On what operating system?
Android  Tablet  : OS version 4.2.2.

Please provide any additional information below.
Following is code snippets of MiscFilesHandler.java :
if (checkedCount > mDataCount) {
                    throw new IllegalStateException("checked item counts do not match. " +
                            "checkedCount: " + checkedCount + ", dataSize: " + mDataCount);
                }
This exception is thrown deliberately when the list count is greater than the 
available data.But no such handling is done to prevent exception. In such 
scenario this condition comes true because two instances of settings are 
working and both resumes them.
While changing Code of This file we are getting side effects.Please,provide any 
solution to this issue. Thanks

Original issue reported on code.google.com by [email protected] on 2 Jul 2013 at 5:58

i-ticket broken on grails 1.0.2

What steps will reproduce the problem?
1. installed grails 1.0.2
2. updated i-ticket to grails 1.0.2

What is the expected output? What do you see instead?
a lot of exceptions....

What version of the product are you using? On what operating system?
Linux, JDK 1.5

Original issue reported on code.google.com by [email protected] on 7 Apr 2008 at 3:30

User table not created in MS SQL database. Conflict on the use of 'User'

What steps will reproduce the problem?
1. configure the DataSource.groovy to connect to MS SQL driver
2. run the application 

What is the expected output? What do you see instead?
System throw the following error:
org.springframework.dao.InvalidDataAccessResourceUsageException: could not 
execute query; 
org.springframework.dao.InvalidDataAccessResourceUsageException: could not 
execute query; 
SQL [select this_.id as id19_0_, this_.version as version19_0_, this_. email as 
email19_0_, 
this_.firstName as firstName19_0_, this_.lastName as lastName19_0_, this_.login 
as login19_0_, 
this_.password as password19_0_, this_.role_id as role8_19_0_ from User this_ 
where this_.login=?]; 
nested exception is org.hibernate.exception.SQLGrammarException: could not 
execute query 

What version of the product are you using? On what operating system?
Groovy: 1.7.5
Grails: 1.3.6
Database SQL 2008

Please provide any additional information below.
The problem was caused by the word 'User' being a reserved word for MS SQL 
2008. Solution is to add a mapping for domain 'User' so that the User table is 
mapped to another name, says, appuser.

See my exmaple domail file for User.  

Original issue reported on code.google.com by [email protected] on 5 Feb 2011 at 8:42

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.