Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
TeeRoles
Post subject: AS support for Sailfin in MyEclipse  PostPosted: Aug 27, 2008 - 11:06 AM



Joined: Aug 27, 2008
Posts: 2

I have been trying using Application Server Sailfin from within ME but I get NP Exceptions when starting up the server.

Since there is no Sailfin connector in MyEclipse I have tried with the GlassFish V2 Connector (Sailfin is a SIP bundle of Glassfish 2) but SailFin throws NP and doesnt start. Is there any known workaround to be able to start Sailfin from within ME?
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: AS support for Sailfin in MyEclipse  PostPosted: Aug 27, 2008 - 03:32 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

Quote:

Is there any known workaround to be able to start Sailfin from within ME?

I dont this this is possible and I'm not aware of any workarounds for this issue.

BTW, whats the error that your getting? Can you paste the error here for me.

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
TeeRoles
Post subject: RE: AS support for Sailfin in MyEclipse  PostPosted: Aug 27, 2008 - 04:14 PM



Joined: Aug 27, 2008
Posts: 2

Below the errors I am getting during startup.
Glassfish itself seems to start up correctly (apart from the error) but the SIP container does not start, i.e. I can go into the Admin Console on localhost:4848 and here everything looks normal but the SIP container parts are missing.
When I start up Sailfin directly via "asadmin start-domain" the SIP part starts up with no problem.

--------------
INFO: JBIFW0010: JBI framework ready to accept requests.
2008-08-27 16:49:06 com.sun.enterprise.web.connector.grizzly.GrizzlyHttpProtocol start
INFO: WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8080
2008-08-27 16:49:06 com.sun.enterprise.web.connector.grizzly.GrizzlyHttpProtocol start
INFO: WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 8181
2008-08-27 16:49:06 com.sun.enterprise.web.connector.grizzly.GrizzlyHttpProtocol start
INFO: WEB0712: Starting Sun-Java-System/Application-Server HTTP/1.1 on 4848
2008-08-27 16:49:06 org.jvnet.glassfish.comms.clb.core.sip.SipLoadBalancerManagerBackEnd getInstance
INFO: CLBS0003: SIP CLB back-end is not activated.
2008-08-27 16:49:06 org.jvnet.glassfish.comms.startup.SipServiceListener lifecycleEvent
SEVERE: "A failure occurred during the life-cycle phase before_start, continuing."
2008-08-27 16:49:06 com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush
WARNING: java.util.logging.ErrorManager: 5
2008-08-27 16:49:06 com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream flush
WARNING:
java.lang.NullPointerException
at java.util.PropertyResourceBundle.handleGetObject(PropertyResourceBundle.java:103)
at java.util.ResourceBundle.getObject(ResourceBundle.java:319)
at java.util.ResourceBundle.getString(ResourceBundle.java:285)
at java.util.logging.Formatter.formatMessage(Formatter.java:108)
at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:63)
at java.util.logging.StreamHandler.publish(StreamHandler.java:179)
at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:88)
at java.util.logging.Logger.log(Logger.java:452)
at java.util.logging.Logger.doLog(Logger.java:474)
at java.util.logging.Logger.log(Logger.java:563)
at org.jvnet.glassfish.comms.startup.SipServiceListener.lifecycleEvent(SipServiceListener.java:151)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:143)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1212)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:955)
at com.sun.enterprise.web.LifecycleStarter.doRun(LifecycleStarter.java:58)
at com.sun.appserv.management.util.misc.RunnableBase.runSync(RunnableBase.java:304)
at com.sun.appserv.management.util.misc.RunnableBase.run(RunnableBase.java:341)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)

2008-08-27 16:49:07 com.sun.enterprise.management.selfmanagement.SelfManagementService onReady
INFO: SMGT0007: Self Management Rules service is enabled
2008-08-27 16:49:07 com.sun.appserv.server.LifecycleEventContextImpl log
INFO: got event2 event data: {}
2008-08-27 16:49:07 com.sun.enterprise.server.PEMain main
INFO: Application server startup complete.
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: AS support for Sailfin in MyEclipse  PostPosted: Aug 28, 2008 - 09:51 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

Maybe you can give remote debuggin a shot:-
http://www.myeclipseide.com/documentation/quickstarts/remotedebugging/

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
paolo10
Post subject: Blue edition and Websphere 6.1.0.13 Remote debuging  PostPosted: Sep 04, 2008 - 01:00 PM



Joined: Sep 04, 2008
Posts: 1

Hi !

I need help to configure and Remote debuging a ear (that has been deployed from console) that has been deployed on websphere 6.1.0.13

How do i set up myeclipseblue and websphere !

Any help appreciated

http://www.myeclipseide.com/documentation/quickstarts/remotedebugging/

I read the following ad but still dont make work ?

Thx Paolo
 
 View user's profile Send private message  
Reply with quote Back to top
support-nipun
Post subject: RE: Blue edition and Websphere 6.1.0.13 Remote debuging  PostPosted: Sep 05, 2008 - 06:53 PM
Registered Member
Registered Member


Joined: Apr 18, 2007
Posts: 5657

Paolo,
You want to deploy a MyEclipse EAR to a remote websphere server using MyEclipse and debug it? Is that correct?

_________________
Nipun
MyEclipse Support
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits