- This topic has 5 replies, 3 voices, and was last updated 16 years, 11 months ago by
Loyal Water.
-
AuthorPosts
-
TeeRolesMemberI 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?
August 27, 2008 at 9:32 am #288627
Loyal WaterMemberIs 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.
August 27, 2008 at 10:14 am #288631
TeeRolesMemberBelow 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.August 28, 2008 at 3:51 pm #288679
Loyal WaterMemberMaybe you can give remote debuggin a shot:-
http://www.myeclipseide.com/documentation/quickstarts/remotedebugging/September 4, 2008 at 7:00 am #288775
paolo10MemberHi !
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
September 5, 2008 at 12:53 pm #288846
Loyal WaterMemberPaolo,
You want to deploy a MyEclipse EAR to a remote websphere server using MyEclipse and debug it? Is that correct? -
AuthorPosts