Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: Linux Forum Linux-Web.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

wp.rauchholz

Anfänger

  • »wp.rauchholz« ist männlich
  • »wp.rauchholz« ist der Autor dieses Themas

Beiträge: 1

Wohnort: Barcelona

Beruf: Ingenieur

  • Nachricht senden

1

08.01.2006, 09:22

Für die Jboss/Tomcat Spezialisten...

Hallo erst einaml.

Ichg versuche eine Anwendung unter Jboss/Tomcat zu installieren komme aber nicht weiter. Herr Google konnte mir auch nicht mehr helfen, vermulich auch, da ich ziemlich neu mit Linux bin. Vilen Dank im Voraus...

a) http://localhost:8080/:
If you're seeing this page via a web browser, it means you've setup Tomcat successfully. Congratulations!

B) JBOSS started mit:
JBoss Bootstrap Environment
JBOSS_HOME: /var/jboss-4.0.2
JAVA: /opt/j2sdk1.4.2_10/bin/java
JAVA_OPTS: -server -Xms128m -Xmx196m -Dprogram.name=run.sh
CLASSPATH: /var/jboss-4.0.2/bin/run.jar:/opt/j2sdk1.4.2_10/lib/tools.jar

es geht weiter mit:

08:45:07,971 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
08:45:36,552 INFO [Embedded] Catalina naming disabled
08:45:39,932 ERROR [Http11Protocol] Error initializing endpoint
java.net.BindException: Address already in use:8080
at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297)
at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:142)
:hex:
noch weiter mit...

at org.jboss.Main$1.run(Main.java:463)
at java.lang.Thread.run(Thread.java:534)
08:45:39,968 ERROR [Catalina] Catalina.start
LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use:8080
at org.apache.catalina.connector.Connector.initialize(Connector.java:930)
at org.jboss.web.tomcat.tc5.StandardService.initialize(StandardService.java:688)
at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:764)
....

continues...

08:46:25,783 INFO [WrapperDataSourceService] Bound connection factory for resource adapter for ConnectionManager 'jboss.jca:name=MySqlDS,service=DataSourceBinding to JNDI name 'java:MySqlDS'
08:46:25,857 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/var/jboss-4.0.2/server/default/deploy/jmx-console.war/
08:46:30,620 INFO [EARDeployer] Init J2EE application: file:/var/jboss-4.0.2/server/default/deploy/centraview.ear
08:47:09,115 INFO [EjbModule] Deploying AccountFacade
08:47:10,727 INFO [EjbModule] Deploying AccountHelper
08:47:11,790 INFO [EjbModule] Deploying AccountList
08:47:12,052 INFO [EjbModule] Deploying ActivityFacade
08:47:12,333 INFO [EjbModule] Deploying ActivityHelper
08:47:12,621 INFO [EjbModule] Deploying ActivityList
08:47:13,060 INFO [EjbModule] Deploying AdditionalMenu
08:47:13,911 INFO [EjbModule] Deploying AdminList
08:47:14,481 INFO [EjbModule] Deploying AdvancedSearch
08:47:14,725 INFO [EjbModule] Deploying Alert
....
then
....
08:48:15,440 INFO [ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validator-rules.xml'
08:48:15,441 INFO [ValidatorPlugIn] Loading validation rules file from '/WEB-INF/validation.xml'
08:54:35,750 ERROR [CVUtility] [getCentraViewFileSystemRoot] Exception thrown.
javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 212.118.243.115; nested exception is:
java.net.ConnectException: Connection timed out]
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:707)

und endet mit:
...

Caused by: java.rmi.ConnectException: Connection refused to host: 212.118.243.115; nested exception is:
java.net.ConnectException: Connection timed out
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101)
at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610)
... 127 more
Caused by: java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.<init>(Socket.java:309)
at java.net.Socket.<init>(Socket.java:124)
at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)
... 132 more

Hat irgeneiner eine Idee? Vielen Dank, Wolfgang
Salu2,

Wolfgang

Thema bewerten