[jboss-user] [Installation, Configuration & DEPLOYMENT] - JSF exception

2008-11-20 Thread Sherst
Hi all. I am trying deploy war file but get errors: 2008-11-20 17:10:23,412 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/cps-monitor]] Exception thrown by attributes event listener | java.lang.ClassCastException: com.sun.faces.application.ApplicationAssociate |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS and MSSQL

2008-11-18 Thread Sherst
anonymous wrote : Quote: | Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Error establishing socket | | | Are you sure the database server ipcc-dawsl.opc.aval on port 1433 is accessible from the system where JBoss is running? What does | | Code: |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS and MSSQL

2008-11-18 Thread Sherst
hi all. I am developing simple web application .I am using sqlserver2000 and jboss 4.0.5GA app server.I copied all the three jar (sqlserver) into jboss-4.0.5.GA\server\default\lib But i am getting following error,can anybody tell what mistake i did? An error occured in the bean. Error Message is

[jboss-user] [JNDI/Naming/Network] - JNDI/JDBC error

2008-11-12 Thread Sherst
Hi all. I am trying to run web application and get error: anonymous wrote : 2008-11-12 10:31:33,344 INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a connection for you. Please close them yourself: [EMAIL PROTECTED] | java.lang.Throwable: STACKTRACE | at o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS sessions

2008-09-22 Thread Sherst
Hi all. I have strange feeling that JBOSS doesn't support http session. I try to find file SESSIONS.ser but I don't find them. What I should check that enable support http session. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178060#4178060 Reply to the po

[jboss-user] [JNDI/Naming/Network] - JBoss autocommit problem

2008-09-18 Thread Sherst
Hi all. After running my web application I get exception: java.sql.SQLException: You cannot rollback with autocommit set! My oracle-ds.xml: | | | | | jdbc/alphaCommondoor | jdbc:oracle:thin:@gamma.app.kv.aval:1521:alfa | oracle.jdbc.driver.OracleDriver | us

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS and HTTPS

2008-09-13 Thread Sherst
Hi all. After JBOSS running I am trying to use url https://some_ip:8443 then get error: connection refused. When I enter http://some_ip:8443 I see JBOSS start page, thats mean port 8443 is listening. I try to install jboss on other computers and all working fine. Why it does'nt work on this mach

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection refused

2008-09-09 Thread Sherst
thanks all. Run with key -b helped me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175267#4175267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175267 ___ jboss-user maili

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Connection refused

2008-09-08 Thread Sherst
Hello all. I am running JBOSS on my computer and try to connect from other computer than get error: (111) Connection refused. When I enter http://localhost:8080 (computer where JBOSS running) it's ok, I see JBOSS start page. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Beginners Corner] - Errors after run

2008-08-20 Thread Sherst
I am trying to run jboss and getting erorrs. Here is my log file. | 2008-08-20 15:10:17,609 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/C:/JBOSS/jboss-4.2.3.GA/server/default/deploy/jbossws.sar/ | java.lang.NoClassDefFoundError: javax/ejb/Stateless |