Hi,
 
I have two problems.
 
1.When i want to start the EJBServer i get this:
 
Jonas - Version 1.5
Exception in thread "main" java.lang.EceptionInInitializerError:
java.security.AccessControlException: access denied
(java.util.propertyPermission * read,write)
     at java.security.AccessControlContext.checkPermission(Compiled Code)
     at java.security.AccessController.checkPermission(Compiled Code)
     at java.lang.SecurityManager.checkPermission(Compiled Code)
     ...
     at org.objectweb.jonas.common.Trace.configure(Compiled Code)
     at org.objectweb.jonas.server.Server.main(Compiled Code)
 
Can someone tell me what i must do?
 
 
2. For the ejb-jar file you must make a file named META-INF/MANIFEST.MF
and then you must build a file called manifest with the two lines.
I made a directory META-INF with the file MANIFEST.MF with the two lines
Name: <Name>
 
Enterprise-Bean: True
 
but when i makethe jar-file , i get something like: cannot find the manifest file
But i think i don't understand exacly what the manifest-file is used for.
Do i have to build another file manifest different from META-INF/MANIFEST.MF??
 
Thnx
 
Jochen Vastmans
 
P.s. sorry for my bad english
 

 

Reply via email to