1. deployment time of "ear" annoying using jboss,ant, jsp's and prehistoric pc stackoverflow.comI am developing a web based java app, running on jboss and sql server. I seem to find myself spending an inordinate amount of time recompiling/deploying just to tweak the interface in ... |
3. "NoClassDefFound Error" deploying EAR file coderanch.com |
4. When deploying an ear file, the status is "not loaded" coderanch.com |
5. how to deploy a EAR application in "exploded" mode ? coderanch.com |
6. what is meant by deploying an .ear format in exlpoded mode? coderanch.com |
7. Glassfish EAR deployment error coderanch.comHi guys Recently had to have my HD rebuilt and as a result lost my install of Glassfish v3 and latest EAR build I have been using, I have found an older version of the EAR and installed the latest preview version of Glassfish v3, but now when I deploy my EAR file I get this error. I have the JDBC ... |
8. Error while deploying .ear coderanch.com |
9. deployment issue with manually created war and ear files coderanch.comHi all, I am trying to run an existing application which has instructions to create war and ear files from command prompt. But the deployment works only if the ear is relative to application path. It errors out if the ear is located somewhere else. The procedure that I followed: I created the war file from application-name/web folder using jar command ... |
10. How to contol the servlets initialization order when deploying an ear? java.net[#|2008-06-04T16:27:08.864+0200|WARNING|sun-comms-appserver1.0|javax.enterprise.system.core|_ThreadID=17;_ThreadName=Thread-50;_RequestID=abeb3fc1-b4c7-4cac-a1a2-5a80fbd8a400;|CORE5064: Error serializing descriptor for application TSBox.ear; continuing java.io.NotSerializableException: com.sun.enterprise.deployment.util.XModuleType at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1081) at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1375) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1347) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302) at com.sun.enterprise.deployment.util.ModuleDescriptor.writeObject(ModuleDescriptor.java:255) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1079) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:302) at java.util.HashSet.writeObject(HashSet.java:254) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:917) at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1339) at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1290) at ... |