[JBoss-user] [Installation, Configuration Deployment] - Server stop --- Undeploying application

2006-05-30 Thread amitams
Hi: I am new to JBoss. I have deployed the application but i am noticing Server undeploys the application whenevr JBoss server is stopped. What configuration changes i need to make to avoid this? Regards, Amit View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Server stop --- Undeploying application

2006-05-30 Thread jaikiran
Why would you want to stop the application from being undeployed, when the server itself is being shutdown? And when you say shutdown, does it mean intentional shutdown or server going down for other reasons. Just trying to understand, whether you are thinking of making your application highly

[JBoss-user] [Installation, Configuration Deployment] - Jboss 4.0.2 and jboss 3.2.7 client compatiability

2006-05-30 Thread adams2000_2002
Hi All, We have a case, where we are using Weblogic 8.1 SP5, Jboss 4.0.2 and jboss 3.2.7. Our main application is deployed on WLS and we have to access the jboss server using the jboss-clients. If I deploy jboss-client-4.0.2.jar in my application. Will it be able to access jboss 3.2.4 as

[JBoss-user] [Installation, Configuration Deployment] - Re: Server stop --- Undeploying application

2006-05-30 Thread amitams
It is intentional shutdown. I will elaborate why it may be required. We have a ear of the application. After deploying some post configuration settings are required. But if the Server undeploys the application everytime on server shutdown those post configuartions will be required on every

[JBoss-user] [Installation, Configuration Deployment] - Re: ClassNotFoundException

2006-05-30 Thread omezzine
It's me again. I forgot to tell that I am using JBoss, Eclipse, MySQLConnector J and a MySQL database. I found the source of my error. I defined a classpath in my .bashrc to the driver's path and it's wrong. I just commented it and now it works. Conclusion: just add your driver (.jar) under

[JBoss-user] [Installation, Configuration Deployment] - Re: Server stop --- Undeploying application

2006-05-30 Thread jaikiran
There's no such thing as avoiding undeployment of an application when the server is brought down(or atleast, i am not aware of such a option). What sort of post configuration are you doing in your application? Is it some manual file changes that you do. If this is the case then you wont have to

[JBoss-user] [Installation, Configuration Deployment] - Does JBoss 4.0.4 support Java EE 5?

2006-05-30 Thread abirkmanis
I am trying to deploy a really simple EAR to JBoss 4.0.4 GA, and I have the following exception: org.jboss.deployment.DeploymentException: No META-INF/application.xml found at org.jboss.deployment.EARDeployer.init(EARDeployer.java:133) at

[JBoss-user] [Installation, Configuration Deployment] - Re: Does JBoss 4.0.4 support Java EE 5?

2006-05-30 Thread abirkmanis
Aha, found a reply in archives: http://jboss.org/index.html?module=bbop=viewtopicp=3946281. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947683#3947683 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947683

[JBoss-user] [Installation, Configuration Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-30 Thread PeterJ
My first question on reading your post was: are you using Hibernate? But whether you are or not, I have never noticed the behavior you have documented. And I have deployed both applications that have used Hibernate and those that have used straight JDBC. One way to track it down is to set

[JBoss-user] [Installation, Configuration Deployment] - Re: Server stop --- Undeploying application

2006-05-30 Thread PeterJ
How are you deploying your application? The diferent ways I know of are 1) via jmx-console, 2) copying to deploy directory, 3) via jsr-88 api. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947712#3947712 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Deployment of a Schedulable class

2006-05-30 Thread nvanevski
Ok, this is the procedure that I'm using : Creating a class Test1 like this : | package schtest; | | import java.util.Date; | import org.jboss.varia.scheduler.Schedulable; | | public class Test1 implements Schedulable { | private String m_Name; | | public

[JBoss-user] [Installation, Configuration Deployment] - Re: Jboss 4.0.3, Firebird 1.5.3.4870 and Windows 2003 server

2006-05-30 Thread carlsen
Anybody? Just looking for a hint at where the problem might lie, because I simply have no clue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947872#3947872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947872

[JBoss-user] [Installation, Configuration Deployment] - log4j within a WAR broke on 4.0.4.GA?

2006-05-30 Thread asack
My war that worked perfectly fine on 4.0.4.CR2 loads but spews the following error on the GA release: 17:00:17,876 ERROR [STDERR] log4j:ERROR A org.jboss.logging.util.OnlyOnceErrorHandler object is not assignable to a org.apache.log4j.spi.ErrorHandler variable. 17:00:17,876 ERROR [STDERR]

[JBoss-user] [Installation, Configuration Deployment] - Deployment of a Schedulable class

2006-05-29 Thread nvanevski
Hi all, I have tried to deploy a class that implements Schedulable interface. I created the class MyClass in package mypack, packaged it in a jar and copied it to /jboss/server/default/lib directory. I also made the following configuration in scheduler-service.xml : | mbean

[JBoss-user] [Installation, Configuration Deployment] - JBoss Forums Admin Question

2006-05-29 Thread pointy
Hi All, I'm trying to set up forums on JBoss Its all up and working ok. However, I want to restrict some categories to certain members and I've tried to restrict it, but everyone can still see every thing. Regards Ian G from JBoss-portlet.xml

[JBoss-user] [Installation, Configuration Deployment] - Internet Explorer does not connect JBoss when Apache is up

2006-05-29 Thread avelinoherrera
Hi, all. I have this configuration in my office: internet - ISP machine with Apache listening at 80 and 443 --- redirect 8080 and 8443 with iptables at ISP machine to machine B -- machine B with JBoss listening at 8080 and 8443. Al the system runs ok using 8080

[JBoss-user] [Installation, Configuration Deployment] - Re: 4.0.4GA bug port conflict snmp

2006-05-29 Thread [EMAIL PROTECTED]
Try running the second node alone (all2). It's quite possible something is already listening at the overriden ports (1261, 1262). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947378#3947378 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Deployment of a Schedulable class

2006-05-29 Thread saurabh_r_s
I am getting the exact same error for my Schedulable Class as well. The same class with the same settings in the scheduler XML file works on 4.0.1, but not on 4.0.4 Try to deploy the same file in 4.0.1SP1 and see what happens. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Incomplete Deployment Listings

2006-05-29 Thread saurabh_r_s
I have a .WAR package that when deployed in JBoss 4.0.1SP1 deploys perfectly. However, when I try to deploy the same package in 4.0.4GA, I get the following error: --- Incompletely deployed packages --- [EMAIL PROTECTED] { url=file:/C:/jboss-4.0.1sp1/serve r/default/deploy/ooober.war }

[JBoss-user] [Installation, Configuration Deployment] - Jboss 4.0.3, Firebird 1.5.3.4870 and Windows 2003 server on

2006-05-29 Thread carlsen
I have this very annoying problem, and I hope somebody here will be able to point me in the right direction, because I feel like I have tried just about everything. Basicially our setup is, that we have two servers, both Windows 2003 Server running on VMware. The one server is running as a

[JBoss-user] [Installation, Configuration Deployment] - JDK Logging / log4j config problem

2006-05-29 Thread Asael
Problem: webapp with libraries using JDK Logging (too be specific facelets) I would like to have those logging infos placed into a specific log (per war/ear) AND more important using one format. Currently I am simply using TCLFilter to at least have it logged into one file per ear/war but

[JBoss-user] [Installation, Configuration Deployment] - Re: Incremental deployment

2006-05-29 Thread [EMAIL PROTECTED]
No. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947521#3947521 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947521 --- All the advantages of Linux Managed

[JBoss-user] [Installation, Configuration Deployment] - Re: 4.0.4GA bug port conflict snmp

2006-05-28 Thread [EMAIL PROTECTED]
Works for me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947164#3947164 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947164 --- All the advantages of Linux Managed

[JBoss-user] [Installation, Configuration Deployment] - Problem with JNDI EJB3

2006-05-28 Thread wikey
Hi, I've followed the tutorial from http://www.laliluna.de/ejb-3-tutorial-jboss.html and created a jar file FirstEJB3Tutorial.jar. But, when when deployed the jar file to the JBOSS 4.0.4, the jmx-console does not show the JNDI deployed service. Please help. The jar file available at

[JBoss-user] [Installation, Configuration Deployment] - Re: 4.0.4GA bug port conflict snmp

2006-05-28 Thread chrisbitmead
But a brand spanking new 4.0.4GA instance has the problem. Below is an actual cut and paste session showing the exact edits down to a new installation. This example is when run from the command line with run.bat, but the exact same thing happens running under eclipse debug mode:

[JBoss-user] [Installation, Configuration Deployment] - Re: 4.0.4GA bug port conflict snmp

2006-05-28 Thread chrisbitmead
In case you don't understand the ed editor syntax, all I did was uncomment the ServiceBinding section. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947232#3947232 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947232

[JBoss-user] [Installation, Configuration Deployment] - JDK 1.5 (tiger) problems with JSPs

2006-05-26 Thread colr__
Im building a J2EE application using JBoss 4.0.3 and JDK 1.5 (tiger). This is the first 1.5 J2EE project Ive worked on and Ive discovered that JBoss is compiling my JSPs to 1.4. Im using netbeans to package the app, so the EJBs and servlets are being compiled correctly to 1.5. I came across the

[JBoss-user] [Installation, Configuration Deployment] - OutOfMemory on shutdown with 4.0.4.GA+ejb3RC7

2006-05-26 Thread zzzx
1. Install JBoss 4.0.4.GA run -c all, shutdown -S work fine 2. Install EJB3.0 RC6 or 7 for the `all' config shutdown -S throws `OutOfMemoryError: can't create native threads', `resource temporary unavailable', etc. - depends on current user and weather conditions. Then the server can only be

[JBoss-user] [Installation, Configuration Deployment] - Re: JDK 1.5 (tiger) problems with JSPs

2006-05-26 Thread [EMAIL PROTECTED]
colr__ wrote : My question is - does anybody have any idea why this functionality is not provided as standard with JBoss? Is it just something that hasnt been developed yet, and if so why was the app server released w/o this functionality? I know Im probably wrong here, but I need to know what

[JBoss-user] [Installation, Configuration Deployment] - Re: JDK 1.5 (tiger) problems with JSPs

2006-05-26 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBINSTALL-47 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946867#3946867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3946867 ---

[JBoss-user] [Installation, Configuration Deployment] - Re: JDK 1.5 (tiger) problems with JSPs

2006-05-26 Thread colr__
Thanks Scott, Any idea when this release is due? I see that JEE5 is scheduled for summer 06, is this true for the JBoss iomplementation as well? Just to clarify - the J2EE 1.4 spec is aimed at Java 1.4? So the next release of JEE will be for 1.5 ? colr__ View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: JDK 1.5 (tiger) problems with JSPs

2006-05-26 Thread [EMAIL PROTECTED]
colr__ wrote : Thanks Scott, | | Any idea when this release is due? I see that JEE5 is scheduled for summer 06, is this true for the JBoss iomplementation as well? | Time means nothing to me so asking me about it is like asking a flatlander about the volume of a sphere. colr__ wrote :

[JBoss-user] [Installation, Configuration Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-26 Thread sonaseth
No, I just redeployed a new release for the same web-app. There is only one application web-app war deployed. Anyway, I think I found the cause of this problem but still don't know how it happened. I browsed the JBoss web console and found that there was an entry under JMX MBeans / jboss.jca

[JBoss-user] [Installation, Configuration Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-26 Thread PeterJ
MBeans related to a data source show up only if a -ds.xml file defines the data source, so you have one somewhere. Try this. In jmx-console, click the jboss.system:service=MainDeployer MBean, and on the MBean property page scroll down to, and click the listDeployed operation. Search the

[JBoss-user] [Installation, Configuration Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-26 Thread sonaseth
Peter, thank you very much for your help. I found the file as per your instructions. In the JMX MBean View, I found what you described. I'll try remove that file and try again with the mysql-ds.xml in the deploy dir as before. One more question: So is this normal for JBoss to pick up the file

[JBoss-user] [Installation, Configuration Deployment] - Can't connect to X11 window server

2006-05-25 Thread ermanishdwivedi
Hi, My application contains some images to be dispalyed in jsp page. I am using Jboss 4.1sp3 with jdk1.5 running under solaris 10. At the time of image display i am getting following error. java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY

[JBoss-user] [Installation, Configuration Deployment] - blue screen

2006-05-25 Thread mrohad
hi , I just download Jboss 4.0.4 using the installer and tried to run it using run.bat I'm getting after few sec a blue screen and then the pc restarted i've 1.5 GB of memory...and my pc working greatit's a laptop.. i can see it found the JDK (1.5...) please help thanks View the

[JBoss-user] [Installation, Configuration Deployment] - JBoss 4.0.3SP1 and HTTP/0.9

2006-05-25 Thread nvanevski
Hi all, I am using JBoss 4.0.3SP1 on Suse Linux. I have old clients that can use only HTTP/0.9 to connect. JBoss responds with error 505 - Not SUpported. Is there any way to reconfigure JBoss to support HTTP/0.9? Thanks!!! View the original post :

[JBoss-user] [Installation, Configuration Deployment] - How should I install JBOSS on Red Hat linux?

2006-05-25 Thread nvaslav48
I have downloaded two binary files: jboss-4.0.1sp1.zip, jboss-4.0.1sp1.tar.gz How should I install JBOSS On Red Hat Linux Enterprise ver 3 using either of them? It there are any preferences one or another? Thank you for help View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: How should I install JBOSS on Red Hat linux?

2006-05-25 Thread PeterJ
Both files have the same content, but you will probably want to use the tar.gz file because it maintains the file permissions (such as executable permissions for the shell scripts). Once you have unpacked the file (I unpack mine to /opt), go to the bin directory and run ./run.sh, wait until

[JBoss-user] [Installation, Configuration Deployment] - DeploymentException: Trying to install an already registered

2006-05-25 Thread sonaseth
Hi, I have been deploying a web-app on JBoss 4.0.2 installation on Linux for a while with no problems. The web-app uses a datasource defined in a mysql-ds.xml file in the deploy dir /usr/local/jboss-4.0.2/server/default/deploy/mysql-ds.xml. At one point, after stopping and restarting JBoss

[JBoss-user] [Installation, Configuration Deployment] - Re: DeploymentException: Trying to install an already regist

2006-05-25 Thread PeterJ
You wrote that this happened after your deployed a second web app. Did that second app have a data source deployed along with the app? If so, is it named jdbc/dna_ds? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946625#3946625 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Hot Redeployment

2006-05-25 Thread elindfor
Is there any other way to get around you propose for this scenario ?Because we dont want to redeploy the Static.ear,as it runs in production environment on a 24*7 basis. Hi Hari, Another way to round this problem would be to set up a kind of secondary server. You should assign the client to

[JBoss-user] [Installation, Configuration Deployment] - Re: Can't connect to X11 window server

2006-05-25 Thread visolvejboss
Hello, You told that, Jboss 4.1sp3 with jdk1.5 running under solaris 10. First, I want to know that Is solaris 10 your Destop system or a Server? If It is your Server, Then, The solution for your problem is, To set the DISPLAY Variable. Syntax is, #export DISPLAY=ur system's ip-address:0

[JBoss-user] [Installation, Configuration Deployment] - EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
I am getting this error when i deploy my enterprise app with a web client in JBoss. The EJB and web client compiles successfully. This error is getting me mad. Error EJB not bound. I have a ClientFacade and ClientFacadeLocal I call the Session bean from my struts action bean using JNDI.

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
In web.xml i have nothing because when i call enterprise bean (session bean) from netbeans 5.5 i get an error in web.xml I have ClientFacade and ClientFacadeLocal as session beans. Ignore the JSF stuff, as i added it but is not used. I am using Struts These are all my xml files: In main

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread jaikiran
Post the contents of your ejb-jar.xml, jboss.xml and web.xml containing the appropriate entries of the bean View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946007#3946007 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread jaikiran
Looks like you forgot to post the contents of your ejb-jar.xml file. While posting the contents, enclose the same in code tags(by using the button provided above) so that it helps readability View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3946013#3946013

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
I have no ejb-jar.xml I am using Netbeans 5.5 I created a new enterprise app Then connected DB Added Entity beans Made a Session schema I tried to call enterprise bean from netbeans but i get a web.xml error View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
Just to add, since i was getting error in web.xml i removed it and made a manual initialcontext. I am sure initialcontext.lookup is good as i copied it from the created method when i use call enterprise bean. I then copied the lookup path and added it to my manual initialcontext. Note: i only

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread jaikiran
Ok. Try this out: - Enter the following URL in your browser: http://localhost:8080/jmx-console - Search for the service=JNDIView on the page that gets rendered. Click on service=JNDIView link. - Then on the page that gets displayed, click on the 'Invoke' button, next to the 'list' method. -

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
Nothing, Could it be a JBoss installation error? As when in Netbeans i go to runtime and click on jboss application server 4 and click on the plus i get: no management support Here is the output of java.lang.String listXML() invoke: It seems to be listed fine. | | java: | |

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread jaikiran
I had a look at the jndi listings. Looking at it, i believe that your beans are NOT deployed. I havent used NetBeans, but there might be some way in NetBeans through which you can deploy your beans. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
I deployed the application: Applicaton Deployed Operation start started run-deploy: BUILD SUCCESSFUL (total time: 1 minute 19 seconds) With your help i managed to find 4 possible causes: 1) enterprise application not deployed correctly (see above app is deployed) 2) ejb-jar.xml is missing. 3)

[JBoss-user] [Installation, Configuration Deployment] - Problem deploying the web application

2006-05-24 Thread paskal_sanil
Hi, I want to deploy a web application consisting of a java class and one servlet. I want to bundle it into a war file and depoly it on the JBoss server. In the eclipse IDE i created directory structure and all needed xmls. But when i start Run packaging a alert box pops saying Could not

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
This thing is making me mad. I have everything ready except for deployment. And i thought it will be the easiest part. Looking at the logs of JBoss Application Server: | 3:12:43,046 WARN [ServiceController] Problem starting service

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
Looking at the logs i have errors when deploying. I have everything ready. I thought deploying would be the easiest part. Any solutions? These are the errors: 13:12:38,796 WARN [ServiceController] Problem starting service

[JBoss-user] [Installation, Configuration Deployment] - Thank you for participating in the Hexamind Companion survey

2006-05-24 Thread ishirav
We would like to thank everyone who participated in our online survey about Hexamind Companion for JBoss. Your opinion is important to us! If you haven't filled the survey yet, you can still do so. Just follow this link: http://www.hexamind.com/website/surveys/jboss?orig=d2 Itai Shirav

[JBoss-user] [Installation, Configuration Deployment] - Re: EJB3 Netbeans 5.5 EJB not bound error

2006-05-24 Thread infonote
I finally understood the problem. The problem is that JBoss does not support JEE5, and since the enterprise app is JEE5, it does not work. I went with Sun Application Server 9 and everything seems to be working when i call enterprise bean. However, I would like to thank all of JBoss, as you

[JBoss-user] [Installation, Configuration Deployment] - Failed to setup clustering : org/jboss/aspects/patterns/obse

2006-05-24 Thread samfra
JBoss 4.0.4 When it starts, I receive this error what do I have to do to avoid it ?? --- ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled. Exception: | java.lang.NoClassDefFoundError: org/jboss/aspects/patterns/observable/Observer |

[JBoss-user] [Installation, Configuration Deployment] - Re: configuring persistence properties for based on release

2006-05-24 Thread eielk
i'm using 4.0.4.GA now with no issues and i found the answer i was looking for by updating my persistence.xml properties with the correct flush modes: auto and commit. persistence | persistence-unit name=gwigPersistence | jta-data-sourcejava:/MySqlDS/jta-data-source | |

[JBoss-user] [Installation, Configuration Deployment] - Problem in deploying hibernate SAR file in 4.0.2

2006-05-24 Thread sbnall
Hello, I am having trouble in starting the 4.0.2 server in default with sar file in the deploy folder. Even though It binds the datasource, It does not somehow recognizes the datasource when deploying the sar file. However, I don't have problem in hot deploying the sar file. It readily

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in deploying hibernate SAR file in 4.0.2

2006-05-24 Thread sbnall
Hello, jboss-service file. jboss.jca:service=LocalTxCM,name=OptitDS jboss.jca:service=RARDeployer java:/hibernate/HibernateFactory java:OptitDS org.hibernate.dialect.PostgreSQLDialect !-- Transaction integration

[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in deploying hibernate SAR file in 4.0.2

2006-05-24 Thread sbnall
Jboss service file jboss.jca:service=LocalTxCM,name=OptitDS jboss.jca:service=RARDeployer java:/hibernate/HibernateFactory java:OptitDS org.hibernate.dialect.PostgreSQLDialect !-- Transaction integration -- org.hibernate.transaction.JTATransactionFactory

[JBoss-user] [Installation, Configuration Deployment] - How to setup a secondary Microsoft Access Datasource

2006-05-23 Thread Becka
My standard configuration uses a MySQL Datasource, but for one project i need to setup a Microsoft Access Datasource. This DS should only be secondary, it should be available for the Pages, but not used by the server (schedule). It works already with a ODBC connection over a System DSN but its

[JBoss-user] [Installation, Configuration Deployment] - Two different Jboss versions on single machine.

2006-05-23 Thread vallamkondu
Hi All, I have configured and deployed two different JBoss versions (3.2.3 3.2.5) on our lab machines and both application servers are up running simultaneously without any port conflict. I have modified the 3.2.5 version ports as below Edit JBOSS-3.2.5

[JBoss-user] [Installation, Configuration Deployment] - java.lang.NoSuchMethodError on run

2006-05-23 Thread tlgates
I am trying to install JBoss on a RedHat Es 3.0 server with Apache/Tomcat running. I downloaded the jboss-4.0.4.GA.zip file, unzipped it to my /usr/share/jboss directory. As per the installation instructions for OhioedgeC CRM, it tells me to add set JAVA_HOME=your_JDK_install_location as the

[JBoss-user] [Installation, Configuration Deployment] - ordering which apps load first

2006-05-23 Thread LORDs_diakonos
Ihave about 8 wars deployed to jboss all exploded and 3 ears not exploded. I need to setup the order in which they are deployed on startup. How do I do that. Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945751#3945751 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - 2 configs clobbering each other? version 4.0.1

2006-05-23 Thread guffey
Taking a wild chance that someone recognizes this problem... I have 2 war (struts/jsp/java/jdbc-DB2) apps that run fine separately (i.e. for either one, if I take the other out then the app runs OK) but if I install them both, then one application gets a XXXActionServlet not found exception in

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.NoSuchMethodError on run

2006-05-23 Thread PeterJ
Two possibilities. 1) Your JVM installation is corrupt, in which case downloading and installing the JVM again should fix it. 2) The JVM level is incompatible with the OS level, the most likely cause being incompatible library versions, in which case you would have to resolve the library

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.NoSuchMethodError on run

2006-05-23 Thread tlgates
Thanks PeterJ. I reinstalled the jdk and then did a run. I get a couple of exceptions. One is about the port 8080 already in use. That's what Tomcat runs on. Do I change the port on Tomcat or can I change the port on Jboss? I have about 20 tomcat contexts and would hate to reconfigure

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.NoSuchMethodError on run

2006-05-23 Thread PeterJ
You can change the port number in deploy/jbossweb-tomcat55.sar/server.xml. You can also search the configuration XML files for the string 8080. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945817#3945817 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: java.lang.NoSuchMethodError on run

2006-05-23 Thread tlgates
Thanks PeterJ. I changed the deploy/jbossweb-tomcat55.sar/server.xml file to be 8081 and then ran run.sh and it worked. Now I just need to run it as a service in the background and see what happens with my OhioEdge CRM application. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - how 2 install SP1 on RedHat Linux

2006-05-23 Thread tlgates
I've been told by another vendor that I need to make sure that I install the SP1 for Jboss on my server before I install their product. I have downloaded jboss-4.0.4.GA-Patch1-installer.jar from the JBoss website but I don't know what to do with it. There is no README in the .jar or

[JBoss-user] [Installation, Configuration Deployment] - Re: how 2 install SP1 on RedHat Linux

2006-05-23 Thread [EMAIL PROTECTED]
They probably meant that you need to have JBoss 4.0.3 SP1. 4.0.4 GA includes all 4.0.3 SP1 fixes, so you should be good to use jboss installed from the jboss-4.0.4.GA.zip. To run installer in UI mode: java -jar jboss-4.0.4.GA-Patch1-installer.jar View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: SSL not working? Can't use real cert! JBoss AS 4.0.4.GA

2006-05-23 Thread tsar_bomba
Anyone? I see that there are other people posting problems w/ SSL but that's in relation to EJB3, I'm just trying to get an SSL cert working through Tomcat, strictly for secure HTTPS web access. Is it broken? Any hope? Thanks again! View the original post :

[JBoss-user] [Installation, Configuration Deployment] - exploded war

2006-05-23 Thread sfisque
so far i've only seen examples where the deployment is done on a jar'ed war file. i'm just tooling around with a deployment and have everything running in a WarName.war directory except i cannot get my ejb's to bind into JNDI. i've double and triple checked the config files. my question.

[JBoss-user] [Installation, Configuration Deployment] - Re: exploded war

2006-05-23 Thread sfisque
posting config info since i cant edit the original post: EJB bean/home/iface are in /WEB-INF/classes/ web.xml snippet: | ejb-ref | ejb-ref-nameejb/DungeoneerDB/ejb-ref-name | ejb-ref-typeSession/ejb-ref-type | homecom.latticeware.ejb.DungeoneerDB_Home/home

[JBoss-user] [Installation, Configuration Deployment] - JBoss 4.0.3SP1 Tomcat 4.1x

2006-05-23 Thread rebeccaz
Hi, Recently, I just downloaded JBoss 4.0.3SP1 and will like to incorporate tomcat 4.1x instead of using the embedded tomcat 5.5 in JBoss 4.0.3. Startup seems to be fine. But when shutdown, it gives the following error, Exception in thread main javax.naming.CommunicationException [Root

[JBoss-user] [Installation, Configuration Deployment] - Re: 2 configs clobbering each other? version 4.0.1

2006-05-23 Thread jaikiran
You need to have scoped isolation of your applications. Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: ordering which apps load first

2006-05-23 Thread jaikiran
The DeploymentScanner is meant for this. Have a look at the same in jboss-service.xml present in %JBOSS_HOME%/server/default/conf directory which contain the following: anonymous wrote : !-- The URLComparator can be used to specify a deployment ordering |for deployments found in

[JBoss-user] [Installation, Configuration Deployment] - Re: ordering which apps load first

2006-05-23 Thread jaikiran
The previous post got distorted. Here's the contents from jboss-service.xml: anonymous wrote : !-- The URLComparator can be used to specify a deployment ordering |for deployments found in a scanned directory. The class specified |must be an implementation of

[JBoss-user] [Installation, Configuration Deployment] - Jboss doesn't want start

2006-05-22 Thread plusdesign
I have server with procesors 2 x 3,0GHz Xeon dual core with Debian 3.1R2, Java JDK 1.5.0.06 installed on in. I tried to run JBoss 4.0.2 on this machine and it doesn,t want started, when I copy folder with Jboss on ma personal computer with debian 3.1R2 Jboss started and it works. Did You hear

[JBoss-user] [Installation, Configuration Deployment] - Error org.omg.CORBA.TRANSIENT

2006-05-22 Thread plusdesign
When I run Jboss after 10s i server.log I see that server stoped and the last two lines are: 2006-05-22 12:37:41,156 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=CorbaTransaction 2006-05-22 12:37:41,156 DEBUG [org.jboss.tm.iiop.CorbaTransactionService] Starting

[JBoss-user] [Installation, Configuration Deployment] - Re: best way to install on fedora core 5

2006-05-22 Thread PeterJ
On FC 5, I downloaded the latest JBoss zip file, unzipped it to /opt, done! By the way, you will need a JDK from Sun, the one that comes with FC 5 will not run JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945372#3945372 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - NO EJB with jboss 4.04 GA

2006-05-22 Thread dreuzel
I do a general instalation of JBOSS using the installer -Select EJB=== FAILS -Select ALL NO EJB's installed this used to work ??? what libaries do I need to install ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945419#3945419

[JBoss-user] [Installation, Configuration Deployment] - Re: NO EJB with jboss 4.04 GA

2006-05-22 Thread [EMAIL PROTECTED]
What failure are you getting when selecting ejb3 profile? Are you using 4.04GA patch1 installer? ejb3 works fine for me. http://prdownloads.sourceforge.net/jboss/jboss-4.0.4.GA-Patch1-installer.jar?download View the original post :

[JBoss-user] [Installation, Configuration Deployment] - JBOSS clustering problems

2006-05-22 Thread alvaroe
I was getting clustering exceptions so i modified the following file: server\default\deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml and uncommented this part: jboss.cache:service=TomcatClusteringCache and now i am getting the following error: 14:41:14,606 ERROR

[JBoss-user] [Installation, Configuration Deployment] - Re: Insufficient method permissions

2006-05-22 Thread aron-smith
Seems to have it working again - basically users.properties and roles.properties are in the top level of my .ear and the client has jndi.properties locally filled out with the username and password. I guess I'll find a way later to hide that password. View the original post :

[JBoss-user] [Installation, Configuration Deployment] - windows xp client fails to communicate with jboss

2006-05-22 Thread aron-smith
So I have JBoss running on Suse 10 at last and I am trying to get my client to connect to the server. What I do know is a) Firewall is disabled on both client (win xp) and server. b) I can telnet from the client to the 1099 port successfully. c) The client works with a local JBoss server

[JBoss-user] [Installation, Configuration Deployment] - SSL not working? Can't use real cert! JBoss AS 4.0.4.GA

2006-05-22 Thread tsar_bomba
I walked through the steps in the JBoss documentation about creating an SSL cert (using Tomcat in JBoss) and all went well w/ the temporary cert. However, once I created the real keystore at versign and tried to install it, I ran into a mess. using the temp.keystore I generated when creating

[JBoss-user] [Installation, Configuration Deployment] - Jboss freezing in eclipse after second run

2006-05-22 Thread nkhong
I'm running the jboss server inside MyEclipse. The first time I start it, it works fine. After that, when I stop and start it again it hangs. Can someone tell me how I can turn on jboss/tomcat debugging log to see why its freezing at that point? This is where jboss freezes in the log:

[JBoss-user] [Installation, Configuration Deployment] - Insufficient method permissions

2006-05-21 Thread aron-smith
I lost and then recreated users.properties - I probably missed a step as I get a security error. I guess I dont really understand the full relationships for security between the client and the server... I have the users.properties and roles.properties in the .ear file

[JBoss-user] [Installation, Configuration Deployment] - Hypersonic persistance for JMS

2006-05-21 Thread hassony
As I read in http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB and in http://wiki.jboss.org/wiki/Wiki.jsp?page=IsThereAStandaloneDistributionOfJBossMQ, it is not recommended to use the hypersonic default JMS persistance. As we've just discovered this due to some JMS exceptions, we

[JBoss-user] [Installation, Configuration Deployment] - JBoss Portal and MySQL can't find setup.ddl

2006-05-21 Thread Ibere
Hello community, I installed Jboss AS 4.0.4.cr2 and JDK1.5 as well as EJB3 the EJBTrail is already working on my system. I also have a connector mysql-connector-java-3.1.12! Here is my problem I wan't to install the JBoss Wiki, therefor I need Jboss Portal and a database! So I downloaded

[JBoss-user] [Installation, Configuration Deployment] - Re: No Web Console

2006-05-20 Thread [EMAIL PROTECTED]
The ejb3 profiles have only been what is needed to run the unit tests and examples. This will be updated as the implementation is productized. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945088#3945088 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Logging Restriction

2006-05-20 Thread rnair
I am using JBoss _4_0_1_SP1 and I would like to know how to restrict my logging to just org.jboss packages in the JBoss server.log file. I do know we use the TCLFilter class to restrict logging to just application packages in the user-defined application logs. Is there a similar configuration

[JBoss-user] [Installation, Configuration Deployment] - Re: New User, HTTP Status 404, please Help, JBOSS PORTAL

2006-05-19 Thread paeLz
Now I try the following installation: jboss-4.0.4.GA and jboss-portal-2.4.0-ALPHA and did it like it's described in the manual! And now I get following error when trying to access: http://localhost:8080/portal/ HTTP Status 500 -

[JBoss-user] [Installation, Configuration Deployment] - Creation of unnecessary files

2006-05-19 Thread kapil.dhakad
Hi, I am using JBoss 4.0.0 with Solaris O.S, I am using JDK 1.5. My web application uses Javamail to send / receive emails. One thing I am not getting, JBoss server creating following types of files in $JBOSS_HOME/bin directory as well as / (root) directory.

[JBoss-user] [Installation, Configuration Deployment] - I need to replace JBossWS by JAXWS

2006-05-19 Thread korg
Hi, we are developing WS with JAXWS for a couple of months already and since JBossWS is introduced to JBsoss AS, there are problem using our web services and still using JAXWS. With JBoss 4.0.3, we followed the instructions that can be found at this site :

<    1   2   3   4   5   6   7   8   9   10   >