kittu murthy

Greenhorn
+ Follow
since Apr 27, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by kittu murthy

Hi,

I am getting the following error when I was deployed singe java file which has changes using jboss plugin in eclips.


12:57:30,864 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo@44c3878f { url=file:/C:/jboss/jboss/server/default/deploy/TestBean.java }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss/jboss/server/default/deploy/TestBean.java
altDD: null
lastDeployed: 1304494050864
lastModified: 1304494050864
mbeans:

--- Incompletely deployed packages ---
org.jboss.deployment.DeploymentInfo@44c3878f { url=file:/C:/jboss/jboss/server/default/deploy/TestBean.java}
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/jboss/jboss/server/default/deploy/TestBean.java
altDD: null
lastDeployed: 1304494050864
lastModified: 1304494050864
mbeans:


Please guide me how to get ride of this error.


Thanks in advance.

12 years ago
cd to the jboss_home/bin directory and run: run.bat is working fine there are no errors.

But when I start the jboss server using Jboss tool plugin within the eclipse it is giving the error.

Why I am using JBoss Tool is to deploy a single java file without manually compiling whole project and start the jboss server again when there are any changes i that file.

is there are any other plugins which does the same ?
12 years ago
Jboss tool:2.3
jboss AS:4.2
OS:windowsXP
Eclipse product version: 1.3.0
12 years ago
Thank you Peter Johnson,

I am using windows and copied zip.dll file to C:\Program Files\Java\jdk1.6.0_21\bin from jre folder still am getting the same error.

Can you explain me more ?
12 years ago
Hi,

I am getting following error when I start the jboss server using "jboss tool" plugin in eclipse.

java.lang.UnsatisfiedLinkError: java.util.zip.ZipFile.open(Ljava/lang/String;IJZ)J
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at java.util.jar.JarFile.<init>(Unknown Source)
at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
at sun.misc.URLClassPath$JarLoader.access$600(Unknown Source)
at sun.misc.URLClassPath$JarLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath$JarLoader.ensureOpen(Unknown Source)
at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
at sun.misc.URLClassPath$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getLoader(Unknown Source)
at sun.misc.URLClassPath.getResource(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Exception in thread "main"


How to get ride of this error

Thanks in advance.

12 years ago
Hi,

How can I deploy a single java file in a project without manually compiling whole project when there are any changes, I mean is there any eclipse plug-in available or some thing else ?

Thanks&Regards,
kittu.
12 years ago
Thanks Jaikiran.

I have one more question.

How can I deploy a single java file in a project without manually compiling whole project when there are any changes, I mean is there any eclipse plug-in available or some thing else ?
12 years ago
Hi,

I am new to Jboss.

Can any one help me for configuring hot deployment for jboss ? i.e if I made any changes to Java files I want to deploy those files with out restarting the jboss server

Currently am use eclipse and jboss 4.2 project is related to ejb 3 ,soap,jpa

Thanks& Regards,

MeetKittu.
12 years ago