This content has been marked as final. 
    
Show                 7 replies
    
- 
        1. Re: Problem while redeployingbeve Sep 17, 2008 1:21 AM (in response to vishal12345)Hi, 
 You'll need to tell us what you are redploying?
 Is this a quickstart, a custom .esb archive?
 Regards,
 /Daniel
- 
        2. Re: Problem while redeployingtfennelly Sep 17, 2008 7:03 AM (in response to vishal12345)You can try increasing the permanent generation space on the server ala set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:MaxPermSize=128m 
 If the problem still happens after a few redeploys, then it suggests there is a leak somewhere (classloader I'd suspect).
- 
        3. Re: Problem while redeployingvishal12345 Sep 17, 2008 10:13 AM (in response to vishal12345)hi thanks 
 actually i m deploying an esb application with axis web services(two) also this application contains content based routing this application has been derived from the basic heloworld quick start
- 
        4. Re: Problem while redeployingbeve Sep 17, 2008 11:31 AM (in response to vishal12345)I believe there is an issue when redeploying axis web services. 
 As Tom said try increasing the permanent generation space.
- 
        5. Re: Problem while redeployingvishal12345 Sep 17, 2008 1:08 PM (in response to vishal12345)hi 
 k i will try increasing limit but my doubt is i m not sure where to use this command please guid me
 thanks
- 
        6. Re: Problem while redeployingbeve Sep 17, 2008 2:22 PM (in response to vishal12345)Update 'run.sh" and add '-XX:MaxPermSize=512m' JVM options. 
 The line in run.sh should looks something like this:JAVA_OPTS="-Dprogram.name=$PROGNAME $JAVA_OPTS -XX:MaxPermSize=512m" 
- 
        7. Re: Problem while redeployingvishal12345 Sep 17, 2008 10:25 PM (in response to vishal12345)thanks 
 
     
    