MQSeries.net
Search
Tech Exchange
Education
Certifications
Library
Info Center
SupportPacs
LinkedIn
Search
FAQ
 Â
Usergroups
Register
::
Log in
Log in to check your private messages
RSS Feed - WebSphere MQ Support
RSS Feed - Message Broker Support
MQSeries.net Forum Index
»
IBM MQ File Transfer Edition
»
Create FTE Logger
Create FTE Logger
«
View previous topic
::
View next topic
»
Author
Message
kblv
Posted: Wed Feb 06, 2013 6:36 am
Post subject: Create FTE Logger
Novice
Joined: 11 Oct 2011
Posts: 23
Hi,
I'm using MQ V7.5.
I have installed Managed File transfer package.
I'm trying to create a test environment for FTE,
I'm using single-QMgr topology, QM-name: COORDQM.
Currently I'm having one agent wich performs one File-To-File monitor - So far so good, evrything works fine.
The next step I'm trying to do is to setup logger,
I'm using a DB-type logger with DB2.
I have created the schemas as described using the sql file supplied by IBM.
I have created a new logger and the required queues, the logger is set to run as windows-service.
the problem is that when I'm starting the logger it's crashes in few seconds.
stderr.log says:
Quote:
Exception in thread "main" java.lang.NoClassDefFoundError: com.ibm.mq.jmqi.JmqiException
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:72)
at java.lang.J9VMInternals.verify(J9VMInternals.java:70)
at java.lang.J9VMInternals.verify(J9VMInternals.java:70)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:600)
at com.ibm.wmqfte.agent.bootstrap.impl.BootstrapMain.run(BootstrapMain.java:271)
at com.ibm.wmqfte.agent.bootstrap.impl.BootstrapMain.main(BootstrapMain.java:117)
Caused by: java.lang.ClassNotFoundException: com.ibm.mq.jmqi.JmqiException
at java.net.URLClassLoader.findClass(URLClassLoader.java:423)
at java.lang.ClassLoader.loadClass(ClassLoader.java:660)
at java.lang.ClassLoader.loadClass(ClassLoader.java:626)
... 11 more
service0.log says:
Quote:
[06/02/2013 15:56:49 GMT] Service ftelogger starting
[06/02/2013 15:56:49 GMT] logDirectory is: C:\Program Files\IBM\WebSphere MQ\mqft\logs\COORDQM\loggers\FTELOGGER\logs
[06/02/2013 15:56:49 GMT] logLevel is: Info
[06/02/2013 15:56:49 GMT] service arguments:
[06/02/2013 15:56:49 GMT] arg[0] : C:\Program Files\IBM\WebSphere MQ\bin\mqmftpcservice.exe
[06/02/2013 15:56:49 GMT] arg[1] : ftelogger
[06/02/2013 15:56:49 GMT] arg[2] : C:\Program Files\IBM\WebSphere MQ\mqft\logs\COORDQM\loggers\FTELOGGER
[06/02/2013 15:56:49 GMT] arg[3] : Info
[06/02/2013 15:56:49 GMT] arg[4] : -appId=ftelogger@COORDQM
[06/02/2013 15:56:49 GMT] arg[5] : -directory=C:\Program Files\IBM\WebSphere MQ\mqft\logs\COORDQM\loggers\FTELOGGER
[06/02/2013 15:56:49 GMT] arg[6] : -properties=C:\Program Files\IBM\WebSphere MQ\mqft\config\COORDQM\loggers\FTELOGGER\logger.properties
[06/02/2013 15:56:49 GMT] arg[7] : C:\Program Files\IBM\WebSphere MQ\java\jre\bin\java
[06/02/2013 15:56:49 GMT] arg[8] : -classpath
[06/02/2013 15:56:49 GMT] arg[9] : C:\Program Files\IBM\WebSphere MQ\mqft\lib\com.ibm.wmqfte.daemon.jar;C:\Program Files\IBM\WebSphere MQ\mqft\lib\com.ibm.wmqfte.bootstrap.jar;C:\Program Files\IBM\WebSphere MQ\mqft\lib\com.ibm.wmqfte.exitroutines.api.jar
[06/02/2013 15:56:49 GMT] arg[10] : -Djava.util.logging.config.file=C:\Program Files\IBM\WebSphere MQ\mqft\lib\logging.properties
[06/02/2013 15:56:49 GMT] arg[11] : -Dcom.ibm.wmqfte.product.root=C:\Program Files\IBM\WebSphere MQ\mqft
[06/02/2013 15:56:49 GMT] arg[12] : -Duser.home=
[06/02/2013 15:56:49 GMT] arg[13] : -Dcom.ibm.tools.attach.enable=no
[06/02/2013 15:56:49 GMT] arg[14] : -Dcom.ibm.wmqfte.excludeListFilename=config/databaseLoggerJarList.properties
[06/02/2013 15:56:49 GMT] arg[15] : com.ibm.wmqfte.agent.bootstrap.impl.BootstrapMain
[06/02/2013 15:56:49 GMT] arg[16] : com.ibm.wmqfte.api.StartLogger
[06/02/2013 15:56:49 GMT] arg[17] : -F
[06/02/2013 15:56:49 GMT] arg[18] : -co
[06/02/2013 15:56:49 GMT] arg[19] : false
[06/02/2013 15:56:49 GMT] arg[20] : -p
[06/02/2013 15:56:49 GMT] arg[21] : COORDQM
[06/02/2013 15:56:49 GMT] arg[22] : ftelogger
[06/02/2013 15:56:49 GMT] ProcessController starting
[06/02/2013 15:56:52 GMT] ProcessController shutdown requested
[06/02/2013 15:56:52 GMT] ProcessController shutdown, exit status: 1
[06/02/2013 15:56:52 GMT] Service ftelogger exiting
the logger.properties file is:
Code:
#
#Wed Feb 06 12:39:05 IST 2013
wmqfte.logger.name=FTELOGGER
wmqfte.database.driver=C:/Program Files/IBM/SQLLIB/java/db2jcc.jar;C:/Program Files/IBM/SQLLIB/java/db2jcc_license_cu.jar;
wmqfte.logger.type=DATABASE
wmqfte.database.native.library.path=C\:/Program Files/IBM/SQLLIB/bin
wmqfte.database.name=FTELOGDB
wmqfte.database.type=DB2
wmqfte.queue.manager=COORDQM
windowsService=ftelogger
javaCoreTriggerFile=C\:\\Program Files\\IBM\\WebSphere MQ\\mqft\\logs\\COORDQM\\loggers\\FTELOGGER\\javaCoreTriggerFile
windowsServiceVersion=2.00
What am I doing rong?
Back to top
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Page
1
of
1
MQSeries.net Forum Index
»
IBM MQ File Transfer Edition
»
Create FTE Logger
Jump to:
Select a forum
General Discussion
----------------
Read First for All New to IBM MQ, Integration, Messaging, WebSphere - Only Moderators Post Here
General Discussion
Messaging and Integration Technologies FAQ
News/Updates
Links
Job Postings
Job Seekers
General Forums Information
Requirements, Wishlists & Enhancement Requests
----------------
RFEs - Requirements, Wishlists & Enhancement Requests - Open Forum
IBM MQ Support
----------------
General IBM MQ Support
IBM MQ Cloud and SaaS, Cloud Hybrid and Containers
IBM MQ Installation/Configuration Support
Clustering
IBM MQ Telemetry / Low Latency Messaging / Everyplace
Mainframe, CICS, TXSeries
iSeries, OpenVMS, HP-NSS
IBM MQ Performance Monitoring
IBM MQ Security
IBM MQ Development
----------------
IBM MQ Java / JMS
IBM MQ API Support
Multiphase Commit
User Exits
WebSphere Message Broker
----------------
WebSphere Message Broker (ACE) Support
WMB Patterns Repository - Available for Download
WebSphere Application Server
----------------
WebSphere Application Server
Web Services
----------------
WebSphere DataPower
Products that use IBM MQ
----------------
Workflow Engines - IBM MQ Workflow & Business Process Choreographer
WebSphere Process Server (WID/WPS/WAS+)
WebSphere Interchange Server + Adapters
IBM MQ File Transfer Edition
Resources, Files, Samples, Archives, Misc
----------------
Files and Code Samples
Archives - All
Challenge Forum
Sponsored Forums
----------------
Cressida Technology
You
cannot
post new topics in this forum
You
cannot
reply to topics in this forum
You
cannot
edit your posts in this forum
You
cannot
delete your posts in this forum
You
cannot
vote in polls in this forum
Protected by
Anti-Spam ACP
Theme by
Dustin Baccetti
Powered by
phpBB
© 2001, 2002 phpBB Group
Copyright © MQSeries.net. All rights reserved.