Anthony Guillen

Greenhorn
+ Follow
since Aug 30, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anthony Guillen

Please help on how to configure and setup as debug mode for JSP in Weblogic for Eclipse.

I am using Eclipse 3.2 and Weblogic8.1.
17 years ago
Hi,

Please help me to find a possible solution to the error when I build.

Here is the log:
------------------------------------

Timestamp:
[echo] Date/Time of Build: 18-Sep-2006 09:50 AM

test:
[junit] Running com.datalex.has.travelservices.sabre.SabreUtilsTest
[junit] Successfully passed all assertions...
[junit] Time = Sat May 13 09:50:15 CST 2006
[junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.215 sec
[junit] Test com.datalex.has.travelservices.sabre.SabreUtilsTest FAILED
[junit] Running com.datalex.has.travelservices.sabre.handlers.SabreAirPricin
gTest
[junit] testValidateSoldSegments
[junit] testExceptionOnValidateSoldSegments
[junit] testExceptionOnValidateSoldSegments
[junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 0.416 sec
[junit] Test com.datalex.has.travelservices.sabre.handlers.SabreAirPricingTe
st FAILED
[junit] Running com.datalex.has.travelservices.sabre.handlers.SabreBookingTe
st
[junit] Tests run: 9, Failures: 0, Errors: 9, Time elapsed: 0.293 sec
[junit] Test com.datalex.has.travelservices.sabre.handlers.SabreBookingTest
FAILED
[junit] Running com.datalex.has.travelservices.sabre.handlers.SabreScreenTes
t
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.185 sec
[junit] Test com.datalex.has.travelservices.sabre.handlers.SabreScreenTest F
AILED

BUILD FAILED
javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xa
lan.processor.TransformerFactoryImpl not found

Total time: 3 minutes 59 seconds
--------------------------------------------

It seems that ant probably looking for a class file name TransformerFactoryImpl.class in the xalan.jar file. I already check this file, and I found the TransformerFactoryImpl.class inside that jar. I have no further idea on to what this class file will do in my junit test and jcoverage.

Anthony
17 years ago
Hi,

I am new to this kind of error but based on the the logs I read, it says ConnectException:connection refused... the details of log below:

HostAccessServiceManager starting ...
Forcing Discovery of jini://127.0.0.1:4160
Cannot start HostAccessServiceManager
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
at java.net.Socket.<init>(Socket.java:268)
at java.net.Socket.<init>(Socket.java:95)

basically, the setup here is somewhat complex and complicated. I am connecting to several IP's specifically three IPs (192.168.10.112, 192.168.10.176:1433, 192.168.10.113)

The log above was from 192.168.10.112. The second IP with port 1433, where my database (MS SQL Server) reside. and the last IP where I execute my script and it has similar error above:

HostAccessServiceManager starting ...
Forcing Discovery of jini://192.168.10.112
Cannot start HostAccessServiceManager
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:350)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:137)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:124)
at java.net.Socket.<init>(Socket.java:268)
at java.net.Socket.<init>(Socket.java:95)

192.168.10.112 - where my rmi script is being executed as well as the Host Access Services that connects to localhost:4160

192.168.10.113 - where my tomcat is being executed as well as the Host Access Services that connects to 192.168.10.112.

192.168.10.176:1433 - where my database reside and it is being access by 192.168.10.113 when its connection is being accepted in 192.168.10.112.

I can't give any further details about this because I am not much familiar yet with this setup.

Hope that you can help me.

Anthony
17 years ago
Hi,

Please help me why I always keep on getting "java.net.ConnectException: Connection refused: connect" when I run my command script. What are the possible reasons why I always getting on this error.

Thanks.

Anthony
17 years ago
<30-Aug-2006 06:51:54 o'clock PDT> <Info> <WebLogicServer> <BEA-000377> <Startin
g WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_03-b02 from Sun
Microsystems Inc.>
<30-Aug-2006 06:51:55 o'clock PDT> <Info> <Configuration Management> <BEA-150016
> <This server is being started as the administration server.>
<30-Aug-2006 06:51:55 o'clock PDT> <Info> <Management> <BEA-141107> <Version: We
bLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
<30-Aug-2006 06:51:55 o'clock PDT> <Notice> <Management> <BEA-140005> <Loading d
omain configuration from configuration repository at C:\bea\weblogic81\server\bi
n\.\config.xml.>

<30-Aug-2006 06:51:58 o'clock PDT> <Notice> <Log Management> <BEA-170019> <The s
erver log file C:\bea\weblogic81\server\bin\myserver\myserver.log is opened. All
server side log events will be written to this file.>
<30-Aug-2006 06:52:00 o'clock PDT> <Notice> <Security> <BEA-090082> <Security in
itializing using security realm myrealm.>
<30-Aug-2006 06:52:00 o'clock PDT> <Critical> <Security> <BEA-090403> <Authentic
ation for user administrator denied>
***************************************************************************
The WebLogic Server did not start up properly.
Reason: weblogic.security.SecurityInitializationException: Authentication for us
er administrator denied
***************************************************************************
Hi,

Thanks for your reply. I already discover what causes the error, I studied carefully what it cause and I found out that the config.xml might not suitable for this new version of weblogic so I decided to make some revision with the config.xml file. Now, my server startup properly.

Thanks again for your help.

Anthony
17 years ago
Please help me to fix this error because when I run the script that I previously run in version 7.0, my script didn't encounter any problems but when I install the new version of weblogic 8.1, I run my script in this version, I always encounter the error logs below and it didn't start up:


<30-Aug-2006 06:51:54 o'clock PDT> <Info> <WebLogicServer> <BEA-000377> <Startin
g WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_03-b02 from Sun
Microsystems Inc.>
<30-Aug-2006 06:51:55 o'clock PDT> <Info> <Configuration Management> <BEA-150016
> <This server is being started as the administration server.>
<30-Aug-2006 06:51:55 o'clock PDT> <Info> <Management> <BEA-141107> <Version: We
bLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
WebLogic XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
<30-Aug-2006 06:51:55 o'clock PDT> <Notice> <Management> <BEA-140005> <Loading d
omain configuration from configuration repository at C:\bea\weblogic81\server\bi
n\.\config.xml.>
<30-Aug-2006 06:51:58 o'clock PDT> <Notice> <Log Management> <BEA-170019> <The s
erver log file C:\bea\weblogic81\server\bin\myserver\myserver.log is opened. All
server side log events will be written to this file.>
<30-Aug-2006 06:52:00 o'clock PDT> <Notice> <Security> <BEA-090082> <Security in
itializing using security realm myrealm.>
<30-Aug-2006 06:52:00 o'clock PDT> <Critical> <Security> <BEA-090403> <Authentic
ation for user administrator denied>
***************************************************************************
The WebLogic Server did not start up properly.
Reason: weblogic.security.SecurityInitializationException: Authentication for us
er administrator denied
***************************************************************************

What should be the possible reason why my weblogic server did not start up properly. Please help.
17 years ago