mmslib-devel Mailing List for mmslib
Status: Alpha
Brought to you by:
koobla
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
|
From: Leonardo A. <lad...@al...> - 2009-11-02 17:12:00
|
Good Morning,
I'm getting the following error message, when I execute the sendmms command.
Exception in thread "main" java.lang.NullPointerException
at net.sourceforge.jmmslib.MmsMessage.isDeliveryReportEnabled(Unknown Source)
at net.sourceforge.jmmslib.MmsEncoder.encodeMessage(Unknown Source)
at net.sourceforge.jmmslib.sendmms.SendMms.buildMMS(SendMms.java:204)
at net.sourceforge.jmmslib.sendmms.SendMms.main(SendMms.java:423)
If I quote line 204
Line 204 -> this.encodedMms = mmse.encodeMessage();
Execution continues but stops later at the error mentioned on e-mal below.
Does it make sense to quote line 204? What is that line for?
Regards,
Leonardo
----- Original Message -----
From: Leonardo Adarmes
To: mms...@li... ; con...@al...
Sent: Monday, November 02, 2009 1:14 AM
Subject: JMmsLib Unnkown Exeption
Hi,
I'm currently trying to send an mms using the JmmsLib but I get the following error when I try to send the mms using the same IP Address I have configured and working on my mobile to send mms (200.35.64.73)
java.net.UnknownHostException: "200.35.64.73"
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
at java.net.InetAddress.getAddressFromNameService(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at net.sourceforge.jwap.WAPClient.<init>(Unknown Source)
at net.sourceforge.jmmslib.sendmms.SendMms.sendMMS(SendMms.java:215)
at net.sourceforge.jmmslib.sendmms.SendMms.main(SendMms.java:434)
214 private void sendMMS(String wapGatewayHost, int wapGatewayPort, String servlet) throws IllegalStateException, IOException, MmsDecoderException, MmsMessageException {
215 WAPClient wapClient = new WAPClient(wapGatewayHost, wapGatewayPort); //THIS LINE
216 PostRequest request = new PostRequest(servlet);
My current settings on the file sendmms.properties are:
APN: mms.movistar.ve
Login: <vacío>
Pass: <vacío>
#IP address of the wap gateway
waphost="200.35.64.73"
#Port number of the wap gateway
wapport=9001
#Servlet through which send the mms
mmsservlet=http://mms.movistar.com.ve:8088/mms
#Define the sender
sender=
When I execute the SendMms.class with the arguments "+584241781303 -t example_text" I get the error described above.
Any thougts? I would really aprreciate if you can provide me some help on this.
Regards,
Leonardo |
|
From: Leonardo A. <lad...@al...> - 2009-11-02 06:50:04
|
Hi,
I'm currently trying to send an mms using the JmmsLib but I get the following error when I try to send the mms using the same IP Address I have configured and working on my mobile to send mms (200.35.64.73)
java.net.UnknownHostException: "200.35.64.73"
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
at java.net.InetAddress.getAddressFromNameService(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at net.sourceforge.jwap.WAPClient.<init>(Unknown Source)
at net.sourceforge.jmmslib.sendmms.SendMms.sendMMS(SendMms.java:215)
at net.sourceforge.jmmslib.sendmms.SendMms.main(SendMms.java:434)
214 private void sendMMS(String wapGatewayHost, int wapGatewayPort, String servlet) throws IllegalStateException, IOException, MmsDecoderException, MmsMessageException {
215 WAPClient wapClient = new WAPClient(wapGatewayHost, wapGatewayPort); //THIS LINE
216 PostRequest request = new PostRequest(servlet);
My current settings on the file sendmms.properties are:
APN: mms.movistar.ve
Login: <vacío>
Pass: <vacío>
#IP address of the wap gateway
waphost="200.35.64.73"
#Port number of the wap gateway
wapport=9001
#Servlet through which send the mms
mmsservlet=http://mms.movistar.com.ve:8088/mms
#Define the sender
sender=
When I execute the SendMms.class with the arguments "+584241781303 -t example_text" I get the error described above.
Any thougts? I would really aprreciate if you can provide me some help on this.
Regards,
Leonardo |
|
From: Anjana F. <laf...@gm...> - 2006-07-14 07:09:25
|
Hi, I was going through the mmslib library , and I couldn't find any documentation or a user guide to work with , the example " Getter " and " Sender " helped a little , but it's a little unclear to me, for example how do listen for incoming MMS messages , the " Getter " example uses a "uriToGet" to receive the message. But how do I get the "uriToGet" value ? .. If someone could assist me on how to get that or could provide with some sample code .. I would greatly appreciate it .. Thanks in advance, Anjana. |
|
From: Anjana F. <laf...@gm...> - 2006-07-11 03:33:40
|
Hi, I want to know if the Nokia 6230i with a data cable can be used to send MMS through MMSlib. Thanks and Regards, L.A Fernando. |
|
From: Vasanthi N. <vas...@gm...> - 2005-08-06 09:58:09
|
Hi, Am interested to know more about MMSlib. Is there such a MMS lib available in windows? Please let me know more about MMSC. If i have a GPRS modem, do i need MMSC, If so how do i get it Waiting for your reply Thanks, Vasanthi |
|
From: Simon V. <vo...@so...> - 2004-12-22 07:57:50
|
Hi all, welcome to the mmslib-devel list. It is intended for general discussion, bug reports and development alike. Simon --=20 _______________________________________________________________________ Dr. Simon Vogl Institut f=C3=BCr Pervasive Computing, Johannes Kepler Universit=C3=A4t L= inz Altenberger Stra=C3=9Fe 69, A-4040 Linz, Austria Tel: +43 732 2468-8517, Fax: +43 732 2468-8426 mailto: vo...@so..., http://www.soft.uni-linz.ac.at/ |