Page 1 of 1

MBEAN That are the cause of problem

PostPosted:Wed Jun 08, 2011 4:24 pm
by lucas.santana
Hello guys!

When i try to deploy the last OpenKM revision i get an error in Jboss application server, i found many differences between the OpenKM.war from SVN and OpenKM.war from Stable release.

How i solve this?

Thanks!
Code: Select all
--- MBeans waiting for other MBeans ---
ObjectName: jboss.web.deployment:war=OpenKM.war,id=-1707101549
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/E:/Servers/jboss-4.2.3.GA/server/default/tmp/deploy/tmp796147596956262815OpenKM-exp.war/ deployment failed

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.web.deployment:war=OpenKM.war,id=-1707101549
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/E:/Servers/jboss-4.2.3.GA/server/default/tmp/deploy/tmp796147596956262815OpenKM-exp.war/ deployment failed

Re: MBEAN That are the cause of problem

PostPosted:Sat Jun 11, 2011 9:49 am
by jllort
We need more information about what are you doing. Which OpenKM.war version are you talking ( it's running ) and which one have you checkout ? the svn url

Re: MBEAN That are the cause of problem

PostPosted:Sat Jun 11, 2011 8:35 pm
by lucas.santana
Iam using the last OpenKM.war compiled with the last source code from SVN repository. The problem happen in deployment.

Re: MBEAN That are the cause of problem

PostPosted:Sun Jun 12, 2011 3:43 pm
by jllort
Bad idea using actual trunk, better if you use last 5.1.x version on svn

There're a lot of changed on trunk, for example we're yet running with tomcat that means must be done some minimal changes on jboss 4.x or 5.x to running with trunk

What do you want to develp ? then I'll be more sure if you really need to be on trunk or on svn 5.1.x latest branch version

Re: MBEAN That are the cause of problem [Solved]

PostPosted:Sun Jun 12, 2011 10:54 pm
by lucas.santana
Hello jllort!

I compiled and deployed the last OpenKM.war successfully from branches directory, I am developing some specific extensions to my company, for example a new tab document with a form to insert specific information to the file.

Thanks for help!

Re: MBEAN That are the cause of problem

PostPosted:Wed Jun 15, 2011 8:26 pm
by jllort
Use the branch for it ...

Only a suggestion in order you make it right, use always extension API ( if it's possible ) that's classes under com.openkm.frontend.client.extension if you use it you'll easilly upgrade to newer version without losing work.

If you consider your extension could be useful for other users you can share it too, there's no problem.

Re: MBEAN That are the cause of problem

PostPosted:Thu Jun 16, 2011 5:51 pm
by lucas.santana
Yes i am using the extension API, including is very easy to develop using it.

Thanks for help!

Re: MBEAN That are the cause of problem

PostPosted:Sat Jun 18, 2011 8:29 am
by jllort
Any feedback, suggestion, contribution it'll be apreciate in order doing it better.