Slaxmi Raj

Ranch Hand
+ Follow
since Apr 20, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Slaxmi Raj

I tried to log in my app using Gmail log in Authentication using web view, when i run using emulator always shows the web page is not available.Please find the attached screen shoot.I do not understand how this comes, please any body suggest me how to get gmail log in authentication and user token. Thanks in advance Here is my code.

10 years ago
Thank you for your reply,
First of all i called async task to load image from url,at that time while loading image scroll was strucked(up/down), after that i applied image loading lib like Picassa and nostal image loading lib etc, no result at all, I Observed gmail/facebook/twitter home page shows number of user images , profile details etc including very smooth and fast scroll .
Iam unable to guess how they developed that.Please suggest me how can i impress the end user by giving such smooth and fast scroll in the newsfeed page.
Thanks in advance
10 years ago
I am new to android,I have task to do the functionality exactly like Facebook/twitter news feed page. In this page i have to load user images, user details comments etc, and scroll should be very smooth and while reaching end of the page have load more items, I applied list view for this , but the problem is scroll performance is very very poor.Any body please suggest me how can i do this task. Thanks in advance.
10 years ago
Hi to all

I have task to load more items while scrolling down list view.List view items contains images , titles etc.
First of all i used only list view to load more items , it was successfully worked, but the scroll experience is the very very poor, so to scroll fast i kept list view inside scroll view.Now the problem is while scrolling down list is not able to load more items. I applied so many solutions but all are failed. I am searching for this past two days.if anybody knows the solutions for "Load more items using list view inside scroll view", please help me
Thank you.
10 years ago
Hi
Iam unable to open image.svs in jsp, please any one give me suggestions how to work with SVS images in jsp?

Thank you.
12 years ago
JSP
Hi
could any one tell me

where to get jmx-console.war in jbossas7.1.1final and how to deploy .war file in jbossas7.1.1final ?



Thanks in advance
12 years ago
Thank you saahil gupta for your reply. i tried
http://localhost:8080/HelloWorld

but the same error

HTTP Status 404 - /HelloWorld

type Status report

message /HelloWorld

description The requested resource (/HelloWorld) is not available.

JBoss Web/7.0.13.Final



Thank you Swastik Dey for your reply. i created a package called com added package statement in java class and this time also getting the same error.


would you people suggest me any other options ?

Thank you.




12 years ago
Hi

can any one tell me how to get the jmx console in jboss 7.1.1final?

Thanks in advance.


12 years ago
Hi,
I would like deploy a simple servlet injboss-as-7.1.1.Final (Brontes), my war file was deployed successfully but when i run my localhost getting HTTP Status 404 error. unable to trace the error in the configuration.
please find the below deployment structure.

Hello.war--->WEB-INF{(classes--->HelloWorld.class),(web.xml)}



I deployed Hello.war in D:\jboss-as-7.1.1.Final (Brontes)\jboss-as-7.1.1.Final\standalone\deployments\Hello.war, it was successfully deployed after that in the browser
http://localhost:8080/Hello/ it shows the error like this.

HTTP Status 404 - /Hello/

type Status report

message /Hello/

description The requested resource (/Hello/) is not available.

JBoss Web/7.0.13.Final




and my java class ,

Helloworld.java



web.xml



please any one tell me how to deploy servlet in jboss 7.1.1 final


Thanks in advance.
12 years ago
Thank you for your reply.
i have increased the size by

1gb

, but getting the same error, is there any other way to reduce.?
12 years ago
Hi , when i try to read the excel file contains 2 sheets, getting the error after printing some records, please find the below error , please any one send me how to resolve this.

Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.lang.StringBuffer.toString(Unknown Source)
at org.apache.poi.xssf.usermodel.XSSFRichTextString.utfDecode(XSSFRichTextString.java:496)
at org.apache.poi.xssf.usermodel.XSSFRichTextString.getString(XSSFRichTextString.java:297)
at org.apache.poi.xssf.usermodel.XSSFCell.getStringCellValue(XSSFCell.java:247)
at $21_09_2012.DataLoad.getSheetValues(DataLoad.java:91)
at $21_09_2012.DataLoad.ReadSheet(DataLoad.java:43)
at $21_09_2012.DataLoad.main(DataLoad.java:119)


thank you.
12 years ago
Hi ,
when i try to read excel file ,i am getting the errors and please fine below error and my java class and excel file contains 7 sheets and each sheet have nearly 20,000 records, please any one help me how resolve the heap issue in eclipse.

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at org.apache.xmlbeans.impl.store.Cur.createElementXobj(Cur.java:257)
at org.apache.xmlbeans.impl.store.Cur$CurLoadContext.startElement(Cur.java:2992)
at org.apache.xmlbeans.impl.store.Locale$SaxHandler.startElement(Locale.java:3198)
at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.reportStartTag(Piccolo.java:1082)
at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseOpenTagNS(PiccoloLexer.java:1473)
at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseTagNS(PiccoloLexer.java:1362)
at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseXMLNS(PiccoloLexer.java:1293)
at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.parseXML(PiccoloLexer.java:1261)
at org.apache.xmlbeans.impl.piccolo.xml.PiccoloLexer.yylex(PiccoloLexer.java:4808)
at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yylex(Piccolo.java:1290)
at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.yyparse(Piccolo.java:1400)
at org.apache.xmlbeans.impl.piccolo.xml.Piccolo.parse(Piccolo.java:714)
at org.apache.xmlbeans.impl.store.Locale$SaxLoader.load(Locale.java:3439)
at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1270)
at org.apache.xmlbeans.impl.store.Locale.parseToXmlObject(Locale.java:1257)
at org.apache.xmlbeans.impl.schema.SchemaTypeLoaderBase.parse(SchemaTypeLoaderBase.java:345)
at org.openxmlformats.schemas.spreadsheetml.x2006.main.WorksheetDocument$Factory.parse(Unknown Source)
at org.apache.poi.xssf.usermodel.XSSFSheet.read(XSSFSheet.java:137)
at org.apache.poi.xssf.usermodel.XSSFSheet.onDocumentRead(XSSFSheet.java:129)
at org.apache.poi.xssf.usermodel.XSSFWorkbook.onDocumentRead(XSSFWorkbook.java:269)
at org.apache.poi.POIXMLDocument.load(POIXMLDocument.java:159)
at org.apache.poi.xssf.usermodel.XSSFWorkbook.<init>(XSSFWorkbook.java:190)
at $21_09_2012.DataLoad.ReadSheet(DataLoad.java:32)
at $21_09_2012.DataLoad.main(DataLoad.java:117)


and my java code

Thank you
12 years ago
Thank you for your reply..
please tell me what are the jar files i have to add.
thank you.
Hai , i am trying to read excel file ,but getting compilation error when passing file path.please any one help how to reduce the error.
Error:

Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The constructor XSSFWorkbook(FileInputStream) is undefined