facebook

Steps for Integrating Glassfish with MyEclipse

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #293038 Reply

    nn14
    Member

    This message has not been recovered.

    #293049

    Loyal Water
    Member

    This message has not been recovered.

    #293057

    nn14
    Member

    This message has not been recovered.

    #293086

    Greg
    Member

    This message has not been recovered.

    #297992

    Shane Fisher
    Member

    Hi, 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,
    Shane

    #298013

    support-joy
    Member

    Shane,

    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.

    #298078

    cdaoust
    Member

    How 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

    #298115

    support-joy
    Member

    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.

    #298142

    cdaoust
    Member

    @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.cmd

    What 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.cmd

    I’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

    #298167

    support-joy
    Member

    Claude,

    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

    #298177

    cdaoust
    Member

    Joy,

    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.

    #298178

    cdaoust
    Member

    Joy,

    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.cmd

    When 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.cmd

    Anyone else on these forums know how to change this?

    tia, Claude

    #298209

    support-joy
    Member

    Claude,

    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.

Viewing 13 posts - 1 through 13 (of 13 total)
Reply To: Steps for Integrating Glassfish with MyEclipse

You must be logged in to post in the forum log in