[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-19 Thread siddharth_2279
Hi, 

anonymous wrote : You can drop this file to 
jboss-5.0.0.GA\server\default\deploy and start the server. Please refer to the 
http example that comes up with jbm 1.4.1.GA.

I dropped the file at the said location at then I started the server. It 
worked. The server started without any exception. Thanks a lot. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211583#4211583

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211583
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-18 Thread gaohoward
You can drop this file to jboss-5.0.0.GA\server\default\deploy and start the 
server. Please refer to the http example that comes up with jbm 1.4.1.GA. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211152#4211152

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211152
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-18 Thread siddharth_2279
Hi, 
anonymous wrote : 
  | bisocket is the default transport JBM uses. you can find 
remoting-http-service.xml under 5.0.0.GA/docs/examples/jms directory. 

I found the file at this path. Now what do I do ? Do I copy this file at 
location (jboss-5.0.0.GA\server\default\deploy\messaging). Do I need to do 
anything else.? Now should I start the server ?

Please Help. Thanks in advance. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211030#4211030

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4211030
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-17 Thread gaohoward
bisocket is the default transport JBM uses. you can find 
remoting-http-service.xml under 5.0.0.GA/docs/examples/jms directory.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210912#4210912

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210912
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-17 Thread siddharth_2279
Hi, 

anonymous wrote : You need to deploy the http remoting transport. There should 
be an example, remoting-http-service.xml.
  | 
  | The Remoting docs will have instructions on how to do this.

What do I need to do to deploy the http remoting transport. Where is this file 
: remoting-http-service.xml? I am able to see only the file 
remoting-bisocket-service.xml in the path 
(jboss-5.0.0.GA\server\default\deploy\messaging). 

Where are the remoting docs? Please tell me the path. 

Do I need to specifically deploy http remoting transport for the messaging 
examples.  We weren't required to do this in JBoss-4.2.2.G.A 

Please guide me. I am not able to proceed because of this. Thanks in advance. 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210907#4210907

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210907
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-17 Thread ataylor
You need to deploy the http remoting transport. There should be an example, 
remoting-http-service.xml.

The Remoting docs will have instructions on how to do this.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210702#4210702

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210702
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-17 Thread siddharth_2279
Hi, 

anonymous wrote : 
  | It looks like you configure the factory to use http transport but you 
didn't deploy it accordingly. If so you need to deploy the http transport. You 
can find in http example the sample http configure file. 

How do we do this? Where is the http example in the sample http configure 
file?. Do we need to deploy for http transport specially? 

I just uncommented the entry in the 
jboss-5.0.0.GA\server\default\deploy\messaging\connection-factories-service.xml 
for creating our own connection factory. I just uncommented the entry from here 
and started the server. When I started the server I got the trace which I just 
pasted in this post. 

How do I solve this exception? Please guide me. 

Thanks in advance. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210688#4210688

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210688
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-15 Thread gaohoward
It looks like you configure the factory to use http transport but you didn't 
deploy it accordingly. If so you need to deploy the http transport. You can 
find in http example the sample http configure file.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210208#4210208

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210208
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-15 Thread siddharth_2279
Hi All, 

Any update on my post. Please help me in solving this. I am not able to proceed 
because of this exception. I am again printing the whole console trace. 

===
  | 
  |   JBoss Bootstrap Environment
  | 
  |   JBOSS_HOME: C:\Softwares\jboss-5.0.0.GA
  | 
  |   JAVA: C:\Program Files\Java\jdk1.5.0_14\bin\java
  | 
  |   JAVA_OPTS: -Dprogram.name=run.bat -server -Xms128m -Xmx512m 
-XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true 
-Dsun.rmi.dgc.client.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360
  | 
  |   CLASSPATH: C:\Softwares\jboss-5.0.0.GA\bin\run.jar
  | 
  | 
===
  | 
  | 23:22:36,687 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
  | 23:22:36,750 INFO  [ServerImpl] Release ID: JBoss [Morpheus] 5.0.0.GA 
(build: SVNTag=JBoss_5_0_0_GA date=200812041714)
  | 23:22:36,750 INFO  [ServerImpl] Bootstrap URL: null
  | 23:22:36,750 INFO  [ServerImpl] Home Dir: C:\Softwares\jboss-5.0.0.GA
  | 23:22:36,750 INFO  [ServerImpl] Home URL: file:/C:/Softwares/jboss-5.0.0.GA/
  | 23:22:36,750 INFO  [ServerImpl] Library URL: 
file:/C:/Softwares/jboss-5.0.0.GA/lib/
  | 23:22:36,750 INFO  [ServerImpl] Patch URL: null
  | 23:22:36,750 INFO  [ServerImpl] Common Base URL: 
file:/C:/Softwares/jboss-5.0.0.GA/common/
  | 23:22:36,750 INFO  [ServerImpl] Common Library URL: 
file:/C:/Softwares/jboss-5.0.0.GA/common/lib/
  | 23:22:36,750 INFO  [ServerImpl] Server Name: default
  | 23:22:36,750 INFO  [ServerImpl] Server Base Dir: 
C:\Softwares\jboss-5.0.0.GA\server
  | 23:22:36,750 INFO  [ServerImpl] Server Base URL: 
file:/C:/Softwares/jboss-5.0.0.GA/server/
  | 23:22:36,750 INFO  [ServerImpl] Server Config URL: 
file:/C:/Softwares/jboss-5.0.0.GA/server/default/conf/
  | 23:22:36,750 INFO  [ServerImpl] Server Home Dir: 
C:\Softwares\jboss-5.0.0.GA\server\default
  | 23:22:36,750 INFO  [ServerImpl] Server Home URL: 
file:/C:/Softwares/jboss-5.0.0.GA/server/default/
  | 23:22:36,750 INFO  [ServerImpl] Server Data Dir: 
C:\Softwares\jboss-5.0.0.GA\server\default\data
  | 23:22:36,750 INFO  [ServerImpl] Server Library URL: 
file:/C:/Softwares/jboss-5.0.0.GA/server/default/lib/
  | 23:22:36,750 INFO  [ServerImpl] Server Log Dir: 
C:\Softwares\jboss-5.0.0.GA\server\default\log
  | 23:22:36,750 INFO  [ServerImpl] Server Native Dir: 
C:\Softwares\jboss-5.0.0.GA\server\default\tmp\native
  | 23:22:36,750 INFO  [ServerImpl] Server Temp Dir: 
C:\Softwares\jboss-5.0.0.GA\server\default\tmp
  | 23:22:36,750 INFO  [ServerImpl] Server Temp Deploy Dir: 
C:\Softwares\jboss-5.0.0.GA\server\default\tmp\deploy
  | 23:22:42,609 INFO  [ServerImpl] Starting Microcontainer, 
bootstrapURL=file:/C:/Softwares/jboss-5.0.0.GA/server/default/conf/bootstrap.xml
  | 23:22:45,828 INFO  [VFSCacheFactory] Initializing VFSCache 
[org.jboss.virtual.plugins.cache.IterableTimedVFSCache]
  | 23:22:45,890 INFO  [VFSCacheFactory] Using VFSCache 
[IterableTimedVFSCache{lifetime=1800, resolution=60}]
  | 23:22:47,578 INFO  [CopyMechanism] VFS temp dir: 
C:\Softwares\jboss-5.0.0.GA\server\default\tmp
  | 23:22:47,593 INFO  [ZipEntryContext] VFS force nested jars copy-mode is 
enabled.
  | 23:22:52,515 INFO  [ServerInfo] Java version: 1.5.0_14,Sun Microsystems Inc.
  | 23:22:52,515 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 
1.5.0_14-b03,Sun Microsystems Inc.
  | 23:22:52,515 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
  | 23:22:52,671 INFO  [JMXKernel] Legacy JMX core initialized
  | 23:22:59,859 INFO  [ProfileServiceImpl] Loading profile: default from: 
org.jboss.system.server.profileservice.repository.serializabledeploymentreposit...@130cb4b(root=C:\Softwares\jboss-5.0.0.GA\server,
 
key=org.jboss.profileservice.spi.profile...@143b82c3[domain=default,server=default,name=default])
  | 23:22:59,875 INFO  [ProfileImpl] Using 
repository:org.jboss.system.server.profileservice.repository.serializabledeploymentreposit...@130cb4b(root=C:\Softwares\jboss-5.0.0.GA\server,
 
key=org.jboss.profileservice.spi.profile...@143b82c3[domain=default,server=default,name=default])
  | 23:22:59,875 INFO  [ProfileServiceImpl] Loaded profile: 
profilei...@1b7a553{key=org.jboss.profileservice.spi.profilekey@143b82c3[domain=default,server=default,name=default]}
  | 23:23:08,843 INFO  [WebService] Using RMI server codebase: 
http://127.0.0.1:8083/
  | 23:23:30,203 INFO  [NativeServerConfig] JBoss Web Services - Stack Native 
Core
  | 23:23:30,203 INFO  [NativeServerConfig] 3.0.4.SP1
  | 23:23:59,609 INFO  [JMXConnectorServerService] JMX Connector server: 
service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
  | 23:24:00,015 INFO  [MailService] Mail Service bound to java:/Mail
  | 23:24:05,671 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 passw

[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-13 Thread siddharth_2279
Hi, 

Thanks for your help. 

I stopped the port 8080.  Then I again started the server. But I am still 
getting the exception.  Please Help !!!

18:50:45,478 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console, 
vfsUrl=jmx-console.war
  | 18:50:45,994 ERROR [ProfileServiceBootstrap] Failed to load profile: 
Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual 
State}
  | 
  | jboss.messaging.connectionfactory:service=MyExampleConnectionFactory
  |  -> jboss.messaging:service=Connector,transport=http{Create:** NOT FOUND 
Depends on 'jboss.messaging:service=Connector,transport=http' **}
  | 
  | 
  | *** CONTEXTS IN ERROR: Name -> Error
  | 
  | jboss.messaging:service=Connector,transport=http -> ** NOT FOUND Depends on 
'jboss.messaging:service=Connector,transport=http' **
  | 
  | 
  | 18:50:46,056 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on 
http-127.0.0.1-8080
  | 18:50:46,087 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on 
ajp-127.0.0.1-8009
  | 18:50:46,103 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: 
SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 1m:7s:944ms

Any help will be highly appreciated. Thanks in advance

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209886#4209886

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209886
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-13 Thread ataylor
Looks like your already running something on port 8080. Either stop this or 
change the port.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209809#4209809

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209809
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-13 Thread siddharth_2279
Hi, 

Thanks for you help. 

I corrected it and ran the server. I got the following exception 

13:49:44,129 INFO  [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war
  | 13:49:44,738 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console, 
vfsUrl=jmx-console.war
  | 13:49:45,020 ERROR [ProfileServiceBootstrap] Failed to load profile: 
Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual 
State}
  | 
  | jboss.messaging.connectionfactory:service=MyExampleConnectionFactory
  |  -> jboss.messaging:service=Connector,transport=http{Create:** NOT FOUND 
Depends on 'jboss.messaging:service=Connector,transport=http' **}
  | 
  | 
  | *** CONTEXTS IN ERROR: Name -> Error
  | 
  | jboss.messaging:service=Connector,transport=http -> ** NOT FOUND Depends on 
'jboss.messaging:service=Connector,transport=http' **
  | 
  | 
  | 13:49:45,035 ERROR [Http11Protocol] Error starting endpoint
  | java.net.BindException: Address already in use: JVM_Bind /127.0.0.1:8080
  | at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:504)
  | at 
org.apache.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:520)
  | at 
org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:203)
  | at 
org.apache.catalina.connector.Connector.start(Connector.java:1102)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatService.startConnectors(TomcatService.java:629)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatService.handleNotification(TomcatService.java:670)
  | at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
  | at $Proxy85.handleNotification(Unknown Source)
  | at 
javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
  | at 
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
  | at 
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:425)
  | at org.jboss.Main.boot(Main.java:209)
  | at org.jboss.Main$1.run(Main.java:547)
  | at java.lang.Thread.run(Thread.java:595)
  | 13:49:45,035 WARN  [TomcatService] Failed to startConnectors
  | LifecycleException:  service.getName(): "jboss.web";  Protocol handler 
start failed: java.net.BindException: Address already in use: JVM_Bind 
/127.0.0.1:8080
  | at 
org.apache.catalina.connector.Connector.start(Connector.java:1109)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatService.startConnectors(TomcatService.java:629)
  | at 
org.jboss.web.tomcat.service.deployers.TomcatService.handleNotification(TomcatService.java:670)
  | at sun.reflect.GeneratedMethodAccessor205.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.notification.NotificationListenerProxy.invoke(NotificationListenerProxy.java:153)
  | at $Proxy85.handleNotification(Unknown Source)
  | at 
javax.management.NotificationBroadcasterSupport.handleNotification(NotificationBroadcasterSupport.java:221)
  | at 
javax.management.NotificationBroadcasterSupport.sendNotification(NotificationBroadcasterSupport.java:184)
  | at 
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:425)
  | at org.jboss.Main.boot(Main.java:209)
  | at org.jboss.Main$1.run(Main.java:547)
  | at java.lang.Thread.run(Thread.java:595)
  | 13:49:45,035 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.0.GA (build: 
SVNTag=JBoss_5_0_0_GA date=200812041714)] Started in 1m:23s:47ms

How to solve this. Please guide me. Why are there so many errors coming in the 
sample connection-factories-service.xml. 

Any help would be highly appreciated. Thanks in advance. 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209790#4209790

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209790
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Messaging] - Re: Exception coming in creating our own Connection Factory

2009-02-12 Thread gaohoward
The attribute name DefaultTempQueuePageSizeSize in the configu file is not 
correct, should be DefaultTempQueuePageSize


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209764#4209764

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209764
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user