- This topic has 12 replies, 6 voices, and was last updated 16 years, 2 months ago by
support-joy.
-
AuthorPosts
-
nn14MemberThis message has not been recovered.
January 5, 2009 at 7:07 am #293049
Loyal WaterMemberThis message has not been recovered.
January 5, 2009 at 9:42 am #293057
nn14MemberThis message has not been recovered.
January 5, 2009 at 5:33 pm #293086
GregMemberThis message has not been recovered.
April 29, 2009 at 12:38 pm #297992
Shane FisherMemberHi, I’m going through the EJB3 deployment tutorial and have repeatedly defined a connector for my local Tomcat 5.x installation, however it never shows up in the app-server dropdown for deployment. I’m running MyEclipse 7.0. Does Glassfish 2.0 work any better? Any help is appreciated.
Thanks,
ShaneApril 30, 2009 at 1:08 am #298013
support-joyMemberShane,
I have replied to your post here https://www.genuitec.com/forums/topic/glassfish-run-server-got-exception/#post-298012 Yes, you should try with GlassFish 2.0. Or run your application on GlassFish 2.1 outside of MyEclipse.
May 1, 2009 at 12:18 pm #298078
cdaoustMemberHow do yuo get the connector to glassfish to set the logging level to something other than INFO!! We do not see our log messages.
thank you
May 4, 2009 at 1:41 am #298115
support-joyMembercdaoust,
Can you copy and paste your installation details here? You can get it from MyEclipse > Installation Summary > Installation Detail. What is the Glassfish version you are using? If you are using GlassFish 2.1, there is an existing issue with the connector the log messages are not displayed. This issue is fixed for ME7.5, which will be released shortly.
May 4, 2009 at 1:40 pm #298142
cdaoustMember@support-joy wrote:
cdaoust,
Can you copy and paste your installation details here? You can get it from MyEclipse > Installation Summary > Installation Detail. What is the Glassfish version you are using? If you are using GlassFish 2.1, there is an existing issue with the connector the log messages are not displayed. This issue is fixed for ME7.5, which will be released shortly.
HI Joy,
I am using v2ur2 which works – I did find an issue with our code that suppressed our messages – this had not been an issue in RAD (WSAD). We’ve switched to Glassfish from Websphere. I am getting my log messages in the console now since I reworked our log4j.properties file – but the format is terrible.
May 4, 2009 2:22:07 PM com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush
INFO: 2009-05-04 14:22:07,173 [pool-1-thread-7] DEBUG org.bcbsri.thinui.util.CommandLoader – cmd-name – ContactUs.cmdWhat is setting the format here – MyEclipse?
My log message is:
2009-05-04 14:22:07,173 [pool-1-thread-7] DEBUG org.bcbsri.thinui.util.CommandLoader – cmd-name – ContactUs.cmdI’d like to suppress the following:
May 4, 2009 2:22:07 PM com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush
INFO:Which is logged for every message! Is there any way I can override this console pattern/format
tia, Claude
May 5, 2009 at 3:47 am #298167
support-joyMemberClaude,
Your current issue is related more to coding. I would suggest you to cross post your queries to relevant log4j forums. As far as suppressing messages/warnings – If you need to suppress warnings on a particular file, right click on the file, click on MyEclipse > exclude from validation. Else you can set your validation rules under Window > Preferences > MyEclipse Enterprise workbench > Validation
May 5, 2009 at 7:46 am #298177
cdaoustMemberJoy,
Sorry to disagree with you but the format of the console is being set somewhere other than my code and I would like to change it. I have set up my console apender appropriately for log4J and my format is there but it is appended to the format that is already set. The format is being set either within myEclipse or glassfish (default perhaps). I have not been able to find where I could change this.
I’d also like to say that we did start to use MyEclipse because of the deploy facilities for glassfish but if they prove more troublesome than they are worth we would most likely switch back to plain eclipse. So far we have had to remain on glassfish 2 because MyEclipse is having problems with 2.1 and now this.
May 5, 2009 at 7:48 am #298178
cdaoustMemberJoy,
I also forgot to mention that this has nothing to do with suppressing certain messages as you wrote in yur reply. That is not at issue – at issue is the format of each message. Every message looks like this:
May 4, 2009 2:22:07 PM com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush
INFO: 2009-05-04 14:22:07,173 [pool-1-thread-7] DEBUG org.bcbsri.thinui.util.CommandLoader – cmd-name – ContactUs.cmdWhen it should look like this:
2009-05-04 14:22:07,173 [pool-1-thread-7] DEBUG org.bcbsri.thinui.util.CommandLoader – cmd-name – ContactUs.cmdAnyone else on these forums know how to change this?
tia, Claude
May 6, 2009 at 12:19 am #298209
support-joyMemberClaude,
The format is being set either within myEclipse or glassfish (default perhaps).
is correct. It is not set in MyEclipse. Can you cross post this on GlassFish forums.
-
AuthorPosts