[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with deploying application

2009-02-12 Thread Wolfgang Knauf
Hi, as JBoss includes a JSF implementaion (Sun JSF RI 1.2), you should not package them in your own project. Try to remove those from WEB-INF\lib: el-api-1.0.jar el-impl-1.0.jar glassfish.jsf_1.2.3.2.jar glassfish.jstl_1.2.0.1.jar javax.jsf_1.2.0.0.jar Hope this helps Wolfgang View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with deploying application

2009-02-12 Thread lukep1984
Ohhh, Yes:-) Removal these libraries helped. Thanks. But what about using spring-web-flow and facelets? Are some suprises waiting for me? Thanks for all responses. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209487#4209487 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with deploying webapp with jpa on JBoss 5 GA.

2009-01-07 Thread jaikiran
skonyahin wrote : Hello, jaikiran! | | Hibernate's version: 3.2.4 | Hibernate entity manager's version: 3.3.1 | | Thanks, | Sergey | The Hibernate entity-manager version that ships with JBoss-5.0 GA is 3.4.0.GA and the Hibernate core version is 3.3.1.GA. I would recommend that

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with deploying webapp with jpa on JBoss 5 GA.

2009-01-06 Thread jaikiran
anonymous wrote : Caused by: java.lang.RuntimeException: Archive browser cannot handle protocol: vfszip:/C:/Work/nostr | adamus/nostradamus-webconsole/target/nostradamus-webconsole-0.0.1-SNAPSHOT/WEB-INF/lib/nostradamus-m | odel-0.0.1-SNAPSHOT.jar | at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with deploying webapp with jpa on JBoss 5 GA.

2009-01-06 Thread jaikiran
Specifically the hibernate entitymanager version. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199755#4199755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4199755 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem with deploying webapp with jpa on JBoss 5 GA.

2009-01-06 Thread skonyahin
Hello, jaikiran! Hibernate's version: 3.2.4 Hibernate entity manager's version: 3.3.1 Thanks, Sergey View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4199931#4199931 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4199931

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-04 Thread francis17101970
And moreover if you're transferring the war/ear file through ftp you will have always this problem, only way is to follow Peter's advice. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174252#4174252 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-04 Thread kvijayk
Thanks guys. I will try to avoid this problem by copying it first to a temp location on the server and then moving it to deployment directory. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4174399#4174399 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-03 Thread kvijayk
01:39:18,467 ERROR [JBossWeb] Problem in init java.io.EOFException: Unexpected end of ZLIB input stream at java.util.zip.InflaterInputStream.fill(Unknown Source) at java.util.zip.InflaterInputStream.read(Unknown Source) at java.util.zip.ZipInputStream.read(Unknown Source)

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-03 Thread kvijayk
The only way I was able to address this is by coping the WAR file twice to the deployment directory. First time I always get the above error and the second time it gets deployed fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4173979#4173979 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-09-03 Thread PeterJ
You never answered this question: anonymous wrote : Also, under what circumstances are you getting the zip file error? For example, does it occur when you deploy the war file? Does it happen is you copy the war file to the deploy folder first and then start the app server? The hot deployer

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-27 Thread kvijayk
META-INF/ META-INF/MANIFEST.MF WEB-INF/ WEB-INF/web.xml WEB-INF/classes/ WEB-INF/classes/com/ WEB-INF/classes/com/clarkware/ WEB-INF/classes/com// WEB-INF/classes/com//appname/ WEB-INF/classes/com//appname/domain/ WEB-INF/classes/com//appname/r3adapter/

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-27 Thread PeterJ
Look in the *.jsp files - they contain the visual contents of the web application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4172855#4172855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4172855

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-27 Thread PeterJ
Actually, contents is not the correct term. The JSPs probably act more like templates for the data that is provided by the sevlets. It looks like this app uses Seam - most of the actual on-screen data will come from EJBs or POJOs managed by Seam, but the JSPs will be used to position that

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-27 Thread PeterJ
Wait a minute - I had asked someone on another thread to post the the contents of their war file so I got confused - ignore my two previous posts. Could you post the stack trace for the exception you are getting. Also, under what circumstances are you getting the zip file error? For example,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-21 Thread PeterJ
Please post the contents of the war file using: jar -tf xxx.war View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171796#4171796 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171796

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-20 Thread rad831
I too got same problem please let me know how you solved the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171611#4171611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171611

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-20 Thread Bombarta
Necro'd this thread, gg View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171614#4171614 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171614 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2008-08-20 Thread kvijayk
JagaG we are also running into the very same issue. Can you please let us known how to address this. JagaG wrote : Hi, | Am using JBoss4.0 and JDK1.5 | I dont have any problem in running the server but wen i try to deploy the module I have done, it's not getting deployed as war file. Rather

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: problem with deploying application

2008-04-22 Thread jaikiran
Read through the classloading architecture in JBoss: http://wiki.jboss.org/wiki/ClassLoadingOverview http://wiki.jboss.org/wiki/ClassLoadingConfiguration http://wiki.jboss.org/wiki/JBossClassLoadingUseCases http://wiki.jboss.org/wiki/en/ClassCastExceptions View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread cardoso
The application is deployed as archive myapp.ear. An ant script touches the descriptor files (application.xml, web.xml), rebuilds the application and copies to the deploy folder, overriding the existing ear file there. I did this many times with an war packaged application under JBoss 4.2 and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread jaikiran
JBoss-5 Beta4 has some issues with deployment. Probably this is one more issue. Can you post the ClassCastException logs and also the redeployment logs (which show what components are being redeployed)? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread cardoso
The log after I copied the ear file to the deploy folder: | 09:43:26,501 INFO [MCKernelAbstraction] uninstalling bean: jboss.j2ee:ear=myapp.ear,jar=myapp.jar,name=TestObjectAdminBean,service=EJB3 | 09:43:26,513 INFO [EJBContainer] STOPPED EJB: de.mth.myapp.server.TestObjectAdminBean

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread jaikiran
I use Windows and unfortunately i can't try out the same scenario on Windows because of the EAR file being locked (which is a different issue all together). I tried this with exploded deployment on Windows. Works fine for me. In your case, do you see that the war is undeployed when you are

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread cardoso
But the log says, that the war is deployed again: | 09:43:32,435 INFO [TomcatDeployment] deploy, ctxPath=/myapp, vfsUrl=myapp.ear/myapp.war | Or should there be more log output for a successful redeployment? I don't use classloader isolations, the only configuration I have in the config

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread cardoso
Update: I changed my servlets code to get the local interface for the ejb to be called via @ejb annotation. |private TestObjectAdminBeanLocal testObjectAdmin; | |@EJB(name = testObjectAdmin) |public void setTestObjectAdmin(TestObjectAdminBeanLocal testObjectAdmin) {

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread jaikiran
cardoso wrote : The application is deployed as archive myapp.ear. | | An ant script touches the descriptor files (application.xml, web.xml), rebuilds the application and copies to the deploy folder, overriding the existing ear file there. | | Btw, how about trying this - Delete the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread jaikiran
anonymous wrote : Does JBoss need any configuration for the servlet-ejb relationship in the deployment descriptor of the ear, jar or war to redeploy correctly? | No it doesn't. As long as you are redeploying the entire EAR (which you seem to be doing correctly), there should not have been a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread cardoso
anonymous wrote : | Btw, how about trying this - Delete the existing EAR from the deploy folder (maybe through an Ant script) and once the EAR is deleted successfully, then just copy the new EAR to the deploy folder. See if that works. | After deleting the old ear file, when deploying the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-21 Thread cardoso
Jaikiran, now I installed JBoss 4.2.2.GA and there the application is working as expected and redeployed correctly. As you already guessed, it seems to be a JBoss 5 deployment problem. Thank you very much for your help, I will switch to the 4.2.2 version of JBoss and wait for the release of

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem re-deploying war inside ear

2008-04-20 Thread jaikiran
How is the application deployed, is it in exploded format or as an archive? And how do you redeploy the application? anonymous wrote : when I am redeploying an ear-packed application (copying to default/server/deploy) You mean you are trying to overwrite (by copy/paste) the existing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem in deploying web modules

2007-12-06 Thread spachkhe
Please let me know how you solved the problem.I am getting the same error View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4110801#4110801 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4110801

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with Deploying

2007-05-12 Thread jaikiran
anonymous wrote : But i would like to know why the Eclipse SDK 3.2 do not put the jar's in the EAR Sorry, i dont have a clue. I dont have JBoss integrated with Eclipse. Maybe if you post your question at http://www.jboss.com/index.html?module=bbop=viewforumf=201, it might get answered View

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with Deploying

2007-05-11 Thread [EMAIL PROTECTED]
Nobody knows ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044971#4044971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044971 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with Deploying

2007-05-10 Thread [EMAIL PROTECTED]
Thx for your help ! application.xml : ?xml version=1.0 encoding=UTF-8? application id=Application_ID version=1.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with Deploying

2007-05-09 Thread jaikiran
Is there any application.xml file inside FINDOK_EJB_Trip.ear. I guess, the application.xml mentions the module antlr.jar and the ear does not contain it. Could you post the application.xml file and even the output of the following: - From command prompt go to

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-25 Thread JagaG
There was a mistake in the jar file only. Resolved now. Thanks Peter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973828#3973828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973828

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-08 Thread JagaG
I used Ant scripts to create the war file. Contents is a sample jsp file. Jaga View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970277#3970277 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970277

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-08 Thread _roberto
Hi to all, I have a problem also deploy web apllication: every time that I deply a .war file I have to restart Jboss, but this operation, I don't know why, take something like 20 minutes and, after that time, often the server don't show me his jsp pages, servlet and so on. Any suggestion? :-(

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-08 Thread PeterJ
_roberto, please do not ask new questions on someone else's post. Please start a new topic. Jaga, which directory are you copying the war file to? You should be copying it to D:/jboss-4.0.3SP1/jboss-4.0.3SP1/server/default/deploy. Also, could you list the contents of you war file, enter: jar

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-07 Thread JagaG
It's just a sample application... It's jst 1KB. Takes few seconds to deploy... I have tried the solution u have given too... But still getting the same error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970043#3970043 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-07 Thread PeterJ
Next question: How did you create the war file? What are your war file contents? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3970107#3970107 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970107

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in deploying web modules

2006-09-06 Thread PeterJ
How big is your war file? How long does it take to copy it to the deploy directory? It sounds as if the file is only partly copied to the deploy directory when the hot-deployer attempts to read the war file. One possible solution is to copy the war file to a temporary directory in the same