[jboss-user] [JCA/JBoss] - JBoss Datasource pooling - only option?

2007-12-13 Thread ppantazis
Is Datasource pooling considered a standard/default option in JBoss? I am using 
JBoss 4.0.5 and I am concerned how to keep track of end users threads into the 
database. If I need to kill a particular users connection will that mean taking 
down everybody in the pool? is there a way to do individual connections rather 
than pooling?

Thanks kindly (PS Backend datasource is DB2).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112669#4112669

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112669
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: Migrating Jboss from server A to Server B

2007-09-14 Thread ppantazis
Thanks Peter, unless I don't get a response screaming "bloody Murder" I believe 
I am going to go ahead and proceed. If anybody has something to add please do 
so please.

Thanks,

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084601#4084601

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084601
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Migrating Jboss from server A to Server B

2007-09-14 Thread ppantazis
Community, I was wondering how easy it would be to migrate an instance of JBoss 
that is running on a VM currently to another VM or Server. Currently the Server 
that Jboss is running on has the instance installed at:

/opt/jboss-4.0.5.GA

It appears to me that if I tared the directory jboss-4.0.5.GA and moved it to 
the new server then decompress at /opt I should be able to fire up the app 
Server without any problems.

anything I should be aware of? 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084592#4084592

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084592
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Running JBoss as a "service" - Linux

2007-06-12 Thread ppantazis
All, I have JBoss 4.0.5.GA installed on Linux SLES 9 box. The particular 
distribution came with an older version of JBoss which is easy to configure to 
run as a service via yast. however, I am not quite sure how to get the newer 
version to run as a service. Do you guys have any pointers on how to do this?

thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053552#4053552

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053552
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Re: Problems with JBoss deployment

2007-04-04 Thread ppantazis
Peter, you are absolutely right. I had mistyped the hostname in /etc/hosts

Things look good now.

Thanks a bunch for your help

Paul

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034624#4034624

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034624
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration & Deployment] - Problems with JBoss deployment

2007-04-04 Thread ppantazis
Hi all, new to JBoss which we are currently considering as a solution. I have 
an installation of JBoss 4.0.5GA with JDK1.5.0 update 11 installed. During 
server startup I am getting a collection of errors which In would like to 
receive some help with if at all possible. Bellow a segment of these errors. 
Since these log messages can be rather long, I am not quite sure if I should 
attach the entire thing here. I would rather start with what I consider a few 
key segments and go from there:

run.sh: Missing file: /lib/tools.jar
run.sh: Unexpected results may occur.  Make sure JAVA_HOME points to a JDK and 
not a JRE.
=

  JBoss Bootstrap Environment

  JBOSS_HOME: /opt/jboss-4.0.5.GA

  JAVA: java

  JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m 
-Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcIn
terval=360

  CLASSPATH: /opt/jboss-4.0.5.GA/bin/run.jar:/lib/tools.jar

=

22:32:27,354 WARN  [ServiceController] Problem starting service 
jboss:service=invoker,type=http
java.net.UnknownHostException: linux: linux
at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
at 
org.jboss.invocation.http.server.HttpInvoker.checkInvokerURL(HttpInvoker.java:204)
at 
org.jboss.invocation.http.server.HttpInvoker.startService(HttpInvoker.java:101)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)

---

22:32:27,369 WARN  [ServiceController] Problem starting service 
jboss:service=invoker,type=http,target=Naming
java.net.UnknownHostException: linux: linux
at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
at 
org.jboss.invocation.http.server.HttpProxyFactory.checkInvokerURL(HttpProxyFactory.java:274)
at 
org.jboss.invocation.http.server.HttpProxyFactory.createInvoker(HttpProxyFactory.java:256)
at 
org.jboss.invocation.http.server.HttpProxyFactory.startService(HttpProxyFactory.java:195)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)


22:32:33,606 ERROR [ServiceEndpointManager] Cannot map host: 0.0.0.0
java.net.UnknownHostException: linux: linux
at java.net.InetAddress.getLocalHost(InetAddress.java:1308)
at 
org.jboss.ws.server.ServiceEndpointManager.setWebServiceHost(ServiceEndpointManager.java:128)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss:service=invoker,type=http
  State: FAILED
  Reason: java.net.UnknownHostException: linux: linux

ObjectName: jboss:service=invoker,type=http,target=Naming
  State: FAILED
  Reason: java.net.UnknownHostException: linux: linux

ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
  State: FAILED
  Reason: java.net.UnknownHostException: linux: linux
  I Depend On:
jboss.mq:service=Invoker
jboss.web:service=WebServer

ObjectName: jboss:service=invoker,type=http,target=Naming,readonly=true
  State: FAILED
  Reason: java.net.UnknownHostException: linux: linux

--

In the end:

22:42:36,651 INFO  [Server] Shutdown complete
Shutdown complete


help is appreciated.

Paul







View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034570#4034570

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034570
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.j