[Beginners Corner] - Starting problem
by jk7
Hi all,
I'm a spanish newbie so, sorry for my english and inexperience.
I've installed Jboss 4.2.2.GA (jboss-4.2.2.GA.zip)
I've installed jdk1.6.0_05.
All of that is under CentOS 5.
When I Start JBoss, server runs ok (i think) but i cant reach it from other computer.
I see Jboss in localhost (http://localhost:8080)
I start Jboss with ./run.sh -b 0.0.0.0
This is the start info.
| [root@pinf60 bin]# ./run.sh -b 0.0.0.0
| =========================================================================
|
| JBoss Bootstrap Environment
|
| JBOSS_HOME: /usr/local/jboss-4.2.2.GA
|
| JAVA: /usr/local/jdk1.6.0_05/bin/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: /usr/local/jboss-4.2.2.GA/bin/run.jar:/usr/local/jdk1.6.0_05/lib/tools.jar
|
| =========================================================================
|
| 13:59:24,879 INFO [Server] Starting JBoss (MX MicroKernel)...
| 13:59:24,880 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
| 13:59:24,881 INFO [Server] Home Dir: /usr/local/jboss-4.2.2.GA
| 13:59:24,881 INFO [Server] Home URL: file:/usr/local/jboss-4.2.2.GA/
| 13:59:24,882 INFO [Server] Patch URL: null
| 13:59:24,882 INFO [Server] Server Name: default
| 13:59:24,882 INFO [Server] Server Home Dir: /usr/local/jboss-4.2.2.GA/server/default
| 13:59:24,882 INFO [Server] Server Home URL: file:/usr/local/jboss-4.2.2.GA/server/default/
| 13:59:24,882 INFO [Server] Server Log Dir: /usr/local/jboss-4.2.2.GA/server/default/log
| 13:59:24,882 INFO [Server] Server Temp Dir: /usr/local/jboss-4.2.2.GA/server/default/tmp
| 13:59:24,883 INFO [Server] Root Deployment Filename: jboss-service.xml
| 13:59:25,137 INFO [ServerInfo] Java version: 1.6.0_05,Sun Microsystems Inc.
| 13:59:25,137 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 10.0-b19,Sun Microsystems Inc.
| 13:59:25,137 INFO [ServerInfo] OS-System: Linux 2.6.18-53.1.6.el5,i386
| 13:59:25,479 INFO [Server] Core system initialized
| 13:59:27,590 INFO [WebService] Using RMI server codebase: http://pinf60.intranet.humv.es:8083/
| 13:59:27,591 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
| 13:59:27,989 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
| 13:59:27,989 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
| 13:59:28,260 INFO [TransactionManagerService] Starting recovery manager
| 13:59:28,329 INFO [TransactionManagerService] Recovery manager started
| 13:59:28,329 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
| 13:59:30,819 INFO [EJB3Deployer] Starting java:comp multiplexer
| 13:59:31,123 INFO [STDOUT] no object for null
| 13:59:31,125 INFO [STDOUT] no object for null
| 13:59:31,142 INFO [STDOUT] no object for null
| 13:59:31,159 INFO [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
| 13:59:31,167 INFO [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
| 13:59:32,962 INFO [NativeServerConfig] JBoss Web Services - Native
| 13:59:32,962 INFO [NativeServerConfig] jbossws-native-2.0.1.SP2 (build=200710210837)
| 13:59:37,377 INFO [Embedded] Catalina naming disabled
| 13:59:37,509 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.6.0_05/jre/lib/i386/server:/usr/local/jdk1.6.0_05/jre/lib/i386:/usr/local/jdk1.6.0_05/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
| 13:59:37,566 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
| 13:59:37,567 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
| 13:59:37,567 INFO [Catalina] Initialization processed in 189 ms
| 13:59:37,567 INFO [StandardService] Starting service jboss.web
| 13:59:37,569 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
| 13:59:37,614 INFO [Catalina] Server startup in 46 ms
| 13:59:37,729 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
| 13:59:38,422 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
| 13:59:38,550 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/
| 13:59:38,637 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
| 13:59:39,507 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
| 13:59:39,980 INFO [MailService] Mail Service bound to java:/Mail
| 13:59:40,089 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
| 13:59:40,116 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
| 13:59:40,136 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
| 13:59:40,159 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
| 13:59:40,386 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
| 13:59:40,408 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
| 13:59:40,440 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
| 13:59:40,447 INFO [QuartzResourceAdapter] start quartz!!!
| 13:59:40,511 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
| 13:59:40,534 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
| 13:59:40,536 INFO [RAMJobStore] RAMJobStore initialized.
| 13:59:40,537 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
| 13:59:40,537 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
| 13:59:40,537 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
| 13:59:41,681 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
| 13:59:41,908 INFO [A] Bound to JNDI name: queue/A
| 13:59:41,910 INFO [B] Bound to JNDI name: queue/B
| 13:59:41,911 INFO [C] Bound to JNDI name: queue/C
| 13:59:41,912 INFO [D] Bound to JNDI name: queue/D
| 13:59:41,914 INFO [ex] Bound to JNDI name: queue/ex
| 13:59:41,931 INFO [testTopic] Bound to JNDI name: topic/testTopic
| 13:59:41,933 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
| 13:59:41,934 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
| 13:59:41,941 INFO [testQueue] Bound to JNDI name: queue/testQueue
| 13:59:41,975 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
| 13:59:42,016 INFO [DLQ] Bound to JNDI name: queue/DLQ
| 13:59:42,115 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
| 13:59:42,142 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
| 13:59:42,417 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
| 13:59:42,436 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
| 13:59:42,451 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 17s:567ms
|
Could anybody tell me what is wrong?
Thanks a lot
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140462#4140462
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140462
18 years
[JBossWS] - Re: JBossWS 3.0.1 Released
by richard.opalka@jboss.com
What's new in jbossws-3.0.1-native-2.0.4.GA
----------------------------------
Feature Request
* [JBWS-925] - Provide initial support for FastInfoset
* [JBWS-1124] - Scoped class loading domains for WS endpoints
* [JBWS-1165] - Provide initial support JSON data binding
* [JBWS-1172] - Support schema validation for incoming/outgoing messages
* [JBWS-1211] - Add support for @WebFault
* [JBWS-1296] - Add support for digest + nonces
* [JBWS-1814] - Dynamic Encryption based on clients input
* [JBWS-1820] - Using JRE from vendors other than Sun the Remoting key store and trust store algorithms are not propagated
* [JBWS-1844] - Implement Provider.createW3CEndpointReference()
* [JBWS-1850] - Documentation support for Java->WSDL
* [JBWS-1861] - Improve exception message on invalid @WebService usage on SEI
* [JBWS-1865] - Unify SOAP message trace
* [JBWS-1886] - Provide basic configuration for WS-enabled user projects
* [JBWS-1890] - Provide basic project configuration for JBossWS tests
* [JBWS-1893] - Provide meaningful advanced samples
* [JBWS-1968] - Documentation support for WSDL->Java
* [JBWS-1988] - Complete Username Token Profile 1.0
* [JBWS-1990] - Support for SOAP 1.2 in wsconsume
* [JBWS-2022] - Provide interface for WSSecurityDispatcher
Bug
* [JBWS-1217] - WSDLtoJava Namespace to package mapping does not support multiple namespaces
* [JBWS-1763] - Incorrect handling of charsets when the default charset is not UTF-8
* [JBWS-1857] - JAXBContext created for every wrapper type
* [JBWS-1878] - ConcurrentModificationException in initHandlerChain()
* [JBWS-1905] - jaxws-samples-logicalhandler-jaxb.war produces: java.lang.ClassCastException: org.jboss.ws.core.soap.TextImpl
* [JBWS-1909] - RequestHandler.handlerWSDLResquest has dependency on Servlet API
* [JBWS-1912] - DispatcherDelegate - Bypass RMIAdaptor when used locally
* [JBWS-1938] - Assign message name instead of IN and OUT for Inbound/Outbound Addressing Property
* [JBWS-1941] - Fault handler chain is not called when user application exceptions are thrown
* [JBWS-1948] - Optional SOAP Header element is required by WSSecurityHandlerServer handler
* [JBWS-1957] - WS-Eventing extension sends incorrect HTTP content-type
* [JBWS-1964] - showSubscriptionTable MBean Method - NullPointerException
* [JBWS-1965] - subscribe method on subscription manager - NullPointerException
* [JBWS-1966] - No Handler execution for inbound response when using Dispatch
* [JBWS-1969] - Cannot publish wsdl with imported schema files, using bottom up approach
* [JBWS-1970] - wsrunclient doesn't work with args
* [JBWS-1971] - Missing clone on MemoryBufferRecorder
* [JBWS-1973] - MTOM/XOP attachments not inlined when using JAX-WS handlers
* [JBWS-1974] - Using signature as security in a webservice throws an error when loglevel not Debug
* [JBWS-1979] - Endpoint address prop doesn't work with Dispatch
* [JBWS-1985] - EntityResolver not used when reading web.xml during web serivce deployment
* [JBWS-2000] - MTOM: Chunked encoding transfer problem
* [JBWS-2009] - WSDLFilePublisher throws FileNotFoundException when schema files are not in wsdl directory
* [JBWS-2011] - Signature is invalid error when the message contains \r
* [JBWS-2018] - JavatoWSDL Package to Namespace mapping does not support multiple packages
* [JBWS-2019] - WSDL To Java - Case of service-interface and service-endpoint-interface in JAX-RPC mapping does not match generated interface when WSDL type begins with lower case
* [JBWS-2058] - 'wsa:From' header field is assigned to variable 'replyTo' instead of 'from'
Task
* [JBWS-515] - Provide an initial implementation for WS-ReliableMessaging
* [JBWS-1724] - wsconsume cannot use part names that are friendly to .NET
* [JBWS-1776] - Verify isolated classloading with WSProvide
* [JBWS-1978] - Evaluate (and remove) JBPM dependency from component info
* [JBWS-1982] - Simplify deploy/undeploy cycles for different stacks
Enjoy,
The JBossWS Team
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140455#4140455
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140455
18 years
[Installation, Configuration & DEPLOYMENT] - Re: deply from console
by lafbarbosa
Hi people,
I've being asking this in the thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139741#4139741, but I didn't could find an example in the Internet.
So, what I need is, put a Servlet, with another auxiliar classes, into a .war archive in JBoss AS. So, I'll put a JSP that acess remotely it from my web application.
In this way, I don't need use JBossON,right? So, I think that I should ask for a deployer using something like that: jboss.system:service=MainDeployer, right?
Ok, it seems to be the way to do that. But, how could I do that? Please, does anybody have an example to share with me? ...because I've being looking for it and didn't find anyone yet.
Thanks in advance, guys!
Regards,
Luiz
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140434#4140434
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140434
18 years