karnakar achuta

Greenhorn
+ Follow
since Oct 17, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by karnakar achuta

Hi,every body



Am using gsm modem in my project previously my linux is 32bit with 32 bit jvm of sun that time there was no problem at the time of working with gsm modem port .But now am using 64bit linux then 32bit files are not supporting to communicate with gsm modem port .How can i get java communication api for unix 64bit ,64bit jvm of sun.please any body help me ...i am searching in sun/oracle also for downloading java communication files of 64bit jvm but i didn't get the link... i need bellow java communication api files.



ex:1)libLinuxSerialParallel.so

2)javax.comm.properties

3)comm.jar

4)commtest.jar
10 years ago
Hi,every body

Am using gsm modem in my project previously my linux is 32bit with 32 bit jvm of sun that time there was no problem at the time of working with gsm modem port .But now am using 64bit linux then 32bit files are not supporting to communicate with gsm modem port .How can i get java communication api for unix 64bit ,64bit jvm of sun.please any body help me ...i am searching in sun/oracle also for downloading java communication files of 64bit jvm but i didn't get the link... i need bellow java communication api files.

ex:1)libLinuxSerialParallel.so
2)javax.comm.properties
3)comm.jar
4)commtest.jar
10 years ago
thank you Tim Hollyway
10 years ago
JSF
Hi. Am facing problem with mobi:dateSpinner component date value ....when i am setting date value to the date spinner if this date is ,but at the time of displaying mobi:dateSpinner is displaying one day less than the date which was we setted from the backing bean...for example

from the backing bean am setting value like ...bellow

.xhtml is:

please any body help me
10 years ago
JSF
Hi. am facing problem with calling of valuechangeListener of mobi:DateSpinner.in this case if am changing any date value of this datespinner it is not calling its appropriate valuechangeListener....but if am changing value for datespinner and next click on any mobi:button that time datespinner's valuechange listener is calling...please any body help me..

.xhtml:
<mobi:dateSpinner id="daterender" binding="#{mobi_backing_energydata_viewenergydata.energyFromDateAndTime}" valueChangeListener="#{mobi_backing_energydata_viewenergydata.fromDateListener}">
<f:convertDateTime type="date" pattern="dd-MM-yyyy" />
<f:ajax ></f:ajax>
</mobi:dateSpinner>


.java:

public x class{
private DateSpinner energyFromDateAndTime;

public x(){

}
public void fromDateListener(ValueChangeEvent event) {

System.out.println("========= this is from fromdatelistener==============");
}


public DateSpinner getEnergyFromDateAndTime() {
return energyFromDateAndTime;
}

public void setEnergyFromDateAndTime(DateSpinner energyFromDateAndTime) {
this.energyFromDateAndTime = energyFromDateAndTime;
}
10 years ago
JSF
Hi. Jesper de Jong i am working on Linux 64bit,i was copied this file in to sftp://192.168.10.18/usr/lib now it is giving exception like bellow please help me.

GTW: modem.com1: Opening: /dev/ttyS0 @9600
18:32:40,055 ERROR [stderr] (Thread-72) Error loading LinuxSerialParallel: java.lang.UnsatisfiedLinkError: /usr/lib/libLinuxSerialParallel.so: /usr/lib/libLinuxSerialParallel.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
18:32:40,069 ERROR [stderr] (Thread-72) Exception in thread "Thread-72" java.lang.UnsatisfiedLinkError: com.sun.comm.Unix.isDevLink(Ljava/lang/String;)Z
18:32:40,071 ERROR [stderr] (Thread-72) at com.sun.comm.Unix.isDevLink(Native Method)
18:32:40,072 ERROR [stderr] (Thread-72) at com.sun.comm.PathBundle.add(PathBundle.java:108)
18:32:40,076 ERROR [stderr] (Thread-72) at com.sun.comm.PlatformPortBundle.<init>(PlatformPortBundle.java:44)
18:32:40,077 ERROR [stderr] (Thread-72) at javax.comm.CommPortIdentifier.<clinit>(CommPortIdentifier.java:138)
18:32:40,078 ERROR [stderr] (Thread-72) at java.lang.Class.forName0(Native Method)
18:32:40,079 ERROR [stderr] (Thread-72) at java.lang.Class.forName(Class.java:190)
18:32:40,080 ERROR [stderr] (Thread-72) at com.prapansol.solar.prapanSMS.org.smslib.helper.CommPortIdentifier.<clinit>(CommPortIdentifier.java:66)
18:32:40,083 ERROR [stderr] (Thread-72) at com.prapansol.solar.prapanSMS.org.smslib.modem.SerialModemDriver.connectPort(SerialModemDriver.java:69)
18:32:40,084 ERROR [stderr] (Thread-72) at com.prapansol.solar.prapanSMS.org.smslib.modem.AModemDriver.connect(AModemDriver.java:114)
18:32:40,085 ERROR [stderr] (Thread-72) at com.prapansol.solar.prapanSMS.org.smslib.modem.ModemGateway.startGateway(ModemGateway.java:189)
18:32:40,086 ERROR [stderr] (Thread-72) at com.prapansol.solar.prapanSMS.org.smslib.Service$1Starter.run(Service.java:276)
10 years ago
Sorry yar this is the right place to ask this question or not i dnt know please anybody help me

GTW: modem.com1: Starting gateway, using Huawei E160 AT Handler.
14:05:13,975 INFO [stdout] (Thread-76) Connecting to port
14:05:13,975 INFO [smslib] (Thread-76) GTW: modem.com1: Opening: /dev/ttyS0 @9600
14:05:14,014 ERROR [stderr] (Thread-76) Error loading LinuxSerialParallel: java.lang.UnsatisfiedLinkError: no LinuxSerialParallel in java.library.path
14:05:14,019 ERROR [stderr] (Thread-76) Exception in thread "Thread-76" java.lang.UnsatisfiedLinkError: com.sun.comm.Unix.isDevLink(Ljava/lang/String;)Z
14:05:14,020 ERROR [stderr] (Thread-76) at com.sun.comm.Unix.isDevLink(Native Method)
14:05:14,020 ERROR [stderr] (Thread-76) at com.sun.comm.PathBundle.add(PathBundle.java:108)
14:05:14,020 ERROR [stderr] (Thread-76) at com.sun.comm.PlatformPortBundle.<init>(PlatformPortBundle.java:44)
14:05:14,020 ERROR [stderr] (Thread-76) at javax.comm.CommPortIdentifier.<clinit>(CommPortIdentifier.java:138)
14:05:14,020 ERROR [stderr] (Thread-76) at java.lang.Class.forName0(Native Method)
14:05:14,021 ERROR [stderr] (Thread-76) at java.lang.Class.forName(Class.java:190)
14:05:14,021 ERROR [stderr] (Thread-76) at com.prapansol.solar.prapanSMS.org.smslib.helper.CommPortIdentifier.<clinit>(CommPortIdentifier.java:66)
14:05:14,021 ERROR [stderr] (Thread-76) at com.prapansol.solar.prapanSMS.org.smslib.modem.SerialModemDriver.connectPort(SerialModemDriver.java:69)
14:05:14,021 ERROR [stderr] (Thread-76) at com.prapansol.solar.prapanSMS.org.smslib.modem.AModemDriver.connect(AModemDriver.java:114)
14:05:14,021 ERROR [stderr] (Thread-76) at com.prapansol.solar.prapanSMS.org.smslib.modem.ModemGateway.startGateway(ModemGateway.java:189)
14:05:14,022 ERROR [stderr] (Thread-76) at com.prapansol.
10 years ago
Hi. i am facing problem with <ice:selectManyMenu> i.e if it is having values like ALL,IA,IB,IC,ID....., first time if we click on any value the valueChangeListener of thie <ice:selectManyMenu> not calling ,,,,if select any item then second time onwards listener is calling..but i want first time listener call please any body help me.

.xhtml is:

<ice:selectManyMenu id="sectionselectonemenu" partialSubmit="true" style="height: 60px; width: 60px; margin-left: 15px" binding="#{backing_frmSectionWiseComparision_Sub.sectionselectmanymenu}" valueChangeListener="#{backing_frmSectionWiseComparision_Sub.sectionvaluechangelistenser}">

<f:selectItem itemLabel="ALL" itemValue="ALL"/>
<f:selectItems value="#{backing_frmSectionWiseComparision_Sub.sectionmap}"/>

</ice:selectManyMenu>
10 years ago
JSF