[JBoss-user] [Installation, Configuration Deployment] - Re: Mutiple Instances of JBOSS 4.0.1 SP1

2005-09-29 Thread hemax
look this http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3898030#3898030 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3898030

[JBoss-user] [Persistence CMP/JBoss] - Local home interface does not have the method findByPrimaryK

2005-07-04 Thread hemax
I have a problem with one of my CMP EJBs: jboss-4.0.0 On deployment got the following Errors: ObjectName: jboss.j2ee:jndiName=LogOffline,service=EJB state: FAILED I Depend On: Depends On Me: org.jboss.deployment.DeploymentException: Local home interface does not have the method

[JBoss-user] [Installation Configuration] - Re: jboss started with a lot of java -server Xms 128........

2005-06-13 Thread hemax
The problem was glibc. I updated the glibc from 2.2.3 to 2.3.4 and the jboss started normally. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3881317#3881317 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3881317

[JBoss-user] [EJB/JBoss] - Re: is possible to registry EBJ's objects under DNS servers

2005-06-08 Thread hemax
thks... and sorry, i did a stupid question.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3880857#3880857 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3880857 --- This

[JBoss-user] [Installation Configuration] - jboss started with a lot of java -server Xms 128.........

2005-06-08 Thread hemax
JBoss is running, but open a lot of JVM in Server1 and only 1 in Server2. Why? how to solve this? Server1 - see the 'ps -ax' result: 1506 pts/0S 0:00 /bin/sh ./run.sh -c minimal 1512 pts/0S 0:00 /opt/java/bin/java -server -Xms128m -Xmx128m -Dprogram.name=run.sh

[JBoss-user] [EJB/JBoss] - is possible to registry EBJ's objects under DNS servers ?

2005-05-26 Thread hemax
I would not like to use RMI to registry my EJB, so I would like know if is possible to registry EBJ's objects under DNS servers ? I know is possible to use JNDI with DNS, but I don't know how to registry EJB on DNS server View the original post :

[JBoss-user] [Installation Configuration] - Re: Installing SSL certificate on JBOSS - SSLException

2005-05-24 Thread hemax
In my case, the solution was: 1. copy file.keystore to jboss/server//conf eg: jboss/server/soccer/conf 2. copy file.x509 (or file.csr) to jboss/server//conf 3. add the code in jboss-service.xml under jboss/server//conf | mbean code=org.jboss.security.plugins.JaasSecurityDomain |