From: <cle...@jb...> - 2005-07-21 21:31:38
|
Can you please copy your both property files here in a message? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885998#3885998 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885998 |
From: terryxian <nu...@jb...> - 2005-07-21 21:58:05
|
The property files for mysql and oracle: ============================================== jboss-MySQL-run.properties: JBOSS_HOME=/spec/share/jboss-4.0.2 JBOSS_URL=http://localhost:8080 JAS_HOME=/spec/SPECjAppServer2004 JBOSS_EMULATOR_HOME=/spec/share/jboss-4.0.2 JBOSS_EMULATOR_HOST=localhost JBOSS_EMULATOR_PORT=8080 JBOSS_EMULATOR_SERVER_NAME=specj2004 JDBC_URL = jdbc:mysql://localhost/specj2004 JDBC_DRIVER = com.mysql.jdbc.Driver JDBC_USER = root JDBC_PASSWORD = fxian1978 JMS_JDBC_URL = jdbc:mysql://localhost/specj2004 JMS_JDBC_DRIVER = com.mysql.jdbc.Driver JMS_JDBC_USER = root JMS_JDBC_PASSWORD = fxian1978 JMS_JDBC_DATASOURCE_NAME=SpecjJMSDS #The datasource that will be deployed, after applied changes for JDBC_URL, JDBC_DRIVER and JDBC_USER JDBC_DATASOURCE_NAME = SpecjDS #The JDBC mapping used into JBoss-CMP JDBC_DATASOURCE_MAPPING = mySQL ============================================== jboss-Oracle-run.properties JBOSS_HOME=/usr/java/jboss-4.0.2 JBOSS_URL=http://localhost:9090 JAS_HOME=/spec/SPECjAppServer2004 JBOSS_EMULATOR_HOME=/usr/java/jboss-4.0.2 JBOSS_EMULATOR_HOST=localhost JBOSS_EMULATOR_PORT=9090 JBOSS_EMULATOR_SERVER_NAME=specj JDBC_URL = jdbc:oracle:thin:@129.93.68.45:1521:spec JDBC_DRIVER = oracle.jdbc.OracleDriver JDBC_USER = spec JDBC_PASSWORD = spec JMS_JDBC_URL = jdbc:oracle:thin:@129.93.68.45:1521:spec JMS_JDBC_DRIVER = oracle.jdbc.OracleDriver JMS_JDBC_USER = spec JMS_JDBC_PASSWORD = spec JMS_JDBC_DATASOURCE_NAME=SpecjJMSDS #The datasource that will be deployed, after applied changes for JDBC_URL, JDBC_DRIVER and JDBC_USER JDBC_DATASOURCE_NAME = SpecjDS #The JDBC mapping used into JBoss-CMP JDBC_DATASOURCE_MAPPING = Oracle10G APPLICATION_HOST = localhost APPLICATION_PORT = 9090 #DRIVER_JAVA_PARAMETERS=-Xmx512m server-database=oracle server-name = specj APPLICATION_HOST = localhost APPLICATION_PORT = 8080 #DRIVER_JAVA_PARAMETERS=-Xmx512m server-database=mysql server-name = specj2004 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886003#3886003 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886003 |
From: <cle...@jb...> - 2005-07-21 22:04:53
|
You are missing a bunch of properties in your MySQL-run. Besides, what this kit does is to make your life easier configuring specj, but you should be able to configure everything yourself. As you missed some properties, some of the values are apointing to wrong URLs or address. You should be able to fix it, if you take a look at the configurations generated by the script. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886009#3886009 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886009 |
From: terryxian <nu...@jb...> - 2005-07-21 22:32:23
|
You are right, I didnt configuring URL in config/run.properties. Now another problem arised. When I start application server : run.sh -c specj2004 I still got the warning like: Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor. Does this warning matter? If so, how to solve this problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886012#3886012 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886012 |
From: <cle...@jb...> - 2005-07-21 22:50:13
|
You can safely ignore this one. I'm also having that warning. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886015#3886015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886015 |
From: terryxian <nu...@jb...> - 2005-07-21 22:50:22
|
Not only one such warning, there are several of them. The following is the output snippet: 16:48:19,434 INFO [EjbModule] Deploying CustomerEnt 16:48:19,682 INFO [EjbModule] Deploying CustomerInventoryEnt 16:48:19,694 INFO [EjbModule] Deploying CorpAuditSes 16:48:19,718 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:19,720 INFO [EjbModule] Deploying CustomerSes 16:48:19,730 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:20,761 INFO [EjbModule] Deploying AssemblyEnt 16:48:20,774 INFO [EjbModule] Deploying BomEnt 16:48:20,794 INFO [EjbModule] Deploying ComponentEnt 16:48:20,806 INFO [EjbModule] Deploying PartEnt 16:48:20,821 INFO [EjbModule] Deploying WorkOrderEnt 16:48:20,833 INFO [EjbModule] Deploying LargeOrderEnt 16:48:20,859 INFO [EjbModule] Deploying InventoryEnt 16:48:20,871 INFO [EjbModule] Deploying LargeOrderSes 16:48:20,896 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:20,898 INFO [EjbModule] Deploying WorkOrderSes 16:48:20,908 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:20,909 INFO [EjbModule] Deploying MfgAuditSes 16:48:20,924 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:20,926 INFO [EjbModule] Deploying LargeOrderMDB 16:48:20,942 INFO [EjbModule] Deploying ReceiveMDB 16:48:24,044 INFO [EjbModule] Deploying OrderLineEnt 16:48:24,057 INFO [EjbModule] Deploying ItemEnt 16:48:24,069 INFO [EjbModule] Deploying OrderEnt 16:48:24,081 INFO [EjbModule] Deploying OrderSes 16:48:24,092 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:24,093 INFO [EjbModule] Deploying OrderAuditSes 16:48:24,104 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:24,105 INFO [EjbModule] Deploying ItemBrowserSes 16:48:24,215 INFO [EjbModule] Deploying FulfillOrderMDB 16:48:25,443 INFO [EjbModule] Deploying SupplierEnt 16:48:25,455 INFO [EjbModule] Deploying SupplierCompEnt 16:48:25,467 INFO [EjbModule] Deploying SComponentEnt 16:48:25,478 INFO [EjbModule] Deploying POEnt 16:48:25,497 INFO [EjbModule] Deploying POLineEnt 16:48:25,509 INFO [EjbModule] Deploying ReceiverSes 16:48:25,520 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:25,521 INFO [EjbModule] Deploying SupplierAuditSes 16:48:25,531 WARN [EjbModule] Could not load the org.jboss.webservice.server.ServiceEndpointInterceptor interceptor 16:48:25,532 INFO [EjbModule] Deploying BuyerMDB 16:48:25,932 INFO [EjbModule] Deploying SequenceEnt 16:48:25,945 INFO [EjbModule] Deploying SequenceSes ==================================== Are all the beans deployed? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886016#3886016 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886016 |