Delivery Notification <uleimanova@raiffeisen.ru>
by Postmaster@lists.jboss.org
This is a delivery status notification, automatically generated by MTA mgate.raiffeisen.ru on Mon, 21 Jul 2008 23:28:39 +0400
Regarding recipient(s) : uleimanova(a)raiffeisen.ru
Delivery status : Failed. Message could not be delivered to domain <raiffeisen.ru> .Failed while initiating the protocol. <[('uleimanova(a)raiffeisen.ru', 550, 'uleimanova@raiffeisen.ru... No such user')]>
MTA Response :550
The original message headers are included as attachment.
17 years, 9 months
[EJB 3.0] - JBOSS 5.0 + SQL SERVER 2005 = ClassNotFoundException: com.mi
by szymanski
Hi friends,
I'm trying to use JBOSS 5.0 with MS SQLSERVER 2005, but I'm getting the following error:
[JBossManagedConnectionPool] Throwable while attempting to get a new connection: null
| org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: com.microsoft.sqlserver.jdbc.SQLServerDriver; - nested throwable: (java.lang.ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerDriver.
I put the lib driver in the server/default/lib folder and my datasource-ds.xml is like this
<?xml version="1.0" encoding="UTF-8"?>
| <datasources>
| <local-tx-datasource>
| <jndi-name>MSSQLDS</jndi-name>
| <connection-url>
| jdbc:sqlserver://localhost;instanceName=SQL2005;portNumber=1433;databaseName=question;
| </connection-url>
| <driver-class>
| com.microsoft.sqlserver.jdbc.SQLServerDriver
| </driver-class>
| <user-name>xxx</user-name>
| <password>xxx</password>
| <metadata>
| <type-mapping>MS SQLSERVER</type-mapping>
| </metadata>
| </local-tx-datasource>
| </datasources>
every time that I start the server, I get the error, what hell is going on...?
Thanks to everyone.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165728#4165728
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165728
17 years, 9 months
[Installation, Configuration & DEPLOYMENT] - Re: How do I stop jboss from writing to the log folder?
by Tamalak
I don't know what refs to file mean in this case.. should I edit that first line with "DEBUG, FILE, CONSOLE" so that it only says "DEBUG, CONSOLE"?
Does this look right:
### ====================================================================== ###
##
##
## JBoss Bootstrap Log4j Configuration
##
## ##
###
====================================================================== ###
### $Id: log4j.properties,v 1.3
2002/07/12 21:52:36 user57 Exp $ ###
log4j.rootCategory=DEBUG, CONSOLE
### A bootstrap file appender
#log4j.appender.FILE=org.jboss.logging.appender.FileAppender
#log4j.appender.FILE.File=${jboss.server.home.dir}/log/boot.log
#log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
#log4j.appender.FILE.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}] %m%n
#log4j.appender.FILE.Append=false
log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender
log4j.appender.CONSOLE.Threshold=INFO
log4j.appender.CONSOLE.Target=System.out
log4j.appender.CONSOLE.layout=org.apache.log4j.PatternLayout
log4j.appender.CONSOLE.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}] %m%n
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165721#4165721
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165721
17 years, 9 months
[Installation, Configuration & DEPLOYMENT] - Problem to start jboss-3.2.3!
by lasirenne
When I try to start Jboss the startup fails and I haves see thes following error:
===============================================================================
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\jboss\jboss-3.2.3\bin\\..
.
JAVA: C:\Program Files\Java\jdk1.5.0_14\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat
.
CLASSPATH: ;C:\Program Files\Java\jdk1.5.0_14\lib\tools.jar;C:\jboss\jboss-3.2
.3\bin\\run.jar
.
===============================================================================
.
20:05:27,562 INFO [Server] Starting JBoss (MX MicroKernel)...
20:05:27,562 INFO [Server] Release ID: JBoss [WonderLand] 3.2.3 (build: CVSTag=
JBoss_3_2_3 date=200311301445)
20:05:27,562 INFO [Server] Home Dir: C:\jboss\jboss-3.2.3
20:05:27,562 INFO [Server] Home URL: file:/C:/jboss/jboss-3.2.3/
20:05:27,562 INFO [Server] Library URL: file:/C:/jboss/jboss-3.2.3/lib/
20:05:27,578 INFO [Server] Patch URL: null
20:05:27,578 INFO [Server] Server Name: default
20:05:27,578 INFO [Server] Server Home Dir: C:\jboss\jboss-3.2.3\server\default
20:05:27,578 INFO [Server] Server Home URL: file:/C:/jboss/jboss-3.2.3/server/d
efault/
20:05:27,578 INFO [Server] Server Data Dir: C:\jboss\jboss-3.2.3\server\default
\data
20:05:27,578 INFO [Server] Server Temp Dir: C:\jboss\jboss-3.2.3\server\default
\tmp
20:05:27,578 INFO [Server] Server Config URL: file:/C:/jboss/jboss-3.2.3/server
/default/conf/
20:05:27,578 INFO [Server] Server Library URL: file:/C:/jboss/jboss-3.2.3/serve
r/default/lib/
20:05:27,593 INFO [Server] Root Deployment Filename: jboss-service.xml
20:05:27,593 INFO [Server] Starting General Purpose Architecture (GPA)...
Failed to boot JBoss:
javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepos
itory,name=Default
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(Defaul
tMBeanServerInterceptor.java:1010)
at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultM
BeanServerInterceptor.java:804)
at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784
)
at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:
499)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:335)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:595)
Appuyez sur une touche pour continuer...
help me to resolve this problem
thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165718#4165718
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165718
17 years, 9 months
[JBossWS] - webservice error
by atriano
Hi! I'm trying to use a webservice deployed in my jbossAS but the server console throws the following exception, can anybody help me?
thanks in advance!
15:39:18,484 ERROR [SOAPFaultHelperJAXWS] SOAP request exception
java.lang.UnsupportedOperationException: setProperty must be overridden by all s
ubclasses of SOAPMessage
at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:441)
at org.jboss.ws.core.soap.SOAPMessageImpl.(SOAPMessageImpl.java:67
)
at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactor
yImpl.java:207)
at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactor
yImpl.java:185)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHan
dlerImpl.java:389)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHand
lerImpl.java:272)
at org.jboss.soa.esb.actions.soap.SOAPProcessor.process(SOAPProcessor.ja
va:150)
at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(
ActionProcessingPipeline.java:316)
at org.jboss.soa.esb.listeners.message.MessageAwareListener$Transactiona
lRunner.run(MessageAwareListener.java:530)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
utor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:907)
at java.lang.Thread.run(Thread.java:619)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165717#4165717
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165717
17 years, 9 months