Re: [kaffe] Problem with Jetty

2003-11-16 Thread Dalibor Topic
Hi Helmer,

Helmer Krämer wrote:
On Thu, 6 Nov 2003 09:06:32 -0800
Jim Pick [EMAIL PROTECTED] wrote:
Hi,


: == Syed Mudasir ahmed [EMAIL PROTECTED] writes:
:i am try to set up jetty web server
: when i run the following command i get the following
: error
: --- Error ---
: kaffe -jar start.jar etc/demo.xml
Which version of kaffe are you using?

Here on my machine, Jetty-4.2.12 works fine with the CVS
version of kaffe whose ChangeLog head is:
  2003-10-22  Ito Kazumitsu [EMAIL PROTECTED]
There has been some regression with the latest CVS (x86), Jetty 4.2.9
starts for me, but it can't find the default webpage:
 http://localhost:8825/jetty/index.html

I've got this in the logs:

09:00:53.872 WARN!! Error 404 while serving error page for 404

It worked before - if nobody else gets to it, I'll try to chase it down
in the next few days...


the problem is that classpath's gnu.java.net.protocol.file.Connection
doesn't override getPermission.
Thanks for the hint. I've checked in a fix to the CVS.

cheers,
dalibor topic
___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] Problem with Jetty

2003-11-06 Thread Jim Pick
On Thu, 06 Nov 2003 01:45:43 +0900
Ito Kazumitsu [EMAIL PROTECTED] wrote:

 Hi,
 
  : == Syed Mudasir ahmed [EMAIL PROTECTED] writes:
 
 :i am try to set up jetty web server
 : when i run the following command i get the following
 : error
 : --- Error ---
 : kaffe -jar start.jar etc/demo.xml
 
 Which version of kaffe are you using?
 
 Here on my machine, Jetty-4.2.12 works fine with the CVS
 version of kaffe whose ChangeLog head is:
2003-10-22  Ito Kazumitsu [EMAIL PROTECTED]

There has been some regression with the latest CVS (x86), Jetty 4.2.9
starts for me, but it can't find the default webpage:

  http://localhost:8825/jetty/index.html

I've got this in the logs:

09:00:53.872 WARN!! Error 404 while serving error page for 404

It worked before - if nobody else gets to it, I'll try to chase it down
in the next few days...

Cheers,

 - Jim

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


[kaffe] Problem with Jetty

2003-11-05 Thread Syed Mudasir ahmed
hi, 
   i am try to set up jetty web server
when i run the following command i get the following
error
--- Error ---
kaffe -jar start.jar etc/demo.xml
18:51:06.389 EVENT  Checking Resource aliases
18:51:09.937 EVENT  Starting Jetty/4.2.x
18:51:09.988 EVENT  Started
[EMAIL PROTECTED]
18:51:10.233 EVENT  Started
ServletHttpContext[/cgi-bin]
18:51:10.307 EVENT  Started ServletHttpContext[/demo]
18:51:10.579 EVENT  Started
WebApplicationContext[/examples,Tomcat Examples]
18:51:10.582 EVENT  ContextListener:
contextInitialized()
18:51:10.585 EVENT  SessionListener:
contextInitialized()
18:51:10.947 EVENT  ContextListener:
attributeAdded('javax.servlet.context.tempdir',
'/tmp/Jetty__8080__examples')
18:51:11.270 EVENT  Started
ServletHttpContext[/javadoc]
18:51:11.479 EVENT  setStatsOn true for
WebApplicationContext[/jetty,Jetty Demo]
18:51:11.494 EVENT  Started
WebApplicationContext[/jetty,Jetty Demo]
18:51:11.734 EVENT  Started
WebApplicationContext[/,Jetty Demo Root]
18:51:11.806 EVENT  Started SocketListener on
0.0.0.0:8080
18:51:11.809 EVENT  Started AJP13Listener on
0.0.0.0:8009
18:51:11.810 EVENT  NOTICE: AJP13 is not a secure
protocol. Please protect the port 0.0.0.0:8009
18:51:11.812 EVENT  Started
[EMAIL PROTECTED]
kaffe-bin: exception.c:306: dispatchException:
Assertion `!intsDisabled()' failed.
Aborted
-- End of error --

Can some one give me a pointer about this
thanks in advance
Syed Mudasir Ahmed

--- [EMAIL PROTECTED] wrote:
 Send kaffe mailing list submissions to
   [EMAIL PROTECTED]
 
 To subscribe or unsubscribe via the World Wide Web,
 visit
   http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
 or, via email, send a message with subject or body
 'help' to
   [EMAIL PROTECTED]
 
 You can reach the person managing the list at
   [EMAIL PROTECTED]
 
 When replying, please edit your Subject line so it
 is more specific
 than Re: Contents of kaffe digest...
 
 
 Today's Topics:
 
1. Re: some IPv6-related problem? (Ito Kazumitsu)
2. Mysql  Trouble! (caioli)
3. List of wanted test hardware? (S.
 Meslin-Weber)
4. Re: some IPv6-related problem? (Ito Kazumitsu)
5. Re: some IPv6-related problem? (Ito Kazumitsu)
6. Re: some IPv6-related problem? (Guilhem
 Lavaux)
7. kaffe Threads (Syed Mudasir ahmed)
8. kaffe Threads (Syed Mudasir ahmed)
 
 --__--__--
 
 Message: 1
 From: Ito Kazumitsu [EMAIL PROTECTED]
 To: Guilhem Lavaux [EMAIL PROTECTED],
 [EMAIL PROTECTED]
 Subject: Re: [kaffe] some IPv6-related problem?
 Date: Tue, 04 Nov 2003 01:26:27 +0900
 
  : == Guilhem Lavaux [EMAIL PROTECTED]
 writes:
 
 : Then, I don't see why addr should fail except
 that sizeof(addr) should 
 : be exactly equal to sizeof(struct sockaddr_in).
 What happens if you put 
 : sizeof(struct sockaddr_in) instead of
 sizeof(addr) ?
 
 Partially succeded.  At least server = new
 ServerSocket(tryport)
 was successful.
 
 bash-2.05b$ java SoTimeout
 Success 1.
 Failure java.io.IOException: KCONNECT: Invalid
 argument
 java.net.SocketTimeoutException: Accept timed out
at gnu.java.net.PlainSocketImpl.socketAccept
 (PlainSocketImpl.java)
at gnu.java.net.PlainSocketImpl.accept
 (PlainSocketImpl.java:51)
at java.net.ServerSocket.implAccept
 (ServerSocket.java:332)
at java.net.ServerSocket.accept
 (ServerSocket.java:307)
at SoTimeout.main (SoTimeout.java:63)
 Failure:   Time out.
 
 The server seems to be using IPv4 address but
 new Socket(InetAddress.getByName(null), port) may
 use an IPv6
 address?
 
 
 --__--__--
 
 Message: 2
 From: caioli [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Date: Mon, 3 Nov 2003 03:49:41 +0200
 Subject: [kaffe] Mysql  Trouble!
 
 Hi,
 i'm trying to use Mysql from kaffe with my yopy pda
 using mysql connector
 3.0.8. My java software find mysql driver, but can't
 connect to
 mysql database.
 Of course, there is no firewall on that pda and the
 privileges are ok, port 
 3306 is open.
 If i use mysql -h host from the same pda or from an
 other pc in the network,
 mysql client works fine, both connecting to mysql
 server running on the pda 
 or on an other pc. I think the trouble is in kaffe,
 anyone can help me?
 Just for record, i tried to connect to a mysql
 server on an other pc from 
 kaffe, with the same result...
 Best regards.
 
Stefano.
 
 
 --
 Open WebMail Project (http://openwebmail.org)
 
 
 
 --__--__--
 
 Message: 3
 To: Kaffe Mailing List [EMAIL PROTECTED]
 From: S. Meslin-Weber [EMAIL PROTECTED]
 Date: Mon, 03 Nov 2003 17:47:46 -
 Subject: [kaffe] List of wanted test hardware?
 
 Hi everyone,
 
 After a chat in #kaffe on freenode, I wondered if we
 could have a list of=
 =20
 wanted test hardware up on kaffe.org - from the
 smallest to largest devic=
 e.
 
 Thanks,
 
 Steph
 
 
 
 --__--__--
 
 Message: 4
 From: Ito Kazumitsu [EMAIL PROTECTED]
 To: Guilhem Lavaux [EMAIL PROTECTED],
 [EMAIL PROTECTED]
 Subject: Re: [kaffe] some IPv6-related problem?
 Date: Tue, 04 Nov 2003