ola, estou tentando rodar o jboss aki no servidor do trabalho… qd eu boto ./run.sh ele roda normalmente sem lançar nenhuma exceçao, porem não consigo acessá-lo… isso tem alguma coisa haver com a porta? na inicializaçao ele tbm mostra a seguinte msg:
07:27:20,175 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/local/jdk1.5.0_06/jre/lib/i386/server:/usr/local/jdk1.5.0_06/jre/lib/i386:/usr/local/jdk1.5.0_06/jre/…/lib/i386
ai vai o log completo:
einstein:/opt/jboss-4.2.0.GA/bin# =========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /opt/jboss-4.2.0.GA
JAVA: java
JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.net.preferIPv4Stack=true
CLASSPATH: /opt/jboss-4.2.0.GA/bin/run.jar
=========================================================================
07:27:02,940 INFO [Server] Starting JBoss (MX MicroKernel)...
07:27:02,941 INFO [Server] Release ID: JBoss [Trinity] 4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)
07:27:02,943 INFO [Server] Home Dir: /opt/jboss-4.2.0.GA
07:27:02,944 INFO [Server] Home URL: file:/opt/jboss-4.2.0.GA/
07:27:02,945 INFO [Server] Patch URL: null
07:27:02,945 INFO [Server] Server Name: default
07:27:02,946 INFO [Server] Server Home Dir: /opt/jboss-4.2.0.GA/server/default
07:27:02,946 INFO [Server] Server Home URL: file:/opt/jboss-4.2.0.GA/server/default/
07:27:02,946 INFO [Server] Server Log Dir: /opt/jboss-4.2.0.GA/server/default/log
07:27:02,947 INFO [Server] Server Temp Dir: /opt/jboss-4.2.0.GA/server/default/tmp
07:27:02,947 INFO [Server] Root Deployment Filename: jboss-service.xml
07:27:03,314 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
07:27:03,314 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_06-b05,Sun Microsystems Inc.
07:27:03,314 INFO [ServerInfo] OS-System: Linux 2.6.18-3-686,i386
07:27:03,890 INFO [Server] Core system initialized
07:27:08,944 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
07:27:08,948 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
07:27:09,909 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
07:27:09,909 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
07:27:10,484 INFO [TransactionManagerService] Starting recovery manager
07:27:10,656 INFO [TransactionManagerService] Recovery manager started
07:27:10,656 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
07:27:15,672 INFO [EJB3Deployer] Starting java:comp multiplexer
07:27:18,583 INFO [ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)
07:27:20,175 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/local/jdk1.5.0_06/jre/lib/i386/server:/usr/local/jdk1.5.0_06/jre/lib/i386:/usr/local/jdk1.5.0_06/jre/../lib/i386
07:27:20,437 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
07:27:20,438 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
07:27:20,438 INFO [Catalina] Initialization processed in 452 ms
07:27:20,438 INFO [StandardService] Starting service jboss.web
07:27:20,441 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA
07:27:20,508 INFO [Catalina] Server startup in 69 ms
07:27:20,693 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
07:27:22,184 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
07:27:22,515 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp36418jbossws-context-exp.war/
07:27:22,732 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
07:27:25,197 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
07:27:26,973 INFO [MailService] Mail Service bound to java:/Mail
07:27:27,119 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
07:27:27,162 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
07:27:27,219 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
07:27:27,280 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
07:27:27,382 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
07:27:27,438 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
07:27:27,453 INFO [QuartzResourceAdapter] start quartz!!!
07:27:27,551 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
07:27:27,593 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
07:27:27,598 INFO [RAMJobStore] RAMJobStore initialized.
07:27:27,599 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
07:27:27,599 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
07:27:27,599 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
07:27:28,213 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
07:27:28,594 INFO [A] Bound to JNDI name: queue/A
07:27:28,596 INFO [B] Bound to JNDI name: queue/B
07:27:28,598 INFO [C] Bound to JNDI name: queue/C
07:27:28,600 INFO [D] Bound to JNDI name: queue/D
07:27:28,602 INFO [ex] Bound to JNDI name: queue/ex
07:27:28,627 INFO [testTopic] Bound to JNDI name: topic/testTopic
07:27:28,629 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
07:27:28,632 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
07:27:28,637 INFO [testQueue] Bound to JNDI name: queue/testQueue
07:27:28,690 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
07:27:28,751 INFO [DLQ] Bound to JNDI name: queue/DLQ
07:27:28,960 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
07:27:29,004 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
07:27:29,571 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
07:27:29,595 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
07:27:29,610 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)] Started in 26s:659ms
vlw