[jboss-user] [Beginner's Corner] - secure ejb

superas do-not-reply at jboss.com
Thu Jul 7 05:18:16 EDT 2011


superas [http://community.jboss.org/people/superas] created the discussion

"secure ejb"

To view the discussion, visit: http://community.jboss.org/message/613874#613874

--------------------------------------------------------------
hi,
im new in jboss as, iv started to read docs about, play around, wants to make ssl connection to ejb, and ive run into a problem in security part,
 http://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html_single/index.html#chap-Secure_Socket_Layer http://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html_single/index.html#chap-Secure_Socket_Layer
right now im on  http://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html_single/index.html#sect-create-ejb3-remoting-connector http://docs.jboss.org/jbosssecurity/docs/6.0/security_guide/html_single/index.html#sect-create-ejb3-remoting-connector
when i want to start as, there is an log on startup as:

=========================================================================


  JBoss Bootstrap Environment


  JBOSS_HOME: /home/adi/jboss-6.0.0.Final/


  JAVA: /home/adi/jdk1.6.0_21/bin/java


  JAVA_OPTS: -server -Xms128m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dprogram.name=run.sh -Djava.library.path=/home/adi/jboss-6.0.0.Final/bin/native/lib64:/home/adi/jdk1.6.0_21/jre/lib/amd64/server:/home/adi/jdk1.6.0_21/jre/lib/amd64:/home/adi/jdk1.6.0_21/jre/../lib/amd64


  CLASSPATH: /home/adi/jboss-6.0.0.Final//bin/run.jar:/home/adi/jdk1.6.0_21/lib/tools.jar


=========================================================================


10:29:29,038 INFO  [AbstractJBossASServerBase] Server Configuration:


          JBOSS_HOME URL: file:/home/adi/jboss-6.0.0.Final/
          Bootstrap: $JBOSS_HOME/server/default/conf/bootstrap.xml
          Common Base: $JBOSS_HOME/common/
          Common Library: $JBOSS_HOME/common/lib/
          Server Name: default
          Server Base: $JBOSS_HOME/server/
          Server Library: $JBOSS_HOME/server/default/lib/
          Server Config: $JBOSS_HOME/server/default/conf/
          Server Home: $JBOSS_HOME/server/default/
          Server Data: $JBOSS_HOME/server/default/data/
          Server Log: $JBOSS_HOME/server/default/log/
          Server Temp: $JBOSS_HOME/server/default/tmp/


10:29:29,046 INFO  [AbstractServer] Starting: JBossAS [6.0.0.Final "Neo"]
10:29:31,348 INFO  [ServerInfo] Java version: 1.6.0_21,Sun Microsystems Inc.
10:29:31,349 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_21-b06)
10:29:31,349 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 17.0-b16,Sun Microsystems Inc.
10:29:31,349 INFO  [ServerInfo] OS-System: Linux 2.6.32-32-generic,amd64
10:29:31,350 INFO  [ServerInfo] VM arguments: -Xms128m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dprogram.name=run.sh -Djava.library.path=/home/adi/jboss-6.0.0.Final/bin/native/lib64:/home/adi/jdk1.6.0_21/jre/lib/amd64/server:/home/adi/jdk1.6.0_21/jre/lib/amd64:/home/adi/jdk1.6.0_21/jre/../lib/amd64 -Djava.endorsed.dirs=/home/adi/jboss-6.0.0.Final//lib/endorsed 
10:29:31,399 INFO  [JMXKernel] Legacy JMX core initialized
10:29:38,919 INFO  [AbstractServerConfig] JBoss Web Services - Stack CXF Server 3.4.1.GA
10:29:40,012 INFO  [JSFImplManagementDeployer] Initialized 3 JSF configurations: [Mojarra-1.2, MyFaces-2.0, Mojarra-2.0]
10:29:47,610 ERROR [AbstractKernelController] Error installing to Configured: name=EJB3SSLDomain state=Instantiated: java.lang.RuntimeException: Error configuring property: keyPassword for EJB3SSLDomain
          at org.jboss.kernel.plugins.dependency.ConfigureAction.dispatchSetProperty(ConfigureAction.java:112) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.ConfigureAction.setAttributes(ConfigureAction.java:85) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.ConfigureAction.installActionInternal(ConfigureAction.java:44) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:894) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:641) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:182) [:2.2.0.GA]
          at org.jboss.deployers.vfs.deployer.kernel.BeanMetaDataDeployer.deploy(BeanMetaDataDeployer.java:58) [:2.2.0.GA]
          at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62) [:2.2.0.GA]
          at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:55) [:2.2.0.GA]
          at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:179) [:2.2.0.GA]
          at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1832) [:2.2.0.GA]
          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1550) [:2.2.0.GA]
          at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1571) [:2.2.0.GA]
          at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1491) [:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.deployers.plugins.deployers.DeployersImpl.change(DeployersImpl.java:1983) [:2.2.0.GA]
          at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:1076) [:2.2.0.GA]
          at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:679) [:2.2.0.GA]
          at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.process(MainDeployerPlugin.java:106) [:6.0.0.Final]
          at org.jboss.profileservice.dependency.ProfileControllerContext$DelegateDeployer.process(ProfileControllerContext.java:143) [:0.2.2]
          at org.jboss.profileservice.dependency.ProfileDeployAction.deploy(ProfileDeployAction.java:151) [:0.2.2]
          at org.jboss.profileservice.dependency.ProfileDeployAction.installActionInternal(ProfileDeployAction.java:94) [:0.2.2]
          at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:54) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.InstallsAwareAction.installAction(InstallsAwareAction.java:42) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:379) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:2044) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:1083) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.executeOrIncrementStateDirectly(AbstractController.java:1322) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1246) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1139) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:939) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:654) [jboss-dependency.jar:2.2.0.GA]
          at org.jboss.profileservice.dependency.ProfileActivationWrapper$BasicProfileActivation.start(ProfileActivationWrapper.java:190) [:0.2.2]
          at org.jboss.profileservice.dependency.ProfileActivationWrapper.start(ProfileActivationWrapper.java:87) [:0.2.2]
          at org.jboss.profileservice.dependency.ProfileActivationService.activateProfile(ProfileActivationService.java:215) [:0.2.2]
          at org.jboss.profileservice.dependency.ProfileActivationService.activate(ProfileActivationService.java:159) [:0.2.2]
          at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.activate(AbstractProfileServiceBootstrap.java:112) [:0.2.2]
          at org.jboss.profileservice.resolver.BasicResolverFactory$ProfileResolverFacade.deploy(BasicResolverFactory.java:87) [:0.2.2]
          at org.jboss.profileservice.bootstrap.AbstractProfileServiceBootstrap.start(AbstractProfileServiceBootstrap.java:91) [:0.2.2]
          at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:132) [:6.0.0.Final]
          at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
          at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
          at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
          at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]
Caused by: java.lang.IllegalArgumentException: No such property keyPassword for bean org.jboss.security.plugins.JaasSecurityDomain available [clientAlias, trustStoreType, keyStore, state, keyManagerFactory, keyStoreURL, securityDomain, keyStorePass, keyStoreProviderArgument, trustManagerFactoryAlgorithm, stateString, serviceName, trustStore, keyStoreAlias, additionalOptions, name, securityManagement, keyManagerFactoryAlgorithm, trustStoreProviderArgument, iterationCount, serverAlias, clientAuth, cipherAlgorithm, trustManagerFactory, deepCopySubjectOption, keyStoreType, class, trustStoreURL, activeSubject, log, kernelControllerContext, cachePolicy, keyStoreProvider, serviceAuthToken, trustStorePass, notificationInfo, server, trustManagerFactoryProvider, keyManagerFactoryProvider, managerServiceName, trustStoreProvider, salt]
          at org.jboss.beans.info.plugins.AbstractBeanInfo.getProperty(AbstractBeanInfo.java:147) [jboss-reflect.jar:2.2.0.GA]
          at org.jboss.beans.info.plugins.BeanInfoUtil.getNestedPropertyInfo(BeanInfoUtil.java:111) [jboss-reflect.jar:2.2.0.GA]
          at org.jboss.beans.info.plugins.BeanInfoUtil.getPropertyInfo(BeanInfoUtil.java:197) [jboss-reflect.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.PropertyDispatchWrapper.execute(PropertyDispatchWrapper.java:77) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.ExecutionWrapper.execute(ExecutionWrapper.java:47) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.KernelControllerContextAction.dispatchExecutionWrapper(KernelControllerContextAction.java:125) [jboss-kernel.jar:2.2.0.GA]
          at org.jboss.kernel.plugins.dependency.ConfigureAction.dispatchSetProperty(ConfigureAction.java:107) [jboss-kernel.jar:2.2.0.GA]
          ... 64 more


10:29:48,027 INFO  [JMXConnector] starting JMXConnector on host 127.0.0.1:1090
10:29:48,136 INFO  [MailService] Mail Service bound to java:/Mail
10:29:48,998 INFO  [HornetQServerImpl] live server is starting..
10:29:49,134 INFO  [JournalStorageManager] Using AIO Journal
10:29:49,166 WARNING [HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
10:29:50,101 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.1.Final-r2319 127.0.0.1:5455 for CORE protocol
10:29:50,103 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.1.Final-r2319 127.0.0.1:5445 for CORE protocol
10:29:50,108 INFO  [HornetQServerImpl] HornetQ Server version 2.1.2.Final (Colmeia, 120) started
10:29:50,170 INFO  [WebService] Using RMI server codebase:  http://127.0.0.1:8083/ http://127.0.0.1:8083/
10:29:50,389 INFO  [jbossatx] ARJUNA-32010 JBossTS Recovery Service (tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
10:29:50,396 INFO  [arjuna] ARJUNA-12324 Start RecoveryActivators
10:29:50,426 INFO  [arjuna] ARJUNA-12296 ExpiredEntryMonitor running at Cz, 7 lip 2011 10:29:50
10:29:50,507 INFO  [arjuna] ARJUNA-12310 Recovery manager listening on endpoint 127.0.0.1:4712
10:29:50,508 INFO  [arjuna] ARJUNA-12344 RecoveryManagerImple is ready on port 4712
10:29:50,508 INFO  [jbossatx] ARJUNA-32013 Starting transaction recovery manager
10:29:50,519 INFO  [arjuna] ARJUNA-12163 Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 4713
10:29:50,523 INFO  [arjuna] ARJUNA-12337 TransactionStatusManagerItem host: 127.0.0.1 port: 4713
10:29:50,575 INFO  [arjuna] ARJUNA-12170 TransactionStatusManager started on port 4713 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
10:29:50,656 INFO  [jbossatx] ARJUNA-32017 JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
10:29:50,695 INFO  [arjuna] ARJUNA-12202 registering bean jboss.jta:type=ObjectStore.
10:29:51,101 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /home/adi/jboss-6.0.0.Final/bin/native/lib64:/home/adi/jdk1.6.0_21/jre/lib/amd64/server:/home/adi/jdk1.6.0_21/jre/lib/amd64:/home/adi/jdk1.6.0_21/jre/../lib/amd64
10:29:51,396 INFO  [ModClusterService] Initializing mod_cluster 1.1.0.Final
10:29:51,445 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
10:29:51,948 INFO  [RARDeployment] Required license terms exist, view vfs:/home/adi/jboss-6.0.0.Final/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
10:29:51,969 INFO  [RARDeployment] Required license terms exist, view vfs:/home/adi/jboss-6.0.0.Final/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
10:29:51,980 INFO  [RARDeployment] Required license terms exist, view vfs:/home/adi/jboss-6.0.0.Final/server/default/deploy/jms-ra.rar/META-INF/ra.xml
10:29:52,002 INFO  [HornetQResourceAdapter] HornetQ resource adaptor started
10:29:52,011 INFO  [RARDeployment] Required license terms exist, view vfs:/home/adi/jboss-6.0.0.Final/server/default/deploy/mail-ra.rar/META-INF/ra.xml
10:29:52,032 INFO  [RARDeployment] Required license terms exist, view vfs:/home/adi/jboss-6.0.0.Final/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
10:29:52,137 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-2
10:29:52,197 INFO  [SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
10:29:52,197 INFO  [QuartzScheduler] Quartz Scheduler v.1.8.3 created.
10:29:52,200 INFO  [RAMJobStore] RAMJobStore initialized.
10:29:52,203 INFO  [QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.3) 'JBossQuartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.


10:29:52,203 INFO  [StdSchedulerFactory] Quartz scheduler 'JBossQuartzScheduler' initialized from an externally opened InputStream.
10:29:52,203 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.8.3
10:29:52,203 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED started.
10:29:52,638 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
10:29:53,186 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
10:29:53,237 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=test' to JNDI name 'java:test'
10:29:53,499 INFO  [xnio] XNIO Version 2.1.0.CR2
10:29:53,508 INFO  [nio] XNIO NIO Implementation Version 2.1.0.CR2
10:29:53,717 INFO  [remoting] JBoss Remoting version 3.1.0.Beta2
10:29:53,835 INFO  [TomcatDeployment] deploy, ctxPath=/
10:29:53,875 INFO  [service] Removing bootstrap log handlers
10:29:53,943 ERROR [ProfileServiceBootstrap] Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):


DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "EJB3SSLRemotingConnector" is missing the following dependencies:
    Dependency "sslServerSocketFactory" (should be in state "Installed", but is actually in state "Described")
  Deployment "sslServerSocketFactory" is missing the following dependencies:
    Dependency "EJB3SSLDomain" (should be in state "Installed", but is actually in state "**ERROR**")


DEPLOYMENTS IN ERROR:
  Deployment "EJB3SSLDomain" is in error due to the following reason(s): java.lang.IllegalArgumentException: No such property keyPassword for bean org.jboss.security.plugins.JaasSecurityDomain available [clientAlias, trustStoreType, keyStore, state, keyManagerFactory, keyStoreURL, securityDomain, keyStorePass, keyStoreProviderArgument, trustManagerFactoryAlgorithm, stateString, serviceName, trustStore, keyStoreAlias, additionalOptions, name, securityManagement, keyManagerFactoryAlgorithm, trustStoreProviderArgument, iterationCount, serverAlias, clientAuth, cipherAlgorithm, trustManagerFactory, deepCopySubjectOption, keyStoreType, class, trustStoreURL, activeSubject, log, kernelControllerContext, cachePolicy, keyStoreProvider, serviceAuthToken, trustStorePass, notificationInfo, server, trustManagerFactoryProvider, keyManagerFactoryProvider, managerServiceName, trustStoreProvider, salt], **ERROR**


          at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]
          at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]
          at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]
          at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
          at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]
          at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
          at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
          at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
          at java.lang.Thread.run(Thread.java:619) [:1.6.0_21]


10:29:53,959 INFO  [org.apache.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
10:29:53,962 INFO  [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
10:29:53,962 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] JBossAS [6.0.0.Final "Neo"] Started in 24s:911ms


is there something missing in docs??
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/613874#613874]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110707/b71f6139/attachment-0001.html 


More information about the jboss-user mailing list