[Beginners Corner] - Re: Failed to boot JBoss when installed through installation
by Cogito-Ergo-Sum
Hi Peter,
I tried a re-install. That is, deleted everything in the installation folder and the installation folder itself and then tried installing using :java -jar jems-installer-1.2.0.GA.jar -installGroup all installpath=/u/userid/jboss-4.0.5.GA
When invoking, I get an altogether different errors. Could not create deployment: file: $JBOSS_HOME/server/default/deploy/*.xml
Lot of services (collectively as *.xml above) get listed in the messages and AS never comes up.
However, when I had done the first installation (using the method shown above), I got JBoss AS working. I was not able to shutdown; niether could I uninstall successfully. Hence, I had to delete the whole installation folder. Now, when I am trying to install (in either way) I get errors. I know, this is a stuff-up. But, surely, with the whole of the folder gone, the installation should succeed...?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068601#4068601
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068601
18Â years, 8Â months
[JBoss Seam] - Seam 1.2.1, AS 4.2.1, @Restricted method gives NoClassDef
by SmokingAPipe
I have a factory method that is restricted, like this:
@Out(required=false) List<User> userList;
|
| @Factory("userList")
| @Restrict("#{s:hasRole('admin')}")
| public void listUsers() {
|
This is the first time I have tried using @Restricted, so it's not like other @Restricted clauses are working. No, the first one isn't working.
When I try to access the userList, I get a big nasty exception:
Caused by: java.lang.NoClassDefFoundError: com/sun/el/ExpressionFactoryImpl
| at org.jboss.seam.util.UnifiedELValueBinding.<init>(UnifiedELValueBinding.java:18)
| at org.jboss.seam.security.Identity.evaluateExpression(Identity.java:506)
| at org.jboss.seam.security.Identity.checkRestriction(Identity.java:149)
| at org.jboss.seam.interceptors.SecurityInterceptor.aroundInvoke(SecurityInterceptor.java:35
|
It must be something simple: a jar in the wrong place, something like that.
Any ideas?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068600#4068600
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068600
18Â years, 8Â months