This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 187474 - Starting JBoss 5.1 does not return
Summary: Starting JBoss 5.1 does not return
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-11 10:26 UTC by cyrill
Modified: 2013-08-23 10:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Processes after JBoss Start from Netbeans (181.30 KB, image/jpeg)
2010-06-11 11:33 UTC, cyrill
Details
Netbeans is not aware that JBoss is running (130.96 KB, image/jpeg)
2010-06-11 11:34 UTC, cyrill
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cyrill 2010-06-11 10:26:26 UTC
1) Define a JBoss 5.1 Server in Netbeans
2) Provide the following parameters: -Djboss.service.binding.set=ports-01 -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512m -Xverify:none
3) Modify the server config to set the naming server to port 1199 instead of 1099 in file bindings-jboss-beans.xml
4) Start the server

Calling C:\Programme\jboss-5.1.0.GA\bin\run.conf.bat
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: C:\Programme\jboss-5.1.0.GA

  JAVA: C:\Programme\Java\jdk1.5.0_22\bin\java

  JAVA_OPTS: -Dprogram.name=run.bat -Djboss.service.binding.set=ports-01 -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512m -Xverify:none -server

  CLASSPATH: C:\Programme\jboss-5.1.0.GA\bin\run.jar

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

11:24:55,384 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
11:24:55,384 INFO  [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)
11:24:55,384 INFO  [ServerImpl] Bootstrap URL: null
11:24:55,384 INFO  [ServerImpl] Home Dir: C:\Programme\jboss-5.1.0.GA
11:24:55,384 INFO  [ServerImpl] Home URL: file:/C:/Programme/jboss-5.1.0.GA/
11:24:55,697 INFO  [ServerImpl] Library URL: file:/C:/Programme/jboss-5.1.0.GA/lib/
11:24:55,697 INFO  [ServerImpl] Patch URL: null
11:24:55,697 INFO  [ServerImpl] Common Base URL: file:/C:/Programme/jboss-5.1.0.GA/common/
11:24:55,697 INFO  [ServerImpl] Common Library URL: file:/C:/Programme/jboss-5.1.0.GA/common/lib/
11:24:55,697 INFO  [ServerImpl] Server Name: default
11:24:55,697 INFO  [ServerImpl] Server Base Dir: C:\Programme\jboss-5.1.0.GA\server
11:24:55,697 INFO  [ServerImpl] Server Base URL: file:/C:/Programme/jboss-5.1.0.GA/server/
11:24:55,697 INFO  [ServerImpl] Server Config URL: file:/C:/Programme/jboss-5.1.0.GA/server/default/conf/
11:24:55,697 INFO  [ServerImpl] Server Home Dir: C:\Programme\jboss-5.1.0.GA\server\default
11:24:56,196 INFO  [ServerImpl] Server Home URL: file:/C:/Programme/jboss-5.1.0.GA/server/default/
11:24:56,196 INFO  [ServerImpl] Server Data Dir: C:\Programme\jboss-5.1.0.GA\server\default\data
11:24:56,196 INFO  [ServerImpl] Server Library URL: file:/C:/Programme/jboss-5.1.0.GA/server/default/lib/
11:24:56,196 INFO  [ServerImpl] Server Log Dir: C:\Programme\jboss-5.1.0.GA\server\default\log
11:24:56,196 INFO  [ServerImpl] Server Native Dir: C:\Programme\jboss-5.1.0.GA\server\default\tmp\native
11:24:56,196 INFO  [ServerImpl] Server Temp Dir: C:\Programme\jboss-5.1.0.GA\server\default\tmp
11:24:56,696 INFO  [ServerImpl] Server Temp Deploy Dir: C:\Programme\jboss-5.1.0.GA\server\default\tmp\deploy
11:24:57,102 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/Programme/jboss-5.1.0.GA/server/default/conf/bootstrap.xml
11:24:57,977 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
11:24:57,977 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
11:24:58,289 INFO  [CopyMechanism] VFS temp dir: C:\Programme\jboss-5.1.0.GA\server\default\tmp
11:24:58,305 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.
11:24:59,289 INFO  [ServerInfo] Java version: 1.5.0_22,Sun Microsystems Inc.
11:24:59,289 INFO  [ServerInfo] Java Runtime: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
11:24:59,289 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_22-b03,Sun Microsystems Inc.
11:24:59,289 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
11:24:59,289 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.bat -Djboss.service.binding.set=ports-01 -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512m -Xverify:none -Djava.endorsed.dirs=C:\Programme\jboss-5.1.0.GA\lib\endorsed 
11:24:59,726 INFO  [JMXKernel] Legacy JMX core initialized
11:25:01,584 INFO  [ProfileServiceBootstrap] Loading profile: ProfileKey@eb2133[domain=default, server=default, name=default]
11:25:03,146 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8183/
11:25:08,127 INFO  [NativeServerConfig] JBoss Web Services - Stack Native Core
11:25:08,127 INFO  [NativeServerConfig] 3.1.2.GA
11:25:08,596 INFO  [AttributeCallbackItem] Owner callback not implemented.
11:25:09,923 INFO  [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@4f0853[ defaultDomain='jboss' ]
11:25:19,949 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@23438842{vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
11:25:19,949 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@23438842{vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
11:25:19,949 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@23438842{vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
11:25:20,277 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@23438842{vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
11:25:22,869 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1190/jmxconnector
11:25:23,010 INFO  [MailService] Mail Service bound to java:/Mail
11:25:25,087 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
11:25:25,102 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
11:25:25,165 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
11:25:25,305 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
11:25:25,305 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
11:25:25,524 INFO  [TransactionManagerService] Initializing recovery manager
11:25:25,633 INFO  [TransactionManagerService] Recovery manager configured
11:25:25,633 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
11:25:25,649 INFO  [TransactionManagerService] Starting transaction recovery manager
11:25:26,180 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Programme\Java\jdk1.5.0_22\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Programme\Oracle\OracleExpress10g\app\oracle\product\10.2.0\server\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Programme\Java\jdk1.5.0_22\bin;C:\Programme\apache-ant-1.6.5\bin;C:\dev\apache-maven-2.0.9\bin;C:\Programme\Intel\DMIX;c:\Programme\Intel\WiFi\bin\;C:\Programme\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Programme\Wave Systems Corp\Gemalto\Access Client\v5\;c:\Programme\Gemeinsame Dateien\Roxio Shared\DLLShared\;c:\Programme\Gemeinsame Dateien\Roxio Shared\10.0\DLLShared\;C:\Programme\Subversion\bin;C:\Programme\TortoiseSVN\bin;C:\Programme\IDM Computer Solutions\UltraEdit-32
11:25:26,336 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8180
11:25:26,336 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8109
11:25:26,352 INFO  [StandardService] Starting service jboss.web
11:25:26,352 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
11:25:26,383 INFO  [Catalina] Server startup in 50 ms
11:25:26,399 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
11:25:26,727 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws
11:25:26,758 INFO  [TomcatDeployment] deploy, ctxPath=/web-console
11:25:26,992 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
11:25:27,008 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
11:25:27,023 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
11:25:27,054 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
11:25:27,273 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
11:25:27,320 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
11:25:27,351 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
11:25:27,351 INFO  [RAMJobStore] RAMJobStore initialized.
11:25:27,351 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
11:25:27,773 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
11:25:27,773 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
11:25:28,070 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
11:25:28,319 INFO  [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
11:25:28,351 INFO  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
11:25:28,351 INFO  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
11:25:28,804 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4557 has leasing enabled, lease period 10000 milliseconds

11:25:28,804 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@241163 started
11:25:28,819 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
11:25:28,819 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4557 has leasing enabled, lease period 10000 milliseconds
11:25:28,819 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@c297a5 started
11:25:29,272 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4557 has leasing enabled, lease period 10000 milliseconds

11:25:29,272 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1a15f06 started
11:25:29,272 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
11:25:29,350 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
11:25:30,006 INFO  [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
11:25:30,006 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
11:25:30,006 INFO  [JBossASKernel]   with dependencies:
11:25:30,006 INFO  [JBossASKernel]   and demands:
11:25:30,006 INFO  [JBossASKernel]         jboss.ejb:service=EJBTimerService
11:25:30,006 INFO  [JBossASKernel]   and supplies:
11:25:30,006 INFO  [JBossASKernel]         jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
11:25:30,271 INFO  [JBossASKernel]         jndi:SecureManagementView/remote
11:25:30,271 INFO  [JBossASKernel]         Class:org.jboss.deployers.spi.management.ManagementView
11:25:30,271 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
11:25:30,271 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
11:25:30,271 INFO  [JBossASKernel]   with dependencies:
11:25:30,771 INFO  [JBossASKernel]   and demands:
11:25:30,771 INFO  [JBossASKernel]         jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
11:25:30,771 INFO  [JBossASKernel]         jboss.ejb:service=EJBTimerService
11:25:30,771 INFO  [JBossASKernel]   and supplies:
11:25:30,771 INFO  [JBossASKernel]         jndi:SecureProfileService/remote
11:25:30,771 INFO  [JBossASKernel]         jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
11:25:30,771 INFO  [JBossASKernel]         Class:org.jboss.profileservice.spi.ProfileService
11:25:31,271 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
11:25:31,271 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
11:25:31,271 INFO  [JBossASKernel]   with dependencies:
11:25:31,271 INFO  [JBossASKernel]   and demands:
11:25:31,271 INFO  [JBossASKernel]         jboss.ejb:service=EJBTimerService
11:25:31,271 INFO  [JBossASKernel]   and supplies:
11:25:31,771 INFO  [JBossASKernel]         jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
11:25:31,771 INFO  [JBossASKernel]         jndi:SecureDeploymentManager/remote
11:25:31,771 INFO  [JBossASKernel]         Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
11:25:31,771 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
11:25:31,771 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@3884c0{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
11:25:32,270 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1a68961{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
11:25:32,270 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@a00025{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
11:25:32,989 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
11:25:33,004 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
11:25:33,036 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

        SecureManagementView/remote - EJB3.x Default Remote Business Interface
        SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface

11:25:33,301 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
11:25:33,317 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
11:25:33,332 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

        SecureProfileService/remote - EJB3.x Default Remote Business Interface
        SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface

11:25:33,801 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
11:25:33,801 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
11:25:33,801 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

        SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
        SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface

11:25:34,379 INFO  [TomcatDeployment] deploy, ctxPath=/admin-console
11:25:34,457 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
11:25:36,580 INFO  [TomcatDeployment] deploy, ctxPath=/
11:25:36,690 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console
11:25:36,830 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8180
11:25:36,862 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8109
11:25:36,893 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 40s:197ms


The server starts successfully, but the control does not come back to netbeans and an error panel will be shown: starting of server has time out.
Comment 1 cyrill 2010-06-11 10:27:07 UTC
This is Netbeans 6.9 RC2.
Comment 2 Petr Hejl 2010-06-11 10:50:43 UTC
I think you need to re-register server after step 3).
Comment 3 cyrill 2010-06-11 11:31:41 UTC
I have re-registered the server after step 3 now.

The output in the netbeans console is now:

Calling C:\Programme\jboss-5.1.0.GA\bin\run.conf.bat
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: C:\Programme\jboss-5.1.0.GA

  JAVA: C:\Programme\Java\jdk1.5.0_22\bin\java

  JAVA_OPTS: -Dprogram.name=run.bat -Djboss.service.binding.set=ports-01 -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512m -Xverify:none -server


  CLASSPATH: C:\Programme\jboss-5.1.0.GA\bin\run.jar

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

13:25:33,287 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
13:25:33,287 INFO  [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)
13:25:33,287 INFO  [ServerImpl] Bootstrap URL: null
13:25:33,287 INFO  [ServerImpl] Home Dir: C:\Programme\jboss-5.1.0.GA
13:25:33,287 INFO  [ServerImpl] Home URL: file:/C:/Programme/jboss-5.1.0.GA/
13:25:33,287 INFO  [ServerImpl] Library URL: file:/C:/Programme/jboss-5.1.0.GA/lib/
13:25:33,616 INFO  [ServerImpl] Patch URL: null
13:25:33,616 INFO  [ServerImpl] Common Base URL: file:/C:/Programme/jboss-5.1.0.GA/common/
13:25:33,616 INFO  [ServerImpl] Common Library URL: file:/C:/Programme/jboss-5.1.0.GA/common/lib/
13:25:33,616 INFO  [ServerImpl] Server Name: default
13:25:33,616 INFO  [ServerImpl] Server Base Dir: C:\Programme\jboss-5.1.0.GA\server
13:25:33,616 INFO  [ServerImpl] Server Base URL: file:/C:/Programme/jboss-5.1.0.GA/server/
13:25:33,616 INFO  [ServerImpl] Server Config URL: file:/C:/Programme/jboss-5.1.0.GA/server/default/conf/
13:25:34,115 INFO  [ServerImpl] Server Home Dir: C:\Programme\jboss-5.1.0.GA\server\default
13:25:34,115 INFO  [ServerImpl] Server Home URL: file:/C:/Programme/jboss-5.1.0.GA/server/default/
13:25:34,115 INFO  [ServerImpl] Server Data Dir: C:\Programme\jboss-5.1.0.GA\server\default\data
13:25:34,115 INFO  [ServerImpl] Server Library URL: file:/C:/Programme/jboss-5.1.0.GA/server/default/lib/
13:25:34,115 INFO  [ServerImpl] Server Log Dir: C:\Programme\jboss-5.1.0.GA\server\default\log
13:25:34,115 INFO  [ServerImpl] Server Native Dir: C:\Programme\jboss-5.1.0.GA\server\default\tmp\native
13:25:34,615 INFO  [ServerImpl] Server Temp Dir: C:\Programme\jboss-5.1.0.GA\server\default\tmp
13:25:34,615 INFO  [ServerImpl] Server Temp Deploy Dir: C:\Programme\jboss-5.1.0.GA\server\default\tmp\deploy
13:25:35,006 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/Programme/jboss-5.1.0.GA/server/default/conf/bootstrap.xml
13:25:35,662 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
13:25:35,662 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
13:25:36,006 INFO  [CopyMechanism] VFS temp dir: C:\Programme\jboss-5.1.0.GA\server\default\tmp
13:25:36,006 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.
13:25:37,318 INFO  [ServerInfo] Java version: 1.5.0_22,Sun Microsystems Inc.
13:25:37,318 INFO  [ServerInfo] Java Runtime: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
13:25:37,318 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_22-b03,Sun Microsystems Inc.
13:25:37,318 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
13:25:37,318 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.bat -Djboss.service.binding.set=ports-01 -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512m -Xverify:none -Djava.endorsed.dirs=C:\Programme\jboss-5.1.0.GA\lib\endorsed 
13:25:37,631 INFO  [JMXKernel] Legacy JMX core initialized
13:25:39,271 INFO  [ProfileServiceBootstrap] Loading profile: ProfileKey@335053[domain=default, server=default, name=default]
13:25:40,833 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8183/
13:25:44,896 INFO  [NativeServerConfig] JBoss Web Services - Stack Native Core
13:25:44,896 INFO  [NativeServerConfig] 3.1.2.GA
13:25:45,505 INFO  [AttributeCallbackItem] Owner callback not implemented.
13:25:46,536 INFO  [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@1efc208[ defaultDomain='jboss' ]
13:25:55,551 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@8534090{vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
13:25:55,551 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@8534090{vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
13:25:55,551 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@8534090{vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
13:25:55,676 INFO  [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@8534090{vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
13:25:58,050 ERROR [AbstractKernelController] Error installing to Start: name=jboss.remoting:protocol=rmi,service=JMXConnectorServer state=Create mode=Manual requiredState=Installed
java.rmi.server.ExportException: Port already in use: 1190; nested exception is: 
        java.net.BindException: Address already in use: JVM_Bind
        at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:249)
        at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:184)
        at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)
        at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116)
        at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:180)
        at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
        at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:68)
        at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:222)
        at org.jboss.mx.remoting.service.JMXConnectorServerService.start(JMXConnectorServerService.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
        at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
        at $Proxy38.start(Unknown Source)
        at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
        at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
        at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
        at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
        at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
        at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
        at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
        at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
        at org.jboss.system.ServiceController.start(ServiceController.java:460)
        at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
        at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
        at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
        at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)

        at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
        at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
        at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
        at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
        at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
        at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
        at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
        at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
        at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
        at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
        at org.jboss.Main.boot(Main.java:221)
        at org.jboss.Main$1.run(Main.java:556)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.net.BindException: Address already in use: JVM_Bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at org.jboss.net.sockets.DefaultSocketFactory.createServerSocket(DefaultSocketFactory.java:124)
        at org.jboss.net.sockets.DefaultSocketFactory.createServerSocket(DefaultSocketFactory.java:99)
        at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:622)
        at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:237)
        ... 70 more
13:25:58,175 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/jmx-remoting.sar/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: Error deploying: jboss.remoting:service=JMXConnectorServer,protocol=rmi
        at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:118)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
        at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
        at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
        at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
        at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
        at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)

        at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
        at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
        at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
        at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
        at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
        at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
        at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
        at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
        at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
        at org.jboss.Main.boot(Main.java:221)
        at org.jboss.Main$1.run(Main.java:556)
        at java.lang.Thread.run(Thread.java:595)
Caused by: java.rmi.server.ExportException: Port already in use: 1190; nested exception is: 
        java.net.BindException: Address already in use: JVM_Bind
        at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:249)
        at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:184)
        at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:382)
        at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:116)
        at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:180)
        at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
        at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:68)
        at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:222)
        at org.jboss.mx.remoting.service.JMXConnectorServerService.start(JMXConnectorServerService.java:117)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
        at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
        at $Proxy38.start(Unknown Source)
        at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
        at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
        at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
        at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
        at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
        at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
        at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
        at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
        at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
        at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
        at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
        at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
        at org.jboss.system.ServiceController.start(ServiceController.java:460)
        at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
        at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
        ... 34 more
Caused by: java.net.BindException: Address already in use: JVM_Bind
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at org.jboss.net.sockets.DefaultSocketFactory.createServerSocket(DefaultSocketFactory.java:124)
        at org.jboss.net.sockets.DefaultSocketFactory.createServerSocket(DefaultSocketFactory.java:99)
        at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:622)
        at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:237)
        ... 70 more
13:25:58,769 INFO  [MailService] Mail Service bound to java:/Mail
13:26:00,597 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
13:26:00,613 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
13:26:00,691 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
13:26:00,722 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
13:26:00,722 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
13:26:00,847 INFO  [TransactionManagerService] Initializing recovery manager
13:26:00,941 INFO  [TransactionManagerService] Recovery manager configured
13:26:00,941 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
13:26:01,191 INFO  [TransactionManagerService] Starting transaction recovery manager
13:26:01,487 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Programme\Java\jdk1.5.0_22\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Programme\Oracle\OracleExpress10g\app\oracle\product\10.2.0\server\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Programme\Java\jdk1.5.0_22\bin;C:\Programme\apache-ant-1.6.5\bin;C:\dev\apache-maven-2.0.9\bin;C:\Programme\Intel\DMIX;c:\Programme\Intel\WiFi\bin\;C:\Programme\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Programme\Wave Systems Corp\Gemalto\Access Client\v5\;c:\Programme\Gemeinsame Dateien\Roxio Shared\DLLShared\;c:\Programme\Gemeinsame Dateien\Roxio Shared\10.0\DLLShared\;C:\Programme\Subversion\bin;C:\Programme\TortoiseSVN\bin;C:\Programme\IDM Computer Solutions\UltraEdit-32
13:26:01,706 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8180
13:26:01,706 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8109
13:26:01,737 INFO  [StandardService] Starting service jboss.web
13:26:01,737 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
13:26:01,784 INFO  [Catalina] Server startup in 76 ms
13:26:01,800 INFO  [TomcatDeployment] deploy, ctxPath=/web-console
13:26:02,284 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws
13:26:02,316 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
13:26:02,456 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
13:26:02,456 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
13:26:02,472 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
13:26:02,690 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
13:26:02,706 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
13:26:02,737 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
13:26:02,753 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
13:26:02,753 INFO  [RAMJobStore] RAMJobStore initialized.
13:26:03,175 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
13:26:03,175 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
13:26:03,175 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
13:26:03,440 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
13:26:03,675 INFO  [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
13:26:03,768 INFO  [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
13:26:03,768 INFO  [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
13:26:03,768 INFO  [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
13:26:04,206 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4557 has leasing enabled, lease period 10000 milliseconds

13:26:04,206 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@e317a7 started
13:26:04,222 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4557 has leasing enabled, lease period 10000 milliseconds
13:26:04,222 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@f9bbf1 started
13:26:04,222 INFO  [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
13:26:04,675 INFO  [ConnectionFactory] Connector bisocket://127.0.0.1:4557 has leasing enabled, lease period 10000 milliseconds

13:26:04,675 INFO  [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@14298a5 started
13:26:04,753 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
13:26:05,018 INFO  [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
13:26:05,018 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
13:26:05,175 INFO  [JBossASKernel]   with dependencies:
13:26:05,175 INFO  [JBossASKernel]   and demands:
13:26:05,175 INFO  [JBossASKernel]         jboss.ejb:service=EJBTimerService
13:26:05,175 INFO  [JBossASKernel]   and supplies:
13:26:05,175 INFO  [JBossASKernel]         jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
13:26:05,175 INFO  [JBossASKernel]         jndi:SecureManagementView/remote
13:26:05,175 INFO  [JBossASKernel]         Class:org.jboss.deployers.spi.management.ManagementView
13:26:05,675 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
13:26:05,675 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
13:26:05,675 INFO  [JBossASKernel]   with dependencies:
13:26:05,675 INFO  [JBossASKernel]   and demands:
13:26:05,675 INFO  [JBossASKernel]         jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
13:26:06,174 INFO  [JBossASKernel]         jboss.ejb:service=EJBTimerService
13:26:06,174 INFO  [JBossASKernel]   and supplies:
13:26:06,174 INFO  [JBossASKernel]         jndi:SecureProfileService/remote
13:26:06,174 INFO  [JBossASKernel]         jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
13:26:06,174 INFO  [JBossASKernel]         Class:org.jboss.profileservice.spi.ProfileService
13:26:06,174 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
13:26:06,674 INFO  [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
13:26:06,674 INFO  [JBossASKernel]   with dependencies:
13:26:06,674 INFO  [JBossASKernel]   and demands:
13:26:06,674 INFO  [JBossASKernel]         jboss.ejb:service=EJBTimerService
13:26:06,674 INFO  [JBossASKernel]   and supplies:
13:26:06,674 INFO  [JBossASKernel]         jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
13:26:06,674 INFO  [JBossASKernel]         jndi:SecureDeploymentManager/remote
13:26:07,174 INFO  [JBossASKernel]         Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
13:26:07,174 INFO  [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
13:26:07,174 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@d662dc{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
13:26:07,174 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1212168{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
13:26:07,674 INFO  [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@af7970{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
13:26:07,831 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
13:26:07,846 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
13:26:08,206 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

        SecureManagementView/remote - EJB3.x Default Remote Business Interface
        SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface

13:26:08,268 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
13:26:08,268 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
13:26:08,674 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

        SecureProfileService/remote - EJB3.x Default Remote Business Interface
        SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface

13:26:08,721 INFO  [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
13:26:08,721 INFO  [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
13:26:09,174 INFO  [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

        SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
        SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface

13:26:09,362 INFO  [TomcatDeployment] deploy, ctxPath=/admin-console
13:26:09,440 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
13:26:11,408 INFO  [TomcatDeployment] deploy, ctxPath=/
13:26:11,440 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console
13:26:11,486 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS IN ERROR:
  Deployment "vfsfile:/C:/Programme/jboss-5.1.0.GA/server/default/deploy/jmx-remoting.sar/" is in error due to the following reason(s): java.net.BindException: Address already in use: JVM_Bind

13:26:11,502 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8180
13:26:11,705 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8109
13:26:11,736 INFO  [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 37s:121ms

See the attachment about the processes and what netbeans think.
Starting the server from the command line with run.bat -c default does not spit out those errors with the port 1190.

So there is defenitely something wrong with the JBoss-Plugin.
Comment 4 cyrill 2010-06-11 11:33:41 UTC
Created attachment 100014 [details]
Processes after JBoss Start from Netbeans
Comment 5 cyrill 2010-06-11 11:34:06 UTC
Created attachment 100015 [details]
Netbeans is not aware that JBoss is running
Comment 6 Petr Hejl 2013-08-23 10:11:55 UTC
Please provide a jboss log when running from command line and when running from NB for comparison. Thanks.