I'm trying to remove my portlet project from Websphere Portal and start with Jboss. I downloaded jboss-jpp-6.0.0.zip from JBoss downloads and put it under 'c:/JBOSS'. I started the portal server from standalone.bat and it worked fine. When I deploy my project from ear and when I want to enable it it gives the error :
Failed to enable BulletinWatchv12EAR.ear.
Unexpected HTTP response: 500 Request { "address" => [("deployment" => "BulletinWatchv12EAR.ear")], "operation" => "deploy" }
Response Internal Server Error { "outcome" => "failed",
"failure-description" => { "JBAS014671:
Failed services" => {"jboss.web.deployment.default-host.\"/.BulletinWatchv12\"" => "org.jboss.msc.service.StartException in service jboss.web.deployment.default-host.\"/.BulletinWatchv12\": JBAS018040:
Failed to start context"}, "JBAS014771:
Services with missing/unavailable dependencies" => ["jboss.deployment.subunit.\"BulletinWatchv12EAR.ear\".\"BulletinWatchv12.war\".jboss.security.jacc Missing[JBAS014861: ]"]
}, "rolled-back" => true }
Where am i doing the mistake. I am using sql server 2008 and i also tried to add a datasource for it but it gives error too.
I looked through the documentations at redhat.com but i really couldn't find them so helpful. Any help is appriciated.
Tugrul