RE: [JBoss-user] [Advanced Documentation] - Unable to start the Jboss service over init scripts.

2005-03-10 Thread Joost Kraaijeveld
 Hi Team,
 I'm unable to start the Jboss on init. I'm using Fedora Core 
 3 with JAVA 1.5. I copied the jboss_init_redhat.sh. when I 
Does the user jboss exist and does this user have the permissions to run JBoss?

Groeten

Joost


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Executing a shell command throught an EJB

2004-02-18 Thread Joost Kraaijeveld
Hi all,

Is it possible to execute a shell command throught a EJB? E.g. executing a adduser 
command with appropriate arguments as root? If so is there an example available 
anywhere?

TIA

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: [EMAIL PROTECTED]
web: www.askesis.nl 


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56alloc_id438op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


RE: [JBoss-user] Maybe it is me

2003-02-18 Thread Joost Kraaijeveld
If you need examples of various Hello world samples without any magic
xdoclets you can look here:

http://www.gogis.nl/en/tutorial/docs/index.html and browse around...


Joost Kraaijeveld
Gogis
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.gogis.nl 


 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Start JBoss 3 upon Linux Reboot

2002-12-18 Thread Joost Kraaijeveld
You can also use the scripts we described on

www.gogis.nl/en/public_documentation/jboss/index.html

and than go to the Linux configuration. This links als o contains a
description of how we managed to put JBoss behind a firewall and add
additional datasources (DB2 and PostgreSQL) to JBoss

Joost Kraaijeveld
Gogis
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.gogis.nl 


 


---
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M   http://www.thinkgeek.com/sf/
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] RMI over HTTP with a Java client

2002-12-03 Thread Joost Kraaijeveld
Hi everyone,

I have working versions of a Stateless, a Stateful and a Bean Managed
Persistence EJB, all with a Java commandline client. They all use JNDI over
HTTP and RMI over HTTP and they work.

I want to use RMI over HTTP with a Java commandline client. JBoss 3.0.4 with
Jetty is behind a RedHat based firewall. The hosts file is OK, port 8080 is
mapped to the JBoss host which has 2 IP adresses (172.16.0.253 and
192.168.0.254, the mapping is to 172.16.0.253)

Now I want the same kind of bean deployed as a Container Managed Persistence
EJB. On the LAN it works. 

From the internet (througth the firewall) I get an exception:
java.rmi.ConnectException: Connection refused to host: 192.168.0.254;

I have found several posting in the JBoss forums and this newsgroup that
mention connection problems with 127.0.0.1 but I could not solve my problems
with the answers I have found.

Can anyone help me with getting this CMP with a Java clent working?

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.askesis.nl 


 


---
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power  Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] RMI over HTTP

2002-11-25 Thread Joost Kraaijeveld
Hi all,

Thanks to Scott's answer I got JNDI over HTTP working. 

The next challenge is RMI over HTTP. I have read the pay-docs regarding the
HTTPInvoker (page 122 about  Accessing JNDI over HTTP and page 152 about
The HTTPInvoker - RMI/HTTP Transport) but I still don't understand it.

What do I have to do to get RMI over HTTP? 

TIA

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.askesis.nl 


 


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JNDI over HTTP problem

2002-11-22 Thread Joost Kraaijeveld
Hi all,

When I use the code below while using the code that is commented out,
everything works. If I use the code that uses JNDI over HTTP I get the
exception below. I use a stock JBoss 3.0.4 / Jetty running on a remote host
(Laudanum). If I use a localhost it works.

Can anyone shine a light on this problem?

TIA

Joost


  Properties properties = new Properties();

properties.put( Context.INITIAL_CONTEXT_FACTORY,
org.jboss.naming.HttpNamingContextFactory);   
  properties.put( Context.PROVIDER_URL,
http://Laudanum:8080/invoker/JNDIFactory;);

//properties.put(Context.INITIAL_CONTEXT_FACTORY,
org.jnp.interfaces.NamingContextFactory);
//properties.put(Context.PROVIDER_URL, Laudanum:1099);

Context initial = new javax.naming.InitialContext( properties );
Object objRef = initial.lookup( slsb_java/HelloWorld );

 [exec] Context exists
 [exec] java.lang.reflect.UndeclaredThrowableException
 [exec] at $Proxy0.lookup(Unknown Source)
 [exec] at
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:464)
 [exec] at
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:443)
 [exec] at
javax.naming.InitialContext.lookup(InitialContext.java:347)
 [exec] at Client.main(Unknown Source)
 [exec] Caused by: java.net.ConnectException: Connection refused:
connect
 [exec] at java.net.PlainSocketImpl.socketConnect(Native Method)
 [exec] at
java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295)
 [exec] at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:161)
 [exec] at
java.net.PlainSocketImpl.connect(PlainSocketImpl.java:148)
 [exec] at java.net.Socket.connect(Socket.java:425)
 [exec] at java.net.Socket.connect(Socket.java:375)
 [exec] at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
 [exec] at
sun.net.www.http.HttpClient.openServer(HttpClient.java:366)
 [exec] at
sun.net.www.http.HttpClient.openServer(HttpClient.java:582)
 [exec] at sun.net.www.http.HttpClient.init(HttpClient.java:292)
 [exec] at sun.net.www.http.HttpClient.init(HttpClient.java:253)
 [exec] at sun.net.www.http.HttpClient.New(HttpClient.java:321)
 [exec] at sun.net.www.http.HttpClient.New(HttpClient.java:306)
 [exec] at sun.net.www.http.HttpClient.New(HttpClient.java:301)
 [exec] at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.j
ava:463)
 [exec] at
sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:4
54)
 [exec] at
sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnectio
n.java:510)
 [exec] at
org.jboss.invocation.http.interfaces.Util.invoke(Util.java:77)
 [exec] at
org.jboss.invocation.http.interfaces.HttpInvokerProxy.invoke(HttpInvokerProx
y.java:79)
 [exec] at
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:108)
 [exec] at
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
 [exec] ... 5 more


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Using examples and docs of embedded Tomcat

2002-11-20 Thread Joost Kraaijeveld
Hi all,

What do I have to do to use the examples the docs of the embedded Tomcat
that comes with JBoss?

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.askesis.nl 


 


---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Two applications, same bean name, different behaviour

2002-11-19 Thread Joost Kraaijeveld
Can anyone tell me if (and if so, how) it is possible to deploy two
applications (in two different .ear files) that each contain a bean with the
same name but that have different functionality by tweaking the deployment
descriptors?

I have tried several things but it appears that just one bean (the first
one) is actually deployed.

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.askesis.nl 


 



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] 2 ear files with the same component names deployment question

2002-08-16 Thread Joost Kraaijeveld

I have these two ear file, one.ear and two.ear (different names). 

They both contain:
1. A servlet with the same name but different functionality 
2. An EJB with the same name but different functionality 

Is it possible to deploy them both by rewriting the deployment files only?

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.askesis.nl 


 



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user